modprobe fuse
This commit is contained in:
+4
-3
@@ -18,13 +18,14 @@ BUNDLES=$MEMORY/bundles
|
|||||||
header "Live Kit init <http://www.linux-live.org/>"
|
header "Live Kit init <http://www.linux-live.org/>"
|
||||||
|
|
||||||
init_proc_sysfs
|
init_proc_sysfs
|
||||||
init_devs
|
|
||||||
init_aufs
|
|
||||||
init_zram
|
|
||||||
|
|
||||||
debug_start
|
debug_start
|
||||||
debug_shell
|
debug_shell
|
||||||
|
|
||||||
|
init_devs
|
||||||
|
init_aufs
|
||||||
|
init_zram
|
||||||
|
|
||||||
init_union "$CHANGES" "$UNION"
|
init_union "$CHANGES" "$UNION"
|
||||||
|
|
||||||
# find data dir with filesystem bundles
|
# find data dir with filesystem bundles
|
||||||
|
|||||||
@@ -147,6 +147,7 @@ init_devs()
|
|||||||
modprobe zram 2>/dev/null
|
modprobe zram 2>/dev/null
|
||||||
modprobe loop 2>/dev/null
|
modprobe loop 2>/dev/null
|
||||||
modprobe squashfs 2>/dev/null
|
modprobe squashfs 2>/dev/null
|
||||||
|
modprobe fuse 2>/dev/null
|
||||||
}
|
}
|
||||||
|
|
||||||
# Activate zram (auto-compression of RAM)
|
# Activate zram (auto-compression of RAM)
|
||||||
|
|||||||
Reference in New Issue
Block a user