Ignore bls.conf during adding new kernel

i8-beta
Arkady L. Shane 5 months ago
parent 82ddce2bdf
commit fe7740cf6f
Signed by: tigro
GPG Key ID: 1EC08A25C9DB2503

@ -90,13 +90,10 @@ case "$COMMAND" in
[[ -d "$BLS_DIR" ]] || mkdir -m 0700 -p "$BLS_DIR"
BLS_ID="${MACHINE_ID}-${KERNEL_VERSION}"
BLS_TARGET="${BLS_DIR}/${BLS_ID}.conf"
if [[ -f "${KERNEL_DIR}/bls.conf" ]]; then
cp -aT "${KERNEL_DIR}/bls.conf" "${BLS_TARGET}" || exit $?
else
mkbls "${KERNEL_VERSION}" \
"$(date -u +%Y%m%d%H%M%S -d "$(stat -c '%y' "${KERNEL_DIR}")")" \
>"${BLS_TARGET}"
fi
mkbls "${KERNEL_VERSION}" \
"$(date -u +%Y%m%d%H%M%S -d "$(stat -c '%y' "${KERNEL_DIR}")")" \
>"${BLS_TARGET}"
LINUX="$(grep '^linux[ \t]' "${BLS_TARGET}" | sed -e 's,^linux[ \t]*,,')"
INITRD="$(grep '^initrd[ \t]' "${BLS_TARGET}" | sed -e 's,^initrd[ \t]*,,')"

@ -7,7 +7,7 @@
Name: grub2
Epoch: 1
Version: 2.02
Release: 156%{?dist}
Release: 156%{?dist}.inferit
Summary: Bootloader with support for Linux, Multiboot and more
Group: System Environment/Base
License: GPLv3+
@ -510,6 +510,9 @@ fi
%endif
%changelog
* Fri Apr 19 2024 Arkady L. Shane <tigro@msvsphere-os.ru> 2.02-156.inferit
- Ignore bls.conf during adding new kernel
* Fri Mar 29 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 2.02-156
- Rebuilt for MSVSphere 8.10 beta

Loading…
Cancel
Save