mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 23:16:16 +02:00
[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-a3cf2f4a3e73
This commit is contained in:
parent
d4c33e9f6b
commit
11bbdea2f4
@ -9,7 +9,7 @@ config global autoswap
|
||||
config mount
|
||||
option target /home
|
||||
option device /dev/sda1
|
||||
option fstype ext3
|
||||
option fstype ext4
|
||||
option options rw,sync
|
||||
option enabled 0
|
||||
option enabled_fsck 0
|
||||
|
Loading…
Reference in New Issue
Block a user