1
0
mirror of synced 2026-01-19 01:07:28 +00:00

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
This commit is contained in:
steve 2006-02-05 13:12:58 +00:00
parent fd9c8fc586
commit aad2a16f95

View File

@ -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.]+) / )
{