Don't explode when mixing BOOTIF and ip=
authorWill Woods <wwoods@redhat.com>
Thu, 23 Aug 2012 18:59:35 +0000 (14:59 -0400)
committerHarald Hoyer <harald@redhat.com>
Thu, 13 Jun 2013 12:07:17 +0000 (14:07 +0200)
commitd8a698713e8d9b5763cbf8417860f0b7d8558aaa
tree0973ee0fda418be7a297f9ce36446237bd3fedcf
parent57f257928116a8e614bb1933a9f8fbf9d9c39c52
Don't explode when mixing BOOTIF and ip=

Now that we can use a MAC as a device identifier, we can just bring up
the device specified by BOOTIF as a normal interface.

So instead of ignoring everything but BOOTIF, we'll put BOOTIF in the
IFACES list and bring it up as normal, defaulting to DHCP if nothing
else is specified.

We can also handle anaconda-style 'ksdevice=bootif' this way.
modules.d/40network/net-lib.sh
modules.d/40network/parse-ip-opts.sh