From: Michael Prokop Date: Wed, 10 Aug 2011 20:32:06 +0000 (+0200) Subject: Fix typo in log message for isolinux includes. X-Git-Tag: v0.15.1~4 X-Git-Url: https://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=f1807657e8711d84bdf64c4b725476cda4a897eb Fix typo in log message for isolinux includes. --- diff --git a/grml-live b/grml-live index 9e35a3d..daa15d1 100755 --- a/grml-live +++ b/grml-live @@ -861,7 +861,7 @@ if [ "$ARCH" = i386 ] || [ "$ARCH" = amd64 ] ; then log 'Using console based isolinux method as requested via $ISOLINUX_METHOD.' einfo 'Using console based isolinux method as requested via $ISOLINUX_METHOD.' if grep -q '^include console.cfg' "${BUILD_OUTPUT}/boot/isolinux/distri.cfg" ; then - einfo "include for console.cfg already foud, nothing to do." + einfo "include for console.cfg already found, nothing to do." eend 0 else log "including console.cfg in ${BUILD_OUTPUT}/boot/isolinux/isolinux.cfg" @@ -872,7 +872,7 @@ if [ "$ARCH" = i386 ] || [ "$ARCH" = amd64 ] ; then else log 'Using graphical boot menu.' if grep -q '^include vesamenu.cfg' "${BUILD_OUTPUT}/boot/isolinux/isolinux.cfg" ; then - log "include for vesamenu.cfg already foud, nothing to do." + log "include for vesamenu.cfg already found, nothing to do." else log "including vesamenu.cfg in ${BUILD_OUTPUT}/boot/isolinux/isolinux.cfg" echo "include vesamenu.cfg" >> "${BUILD_OUTPUT}/boot/isolinux/isolinux.cfg"