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 Duh! I didn't read the isolinux.cfg part--try ksdevice=eth0 in your isolinux.cfg file. Forrest