Fix ISO grub package conflict

This commit is contained in:
Mikhail Chusavitin
2026-03-31 11:38:30 +03:00
parent 4f9b6b3bcd
commit a20806afc8

View File

@@ -21,14 +21,15 @@ openssh-server
# Disk installer # Disk installer
squashfs-tools squashfs-tools
parted parted
# grub-pc / grub-efi-amd64 provide grub-install + grub2-common (required for chroot install). # Keep GRUB install tools without selecting a single active platform package.
# The -bin variants only carry binary modules and do NOT include grub-install itself. # grub-pc and grub-efi-amd64 conflict with each other, but grub2-common
grub-pc # provides grub-install/update-grub and the *-bin packages provide BIOS/UEFI modules.
grub2-common
grub-pc-bin grub-pc-bin
grub-efi-amd64
grub-efi-amd64-bin grub-efi-amd64-bin
grub-efi-amd64-signed grub-efi-amd64-signed
shim-signed shim-signed
efibootmgr
# Filesystem support for USB export targets # Filesystem support for USB export targets
exfatprogs exfatprogs