X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=hooks%2Flive;h=48802fc4536be3a97470a9754d3e0ce39247783a;hb=d093a29808026e9591542ba89a56db3ef30c90df;hp=b85f64608afccce9beb6216f59ebc3a129d13e90;hpb=b03585bbb0f7a4e5349ca66e5cf13a74a782b9e9;p=live-boot-grml.git diff --git a/hooks/live b/hooks/live index b85f646..48802fc 100755 --- a/hooks/live +++ b/hooks/live @@ -126,7 +126,7 @@ fi copy_exec /usr/bin/md5sum /bin # Program: udev -copy_exec /sbin/udevtrigger /sbin +copy_exec /sbin/udevadm /sbin copy_exec /sbin/udevsettle /sbin copy_exec /usr/bin/udevinfo /bin @@ -135,3 +135,24 @@ if [ -x /usr/bin/wget ] then copy_exec /usr/bin/wget /bin fi + +# FUSE kernel module +manual_add_modules fuse + +# FUSE filesystem: httpfs +if [ -x /usr/bin/httpfs_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 +fi + +# FUSE filesystem: curlftpfs +if [ -x /usr/bin/curlftpfs ] +then + copy_exec /usr/bin/curlftpfs /bin +fi +