1
0
mirror of synced 2026-01-21 09:53:08 +00:00

2006-06-10 14:02:13 by steve

Use -disk not -root
This commit is contained in:
steve 2006-06-10 14:02:13 +00:00
parent 6c4f5ddefc
commit 25ba8a332a

View File

@ -45,7 +45,7 @@ xt-create-config - Create a Xen configuration file for a new domain.
--
http://www.steve.org.uk/
$Id: xt-create-xen-config,v 1.3 2006-06-09 21:14:03 steve Exp $
$Id: xt-create-xen-config,v 1.4 2006-06-10 14:02:13 steve Exp $
=cut
@ -140,7 +140,7 @@ sub parseCommandLineArguments
if ( $VERSION )
{
my $REVISION = '$Revision: 1.3 $';
my $REVISION = '$Revision: 1.4 $';
if ( $REVISION =~ /1.([0-9.]+) / )
{
@ -220,7 +220,7 @@ EOF
if ( $ENV{'lvm'} )
{
$image_vbd = "phy:$ENV{'lvm'}/$ENV{'hostname'}-root";
$image_vbd = "phy:$ENV{'lvm'}/$ENV{'hostname'}-disk";
$swap_vbd = "phy:$ENV{'lvm'}/$ENV{'hostname'}-swap";
}
else