From e95937b3146c698554c104913e294923e5703d90 Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Wed, 2 Jun 2010 16:56:45 +0200 Subject: [PATCH] Use consistently blanks around "=" in the default config file --- etc/xen-tools.conf | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/etc/xen-tools.conf b/etc/xen-tools.conf index 2123f58..87a29ac 100644 --- a/etc/xen-tools.conf +++ b/etc/xen-tools.conf @@ -107,13 +107,13 @@ install-method = debootstrap # (This allows you to install from a .tar.bz file, rather than a plain # tar file, use cdebootstrap, etc.) # -# install-method=copy: +# install-method = copy: # copy-cmd = /bin/cp -a $src/* $dest # -# install-method=debootstrap: -# debootstrap-cmd=/usr/sbin/debootstrap +# install-method = debootstrap: +# debootstrap-cmd = /usr/sbin/debootstrap # -# install-method=tar: +# install-method = tar: # tar-cmd = /bin/tar --numeric-owner -xvf $src # # @@ -213,7 +213,7 @@ initrd = /boot/initrd.img-`uname -r` # This is most useful on 64 bit host machines, for other systems it # doesn't need to be used. # -# arch=[i386|amd64] +# arch = [i386|amd64] # # @@ -231,13 +231,13 @@ mirror = `xt-guess-suite-and-mirror -m` # be more useful if you're working in an environment where you want # to regularly use multiple distributions: # -# mirror_sid=http://ftp.us.debian.org/debian -# mirror_sarge=http://ftp.us.debian.org/debian -# mirror_etch=http://ftp.us.debian.org/debian -# mirror_dapper=http://archive.ubuntu.com/ubuntu -# mirror_edgy=http://archive.ubuntu.com/ubuntu -# mirror_feisty=http://archive.ubuntu.com/ubuntu -# mirror_gutsy=http://archive.ubuntu.com/ubuntu +# mirror_sid = http://ftp.us.debian.org/debian +# mirror_sarge = http://ftp.us.debian.org/debian +# mirror_etch = http://ftp.us.debian.org/debian +# mirror_dapper = http://archive.ubuntu.com/ubuntu +# mirror_edgy = http://archive.ubuntu.com/ubuntu +# mirror_feisty = http://archive.ubuntu.com/ubuntu +# mirror_gutsy = http://archive.ubuntu.com/ubuntu #