Skip to content

Commit

Permalink
Merge pull request #225 from grml/zeha/addons-warning
Browse files Browse the repository at this point in the history
Update checked path for arch-specific boot addons
  • Loading branch information
zeha authored Dec 18, 2024
2 parents 8cae888 + d5a91e8 commit fd36780
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 fd36780

Please sign in to comment.