ks: add grub2-pc + grub2-pc-modules + tools-extra + syslinux + isomd5sum
CI made it through full install, configure, %post, squashfs build, initrd rebuild — failed at final boot.iso wrap because grub2-mkimage needed /usr/lib/grub/i386-pc/moddep.lst (BIOS legacy boot modules). Hybrid BIOS+UEFI ISO requires both grub variants.
This commit is contained in:
parent
5f650d45d8
commit
5dea325a0c
1 changed files with 6 additions and 0 deletions
|
|
@ -66,8 +66,14 @@ dracut-live
|
||||||
dracut-config-generic
|
dracut-config-generic
|
||||||
kernel
|
kernel
|
||||||
grub2-efi-x64
|
grub2-efi-x64
|
||||||
|
grub2-pc
|
||||||
|
grub2-pc-modules
|
||||||
|
grub2-tools
|
||||||
|
grub2-tools-extra
|
||||||
shim-x64
|
shim-x64
|
||||||
efibootmgr
|
efibootmgr
|
||||||
|
syslinux
|
||||||
|
isomd5sum
|
||||||
|
|
||||||
|
|
||||||
# core hardening tools
|
# core hardening tools
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue