]> scripts.mit.edu Git - xen.git/blobdiff - scripts.ks
Use strings for mac addresses, inactive eth1 kickstart.
[xen.git] / scripts.ks
index de5dd734faa874ba90f58ef1325b960666629baa..061ad4d46f1590234b7d73c2d5bf163fb52693d4 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 eth1 --bootproto static --ip ${backend_ip} --netmask 255.255.0.0
 
 timezone --utc America/New_York
 selinux --disabled