Don't replace busybox's wget by the true wget
[live-boot-grml.git] / backend / initramfs-tools / live.hook
index 1ce922d..068d98e 100755 (executable)
@@ -179,13 +179,6 @@ then
        copy_exec /bin/udevadm
 fi
 
-# Program: wget
-if [ -x /usr/bin/wget ]
-then
-       [ "${QUIET}" ] || echo -n " wget"
-       copy_exec /usr/bin/wget /bin
-fi
-
 # Program: blockdev
 if [ -x /sbin/blockdev ]
 then