From 97ecedde5f2cd01c4e7774101dd7dca8fc68381b Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Sat, 24 Jul 2010 16:00:05 +0200 Subject: [PATCH] reiser_options -> reiserfs_options Thanks Julien Gaulmin and Roland Stigge. --- etc/xen-tools.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/etc/xen-tools.conf b/etc/xen-tools.conf index 1fa1e58..4553455 100644 --- a/etc/xen-tools.conf +++ b/etc/xen-tools.conf @@ -282,10 +282,10 @@ mirror = `xt-guess-suite-and-mirror --mirror` # # 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 +ext3_options = noatime,nodiratime,errors=remount-ro +ext2_options = noatime,nodiratime,errors=remount-ro +xfs_options = defaults +reiserfs_options = defaults # # Uncomment if you wish newly created images to boot once they've been