From 0a3aef23e999382a9cd6400be54449f44aa596e0 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 21 Mar 2008 07:46:43 +0100 Subject: Merging casper 1.120. --- scripts/live | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') 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 -- cgit v1.2.3