Guys, My google-foo is down today and I've got a quick question that maybe people can help me on. I've got some Rackable boxes I need to kickstart with RedHat 7.3, ideally via PXELINUX. All this actually works right now, but I need to force the system to load the e1000 module and bind it to eth0, instead of the eepro100 module which currently gets in there first. I guess I could just nuke the module from the initrd.img file, but I figured there's got to be a way I can specify this inside the pxelinux config file. I've got the following: default rh73 label rh73 kernel vmlinuz-7.3 append ks=nfs:10.10.1.1:/export/RH7.3/ks.cfg initrd=/RH7.3/initrd.img root=/dev/hda2 ro vga=ask I know I just need to put something into the 'append ...' line, but dammned if I can figure it out. Thanks, John