Root/package/block-mount/files/fstab.config

1config global automount
2    option from_fstab 1
3    option anon_mount 1
4    
5config global autoswap
6    option from_fstab 1
7    option anon_swap 0
8    
9config mount
10    option target /home
11    option device /dev/sda1
12    option fstype ext3
13    option options rw,sync
14    option enabled 0
15    option enabled_fsck 0
16
17config swap
18    option device /dev/sda2
19    option enabled 0
20
21

Archive Download this file



interactive