]> git.pld-linux.org Git - packages/rc-scripts.git/commitdiff
- load fuse module if needed
authorwolf <wolf@pld-linux.org>
Mon, 17 Jul 2006 17:01:44 +0000 (17:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rc-scripts-fuse.patch -> 1.1

rc-scripts-fuse.patch [new file with mode: 0644]

diff --git a/rc-scripts-fuse.patch b/rc-scripts-fuse.patch
new file mode 100644 (file)
index 0000000..0331c93
--- /dev/null
@@ -0,0 +1,15 @@
+diff -ruN rc-scripts-0.4.0.27./rc.d/rc.sysinit rc-scripts-0.4.0.27/rc.d/rc.sysinit
+--- rc-scripts-0.4.0.27./rc.d/rc.sysinit       2006-07-17 18:49:54.000000000 +0200
++++ rc-scripts-0.4.0.27/rc.d/rc.sysinit        2006-07-17 18:55:10.610862496 +0200
+@@ -701,6 +701,11 @@
+               rc_splash "fsck stop"
+       fi
++      # FUSE module is not automatically loaded
++      if grep -q "fuse" /etc/fstab 2>/dev/null; then
++              run_cmd "Loading FUSE module" modprobe -s fuse
++      fi
++
+       # Mount all other filesystems (except for NFS and /proc, which is already
+       # mounted). Contrary to standard usage,
+       # filesystems are NOT unmounted in single user mode.
This page took 0.088615 seconds and 4 git commands to generate.