On 11/30/2013 01:53 AM, Robin Eamonn Long wrote:
> I do not know why but I do minimal installs eth0 is always set NOT to be
> enabled on boot.  If you edit the eth0 config script it will be fine.

That is not what I am seeing. This is a unmodified file:

$ cat /etc/sysconfig/network-scripts/ifcfg-eth0
DEVICE="eth0"
BOOTPROTO="dhcp"
HWADDR="00:22:19:E1:28:36"
IPV6INIT="yes"
MTU="1500"
NM_CONTROLLED="yes"
ONBOOT="yes"
TYPE="Ethernet"
UUID="3d353ae9-9a05-4bec-b610-f33c72cf7c1a"

There is no Network Manager installed, and I thought that might have
been the problem but setting it to "no" doesn't help.

I will begin tweaking the kickstart again and see what differences I can
come up with.

Thanks for the suggestion though!

~Stack~