On Tue, 2004-03-30 at 15:39, Stephen Mah wrote: > how do you force kickstart installs to eth0 if the system has two nic cards? > > I tried the following in the ks file: > > nfs --server servername --dir /vault/redhat-rhel > network --device eth0 --bootproto dhcp --hostname generic > > isolinux.cfg (reads the ks.cfg from the network) > append initrd=initrd.img lang= devfs=nomount ramdisk_size=8192 vga=788 > ks=nfs:servername:/vault/ks.cfg Where is your kickstart file located? If it is on the network, you would need to pass the --ksdevice=eth0 option at the boot: prompt. Did you try --device=eth0? Forrest