X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Flive;h=03905b52c1af67a0246186dc2bfe2264058fc36e;hb=f0d756e45675fbf829e8ee71ded7c42126dd43ab;hp=6494234f6f69358b7d9556338e0e13239df09bab;hpb=4dafd2894df6f093d5350bd6ec0a0c650aa04ad3;p=live-boot-grml.git 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