summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2010-11-01 11:10:08 -0400
committerChris Lumens <clumens@redhat.com>2010-11-01 11:10:08 -0400
commit2839cf2771eb696d75030198eef17d87857d3d8b (patch)
tree3b7d991687cda49355dd9e017706501dccdfdbb0
parent581763ca84bdaa43bb10b3a7a78d80f7fee15948 (diff)
downloadanaconda-2839cf2771eb696d75030198eef17d87857d3d8b.tar.gz
anaconda-2839cf2771eb696d75030198eef17d87857d3d8b.tar.xz
anaconda-2839cf2771eb696d75030198eef17d87857d3d8b.zip
Add more modules to the list of things liveinst must load.
-rwxr-xr-xdata/liveinst/liveinst2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/liveinst/liveinst b/data/liveinst/liveinst
index 4a1d84a75..e424a62dc 100755
--- a/data/liveinst/liveinst
+++ b/data/liveinst/liveinst
@@ -32,7 +32,7 @@ if [ ! -b $LIVE_BLOCK ]; then
fi
# load modules that would get loaded by the loader... (#230945)
-for i in raid0 raid1 raid5 raid6 raid456 raid10 dm-mod dm-zero dm-mirror dm-snapshot dm-multipath dm-round-robin vfat dm-crypt cbc sha256 lrw xts ; do /sbin/modprobe $i 2>/dev/null ; done
+for i in raid0 raid1 raid5 raid6 raid456 raid10 dm-mod dm-zero dm-mirror dm-snapshot dm-multipath dm-round-robin vfat dm-crypt cbc sha256 lrw xts iscsi_tcp iscsi_ibft; do /sbin/modprobe $i 2>/dev/null ; done
export ANACONDA_PRODUCTNAME=$( cat /etc/system-release | sed -r -e 's/ *release.*//' )
export ANACONDA_PRODUCTVERSION=$( cat /etc/system-release | sed -r -e 's/^.* ([0-9\.]+).*$/\1/' )