X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=hooks%2Flive;h=afa198d96d0bf6d0ab146b06fc029b30e0e8e0aa;hb=ef95487ad06d43885cf8c22ee34156cddc753bd4;hp=686240777e3e654569a2d2b391411448d4a582a9;hpb=001f8ae0b305af8e77f4625542192a7d23a69479;p=live-boot-grml.git diff --git a/hooks/live b/hooks/live index 6862407..afa198d 100755 --- a/hooks/live +++ b/hooks/live @@ -44,6 +44,7 @@ mkdir -p "${DESTDIR}"/lib/live-initramfs # Executables copy_exec /usr/share/live-initramfs/live-reconfigure /bin copy_exec /usr/share/live-initramfs/live-preseed /bin +copy_exec /usr/share/live-initramfs/live-set-selections /bin # Scripts cp /usr/share/initramfs-tools/scripts/live-functions "${DESTDIR}"/scripts @@ -68,6 +69,12 @@ do fi done +if [ -e /lib/udev/rules.d/60-cdrom_id.rules ] +then + mkdir -p ${DESTDIR}/lib/udev/rules.d + cp -p /lib/udev/rules.d/60-cdrom_id.rules ${DESTDIR}/lib/udev/rules.d +fi + # Handling other stuff # Configuration: keymap (usefull when using encryption) @@ -116,6 +123,12 @@ manual_add_modules unlzma manual_add_modules aufs manual_add_modules unionfs +# Filesystem: unionfs-fuse +if [ -x /usr/bin/unionfs-fuse ] +then + copy_exec /usr/bin/unionfs-fuse /bin +fi + # Filesystem: vfat manual_add_modules nls_cp437 manual_add_modules nls_iso8859-1