diff --git a/config/package-lists/knel-football.list.chroot b/config/package-lists/knel-football.list.chroot index f12ddd1..7d1f820 100644 --- a/config/package-lists/knel-football.list.chroot +++ b/config/package-lists/knel-football.list.chroot @@ -10,8 +10,6 @@ grub-efi-amd64-bin efibootmgr efitools sbsigntool -systemd-boot -systemd-boot-efi binutils # Desktop environment diff --git a/espanso-debian-x11-amd64.deb b/espanso-debian-x11-amd64.deb new file mode 100644 index 0000000..38b514b Binary files /dev/null and b/espanso-debian-x11-amd64.deb differ diff --git a/tests/unit/secureboot_test.bats b/tests/unit/secureboot_test.bats index 42a2afb..73c0116 100644 --- a/tests/unit/secureboot_test.bats +++ b/tests/unit/secureboot_test.bats @@ -251,8 +251,8 @@ grep -q "sbsigntool" /workspace/config/package-lists/knel-football.list.chroot } -@test "package list includes systemd-boot" { - grep -q "systemd-boot" /workspace/config/package-lists/knel-football.list.chroot +@test "package list includes grub-efi-amd64-signed for Secure Boot" { + grep -q "grub-efi-amd64-signed" /workspace/config/package-lists/knel-football.list.chroot } @test "package list includes binutils for objcopy" {