From 312d5f4bebd62c28d5eef6cd7e09432c2a34dd1a Mon Sep 17 00:00:00 2001 From: Jeremi Piotrowski Date: Mon, 22 Apr 2024 12:39:11 +0000 Subject: [PATCH] TMP: enable debug output from grub --- build_library/grub_install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build_library/grub_install.sh b/build_library/grub_install.sh index 9b4c82f8c1..976446734a 100755 --- a/build_library/grub_install.sh +++ b/build_library/grub_install.sh @@ -140,6 +140,7 @@ info "Generating ${GRUB_DIR}/load.cfg" # The existing $root value is given as a hint so it is searched first. ESP_FSID=$(sudo grub-probe -t fs_uuid -d "${LOOP_DEV}p1") sudo_clobber "${ESP_DIR}/${GRUB_DIR}/load.cfg" <