diff options
author | Hans de Goede <hdegoede@redhat.com> | 2009-02-06 10:50:14 +0100 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2009-02-11 12:08:25 +0100 |
commit | 78ca394478575bc2dfda5a8e107c90254ee39b11 (patch) | |
tree | a7ade2ec15da4cc323ddc672d2caf08b3ed6f335 /scripts | |
parent | e7745f5d452aca7c1d55b343b1ea705c5db47508 (diff) | |
download | anaconda-78ca394478575bc2dfda5a8e107c90254ee39b11.tar.gz anaconda-78ca394478575bc2dfda5a8e107c90254ee39b11.tar.xz anaconda-78ca394478575bc2dfda5a8e107c90254ee39b11.zip |
Rewrite iscsi code using libiscsi
This patch replaces the iscsi.py code with new code using libiscsi, getting
rid of the awefull configfile mangling to set auth info hack, and in general
making it much cleaner.
Fixes:
-Report error when we cannot add a disk instead of silently failing (461830)
-Report error when trying to use iscsi from kickstart without having an
iscsiname directive first (463156)
-Better feedback while scanning iscsi disks
-Make ibft work with chap and 2-way chap
-Make ibft configured disks available for upgrades and in rescue mode
-Make ibft boot work even when iscsi-initiator-utils is installed after the
kernel in the transaction
Note:
libiscsi is available in Fedora now
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/upd-instroot | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/upd-instroot b/scripts/upd-instroot index 033d96544..72c62d188 100755 --- a/scripts/upd-instroot +++ b/scripts/upd-instroot @@ -439,6 +439,7 @@ usr/$LIBDIR/python?.?/site-packages/firstboot usr/$LIBDIR/python?.?/site-packages/gtk* usr/$LIBDIR/python?.?/site-packages/gtk*/gtk usr/$LIBDIR/python?.?/site-packages/ixf86configmodule.so +usr/$LIBDIR/python?.?/site-packages/libiscsimodule.so usr/$LIBDIR/python?.?/site-packages/libusermodule.so usr/$LIBDIR/python?.?/site-packages/partedmodule.so usr/$LIBDIR/python?.?/site-packages/rhpl @@ -446,6 +447,7 @@ usr/$LIBDIR/python?.?/site-packages/rpmmodule.so usr/$LIBDIR/python?.?/site-packages/xf86config.py usr/$LIBDIR/python?.?/xml/etree/ usr/$LIBDIR/rpm/rpmpopt +usr/$LIBDIR/libiscsi.so* usr/$LIBDIR/libsqlite3.so* usr/$LIBDIR/xorg/modules usr/$LIBDIR/xserver/SecurityPolicy |