X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=hooks%2Flive;h=0ed58d8bcb90ac1b8ca661cbb9210211a599d0c8;hb=refs%2Ftags%2Fdebian%2F1.91.4-1;hp=a2e59431d7a7e7fed24f048a84b6898a41668df4;hpb=1d9066cd5da5ad5d4b0624828032d5d96052f7e2;p=live-boot-grml.git diff --git a/hooks/live b/hooks/live index a2e5943..0ed58d8 100755 --- a/hooks/live +++ b/hooks/live @@ -73,8 +73,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 +94,10 @@ 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: udev if [ "${BUILD_SYSTEM}" = "Ubuntu" ]