X-Git-Url: https://scripts.mit.edu/gitweb/xen.git/blobdiff_plain/209174d728ab1da8694eaedfb2a5f42cc0edbd2d..09fe01770f7443f391fda0aaad1270e915131b12:/scripts.ks diff --git a/scripts.ks b/scripts.ks index de5dd73..d37ea61 100644 --- a/scripts.ks +++ b/scripts.ks @@ -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