On Mon, Jun 4, 2012 at 1:24 PM, Natxo Asenjo <[log in to unmask]> wrote:
> On Mon, Jun 4, 2012 at 4:14 PM, Tom H <[log in to unmask]> wrote:
>> On Mon, Jun 4, 2012 at 9:45 AM, Natxo Asenjo <[log in to unmask]>
>> wrote:
>>>
>>> according to
>>>
>>> http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/6/html/Installation_Guide/s1-kickstart2-options.html
>>> in a kickstart file I can use this:
>>>
>>> network --onboot yes --bootproto dhcp --device bootif --noipv6
>>>
>>> to have network config from dhcp without ipv6 on the network boot
>>> interface.
>>> Unfortunately it still prompts me to configure tcp/ip.
>>
>> Add "--activate".
>
> with:
>
> network --activate --onboot yes --bootproto dhcp --device bootif --noipv6
>
> it still prompts to configure tcp/ip. Strange.

It must be "--device bootif" that's doing this because it works for me
when I use ethX. Can you name your interface?