ソースを参照

Added debug comment for bootloader selection

Toastie 7 ヶ月 前
コミット
f78f5fa160
1 ファイル変更1 行追加0 行削除
  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"