From f2fd24f249306ebe84b0f5f10636c33623cecfbf Mon Sep 17 00:00:00 2001 From: cyteen Date: Tue, 17 Mar 2026 13:08:41 +0000 Subject: [PATCH] Added font to grub options and replace echo debug with heredoc. --- 020_grub_zbm_payload.sh | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/020_grub_zbm_payload.sh b/020_grub_zbm_payload.sh index 8738ceb..b8f1bb8 100644 --- a/020_grub_zbm_payload.sh +++ b/020_grub_zbm_payload.sh @@ -162,13 +162,17 @@ echo "[*] Generating GRUB configuration for pool: $ZBM_POOL..." # FIXME: If this where placed in /etc/default/zfsbootmenu/ it could be sourced here rather than hardcoded here. Much like /etc/default/grub # The scripts is separated from the settings. Maybe something I would do if I were packaging zbm. -GRUB_DEFAULTS='loglevel=4 zbm.import_delay=5 video=vesafb:1920x1200-32@60 rd.vconsole.keymap=uk' +GRUB_DEFAULTS='loglevel=4 zbm.import_delay=5 video=vesafb:1920x1200-32@60 rd.vconsole.font=ter-v20b rd.vconsole.keymap=uk' -echo "DEBUG: ZBM_SOURCE='$ZBM_SOURCE'" -echo "DEBUG: ZBM_DATASET='$ZBM_DATASET'" -echo "DEBUG: ZBM_DATASET_PATH='$ZBM_DATASET_PATH'" -echo "DEBUG: REL_PATH='$REL_PATH'" -echo "DEBUG: ZBM_DIR='$ZBM_DIR'" +cat <