summaryrefslogtreecommitdiffstats
path: root/scripts/mk-images
diff options
context:
space:
mode:
authorHans de Goede <hans@localhost.localdomain>2008-09-15 09:58:47 +0200
committerHans de Goede <hans@localhost.localdomain>2008-09-15 09:58:47 +0200
commit5a21c1580eaed10c95bef003f460546d79265109 (patch)
tree90367fa5a31be0d06a704ead84eea22d7728a863 /scripts/mk-images
parent469f6e36582219fc6115ff81ab46f84539bc82a4 (diff)
downloadanaconda-5a21c1580eaed10c95bef003f460546d79265109.tar.gz
anaconda-5a21c1580eaed10c95bef003f460546d79265109.tar.xz
anaconda-5a21c1580eaed10c95bef003f460546d79265109.zip
Add mk-images changes forgotten in previous commit
Add mk-images changes forgotten in previous commit: Add support for iSCSI iBFT table to anaconda and use the configured targets in it (#307761), forward port of rhel-5 patch from Martin Sivak, commit id: 96255750791e859dd06004fe1fbcc101a26e9e47
Diffstat (limited to 'scripts/mk-images')
-rwxr-xr-xscripts/mk-images2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mk-images b/scripts/mk-images
index 279833b77..fa32513d1 100755
--- a/scripts/mk-images
+++ b/scripts/mk-images
@@ -110,7 +110,7 @@ COMMONMODS="fat vfat nfs sunrpc lockd floppy cramfs loop edd pcspkr squashfs ipv
USBMODS="ohci-hcd uhci-hcd ehci-hcd hid mousedev usb-storage sd_mod sr_mod ub appletouch"
FIREWIREMODS="ohci1394 sbp2 fw-ohci fw-sbp2 firewire-sbp2 firewire-ohci"
IDEMODS="ide-cd ide-cd_mod"
-SCSIMODS="sr_mod sg st sd_mod scsi_mod iscsi_tcp"
+SCSIMODS="sr_mod sg st sd_mod scsi_mod iscsi_tcp iscsi_ibft"
FSMODS="fat msdos vfat ext2 ext3 ext4dev reiserfs jfs xfs gfs2 lock_nolock cifs"
LVMMODS="dm-mod dm-zero dm-snapshot dm-mirror dm-multipath dm-round-robin dm-emc dm-crypt"
RAIDMODS="raid0 raid1 raid5 raid6 raid456 raid10 linear"