SCIENTIFIC-LINUX-USERS Archives

November 2013

SCIENTIFIC-LINUX-USERS@LISTSERV.FNAL.GOV

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
olli hauer <[log in to unmask]>
Reply To:
olli hauer <[log in to unmask]>
Date:
Sat, 30 Nov 2013 16:34:48 +0100
Content-Type:
text/plain
Parts/Attachments:
text/plain (38 lines)
On 2013-11-30 16:17, ~Stack~ wrote:
> 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!
> 

You provided only your package list but nothing more so it is not easy to
tell whats going on.

Sample from my minimal unattended install config
>grep network minimal.cfg 
 network --onboot yes --device eth0 --bootproto dhcp

In case this param was not given check /etc/sysconfig/network
> grep -i network /etc/sysconfig/network
  NETWORKING=yes

ATOM RSS1 RSS2