Greetings,
My question below may be answered with a link to the location of the
RHEL5 Kickstart docs (if it exists). If not:
I've used kickstart successfully to install the base OS of RHEL5b2. This
works as expected. When I use the same parameters (included below) to
kickstart a virtual (via virt-install), I'm always prompted for
"Configure TCP/IP, Enable ipv4, Enable ipv6"
What's going on here?
selinux --disabled
lang en_US
langsupport en_US
keyboard us
mouse
timezone --utc GMT
rootpw --iscrypted $1$gmxxxxt0
reboot
text
install
# key CVS
nfs --server=10.20.1.85 --dir=/RHEL5/beta2/x86_64
bootloader --location=mbr --append acpi=off
zerombr yes
clearpart --all --initlabel
# DISK
part swap --size 512
part / --fstype ext3 --size 1 --grow
auth --useshadow --enablemd5
# NET
network --bootproto=static --ip=10.20.9.6 --netmask=255.255.0.0
--gateway=10.20.1.245 --nameserver=10.20.1.2 --hostname=lvvs0006
firewall --disabled
skipx
%packages --resolvedeps
@ development-libs
@ development-tools
_______________________________________________
rhelv5-beta-list mailing list
rhelv5-beta-list@redhat.com
https://www.redhat.com/mailman/listinfo/rhelv5-beta-list