Don't replace busybox's wget by the true wget
authorBenjamin Drung <benjamin.drung@profitbricks.com>
Tue, 19 Dec 2017 15:06:58 +0000 (16:06 +0100)
committerRaphaël Hertzog <hertzog@debian.org>
Fri, 23 Feb 2018 17:01:25 +0000 (18:01 +0100)
It was likely done for https support but since buster the busybox
provided wget has https support too. We save a lot of space by
doing so (8 Mb).

Gbp-Dch: Full
Closes: #885455

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