X-Git-Url: http://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=grml-live;h=0a8fb3a55501bca16d366749ad3ca31f13740747;hp=64228881cab2aea38d9bfadc75984c54233f3201;hb=2962f5b865c3056c0486c58b5df87b9a709444d9;hpb=5a644ebdb7a419d05c6d3d3c8e98db2dec5f8c93 diff --git a/grml-live b/grml-live index 6422888..0a8fb3a 100755 --- a/grml-live +++ b/grml-live @@ -561,8 +561,8 @@ else einfo "Finished execution of stage 'fai dirinstall'" fi - einfo "Find FAI build logs at $(readlink -f /var/log/fai/$HOSTNAME/last)." - log "Find FAI build logs at $(readlink -f /var/log/fai/$HOSTNAME/last)." + einfo "Find FAI build logs at $(readlink -f /var/log/fai/$HOSTNAME/last)" + log "Find FAI build logs at $(readlink -f /var/log/fai/$HOSTNAME/last)" eend 0 fi fi # BUILD_DIRTY? @@ -906,8 +906,8 @@ else # make sure to drop the -nolzma option if it's not available: if echo "$SQUASHFS_OPTIONS" | grep -q -- "-nolzma" ; then if ! $SQUASHFS_BINARY --help 2>&1 | grep -q -- '-nolzma' ; then - log "$SQUASHFS_BINARY does NOT support the nolzma option, dropping it and using default mode." - ewarn "$SQUASHFS_BINARY does NOT support the nolzma option, dropping it and using default mode." + log "The $SQUASHFS_BINARY binary does NOT support the nolzma option, dropping it and using default mode." + ewarn "The $SQUASHFS_BINARY binary does NOT support the nolzma option, dropping it and using default mode." SQUASHFS_OPTIONS="$(echo $SQUASHFS_OPTIONS | sed 's/-nolzma//g')" eend 0 fi @@ -916,8 +916,8 @@ else # make sure to drop the -lzma option if it's not available: if echo "$SQUASHFS_OPTIONS" | grep -q -- "-lzma" ; then if ! $SQUASHFS_BINARY --help 2>&1 | grep -q -- '-lzma' ; then - log "$SQUASHFS_BINARY does NOT support the lzma option, dropping it and using default mode." - ewarn "$SQUASHFS_BINARY does NOT support the lzma option, dropping it and using default mode." + log "The $SQUASHFS_BINARY binary does NOT support the lzma option, dropping it and using default mode." + ewarn "The $SQUASHFS_BINARY binary does NOT support the lzma option, dropping it and using default mode." SQUASHFS_OPTIONS="$(echo $SQUASHFS_OPTIONS | sed 's/-lzma//g')" eend 0 fi