X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=hooks%2Flive;h=56425ad80aac3c8a15ede13f019604b620bfff38;hb=e23cde1bfd26cc0018d82f320d4e172a5d174ad5;hp=b85f64608afccce9beb6216f59ebc3a129d13e90;hpb=4af3f8129402d75bc017d2a88957a18f9d40e4bd;p=live-boot-grml.git diff --git a/hooks/live b/hooks/live index b85f646..56425ad 100755 --- a/hooks/live +++ b/hooks/live @@ -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 +