[package] block-mount: Changed default filesystem for /e/c/fstab to be ext4 instead of ext3
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26156 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
ce1a826b51
commit
0d27fd5834
|
@ -9,7 +9,7 @@ config global autoswap
|
||||||
config mount
|
config mount
|
||||||
option target /home
|
option target /home
|
||||||
option device /dev/sda1
|
option device /dev/sda1
|
||||||
option fstype ext3
|
option fstype ext4
|
||||||
option options rw,sync
|
option options rw,sync
|
||||||
option enabled 0
|
option enabled 0
|
||||||
option enabled_fsck 0
|
option enabled_fsck 0
|
||||||
|
|
Loading…
Reference in New Issue