You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
466 B
22 lines
466 B
11 years ago
|
#/etc/config/fstab from Meshenger project
|
||
|
|
||
|
config global automount
|
||
|
option from_fstab 1
|
||
|
option anon_mount 1
|
||
|
|
||
|
config global autoswap
|
||
|
option from_fstab 1
|
||
|
option anon_swap 0
|
||
|
|
||
|
config mount
|
||
|
option target /
|
||
|
option device /dev/sda1
|
||
|
option fstype ext4
|
||
|
option options rw,sync
|
||
|
option enabled 1
|
||
|
option enabled_fsck 0
|
||
|
|
||
|
config swap
|
||
|
option device /dev/sda2
|
||
|
option enabled 0
|