1
0
mirror of synced 2026-04-18 16:17:17 +00:00

2007-08-08 22:41:43 by steve

Allow the user to specify default mount options in xen-tools.conf
This commit is contained in:
steve
2007-08-08 22:41:44 +00:00
parent 4f0cf7a837
commit ae98402dc5
2 changed files with 32 additions and 6 deletions

View File

@@ -232,6 +232,14 @@ mirror = http://ftp.us.debian.org/debian/
# mirror_gutsy=http://archive.ubuntu.com/ubuntu
#
# Filesystem options for the different filesystems we support.
#
ext3_options_ = noatime,nodiratime,errors=remount-ro
ext2_options = noatime,nodiratime,errors=remount-ro
xfs_options = defaults
reiser_options = defaults
#
# Uncomment if you wish newly created images to boot once they've been
# created.