[package] base-files: fix error reporting for unsupported protocols on virtual interfaces
[openwrt.git] / package / block-mount / files / fstab.config
1 config global automount
2 option from_fstab 1
3 option anon_mount 1
4
5 config global autoswap
6 option from_fstab 1
7 option anon_swap 0
8
9 config mount
10 option target /home
11 option device /dev/sda1
12 option fstype ext4
13 option options rw,sync
14 option enabled 0
15 option enabled_fsck 0
16
17 config swap
18 option device /dev/sda2
19 option enabled 0
20
This page took 0.044261 seconds and 5 git commands to generate.