[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

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 eth1 for

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 is on the

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 and asking

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 install faze)

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 to be

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, my answer is

Re: [CentOS] kickstart ksdevice in centos6

2011-07-22 Thread Tom H
On Fri, Jul 22, 2011 at 10:57 AM, Jerry Geis ge...@pagestation.com 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