X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=hooks%2Flive;h=a59fe3b3b7404b986e7045d199c9fd3d6e70d125;hb=96efa1c296674bde8a95fb5a561979a10511fd2e;hp=2e83ab2ff1ca337e02a62971b83156df6f4ac488;hpb=74f8c4c954a06ebc99be06ad8b77e0ef0880b30e;p=live-boot-grml.git diff --git a/hooks/live b/hooks/live index 2e83ab2..a59fe3b 100755 --- a/hooks/live +++ b/hooks/live @@ -39,7 +39,6 @@ fi mkdir -p "${DESTDIR}"/lib/live-initramfs # Executables -copy_exec /usr/lib/live-initramfs/live-md5check /bin copy_exec /usr/share/live-initramfs/live-reconfigure /bin copy_exec /usr/share/live-initramfs/live-preseed /bin @@ -73,8 +72,9 @@ copy_exec /sbin/losetup /sbin manual_add_modules loop manual_add_modules squashfs -# Filesystem: unionfs +# Filesystem: unionfs/aufs manual_add_modules unionfs +manual_add_modules aufs # Filesystem: vfat manual_add_modules nls_cp437 @@ -98,6 +98,9 @@ then copy_exec /usr/bin/eject /bin fi +# Program: md5sum +copy_exec /usr/bin/md5sum /bin + # Program: udev if [ "${BUILD_SYSTEM}" = "Ubuntu" ] then @@ -111,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