mirror of
https://github.com/kairos-io/packages.git
synced 2025-09-14 06:19:50 +00:00
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:
@@ -1,5 +1,5 @@
|
||||
name: "grub-artifacts"
|
||||
category: "static"
|
||||
version: "0.1"
|
||||
version: "0.2"
|
||||
distribution: opensuse
|
||||
image: opensuse/leap:15.3
|
||||
image: opensuse/tumbleweed
|
@@ -1,3 +1,3 @@
|
||||
name: "grub-config"
|
||||
category: "static"
|
||||
version: "0.2"
|
||||
version: "0.3"
|
@@ -54,6 +54,9 @@ insmod all_video
|
||||
insmod gfxterm
|
||||
insmod loopback
|
||||
insmod squash4
|
||||
insmod serial
|
||||
terminal_output --append gfxterm
|
||||
loadfont unicode
|
||||
|
||||
menuentry "${display_name}" --id cos {
|
||||
search --no-floppy --label --set=root COS_STATE
|
||||
|
@@ -1,7 +1,7 @@
|
||||
name: "grub-efi"
|
||||
category: "static"
|
||||
version: "0.1"
|
||||
version: "0.2"
|
||||
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_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
|
Reference in New Issue
Block a user