Fix ISO grub package conflict
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user