X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=hooks%2Flive;h=a018d9530bea53a3d79983a837104bd5d3e02b2b;hb=de4c25fd53eab811eebfd1c7194226bf96e45dd1;hp=686240777e3e654569a2d2b391411448d4a582a9;hpb=e262636f6370dfe149249885c2b3bcf8fc2549e8;p=live-boot-grml.git diff --git a/hooks/live b/hooks/live index 6862407..a018d95 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 @@ -116,6 +117,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