[SCM] live-boot branch, debian, updated. debian/2.0_a4-1-11-g4836a17

Daniel Baumann daniel at debian.org
Sat Jun 5 12:22:51 UTC 2010


The following commit has been merged in the debian branch:
commit fc417731bc498f8291d0db72fa4227144ea618c5
Author: Michal Suchanek <hramrach at centrum.cz>
Date:   Fri Jun 4 09:24:18 2010 +0200

    Removing leftover url= option, this ain't gonna work this way, see fetch=.

diff --git a/scripts/live b/scripts/live
index e93570f..753fceb 100755
--- a/scripts/live
+++ b/scripts/live
@@ -339,25 +339,6 @@ Arguments ()
 				export NOPRESEED
 				;;
 
-			url=*)
-				URL_LOCATION="${ARGUMENT#url=}"
-
-				mount -o bind /sys /root/sys
-				mount -o bind /proc /root/proc
-				mount -o bind /dev /root/dev
-
-				mkdir -p /root/var/run/network
-				[ "${NETBOOT}" ] || chroot /root dhclient eth0
-				chroot /root wget -P /tmp "${URL_LOCATION}"
-				[ "${NETBOOT}" ] || chroot /root ifconfig eth0 down
-
-				umount /root/sys
-				umount /root/proc
-				umount /root/dev
-
-				LOCATIONS="/tmp/$(basename ${URL_LOCATION}) ${LOCATIONS}"
-				;;
-
 			*/*=*)
 				question="${ARGUMENT%%=*}"
 				value="${ARGUMENT#*=}"

-- 
live-boot



More information about the debian-live-changes mailing list