Corrected spelling -> iSCSI

cleanup-cruft
craig 16 years ago
parent bd958953e4
commit 92a42c7ae6

@ -84,7 +84,7 @@ longusage() {
echo " --mdadm Copy /etc/mdadm.conf to initramfs"
echo " --dmraid Include DMRAID support"
echo " --multipath Include Multipath support"
echo " --iscsi Include ISCSI support"
echo " --iscsi Include iSCSI support"
echo " --slowusb Enables extra pauses for slow USB CD boots"
echo " --bootloader=grub Add new kernel to GRUB configuration"
echo " --linuxrc=<file> Specifies a user created linuxrc"

@ -624,13 +624,13 @@ compile_iscsi() {
if [ ! -f "${ISCSI_BINCACHE}" ]
then
[ ! -f "${ISCSI_SRCTAR}" ] &&
gen_die "Could not find ISCSI source tarball: ${ISCSI_SRCTAR}. Please place it there, or place another version, changing /etc/genkernel.conf as necessary!"
gen_die "Could not find iSCSI source tarball: ${ISCSI_SRCTAR}. Please place it there, or place another version, changing /etc/genkernel.conf as necessary!"
cd "${TEMP}"
rm -rf "${ISCSI_DIR}"
tar -zxpf "${ISCSI_SRCTAR}"
[ ! -d "${ISCSI_DIR}" ] &&
gen_die "ISCSI directory ${ISCSI_DIR} invalid"
print_info 1 'ISCSI: >> Compiling...'
print_info 1 'iSCSI: >> Compiling...'
cd "${TEMP}/${ISCSI_DIR}/utils/fwparam_ibft"
MAKE=${UTILS_MAKE} compile_generic "" ""
cd "${TEMP}/${ISCSI_DIR}/usr"

Loading…
Cancel
Save