]> scripts.mit.edu Git - xen.git/blobdiff - scripts.ks
Keep eth1 network device, and explicitly pick eth0 for install.
[xen.git] / scripts.ks
index de5dd734faa874ba90f58ef1325b960666629baa..d37ea61cc369e44565866dd5abe749ba5e6cc6e3 100644 (file)
@@ -7,12 +7,14 @@
 #   arch            = ${arch}
 #   hostname        = ${hostname}
 #   ip              = ${ip}
+#   backend_ip      = ${backend_ip}
 
 install
 url --url=${local_mirror}/fedora/linux/releases/${fedora_release}/Fedora/${arch}/os
 lang en_US.UTF-8
 keyboard us
-network --device eth0 --bootproto static --ip ${ip} --netmask 255.255.0.0 --gateway 18.181.0.1 --nameserver 18.71.0.151 --hostname ${hostname}
+network --device eth0 --bootproto static --ip ${ip} --netmask 255.255.0.0 --gateway 18.181.0.1 --nameserver 18.70.0.160,18.71.0.151,18.72.0.3 --hostname ${hostname}
+network --device eth1 --bootproto static --ip ${backend_ip} --netmask 255.255.0.0
 
 timezone --utc America/New_York
 selinux --disabled