summaryrefslogtreecommitdiffstats
path: root/storage/devicetree.py
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2009-07-31 16:33:13 +0200
committerHans de Goede <hdegoede@redhat.com>2009-08-04 10:56:32 +0200
commit4505ff98e35dcf5e4326c639069ac06e4c530793 (patch)
treeb9022267c869187436dc78af30a5bc6e2fd5587a /storage/devicetree.py
parent18dce332e9b77fd13b0d7e0b7c3e5e398753a423 (diff)
downloadanaconda-4505ff98e35dcf5e4326c639069ac06e4c530793.tar.gz
anaconda-4505ff98e35dcf5e4326c639069ac06e4c530793.tar.xz
anaconda-4505ff98e35dcf5e4326c639069ac06e4c530793.zip
Differentiate between ibft discovered and manually added iscsi disks
This is a preparation patch for adding support for writing the necessary dracut cmndline options to grub.conf
Diffstat (limited to 'storage/devicetree.py')
-rw-r--r--storage/devicetree.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/devicetree.py b/storage/devicetree.py
index b4634d958..8f7c4f0cd 100644
--- a/storage/devicetree.py
+++ b/storage/devicetree.py
@@ -1110,6 +1110,7 @@ class DeviceTree(object):
udev_device_get_iscsi_name(info),
udev_device_get_iscsi_address(info),
udev_device_get_iscsi_port(info))
+ kwargs["ibft"] = kwargs["node"] in self.iscsi.ibftNodes
log.debug("%s is an iscsi disk" % name)
elif udev_device_is_fcoe(info):
diskType = FcoeDiskDevice