livecd: linuxrc, livecd - argh..

havner havner at pld-linux.org
Mon Feb 27 21:54:57 CET 2006


Author: havner                       Date: Mon Feb 27 20:54:57 2006 GMT
Module: livecd                        Tag: HEAD
---- Log message:
- argh..

---- Files affected:
livecd:
   linuxrc (1.19 -> 1.20) , livecd (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: livecd/linuxrc
diff -u livecd/linuxrc:1.19 livecd/linuxrc:1.20
--- livecd/linuxrc:1.19	Mon Feb 27 17:30:18 2006
+++ livecd/linuxrc	Mon Feb 27 21:54:52 2006
@@ -53,6 +53,7 @@
 echo "${GREEN}Welcome to PLD Live CD 1.0${NORMAL}"
 
 echo "${BLUE}Preparing rootfs${NORMAL}"
+echo 0 > /proc/sys/kernel/printk
 mount -n -t tmpfs -o size=1G,nr_inodes=12k none /rootfs
 mkdir -p /rootfs/media/LiveCD
 mount -n -t proc none /proc

================================================================
Index: livecd/livecd
diff -u livecd/livecd:1.4 livecd/livecd:1.5
--- livecd/livecd:1.4	Mon Feb 27 20:51:46 2006
+++ livecd/livecd	Mon Feb 27 21:54:52 2006
@@ -24,7 +24,7 @@
 		modprobe $I > /dev/null 2>&1
 	done
 
-	for I in "$DHCP_INTERFACES"; do
+	for I in $DHCP_INTERFACES; do
 		if [ "`dmesg | grep $I`" != "" ] || [ "`cat /etc/modprobe.conf | grep $I`" != "" ]; then
 			show "Backgrounding DHCP for $I"
 			busy
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/livecd/linuxrc?r1=1.19&r2=1.20&f=u
    http://cvs.pld-linux.org/livecd/livecd?r1=1.4&r2=1.5&f=u



More information about the pld-cvs-commit mailing list