From 989cccc3592a321f929927de6f48e1e1a14c70d4 Mon Sep 17 00:00:00 2001 From: steve Date: Mon, 19 Mar 2007 14:01:54 +0000 Subject: [PATCH] 2007-03-19 14:01:53 by steve ip -> ip1 --- bin/xt-install-image | 6 +++--- debian/changelog | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bin/xt-install-image b/bin/xt-install-image index 709b954..8c3743a 100755 --- a/bin/xt-install-image +++ b/bin/xt-install-image @@ -80,7 +80,7 @@ Untar a .tar file into the new installation location. This tarfile is assumed t -- http://www.steve.org.uk/ - $Id: xt-install-image,v 1.53 2007-03-15 21:48:11 steve Exp $ + $Id: xt-install-image,v 1.54 2007-03-19 14:01:53 steve Exp $ =cut @@ -414,7 +414,7 @@ sub parseCommandLineArguments if ( $VERSION ) { - my $REVISION = '$Revision: 1.53 $'; + my $REVISION = '$Revision: 1.54 $'; if ( $REVISION =~ /1.([0-9.]+) / ) { $REVISION = $1; @@ -784,7 +784,7 @@ sub do_image_server # $request .= "&arch=amd64"; $request .= "&root_device=/dev/sda"; - $request .= "&ip1=" . $ENV{'ip'}; + $request .= "&ip1=" . $ENV{'ip1'}; $request .= "&dist=" . CGI::escapeHTML( $CONFIG{'dist'} ); $request .= "&hostname=" . CGI::escapeHTML( $CONFIG{'hostname'} ); diff --git a/debian/changelog b/debian/changelog index 73fb194..4d3a926 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -xen-tools (3.2-1) unstable; urgency=low +xen-tools (3.2-1) testing; urgency=low * New upstream release v3.2 - Installation argument changes so that --copy, --debootstrap, --rpmstrap,