On Tue, Jun 5, 2012 at 11:23 AM, Natxo Asenjo <[email protected]> wrote: > > On Tue, Jun 5, 2012 at 10:06 AM, Ruben Kerkhof <[email protected]> > wrote: >> >> On Mon, Jun 4, 2012 at 7:24 PM, Natxo Asenjo <[email protected]> >> wrote: >> > hi, > > > hi, > >> >> > On Mon, Jun 4, 2012 at 4:14 PM, Tom H <[email protected]> wrote: >> >> >> >> On Mon, Jun 4, 2012 at 9:45 AM, Natxo Asenjo <[email protected]> >> >> 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? >> > > This is my pxe config for this installation: > > LABEL sli686 > menu label ^6 sl 6.2 i686 > kernel sl62i686/isolinux/vmlinuz > append ks initrd=sl62i686/isolinux/initrd.img ramdisk_size=100000 > ip=link root=/dev/nfs nfsroot=/srv/tftp/fai/sl62i686
I don't think the 'ip=link' argument is correct. Try ip=dhcp or just remove it. http://fedoraproject.org/wiki/Anaconda_Boot_Options#ip only talks about ip='your ip' or ip='dhcp' Cheers, Ruben
