Skip to content

Commit

Permalink
Update checked path for arch-specific boot addons
Browse files Browse the repository at this point in the history
Fixes fcfafac
  • Loading branch information
zeha committed Dec 18, 2024
1 parent 8cae888 commit d5a91e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions grml-live
Original file line number Diff line number Diff line change
Expand Up @@ -522,9 +522,9 @@ if [ -n "$ZERO_LOGFILE" ] ; then
fi
# }}}

# Automatically enable NO_ADDONS=1 if addons are not present {{{
if [ -z "${NO_ADDONS:-}" ] && [ ! -r "$TEMPLATE_DIRECTORY"/boot/addons ] ; then
ewarn "Boot addons not found, (Consider installing package grml-live-addons)" ; eend 0
# Warn user if addons from grml-live-addons are absent {{{
if [ -z "${NO_ADDONS:-}" ] && [ ! -r "$TEMPLATE_DIRECTORY"/arch ] ; then
ewarn "Boot addons not found (Consider installing package grml-live-addons)" ; eend 0
fi
# }}}

Expand Down

0 comments on commit d5a91e8

Please sign in to comment.