Proper merge of two BZs for rhel6.3. Resolves: rhbz#808642 --- booty/bootloaderInfo.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/booty/bootloaderInfo.py b/booty/bootloaderInfo.py index 446e52e..20d25ea 100644 --- a/booty/bootloaderInfo.py +++ b/booty/bootloaderInfo.py @@ -155,7 +155,7 @@ class KernelArguments: # Dracut needs the explicit ifname= because biosdevname # fails to rename the iface (because of BFS booting from it). import storage.fcoe - for nic, dcb in storage.fcoe.fcoe().nics: + for nic, dcb, auto_vlan in storage.fcoe.fcoe().nics: hwaddr = self.id.network.netdevices[nic].get("HWADDR") args.add("ifname=%s:%s" % (nic, hwaddr.lower())) -- 1.7.4 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list