File: fstab

package info (click to toggle)
finit 4.14-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,216 kB
  • sloc: ansic: 17,060; sh: 6,281; makefile: 532
file content (9 lines) | stat: -rw-r--r-- 396 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
# <file system> <mount point>	<type>	<options>		<dump>	<pass>
tmpfs		/tmp		tmpfs	mode=1777		0	0
mkdir#-p#-m0755	/tmp/etc.u	helper	none			0	0
mkdir#-p#-m0755	/tmp/etc.w	helper	none			0	0
tmpfs		/run		tmpfs	mode=0755,nosuid,nodev	0	0
tmpfs		/var		tmpfs	mode=0777		0	0

# Each test needs a dedicated /etc for finit.conf etc.
etc /etc overlay lowerdir=/etc,upperdir=/tmp/etc.u,workdir=/tmp/etc.w	0	0