modprobe fuse
parent
1b77f9cad1
commit
e6026c54a2
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue