> diff --git a/kickstart.py b/kickstart.py > index b7ed5c4..28abcd7 100644 > --- a/kickstart.py > +++ b/kickstart.py > @@ -574,6 +574,9 @@ class NetworkData(commands.network.RHEL6_NetworkData): > log.info("unspecified network --device in kickstart, using %s (%s)" % > (device, msg)) > else: > + if self.device.lower() == "ibft": > + log.debug("--device=ibft is ignored in stage 2 kickstart") > + return > device = self.device > > # If we were given a network device name, grab the device object. I don't think we need to log this condition. - Chris _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list