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
-steve