a840e485d1
This basic skeleton is similar to skeleton-init-sysv. All links in /var are same as in skeleton-init-sysv to be compatible with current default filesystem scheme. Exceptions: * /dev/shm and /dev/pts dirs were removed, since they are created by openrc devfs service * /etc/fstab does not need /dev/shm, /dev/pts and /sys entries becuse they are mounted by devfs and sysfs services respectively Signed-off-by: Michał Łyszczek <michal.lyszczek@bofc.pl> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
4 lines
137 B
Plaintext
4 lines
137 B
Plaintext
# <file system> <mount pt> <type> <options> <dump> <pass>
|
|
tmpfs /tmp tmpfs mode=1777 0 0
|
|
tmpfs /run tmpfs mode=0755,nosuid,nodev 0 0
|