new notrackerd option
diff -Naur initrd-110-7-orig.txt/scripts/live initrd.txt/scripts/live
--- initrd-110-7-orig.txt/scripts/live	2007-11-19 10:58:26.000000000 +0100
+++ initrd.txt/scripts/live	2007-11-19 12:32:24.000000000 +0100
@@ -259,6 +258,11 @@
 				export NOPROGRAMCRASHES
 				;;
 
+			notrackerd)
+				NOTRACKERD="Yes"
+				export NOTRACKERD
+				;;
+
 			norestrictedmanager)
 				NORESTRICTEDMANAGER="Yes"
 				export NORESTRICTEDMANAGER
diff -Naur initrd-110-7-orig.txt/scripts/live-bottom/36disable_trackerd initrd.txt/scripts/live-bottom/36disable_trackerd
--- initrd-110-7-orig.txt/scripts/live-bottom/36disable_trackerd	2007-11-19 10:58:26.000000000 +0100
+++ initrd.txt/scripts/live-bottom/36disable_trackerd	2007-11-19 12:26:52.000000000 +0100
@@ -20,7 +20,7 @@
 
 # live-initramfs header
 
-if [ -n "${NOTIMEZONE}" ]
+if [ "${NOTRACKERD}" != "Yes" ]
 then
 	exit 0
 fi
_______________________________________________
debian-live-devel mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/debian-live-devel

Reply via email to