systemd-boot and GRUB EFI conflict during package configuration. systemd-boot also fails to configure in chroot (no efivars available). Using GRUB with shim-signed for UEFI Secure Boot instead. Changes: - config/package-lists: Remove systemd-boot, systemd-boot-efi - tests/unit/secureboot_test.bats: Update test for GRUB instead Reference: Build failure in binary phase 💘 Generated with Crush Assisted-by: GLM-5 via Crush <crush@charm.land>
49 lines
662 B
Plaintext
49 lines
662 B
Plaintext
# Package lists for live-build
|
|
# Core system packages
|
|
linux-image-amd64
|
|
initramfs-tools
|
|
|
|
# Secure Boot support (MANDATORY for UEFI systems)
|
|
shim-signed
|
|
grub-efi-amd64-signed
|
|
grub-efi-amd64-bin
|
|
efibootmgr
|
|
efitools
|
|
sbsigntool
|
|
binutils
|
|
|
|
# Desktop environment
|
|
icewm
|
|
lightdm
|
|
lightdm-gtk-greeter
|
|
xorg
|
|
xserver-xorg-core
|
|
xserver-xorg-input-all
|
|
|
|
# Applications
|
|
remmina
|
|
remmina-plugin-rdp
|
|
mousepad
|
|
wireguard
|
|
wireguard-tools
|
|
zbar-tools
|
|
pcmanfm
|
|
|
|
# Network utilities (client only - NO inbound services)
|
|
openssh-client
|
|
wireguard
|
|
wireguard-tools
|
|
nftables
|
|
|
|
# Security tools
|
|
auditd
|
|
audispd-plugins
|
|
aide
|
|
aide-common
|
|
rsyslog
|
|
sudo
|
|
|
|
# Filesystem support
|
|
e2fsprogs
|
|
dosfstools
|
|
ntfs-3g |