X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=hooks%2Flive;h=a59fe3b3b7404b986e7045d199c9fd3d6e70d125;hb=95d8c58fa052255dc282c261809bf5744f85be64;hp=a2e59431d7a7e7fed24f048a84b6898a41668df4;hpb=f95e8bc85bf9ba4a5eeacae3406197dc0df4f717;p=live-boot-grml.git diff --git a/hooks/live b/hooks/live index a2e5943..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 @@ -93,7 +93,13 @@ manual_add_modules sr_mod auto_add_modules net # Program: eject -copy_exec /usr/bin/eject /bin +if [ -x /usr/bin/eject ] +then + copy_exec /usr/bin/eject /bin +fi + +# Program: md5sum +copy_exec /usr/bin/md5sum /bin # Program: udev if [ "${BUILD_SYSTEM}" = "Ubuntu" ] @@ -108,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