On Mon, Jun 4, 2012 at 7:24 PM, Natxo Asenjo <[log in to unmask]> wrote:
> hi,
>
>
> 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.

Anaconda needs to know what the bootif is.
pxelinux only passes BOOTIF= to the kernel it boots when you use the
IPAPPEND 2 option.
Is that the case in your environment?

Ruben