[SCM] debian-live/live-initramfs branch, master, updated. 1.119.1-1-8-g9b5686b

Daniel Baumann daniel at debian.org
Fri Mar 21 06:58:49 UTC 2008


The following commit has been merged in the master branch:
commit cf090caa9fe42909935a79ec53f81a6f310ee3e4
Author: Daniel Baumann <daniel at debian.org>
Date:   Fri Mar 21 07:46:43 2008 +0100

    Merging casper 1.120.

diff --git a/docs/ChangeLog.casper b/docs/ChangeLog.casper
index da4cef2..3bdd78a 100644
--- a/docs/ChangeLog.casper
+++ b/docs/ChangeLog.casper
@@ -1,3 +1,11 @@
+casper (1.120) hardy; urgency=low
+
+  * Use dhclient directly instead of ifupdown for the url= kernel cmdline
+    argument so that we don't have to worry about the interfaces file
+    propagating to the installed system.
+
+ -- Evan Dandrea <evand at ubuntu.com>  Tue, 11 Mar 2008 13:08:08 -0400
+
 casper (1.119) hardy; urgency=low
 
   [ Luke Yelavich ]
diff --git a/scripts/live b/scripts/live
index 6494234..03905b5 100755
--- a/scripts/live
+++ b/scripts/live
@@ -322,9 +322,9 @@ Arguments ()
 				mount -n -o bind /dev /root/dev
 
 				mkdir -p /root/var/run/network
-				chroot /root ifup -a
+				chroot /root dhclient eth0
 				chroot /root wget -P /tmp "${location}"
-				chroot /root ifdown -a
+				chroot /root ifconfig eth0 down
 
 				umount /root/sys
 				umount /root/proc

-- 
debian-live/live-initramfs



More information about the debian-live-changes mailing list