Skip to content

Commit

Permalink
WIP: verify NO_ADDONS autodetection
Browse files Browse the repository at this point in the history
  • Loading branch information
mika committed Dec 18, 2024
1 parent 379f167 commit 9755920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grml-live
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ 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, setting NO_ADDONS=1. (Consider installing package grml-live-addons)" ; eend 0
NO_ADDONS=1
#NO_ADDONS=1
fi
# }}}

Expand Down

0 comments on commit 9755920

Please sign in to comment.