mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-27 19:23:02 +02:00
23 lines
964 B
Plaintext
23 lines
964 B
Plaintext
# Virtual filesystems
|
|
devtmpfs /dev devtmpfs defaults 0 0
|
|
mkdir#-p /dev/pts helper none 0 0
|
|
devpts /dev/pts devpts mode=620,ptmxmode=0666 0 0
|
|
mkdir#-p /dev/shm helper none 0 0
|
|
tmpfs /dev/shm tmpfs mode=0777 0 0
|
|
proc /proc proc defaults 0 0
|
|
tmpfs /tmp tmpfs mode=1777,nosuid,nodev 0 0
|
|
tmpfs /run tmpfs mode=0755,nosuid,nodev 0 0
|
|
sysfs /sys sysfs defaults 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 /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 auto noatime,nodiratime,noauto 0 0
|
|
LABEL=cfg /mnt/cfg auto noatime,nodiratime,noauto 0 0
|
|
hostfs /mnt/host 9p cache=none,msize=16384,noauto 0 0
|
|
/libexec/infix/mnt# /cfg helper none 0 0
|