Corrected spelling -> iSCSI
authorcraig <craig@haquarter.de>
Sun, 28 Jun 2009 19:51:01 +0000 (21:51 +0200)
committercraig <craig@haquarter.de>
Sun, 28 Jun 2009 19:51:01 +0000 (21:51 +0200)
gen_cmdline.sh
gen_compile.sh

index cdaf44e899c1eea362b5b2e64c08272fbc7d8536..c274217fc252f9dab618b75470efca42cc5f5aeb 100755 (executable)
@@ -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"
index 62566622b134cbc39a1b39a0399ee4f0d0eef125..9c3e0f0301f08b0b431ed775b95ad7736b2aabea 100755 (executable)
@@ -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"