mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 12:33:02 +02:00
16 lines
717 B
Plaintext
16 lines
717 B
Plaintext
# Virtual filesystems
|
|
tmpfs /run tmpfs mode=0755,nosuid,nodev 0 0
|
|
tmpfs /media tmpfs mode=1755,nosuid,nodev 0 0
|
|
debugfs /sys/kernel/debug debugfs nofail 0 0
|
|
cfgfs /config configfs nofail,noauto 0 0
|
|
|
|
# The chosen backing storage for the overlays placed on /cfg, /etc,
|
|
# /home, /root, and /var, are determined dynamically by /usr/libexec/infix/mnt
|
|
# depending on the available devices.
|
|
mnttmp /mnt/tmp tmpfs defaults 0 0
|
|
LABEL=aux /mnt/aux auto noatime,nodiratime,noauto 0 0
|
|
LABEL=var /mnt/var ext4 noatime,nodiratime,noauto 0 0
|
|
LABEL=cfg /mnt/cfg ext4 noatime,nodiratime,noauto 0 0
|
|
hostfs /mnt/host 9p cache=none,msize=16384,noauto 0 0
|
|
/usr/libexec/infix/mnt# /cfg helper none 0 0
|