This commit is contained in:
2026-03-15 05:37:15 +01:00
parent 7ac487f640
commit 59db877c85
17 changed files with 622 additions and 21 deletions

View File

@@ -15,6 +15,11 @@ source "$MODULE_GRUB_THEME_DIR/module.sh"
runtime_init "$PROJECT_ROOT"
log_init
if ! test -f "$PROJECT_ROOT/config/grub-theme.yaml"; then
printf 'grub-theme test FAILED: missing repository config\n' >&2
exit 1
fi
if ! test -f /etc/default/grub.d/postinstall-debian.cfg; then
printf 'grub-theme test SKIPPED: module configuration not applied\n'
exit 0