summaryrefslogtreecommitdiffstats
path: root/yuminstall.py
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2009-03-17 16:34:06 +0100
committerHans de Goede <hdegoede@redhat.com>2009-03-17 19:08:38 +0100
commit2a6e841778c7b75fa09e8396d0ad9777b0a6c0e0 (patch)
treec475b636b70a609a91638410ab8e0491aa24ccf5 /yuminstall.py
parentfeba2676ea103d9c8ab0a89b26d213e7f17deaab (diff)
downloadanaconda-2a6e841778c7b75fa09e8396d0ad9777b0a6c0e0.tar.gz
anaconda-2a6e841778c7b75fa09e8396d0ad9777b0a6c0e0.tar.xz
anaconda-2a6e841778c7b75fa09e8396d0ad9777b0a6c0e0.zip
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.
Diffstat (limited to 'yuminstall.py')
-rw-r--r--yuminstall.py7
1 files changed, 0 insertions, 7 deletions
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