X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=hooks%2Flive;h=a59fe3b3b7404b986e7045d199c9fd3d6e70d125;hb=refs%2Ftags%2Fdebian%2F1.96.2-1;hp=5e8bdc726c504e3a0ecfab23684442113e25d6d7;hpb=cbd507880fa1db3c68b1b89e4c27f0001da8a7d0;p=live-boot-grml.git diff --git a/hooks/live b/hooks/live index 5e8bdc7..a59fe3b 100755 --- a/hooks/live +++ b/hooks/live @@ -114,3 +114,9 @@ fi copy_exec /sbin/udevtrigger /sbin copy_exec /sbin/udevsettle /sbin copy_exec /usr/bin/udevinfo /bin + +# Program: wget +if [ -x /usr/bin/wget ] +then + copy_exec /usr/bin/wget /bin +fi