X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=hooks%2Flive;h=5e8bdc726c504e3a0ecfab23684442113e25d6d7;hb=7c815f70054a82bfccf992d9b20d4d56b60f46cc;hp=2e83ab2ff1ca337e02a62971b83156df6f4ac488;hpb=d0706d5b1f5dcf6d0a63685ebc6a1502f977bce0;p=live-boot-grml.git diff --git a/hooks/live b/hooks/live index 2e83ab2..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 @@ -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