Re: [CentOS] kickstart ksdevice in centos6

2011-07-22 Thread Tom H
On Fri, Jul 22, 2011 at 10:57 AM, Jerry Geis wrote: > > I have a line in my kickstart file (ksdevice) > > # Network information > network --bootproto=dhcp --device=eth0 --onboot=on > # Default network to boot > ksdevice=eth0 > # Auto reboot (to being next install faze) > reboot > > However its sti

Re: [CentOS] kickstart ksdevice in centos6

2011-07-22 Thread Les Mikesell
On 7/22/2011 12:15 PM, Paul Heinlein wrote: > On Fri, 22 Jul 2011, Les Mikesell wrote: > >>> I use ksdevice= as a boot option (e.g., in the APPEND section of >>> syslinux or pxelinux config). >> >> How do you know which device is going to be eth0 at that point? > > That's a great question. Sadly, m

Re: [CentOS] kickstart ksdevice in centos6

2011-07-22 Thread Paul Heinlein
On Fri, 22 Jul 2011, Les Mikesell wrote: >> I use ksdevice= as a boot option (e.g., in the APPEND section of >> syslinux or pxelinux config). > > How do you know which device is going to be eth0 at that point? That's a great question. Sadly, my answer is somewhat idiosyncratic and less likely t

Re: [CentOS] kickstart ksdevice in centos6

2011-07-22 Thread Les Mikesell
On 7/22/2011 11:04 AM, Paul Heinlein wrote: > On Fri, 22 Jul 2011, Jerry Geis wrote: > >> I have a line in my kickstart file (ksdevice) >> >> # Network information >> network --bootproto=dhcp --device=eth0 --onboot=on >> # Default network to boot >> ksdevice=eth0 >> # Auto reboot (to being next ins

Re: [CentOS] kickstart ksdevice in centos6

2011-07-22 Thread Paul Heinlein
On Fri, 22 Jul 2011, Jerry Geis wrote: > I have a line in my kickstart file (ksdevice) > > # Network information > network --bootproto=dhcp --device=eth0 --onboot=on > # Default network to boot > ksdevice=eth0 > # Auto reboot (to being next install faze) > reboot > > However its still poping up an

Re: [CentOS] kickstart ksdevice in centos6

2011-07-22 Thread Tru Huynh
On Fri, Jul 22, 2011 at 11:00:13AM -0400, Jerry Geis wrote: > Jerry Geis wrote: > > I have a line in my kickstart file (ksdevice) > >... > > ksdevice=eth0 > >.. > > > Actually if I select eth0 and continue - I then get an error on screen > about > Unknown kickstart command ksdevice=eth0 ksdevice

Re: [CentOS] kickstart ksdevice in centos6

2011-07-22 Thread Jerry Geis
Jerry Geis wrote: > I have a line in my kickstart file (ksdevice) > > # Network information > network --bootproto=dhcp --device=eth0 --onboot=on > # Default network to boot > ksdevice=eth0 > # Auto reboot (to being next install faze) > reboot > > > However its still poping up and asking me eth0 or

[CentOS] kickstart ksdevice in centos6

2011-07-22 Thread Jerry Geis
I have a line in my kickstart file (ksdevice) # Network information network --bootproto=dhcp --device=eth0 --onboot=on # Default network to boot ksdevice=eth0 # Auto reboot (to being next install faze) reboot However its still poping up and asking me eth0 or eth1 for install? Has this operation