X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=hooks%2Flive;h=dea7f0cbe10923818866decc0b23f4144c3a3a14;hb=b70a3bcbe241af62f87e4f8c0eb00fbb425978a6;hp=4c72f0b968af59e77a1ccf4789e75165372a132c;hpb=9746eca8c332f95578d766263d55b377cf58428a;p=live-boot-grml.git diff --git a/hooks/live b/hooks/live index 4c72f0b..dea7f0c 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 @@ -126,8 +129,15 @@ fi copy_exec /usr/bin/md5sum /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 @@ -139,15 +149,13 @@ fi # FUSE kernel module manual_add_modules fuse -# FUSE filesystem: httpfs -if [ -x /usr/bin/httpfs_ssl ] +# FUSE filesystem: httpfs2 +if [ -x /usr/bin/httpfs2_ssl ] then copy_exec /usr/bin/httpfs2_ssl /bin/httpfs -else - if [ -x /usr/bin/httpfs ] - then - copy_exec /usr/bin/httpfs2 /bin/httpfs - fi +elif [ -x /usr/bin/httpfs2 ] +then + copy_exec /usr/bin/httpfs2 /bin/httpfs fi # FUSE filesystem: curlftpfs @@ -155,4 +163,3 @@ if [ -x /usr/bin/curlftpfs ] then copy_exec /usr/bin/curlftpfs /bin fi -