From 2a6e841778c7b75fa09e8396d0ad9777b0a6c0e0 Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Tue, 17 Mar 2009 16:34:06 +0100 Subject: Get iscsi going with the new storage code This patch gets iscsi going with the new storage code. There are still a few hicups left (such as NetworkManager downing the interface our / is on), but I'll address those in separate patches. --- yuminstall.py | 7 ------- 1 file changed, 7 deletions(-) (limited to 'yuminstall.py') diff --git a/yuminstall.py b/yuminstall.py index eff50ba61..d842a1771 100644 --- a/yuminstall.py +++ b/yuminstall.py @@ -1287,13 +1287,6 @@ reposdir=/etc/anaconda.repos.d,/tmp/updates/anaconda.repos.d,/tmp/product/anacon # this takes care of device and filesystem packages map(self.selectPackage, device.packages) - for disk in storage.disks: - # FIXME: this should get handled by the above - if isys.driveIsIscsi(disk.path): - log.info("ensuring iscsi is installed") - self.selectPackage("iscsi-initiator-utils") - break - # anaconda requires several programs on the installed system to complete # installation, but we have no guarantees that some of these will be # installed (they could have been removed in kickstart). So we'll force -- cgit