mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-04 19:56:32 +02:00
TMP: enable debug output from grub
This commit is contained in:
parent
00a123ae75
commit
312d5f4beb
@ -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" <<EOF
|
||||
set debug=all
|
||||
search.fs_uuid ${ESP_FSID} root \$root
|
||||
set prefix=(memdisk)
|
||||
set
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user