X-Git-Url: https://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=grml-live;h=186f092d009d9f9ebcdb0a6684875d7fc75ec439;hp=aaaf48f6388def97aee86dc8e3e9ae50cc521f2a;hb=f54d3bf9ffc50d4e26a564c073bb03185b0126dd;hpb=42c15c9e98e348be9c6f355a3b52373db981b52c diff --git a/grml-live b/grml-live index aaaf48f..186f092 100755 --- a/grml-live +++ b/grml-live @@ -23,7 +23,7 @@ fi set -e # global variables -GRML_LIVE_VERSION='0.9.33-pre1' +GRML_LIVE_VERSION='0.9.34-pre1' PN="$(basename $0)" CMDLINE="$0 $@" SOURCES_LIST_FILE='/etc/grml/fai/apt/sources.list' @@ -614,8 +614,8 @@ if [ "$ARCH" = i386 ] || [ "$ARCH" = amd64 ] ; then log "Installing /boot/memtest86+.bin" cp /boot/memtest86+.bin "$BUILD_OUTPUT"/boot/addons/memtest else - ewarn "No memtest binary found, skipping." - log "No memtest binary found, skipping." + ewarn "No memtest binary found (either install package grml-live-addons or memtest86+), skipping." + log "No memtest binary found (either install package grml-live-addons or memtest86+), skipping." eend 0 fi fi