Kickstart: ifcfg-eth0 file genorated by kickstart when install from network but from initrd when install form USB
Posted
by
dooffas
on Server Fault
See other posts from Server Fault
or by dooffas
Published on 2013-11-04T14:36:59Z
Indexed on
2013/11/04
15:56 UTC
Read the original article
Hit count: 280
When I install Fedora 19 with a kickstart file and via network, the generated ifcfg-eth0 file is genorated by the kickstart:
# Generated by parse-kickstart
However if I use the same kickstart file and install via a USB stick, the ifcfg file is generated by initrd.
# Generated by dracut initrd
The line in the kickstart file to set the network settings is as follows:
network --device=eth0 --bootproto=dhcp --hostname=SOMEHOSTNAME
Is there away to keep network device settings set in the kickstart file when not installing via network?
© Server Fault or respective owner