X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=hooks%2Flive;h=5e8bdc726c504e3a0ecfab23684442113e25d6d7;hb=7c815f70054a82bfccf992d9b20d4d56b60f46cc;hp=a2e59431d7a7e7fed24f048a84b6898a41668df4;hpb=53d6aa07a26b3613d3d3f3e21b3b9e9b8b2b0917;p=live-boot-grml.git diff --git a/hooks/live b/hooks/live index a2e5943..5e8bdc7 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" ]