From 40917ce39c545a5a759d1b4e0ff19745cffe83f2afef85b698935864636d772e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20Sch=C3=A4fer?= Date: Thu, 29 Feb 2024 13:33:23 +0000 Subject: [PATCH] - Set default output console to gfxterm for grub If no console setting is done in the image description for grub the default output console is set to: gfxterm and the default input console is set to: console. This Fixes bsc#1219074 - Follow up fix for drop of hybrid boot snippets The following is left over code from the drop of the hybrid boot templates. - Drop hybrid boot snippets from the GRUB 2 configuration template Sometime between GRUB 2.04 and GRUB 2.06, it became no longer necessary to use "linuxefi"+"initrdefi" for UEFI boot. The standard "linux"+"initrd" stanzas work for both legacy BIOS boot and modern UEFI boot. Some distributions no longer support "linuxefi"+"initrdefi" at all anymore, so let's just use "linux"+"initrd" for everything now. OBS-URL: https://build.opensuse.org/package/show/Virtualization:Appliances:Builder/python-kiwi?expand=0&rev=235 --- PKGBUILD | 2 +- python-kiwi.changes | 30 ++++++++++++++++++++++++++++++ python-kiwi.tar.gz | 4 ++-- 3 files changed, 33 insertions(+), 3 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 5a0b8de..710d1df 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -12,7 +12,7 @@ makedepends=(python-setuptools gcc shadow grep) provides=(kiwi-ng kiwi) source=("${pkgname}.tar.gz") changelog="${pkgname}.changes" -md5sums=('53be4520b89aba058a8a92192d8035ed') +md5sums=('82612c2f17ba51d0b7b53dcc1d2508c2') build() { diff --git a/python-kiwi.changes b/python-kiwi.changes index 11d5598..8bf2497 100644 --- a/python-kiwi.changes +++ b/python-kiwi.changes @@ -21,6 +21,15 @@ Wed Feb 28 17:12:33 CET 2024 - Marcus Schäfer The commit used a wrong e-mail address which should not land in the created changes file for the packaging +------------------------------------------------------------------- +Wed Feb 28 10:42:17 CET 2024 - Marcus Schäfer + +- Set default output console to gfxterm for grub + + If no console setting is done in the image description for grub + the default output console is set to: gfxterm and the default + input console is set to: console. This Fixes bsc#1219074 + ------------------------------------------------------------------- Fri Feb 16 15:08:49 CET 2024 - David Cassany @@ -34,6 +43,27 @@ Fri Feb 16 15:08:49 CET 2024 - David Cassany Signed-off-by: David Cassany +------------------------------------------------------------------- +Tue Jan 16 15:50:45 CET 2024 - Marcus Schäfer + +- Follow up fix for drop of hybrid boot snippets + + The following is left over code from the drop of the hybrid + boot templates. + +------------------------------------------------------------------- +Tue Jan 16 10:37:16 CET 2024 - Neal Gompa + +- Drop hybrid boot snippets from the GRUB 2 configuration template + + Sometime between GRUB 2.04 and GRUB 2.06, it became no longer + necessary to use "linuxefi"+"initrdefi" for UEFI boot. The + standard "linux"+"initrd" stanzas work for both legacy BIOS boot + and modern UEFI boot. + + Some distributions no longer support "linuxefi"+"initrdefi" at all + anymore, so let's just use "linux"+"initrd" for everything now. + ------------------------------------------------------------------- Tue Jan 09 15:31:06 CET 2024 - Marcus Schäfer diff --git a/python-kiwi.tar.gz b/python-kiwi.tar.gz index 7d3221e..fb8f6f8 100644 --- a/python-kiwi.tar.gz +++ b/python-kiwi.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:32f90c6277d5d664b4ee3a408276069e8e5db7e258c860f93937f52323397b77 -size 2300639 +oid sha256:5ec3aeab8dd076b7198184c5aadf720aaab2a00348c6da25f2ae55cd6d049ac2 +size 2299333