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 changed? Thanks, Jerry
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 install? > Has this operation changed? > > Thanks, > > Jerry >Actually if I select eth0 and continue - I then get an error on screen about Unknown kickstart command ksdevice=eth0 jerry
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 me eth0 or eth1 for install? > Has this operation changed?I use ksdevice= as a boot option (e.g., in the APPEND section of syslinux or pxelinux config). -- Paul Heinlein <> heinlein at madboa.com <> http://www.madboa.com/
On Fri, Jul 22, 2011 at 10:57 AM, Jerry Geis <geisj at 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 > > However its still poping up and asking me eth0 or eth1 for install? > Has this operation changed?"ksdevice=..." shouldn't be in the kickstart file but on the installer's kernel line if you're cd-booting or on the append line if you're pxe-booting.