summaryrefslogtreecommitdiffstats
path: root/package/base-files/files/etc/config/fstab
blob: eccf0ce69b4ee5a0aa30887b843dbc1bc309cf73 (plain)
1
2
3
4
5
6
7
8
9
10
config mount
	option target	/home
	option device	/dev/sda1
	option fstype	ext3
	option options	rw,sync
	option enabled	0

config swap
	option device	/dev/sda2
	option enabled	0