grml / grml-debootstrap

wrapper around debootstrap
59 stars 27 forks source link

Add EFI support for VMs #213

Closed DanWin closed 11 months ago

DanWin commented 11 months ago

This pull request introduces a new option --vmefi that will change the VM image to use GPT instead of MBR and adds an ESP partition. Further it will install grub in EFI mode with secure boot support. Fixes #134

mika commented 11 months ago

Great work, LGTM! Could you please add the description from the PR to your commit message? Or if you'd prefer me to take care of that let me know, happy to merge your PR then!

DanWin commented 11 months ago

@mika Of course, I've just updated the commit message

mika commented 11 months ago

@DanWin wonderful, great work - thanks!