From: craig Date: Sun, 28 Jun 2009 19:51:01 +0000 (+0200) Subject: Corrected spelling -> iSCSI X-Git-Tag: v3.4.10.907~5^2~9 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=92a42c7ae6164341b7b0382506bd86f32160669f;p=genkernel.git Corrected spelling -> iSCSI --- diff --git a/gen_cmdline.sh b/gen_cmdline.sh index cdaf44e..c274217 100755 --- a/gen_cmdline.sh +++ b/gen_cmdline.sh @@ -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= Specifies a user created linuxrc" diff --git a/gen_compile.sh b/gen_compile.sh index 6256662..9c3e0f0 100755 --- a/gen_compile.sh +++ b/gen_compile.sh @@ -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"