summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Suchanek <hramrach@centrum.cz>2010-06-04 09:24:18 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 17:53:26 +0100
commita2b39cca5a3e08d50f260ea985a1cd53625c45cd (patch)
treeb6680c90ddafc7b102d118862e0f281eb06d4045
parenta33a540745114d9f54b43a62240ccc2209626537 (diff)
downloadlive-boot-a2b39cca5a3e08d50f260ea985a1cd53625c45cd.tar.gz
live-boot-a2b39cca5a3e08d50f260ea985a1cd53625c45cd.zip
Removing leftover url= option, this ain't gonna work this way, see fetch=.
-rwxr-xr-xscripts/live19
1 files changed, 0 insertions, 19 deletions
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#*=}"