mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 04:33:00 +02:00
common: Mount configfs, if available
This commit is contained in:
@@ -9,6 +9,7 @@ tmpfs /tmp tmpfs mode=1777,nosuid,nodev 0 0
|
|||||||
tmpfs /run tmpfs mode=0755,nosuid,nodev 0 0
|
tmpfs /run tmpfs mode=0755,nosuid,nodev 0 0
|
||||||
sysfs /sys sysfs defaults 0 0
|
sysfs /sys sysfs defaults 0 0
|
||||||
debugfs /sys/kernel/debug debugfs nofail 0 0
|
debugfs /sys/kernel/debug debugfs nofail 0 0
|
||||||
|
cfgfs /config configfs nofail 0 0
|
||||||
|
|
||||||
# Optional host share when running in Qemu
|
# Optional host share when running in Qemu
|
||||||
hostfs /host 9p nofail,cache=none,msize=16384 0 0
|
hostfs /host 9p nofail,cache=none,msize=16384 0 0
|
||||||
|
|||||||
Reference in New Issue
Block a user