util: Missing install script for previous commit
Related: #RHEL-4343 Signed-off-by: Nicolas Frayer <nfrayer@redhat.com>
This commit is contained in:
parent
acd0af7a88
commit
9b255cc407
@ -109,7 +109,11 @@ case "$COMMAND" in
|
|||||||
sed -i -e "s,^initrd.*,initrd ${BOOTPREFIX}${INITRD},g" "${BLS_TARGET}"
|
sed -i -e "s,^initrd.*,initrd ${BOOTPREFIX}${INITRD},g" "${BLS_TARGET}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ "$KERNEL_VERSION" == *\+* ]] && [ "x$GRUB_DEFAULT_TO_DEBUG" != "xtrue" ]; then
|
if ( [[ "$KERNEL_VERSION" != *${GRUB_DEFAULT_KERNEL_TYPE}* ]] && \
|
||||||
|
[ "x$GRUB_NON_STANDARD_KERNEL" == "xtrue" ] ) || \
|
||||||
|
( echo "$KERNEL_VERSION" | grep -E -q "64k|auto|rt|uki" && \
|
||||||
|
[ "x$GRUB_NON_STANDARD_KERNEL" != "xtrue" ] ) || \
|
||||||
|
( [[ "$KERNEL_VERSION" == *debug* ]] && [ "x$GRUB_DEFAULT_TO_DEBUG" != "xtrue" ] ); then
|
||||||
GRUB_UPDATE_DEFAULT_KERNEL=false
|
GRUB_UPDATE_DEFAULT_KERNEL=false
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
Name: grub2
|
Name: grub2
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 2.02
|
Version: 2.02
|
||||||
Release: 153%{?dist}
|
Release: 154%{?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+
|
||||||
@ -510,6 +510,10 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 27 2023 Nicolas Frayer <nfrayer@redhat.com> - 2.02-154
|
||||||
|
- Missing install script for previous commit
|
||||||
|
- Related: #RHEL-4343
|
||||||
|
|
||||||
* Fri Nov 24 2023 Nicolas Frayer <nfrayer@redhat.com> - 2.02-153
|
* Fri Nov 24 2023 Nicolas Frayer <nfrayer@redhat.com> - 2.02-153
|
||||||
- util: Enable default kernel for updates
|
- util: Enable default kernel for updates
|
||||||
- Resolves: #RHEL-4343
|
- Resolves: #RHEL-4343
|
||||||
|
Loading…
Reference in New Issue
Block a user