Command line tool for updating bootloader configs
Go to file
Javier Martinez Canillas 85b061f5e6
grubby-bs: Fix changing kernel cmdline params not working on ppc64le
Currently the grubby script re-generates a GRUB config file that contains
menuentry commands for every /boot/loader/entries/*.conf file snippet.

But this is only needed for ppc64le machines that have a Petitboot version
that doesn't support parsing BLS snippets. Instead of generating a config
on any ppc64le machine, restrict this for the case where is really needed.

The /etc/grub.d/10_linux script already takes this into account and does
not add menuentry commands unless is needed. But the grubby script didn't
check this, causing changing kernel cmdline params to not work on ppc64le.

Resolves: rhbz#1896222

Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
2021-04-27 13:13:59 +02:00
.gitignore RHEL 9.0.0 Alpha bootstrap 2020-10-15 09:49:14 +02:00
0001-remove-the-old-crufty-u-boot-support.patch RHEL 9.0.0 Alpha bootstrap 2020-10-15 09:49:14 +02:00
0002-Change-return-type-in-getRootSpecifier.patch RHEL 9.0.0 Alpha bootstrap 2020-10-15 09:49:14 +02:00
0003-Add-btrfs-subvolume-support-for-grub2.patch RHEL 9.0.0 Alpha bootstrap 2020-10-15 09:49:14 +02:00
0004-Add-tests-for-btrfs-support.patch RHEL 9.0.0 Alpha bootstrap 2020-10-15 09:49:14 +02:00
0005-Use-system-LDFLAGS.patch RHEL 9.0.0 Alpha bootstrap 2020-10-15 09:49:14 +02:00
0006-Honor-sbindir.patch RHEL 9.0.0 Alpha bootstrap 2020-10-15 09:49:14 +02:00
0007-Make-installkernel-to-use-kernel-install-scripts-on-.patch RHEL 9.0.0 Alpha bootstrap 2020-10-15 09:49:14 +02:00
0008-Add-usr-libexec-rpm-sort.patch RHEL 9.0.0 Alpha bootstrap 2020-10-15 09:49:14 +02:00
0009-Improve-man-page-for-info-option.patch RHEL 9.0.0 Alpha bootstrap 2020-10-15 09:49:14 +02:00
0010-Fix-GCC-warnings-about-possible-string-truncations-a.patch RHEL 9.0.0 Alpha bootstrap 2020-10-15 09:49:14 +02:00
10-devicetree.install Merged update from upstream sources 2020-11-24 10:57:09 +00:00
0011-Fix-stringop-overflow-warning.patch RHEL 9.0.0 Alpha bootstrap 2020-10-15 09:49:14 +02:00
0012-Fix-maybe-uninitialized-warning.patch RHEL 9.0.0 Alpha bootstrap 2020-10-15 09:49:14 +02:00
0013-Fix-build-with-rpm-4.16.patch RHEL 9.0.0 Alpha bootstrap 2020-10-15 09:49:14 +02:00
95-kernel-hooks.install RHEL 9.0.0 Alpha bootstrap 2020-10-15 09:49:14 +02:00
grubby-bls grubby-bs: Fix changing kernel cmdline params not working on ppc64le 2021-04-27 13:13:59 +02:00
grubby.8 RHEL 9.0.0 Alpha bootstrap 2020-10-15 09:49:14 +02:00
grubby.in RHEL 9.0.0 Alpha bootstrap 2020-10-15 09:49:14 +02:00
grubby.spec grubby-bs: Fix changing kernel cmdline params not working on ppc64le 2021-04-27 13:13:59 +02:00
installkernel-bls RHEL 9.0.0 Alpha bootstrap 2020-10-15 09:49:14 +02:00
installkernel.in RHEL 9.0.0 Alpha bootstrap 2020-10-15 09:49:14 +02:00
sources RHEL 9.0.0 Alpha bootstrap 2020-10-15 09:49:14 +02:00