Charlie Brady wrote:
> ISA NICs, yes, but at present you are still limited to PCI
> based machines. Perhaps the next release of the install code
> will also cater for non-PCI machines.
How is it limited to PCI machines? I know they list that in their system requirements, but AFAIK, RedHat 6 doesn't have any such requirement. Sure, it won't autoprobe for ISA NICs (so you'd have to enter the driver and options manually in conf.modules), but what else does it need a PCI bus for? I seem to recall a statement from E-smith (maybe on this board somewhere) to the effect that PCI wasn't really needed, but it made device detection much easier.
> No, if the options line is, e.g. "options ne
> io=0x300" then it won't be overwritten.
However, if you've set "alias eth0 ne", _that_ will get overwritten (since ne is an ISA driver, which doesn't show on the list), and the options will then be a moot point. However, Bengt seems to have given a fix for this, which is cool.