Remove BLS fake config on kernel removal
Resolves: #RHEL-4316 Reviewed-by: Leo Sandoval <lsandova@redhat.com> Reviewed-by: Marta Lewandowska <mlewando@redhat.com> Signed-off-by: Michal Sekletar <msekleta@redhat.com>
This commit is contained in:
parent
5b940b00df
commit
b0d914e092
@ -155,8 +155,9 @@ case "$COMMAND" in
|
|||||||
if [[ "x${GRUB_ENABLE_BLSCFG}" = "xtrue" ]] || [[ ! -f /sbin/new-kernel-pkg ]]; then
|
if [[ "x${GRUB_ENABLE_BLSCFG}" = "xtrue" ]] || [[ ! -f /sbin/new-kernel-pkg ]]; then
|
||||||
ARCH="$(uname -m)"
|
ARCH="$(uname -m)"
|
||||||
BLS_TARGET="${BLS_DIR}/${MACHINE_ID}-${KERNEL_VERSION}.conf"
|
BLS_TARGET="${BLS_DIR}/${MACHINE_ID}-${KERNEL_VERSION}.conf"
|
||||||
|
BLS_FAKE_TARGET="${BLS_DIR}/ffffffffffffffffffffffffffffffff-${KERNEL_VERSION}.conf"
|
||||||
BLS_DEBUG="$(echo ${BLS_TARGET} | sed -e "s/${KERNEL_VERSION}/${KERNEL_VERSION}~debug/")"
|
BLS_DEBUG="$(echo ${BLS_TARGET} | sed -e "s/${KERNEL_VERSION}/${KERNEL_VERSION}~debug/")"
|
||||||
rm -f "${BLS_TARGET}" "${BLS_DEBUG}"
|
rm -f "${BLS_TARGET}" "${BLS_DEBUG}" "${BLS_FAKE_TARGET}"
|
||||||
|
|
||||||
for i in vmlinuz System.map config zImage.stub dtb; do
|
for i in vmlinuz System.map config zImage.stub dtb; do
|
||||||
rm -rf "/boot/${i}-${KERNEL_VERSION}"
|
rm -rf "/boot/${i}-${KERNEL_VERSION}"
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
Name: grub2
|
Name: grub2
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 2.02
|
Version: 2.02
|
||||||
Release: 159%{?dist}
|
Release: 160%{?dist}
|
||||||
Summary: Bootloader with support for Linux, Multiboot and more
|
Summary: Bootloader with support for Linux, Multiboot and more
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
@ -523,6 +523,10 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 13 2024 Leo Sandoval <lsandova@redhat.com> - 2.02-160
|
||||||
|
- Remove BLS fake config in case of kernel removal
|
||||||
|
- Resolves: #RHEL-4316
|
||||||
|
|
||||||
* Tue Nov 12 2024 Leo Sandoval <lsandova@redhat.com> - 2.02-159
|
* Tue Nov 12 2024 Leo Sandoval <lsandova@redhat.com> - 2.02-159
|
||||||
- Fix default behavior when GRUB_ENABLE_BLSCFG is not present
|
- Fix default behavior when GRUB_ENABLE_BLSCFG is not present
|
||||||
- Resolves: #RHEL-4319
|
- Resolves: #RHEL-4319
|
||||||
|
Loading…
Reference in New Issue
Block a user