Browse Source

Added debug comment for bootloader selection

Toastie 6 months ago
parent
commit
f78f5fa160
1 changed files with 1 additions and 0 deletions
  1. 1 0
      bootstrap-bookworm.sh

+ 1 - 0
bootstrap-bookworm.sh

@@ -290,6 +290,7 @@ exit
 bootloader(){
 
 # Install grub in the mbr
+echo "$grubPkg selected as bootloader"
 if [ $partition="mbr-single" ]
 then
   chroot $mnt /bin/bash -c "grub-install $disk && update-grub"