Joey Boggs
2009-Feb-17 03:16 UTC
[Ovirt-devel] [PATCH appliance] add gateway to appliance network configuration
--- ovirt-appliance.ks | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ovirt-appliance.ks b/ovirt-appliance.ks index 3d03cf7..60ff518 100644 --- a/ovirt-appliance.ks +++ b/ovirt-appliance.ks @@ -2,7 +2,7 @@ install lang en_US.UTF-8 keyboard us -network --device=eth0 --bootproto=static --ip=192.168.50.2 --netmask=255.255.255.0 --onboot=on --nameserver=192.168.50.2 +network --device=eth0 --bootproto=static --ip=192.168.50.2 --netmask=255.255.255.0 --onboot=on --nameserver=192.168.50.1 --gateway=192.168.50.2 # Root password is 'ovirt' rootpw --iscrypted Xa8QeYfWrtscM firewall --disabled -- 1.6.0.6