From aad2a16f95bc0b00c6ffdcc43aa2434e8dfe1899 Mon Sep 17 00:00:00 2001 From: steve Date: Sun, 5 Feb 2006 13:12:58 +0000 Subject: [PATCH] 2006-02-05 13:12:58 by steve Add the 'vif' line to the Xen configuration files in /etc/xen, so they will have networking in Xen 3.0.1 --- xen-create-image | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/xen-create-image b/xen-create-image index 812fe74..e344463 100755 --- a/xen-create-image +++ b/xen-create-image @@ -344,7 +344,7 @@ Install an X11 server, using VNC and XDM -- http://www.steve.org.uk/ - $Id: xen-create-image,v 1.84 2006-01-21 22:23:10 steve Exp $ + $Id: xen-create-image,v 1.85 2006-02-05 13:12:58 steve Exp $ =cut @@ -694,6 +694,7 @@ memory = $CONFIG{'memory'} name = "$CONFIG{'hostname'}" disk = [ 'file:$image,sda1,w','file:$swap,sda2,w' ] root = "/dev/sda1 ro" +vif = [''] E_O_XEN if ( $CONFIG{'dhcp'} ) { @@ -889,7 +890,7 @@ sub parseCommandLineArguments if ( $VERSION ) { - my $REVISION = '$Revision: 1.84 $'; + my $REVISION = '$Revision: 1.85 $'; if ( $REVISION =~ /1.([0-9.]+) / ) {