X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=hooks%2Flive;h=afa198d96d0bf6d0ab146b06fc029b30e0e8e0aa;hb=ef95487ad06d43885cf8c22ee34156cddc753bd4;hp=5973d2002f48e532c026332da6287ac4008332be;hpb=cae2693a5c6bc93bf8c0fb5ede1941dc5d871485;p=live-boot-grml.git diff --git a/hooks/live b/hooks/live index 5973d20..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)