From 9e43d6a2684f9627689d5b52fb5d3c6b0705fecd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Jourdois?= Date: Sun, 11 Jul 2010 13:24:27 +0200 Subject: [PATCH] Use long options for xt-guess-suite-and-mirror --- etc/xen-tools.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/xen-tools.conf b/etc/xen-tools.conf index ca0927b..89206b2 100644 --- a/etc/xen-tools.conf +++ b/etc/xen-tools.conf @@ -130,7 +130,7 @@ memory = 128Mb # Memory size swap = 128Mb # Swap size # noswap = 1 # Don't use swap at all for the new system. fs = ext3 # use the EXT3 filesystem for the disk image. -dist = `xt-guess-suite-and-mirror -s` # Default distribution to install. +dist = `xt-guess-suite-and-mirror --suite` # Default distribution to install. image = sparse # Specify sparse vs. full disk images. # @@ -241,7 +241,7 @@ initrd = /boot/initrd.img-`uname -r` # # The default mirror for debootstrap to install Debian-derived distributions # -mirror = `xt-guess-suite-and-mirror -m` +mirror = `xt-guess-suite-and-mirror --mirror` # # A mirror suitable for use when installing the Dapper release of Ubuntu.