block-mount: Changed default filesystem for /e/c/fstab to be ext4 instead of ext3
SVN-Revision: 26156
This commit is contained in:
parent
9bb9a6835f
commit
9d0b7371e8
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue