Skip to content
  • Leigh B. Stoller's avatar
    A bunch of little changes to make the Redhat 9.0 image work in a · 8551d9a7
    Leigh B. Stoller authored
    passable manner. Mostly this change overwrites Mike's changes for
    dealing with the pump race. Rather than setting ONBOOT="yes" for all
    interfaces (which is what triggers the pump race), only set the control
    interface to ONBOOT="yes", all the others get ONBOOT="no" so that
    ifup will not be called on them. Also remove the hostname set from the
    ifcfg scripts since that totally messes up dhclient-script, which is what
    is used in Redhat 9.0 (instead of pump).
    
    The problem with ONBOOT="no" is that the interfaces will not get
    probed if ifup is not called. This messes up testbed ifconfig later.
    So, added an rc.linux script that does just the probe for all interfaces.
    This script is called from rc.bootsetup, if rc."osname" exists.
    8551d9a7