X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=hooks%2Flive;h=a59fe3b3b7404b986e7045d199c9fd3d6e70d125;hb=526a7c2e15a71dbaef918007637973c3b61986fa;hp=5e8bdc726c504e3a0ecfab23684442113e25d6d7;hpb=7f7d5b8704823aa1bbbfec8390ee7fca5bc8afb5;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