Jerry,
Hello
I tested both asknetwork and autostep, but none of them worked. I have a simple kickstart file as follows:
interactive
install
cdrom
lang en_US.UTF-8
keyboard us
%post
echo "RUN_FIRSTBOOT=NO" > /etc/sysconfig/firstboot
export LANG=en_US.UTF-8
%end
Any idea?
Kind Regards
Ali Majdzadeh Kohbanani
2008/9/14 Ali Majdzadeh
<ali majdzadeh gmail com>
Jerry,
Hello
Thanks a lot. I have tested interactive, it does not work. But I am going to test the remaining two. Thanks again.
Kind Regards
Ali Majdzadeh Kohbanani
2008/9/14 Jerry Vonau
<jvonau shaw ca>
Ali Majdzadeh wrote:
Martin,
Hello
Thanks a lot. Your suggested solution worked. By the way, as I mentioned
while working with the kickstart file, if network configuration is not
mentioned in the kickstart file, the default DHCP protocol is used to obtain
IP addresses and the network configuration page is not shown. Is there
anyway to force anaconda to show the network configuration page while
leaving network configuration parameters missed in the kickstart file?
Kind Regards
Ali Majdzadeh Kohbanani
Passing "asknetwork" at the boot prompt, or use either "interactive" or "autostep" in the kickstart file should work.
Jerry