mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-01 17:22:49 +02:00
ca92e7d97f
This isn't needed anymore due to commit 27138 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27139 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 ext4
|
|
option options rw,sync
|
|
option enabled 0
|
|
option enabled_fsck 0
|
|
|
|
config swap
|
|
option device /dev/sda2
|
|
option enabled 0
|
|
|