From d926cda9b0a09b250e7bfdbf03b0b2b2e19f7564 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Sun, 3 Sep 2023 15:22:02 +0200 Subject: [PATCH] bump to latest version --- usr/bin/archboot-cpio.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/usr/bin/archboot-cpio.sh b/usr/bin/archboot-cpio.sh index 9a32b066c..d66450c93 100755 --- a/usr/bin/archboot-cpio.sh +++ b/usr/bin/archboot-cpio.sh @@ -191,7 +191,9 @@ if [[ -z "${KERNEL}" ]]; then [[ "${_RUNNING_ARCH}" == "aarch64" ]] && KERNEL="/boot/Image.gz" # allow * in config KERNEL="$(echo ${KERNEL})" + msg "Using kernel: ${KERNEL}" else + KERNEL="$(echo ${KERNEL})" msg "Using specified kernel: ${KERNEL}" fi if [[ ! -f "${KERNEL}" ]]; then