X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=hooks%2Flive;h=f2984f4ea1e53d9b48a0379c11cd4e1a0f6b15d5;hb=87442bce08be1da345a90026f64b66df5f41ccc8;hp=9aeca4bd4945ef331ea8ebd0da2e2b42688e0af8;hpb=883234b7943f93dc33ee5f237c9183973a5090f4;p=live-boot-grml.git diff --git a/hooks/live b/hooks/live index 9aeca4b..f2984f4 100755 --- a/hooks/live +++ b/hooks/live @@ -103,6 +103,9 @@ manual_add_modules nls_iso8859-1 manual_add_modules nls_utf8 manual_add_modules vfat +# Filesystem: ntfs +manual_add_modules ntfs + # Hardware: cdrom manual_add_modules ide-cd manual_add_modules ide-generic @@ -125,9 +128,25 @@ fi # Program: md5sum copy_exec /usr/bin/md5sum /bin +# Program: cpio +# busybox and klibc lacks --no-absolute-filenames and --sparse, needed for snapshots +if [ -e "${DESTDIR}/bin/cpio" ] +then + # Override already present cpio's, mostly klibc's + rm "${DESTDIR}/bin/cpio" +fi +copy_exec /bin/cpio /bin + # Program: udev -copy_exec /sbin/udevadm /sbin -copy_exec /sbin/udevsettle /sbin +if [ -x /sbin/udevadm ] +then + # lenny + copy_exec /sbin/udevadm /sbin +else + # etch + copy_exec /sbin/udevtrigger /sbin + copy_exec /sbin/udevsettle /sbin +fi copy_exec /usr/bin/udevinfo /bin # Program: wget