Skip to content

Commit 44457f7

Browse files
committed
debian: install efi packages
Ensure both signed and unsigned versions are installed, otherwise the bootctl service will overwrite a signed sd-boot with an unsigned one in the ESP
1 parent ca328a0 commit 44457f7

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

mkosi.conf.d/debian/mkosi.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ Packages=
4242
python3
4343
sbsigntool
4444
systemd-boot
45+
systemd-boot-efi
46+
systemd-boot-efi-signed
4547
systemd-container
4648
systemd-coredump
4749
systemd-cryptsetup
@@ -63,6 +65,8 @@ VolatilePackages=
6365
libnss-systemd
6466
libpam-systemd
6567
systemd-boot
68+
systemd-boot-efi
69+
systemd-boot-efi-signed
6670
systemd-container
6771
systemd-coredump
6872
systemd-cryptsetup

mkosi.images/netesp/mkosi.conf.d/debian.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ Distribution=|ubuntu
88
[Content]
99
Packages=
1010
systemd-boot-efi
11+
systemd-boot-efi-signed

0 commit comments

Comments
 (0)