1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-11-22 01:09:41 +02:00

milkymist: files: automatic mount exroot at /dev/sda1

This commit is contained in:
Xiangfu 2012-06-20 11:31:52 +08:00
parent 5fcb64c37f
commit 2fbc9e84f3
5 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,19 @@
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 /overlay
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 1