X-Git-Url: https://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=grml-live;fp=grml-live;h=52132d02b42382e9ed3fb637a3fe8695770f6a1c;hp=5cd58805ef16865b2273aafaf24647bf5d717ecb;hb=7430221d82755bc912787c70a5b298b79ace937f;hpb=5c3e795e201f2109ca49ecbdea8feb09b692a117 diff --git a/grml-live b/grml-live index 5cd5880..52132d0 100755 --- a/grml-live +++ b/grml-live @@ -1123,7 +1123,7 @@ if [ "$ARCH" = i386 ] || [ "$ARCH" = amd64 ] ; then log "Skipping installation of boot addons as requested via \$NO_ADDONS." einfo "Skipping installation of boot addons as requested via \$NO_ADDONS."; eend 0 else - if ! [ -d "$TEMPLATE_DIRECTORY"/boot/addons ] ; then + if ! [ -r "$TEMPLATE_DIRECTORY"/boot/addons ] ; then log "Boot addons not found, skipping therefore. (Consider installing package grml-live-addons)" ewarn "Boot addons not found, skipping therefore. (Consider installing package grml-live-addons)" ; eend 0 else