Add default mount options for ext4, identical to ext2/ext3
This commit is contained in:
1
debian/changelog
vendored
1
debian/changelog
vendored
@@ -23,6 +23,7 @@ xen-tools (4.4~dev-1) UNRELEASED; urgency=low
|
||||
- Move examples from debian/examples to examples.
|
||||
- Uses File::Which, added (build-) dependency on libfile-which-perl
|
||||
- Knows about module-init-tools → kmod transition in wheezy/raring.
|
||||
- Adds default mount options for ext4, identical to ext2/ext3.
|
||||
* Add debian/gbp.conf to be able to to build xen-tools with
|
||||
git-buildpackage.
|
||||
* Clean up debian/rules:
|
||||
|
||||
@@ -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