mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2025-04-21 12:27:27 +03:00
milkymist: files: automatic mount exroot at /dev/sda1
This commit is contained in:
19
milkymist-files/files/etc/config/fstab
Normal file
19
milkymist-files/files/etc/config/fstab
Normal 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
|
||||||
Reference in New Issue
Block a user