Bump grub to 2.6 and set terminal_output for arm images (#261)

* Build on tumbleweed to get latest efi version

Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com>

* Update grub efi

Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com>

* terminal_output gfxterm

Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com>

* bump grub-efi version to 0.2

Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com>

* remove not needed

Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com>

* Add insmod serial and append gfxterm

Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com>

* load unicode font

Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com>

---------

Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com>
This commit is contained in:
Mauro Morales
2023-06-01 15:07:25 +02:00
committed by GitHub
parent ccedcb57ef
commit 40091789da
4 changed files with 8 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
name: "grub-artifacts" name: "grub-artifacts"
category: "static" category: "static"
version: "0.1" version: "0.2"
distribution: opensuse distribution: opensuse
image: opensuse/leap:15.3 image: opensuse/tumbleweed

View File

@@ -1,3 +1,3 @@
name: "grub-config" name: "grub-config"
category: "static" category: "static"
version: "0.2" version: "0.3"

View File

@@ -54,6 +54,9 @@ insmod all_video
insmod gfxterm insmod gfxterm
insmod loopback insmod loopback
insmod squash4 insmod squash4
insmod serial
terminal_output --append gfxterm
loadfont unicode
menuentry "${display_name}" --id cos { menuentry "${display_name}" --id cos {
search --no-floppy --label --set=root COS_STATE search --no-floppy --label --set=root COS_STATE

View File

@@ -1,7 +1,7 @@
name: "grub-efi" name: "grub-efi"
category: "static" category: "static"
version: "0.1" version: "0.2"
distribution: opensuse distribution: opensuse
image: opensuse/leap:15.3 image: opensuse/tumbleweed
efi_modules: ext2 iso9660 linux echo configfile search_label search_fs_file search search_fs_uuid ls normal gzio png fat gettext font minicmd gfxterm gfxmenu all_video xfs gcry_rijndael gcry_sha256 gcry_sha512 test true loadenv part_gpt part_msdos efi_gop efi_uga efi_modules: ext2 iso9660 linux echo configfile search_label search_fs_file search search_fs_uuid ls normal gzio png fat gettext font minicmd gfxterm gfxmenu all_video xfs gcry_rijndael gcry_sha256 gcry_sha512 test true loadenv part_gpt part_msdos efi_gop efi_uga
efi_modules_arm64: ext2 iso9660 linux echo configfile search_label search_fs_file search search_fs_uuid ls normal gzio png fat gettext font minicmd gfxterm gfxmenu all_video xfs gcry_rijndael gcry_sha256 gcry_sha512 test true loadenv part_gpt part_msdos efi_gop efi_modules_arm64: ext2 iso9660 linux echo configfile search_label search_fs_file search search_fs_uuid ls normal gzio png fat gettext font minicmd gfxterm gfxmenu all_video xfs gcry_rijndael gcry_sha256 gcry_sha512 test true loadenv part_gpt part_msdos efi_gop