On Tue, Dec 23, 2003 at 03:00:09PM -0500, [EMAIL PROTECTED] wrote: > > > > > > Q. Where can I set the e1000 drive to 100 MB/full during the install? In > a kickstart environment I would specify in the ks.cfg > > device eth e1000 --opts "Speed=100 Duplex=2" > > Is there such a configuration within systemimager?
Assuming the boot package you use has it statically linked, you'll need to do this at the kernel command line (via your syslinux.cfg, for example). Maybe try adding 'e1000="Speed=100 Duplex=2"' to your append line. If that doesn't work, another option is to include a statically linked copy of ethtool/mii-tool (whichever works for this driver) into boel_binaries.tar.gz. Then add a command to explicitly change the speed in the .master script (or in the initrd, if you need it). If the boot package you use has e1000 as a module, meaning you're already modifying INSMOD_COMMANDS in the initrd.img, then you can just add your options to that command line. ------------------------------------------------------- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn everything from the bash shell to sys admin. Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click _______________________________________________ Sisuite-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/sisuite-users
