]> git.pld-linux.org Git - packages/rc-scripts.git/blame - rc-scripts-fuse.patch
- %files sorting
[packages/rc-scripts.git] / rc-scripts-fuse.patch
CommitLineData
5d6798a4 1diff -ruN rc-scripts-0.4.0.27./rc.d/rc.sysinit rc-scripts-0.4.0.27/rc.d/rc.sysinit
2--- rc-scripts-0.4.0.27./rc.d/rc.sysinit 2006-07-17 18:49:54.000000000 +0200
3+++ rc-scripts-0.4.0.27/rc.d/rc.sysinit 2006-07-17 18:55:10.610862496 +0200
4@@ -701,6 +701,11 @@
5 rc_splash "fsck stop"
6 fi
7
8+ # FUSE module is not automatically loaded
9+ if grep -q "fuse" /etc/fstab 2>/dev/null; then
10+ run_cmd "Loading FUSE module" modprobe -s fuse
11+ fi
12+
13 # Mount all other filesystems (except for NFS and /proc, which is already
14 # mounted). Contrary to standard usage,
15 # filesystems are NOT unmounted in single user mode.
This page took 0.029256 seconds and 4 git commands to generate.