mirror of https://github.com/hak5/openwrt.git
21 lines
335 B
Plaintext
21 lines
335 B
Plaintext
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 /home
|
|
option device /dev/sda1
|
|
option fstype ext3
|
|
option options rw,sync
|
|
option enabled 0
|
|
option enabled_fsck 0
|
|
|
|
config swap
|
|
option device /dev/sda2
|
|
option enabled 0
|
|
|