]> git.ipfire.org Git - thirdparty/mkosi.git/commit
Add grub for EFI support 2476/head
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Sun, 10 Mar 2024 21:15:39 +0000 (22:15 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Mon, 11 Mar 2024 09:06:34 +0000 (10:06 +0100)
commit7e6bacc1b709e07522e3e85b6322ea1549e24e3d
tree254eacfb68f7e15f25a8fa851df7939afbe5460c
parentd65c574b7a263de44f4a8a41fde5abbd2dd1c629
Add grub for EFI support

We also rework the grub setup to not copy the grub modules into the
ESP anymore. We do this as grub for EFI booted in secure boot mode
does not load any unsigned modules for security reasons so we opt
to include all necessary modules into the grub image itself.
mkosi.conf.d/20-opensuse.conf
mkosi.conf.d/30-centos-fedora/mkosi.conf.d/20-uefi.conf
mkosi.conf.d/30-debian-ubuntu/mkosi.conf.d/20-x86-64.conf
mkosi/__init__.py
tests/test_boot.py