Skip to content

Commit

Permalink
grml-live: show "Skipping boot addons" if NO_ADDONS=1
Browse files Browse the repository at this point in the history
  • Loading branch information
zeha committed Nov 23, 2024
1 parent c0b1530 commit 5fa1b37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions grml-live
Original file line number Diff line number Diff line change
Expand Up @@ -541,6 +541,7 @@ echo " main directory: $OUTPUT"
[ -n "$HYBRID_METHOD" ] && echo " Hybrid method: $HYBRID_METHOD"
[ -n "$SECURE_BOOT" ] && echo " Secure Boot: $SECURE_BOOT"
[ -n "$TEMPLATE_DIRECTORY" ] && echo " Template files: $TEMPLATE_DIRECTORY"
[ -n "$NO_ADDONS" ] && echo " Skipping boot addons."
[ -n "$CHROOT_INSTALL" ] && echo " Install files from directory to chroot: $CHROOT_INSTALL"
[ -n "$BOOTID" ] && echo " Boot identifier: $BOOTID"
[ -n "$NO_BOOTID" ] && echo " Skipping bootid feature."
Expand Down

0 comments on commit 5fa1b37

Please sign in to comment.