Hello all, I am trying to force the ethernet-card settings on my FC8 machines. One way of doing this is to use the ifcfg-ethX scripts (see http://www.cyberciti.biz/tips/howto-linux-add-ethtool-duplex-settings-permanent.html) . This requires that an extra parameter is added to these scripts, namely ETHTOOL_OPTS. My question is now whether it is possible to add this line to the script during installation and (possibly) different for each interface, e.g.:
cobbler system edit --name=foo --interface=eth1 -- mac=AA:BB:CC:DD:EE:A1 --ip=x.x.x.x --ethopts="speed 100 duplex full autoneg off" if not, what would be a good way to do this? thnx tom _______________________________________________ cobbler mailing list [email protected] https://fedorahosted.org/mailman/listinfo/cobbler
