- 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
This commit is contained in:
parent
1d2801313f
commit
40917ce39c
2
PKGBUILD
2
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() {
|
||||
|
@ -21,6 +21,15 @@ Wed Feb 28 17:12:33 CET 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||
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 <marcus.schaefer@gmail.com>
|
||||
|
||||
- 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 <dcassany@suse.com>
|
||||
|
||||
@ -34,6 +43,27 @@ Fri Feb 16 15:08:49 CET 2024 - David Cassany <dcassany@suse.com>
|
||||
|
||||
Signed-off-by: David Cassany <dcassany@suse.com>
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 16 15:50:45 CET 2024 - Marcus Schäfer <marcus.schaefer@gmail.com>
|
||||
|
||||
- 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 <neal@gompa.dev>
|
||||
|
||||
- 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 <marcus.schaefer@gmail.com>
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:32f90c6277d5d664b4ee3a408276069e8e5db7e258c860f93937f52323397b77
|
||||
size 2300639
|
||||
oid sha256:5ec3aeab8dd076b7198184c5aadf720aaab2a00348c6da25f2ae55cd6d049ac2
|
||||
size 2299333
|
||||
|
Loading…
Reference in New Issue
Block a user