From: Daniel Winzen Date: Wed, 11 Oct 2023 17:36:26 +0000 (+0200) Subject: Add EFI support for VMs X-Git-Tag: v0.105~22^2 X-Git-Url: https://git.grml.org/?a=commitdiff_plain;h=f4d3906aae588d8dac1a146f05151211073cbb80;hp=f4d3906aae588d8dac1a146f05151211073cbb80;p=grml-debootstrap.git Add EFI support for VMs This commit 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. Closes: https://github.com/grml/grml-debootstrap/issues/134 ---