From: Benjamin Drung Date: Tue, 19 Dec 2017 15:06:58 +0000 (+0100) Subject: Don't replace busybox's wget by the true wget X-Git-Tag: debian/1%20180328~29 X-Git-Url: http://git.grml.org/?p=live-boot-grml.git;a=commitdiff_plain;h=6495a67a2e19c5ac2be93561a30e9cc06b6ad713 Don't replace busybox's wget by the true wget 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 --- diff --git a/backend/initramfs-tools/live.hook b/backend/initramfs-tools/live.hook index 1ce922d..068d98e 100755 --- a/backend/initramfs-tools/live.hook +++ b/backend/initramfs-tools/live.hook @@ -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