Hello,
I am using RHEL6.2 and using livecd-creator followed by livecd-iso-to-pxeboot
When the PXE boot image comes up it has what I believe is FirstBoot.
It says: "Text Mode Setup Utility" and asks "Authentication Configuration" "Keyboard Configuration" "RHN Register". I just press "Quit" and it continues fine to the login prompt.
In the kickstart file I have added the following line, but it does not change the outcome for me:
firstboot --disable
Can anyone think of a good way to debug this?
I will paste the entire ks file below.
Cheers, Ivan
======================= lang en_US.UTF-8 keyboard us timezone --utc America/Los_Angeles rootpw --iscrypted $6$rzvhxmQk//ppHAwQ$dadasdasdasdasdasdasdasdasdadadasdasdasdasd/ authconfig --enableshadow --passalgo=sha512 firewall --disabled selinux --enforcing firstboot --disable part / --size 10240 network --bootproto=dhcp --device=em1 services --enabled=sshd repo --name=rhel-DVD --baseurl=file:///data/CD/
%packages @core anaconda-runtime bash kernel passwd policycoreutils chkconfig authconfig rootfiles %end
%post --log=/root/my-post-log echo "hello world" %end
livecd@lists.fedoraproject.org