From 47208226fcc55b1475041931cccd415ff233d61c Mon Sep 17 00:00:00 2001 From: AuxXxilium Date: Thu, 21 Dec 2023 21:01:43 +0100 Subject: [PATCH] arc: format build step Signed-off-by: AuxXxilium --- files/initrd/opt/arc/arc.sh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/files/initrd/opt/arc/arc.sh b/files/initrd/opt/arc/arc.sh index b31d66ee..9e574c71 100755 --- a/files/initrd/opt/arc/arc.sh +++ b/files/initrd/opt/arc/arc.sh @@ -535,9 +535,11 @@ function make() { if [[ -z "${BOOTCOUNT}" || ${BOOTCOUNT} -gt 0 ]]; then writeConfigKey "arc.bootcount" "0" "${USER_CONFIG_FILE}" fi - clear - livepatch - sleep 3 + ( + livepatch + sleep 3 + ) 2>&1 | dialog --backtitle "$(backtitle)" --colors --title "Build Loader" \ + --progressbox "Build Bootimage..." 20 70 if [[ -f "${ORI_ZIMAGE_FILE}" && -f "${ORI_RDGZ_FILE}" && -f "${MOD_ZIMAGE_FILE}" && -f "${MOD_RDGZ_FILE}" ]]; then # Build is done writeConfigKey "arc.version" "${ARC_VERSION}" "${USER_CONFIG_FILE}"