Add default mount options for ext4, identical to ext2/ext3
This commit is contained in:
@@ -292,6 +292,7 @@ mirror = `xt-guess-suite-and-mirror --mirror`
|
||||
#
|
||||
# Filesystem options for the different filesystems we support.
|
||||
#
|
||||
ext4_options = noatime,nodiratime,errors=remount-ro
|
||||
ext3_options = noatime,nodiratime,errors=remount-ro
|
||||
ext2_options = noatime,nodiratime,errors=remount-ro
|
||||
xfs_options = defaults
|
||||
|
||||
Reference in New Issue
Block a user