From b67f6c1ab4d77c38830f641d270f28e660cb7597 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Thu, 3 Aug 2023 11:07:51 +0200 Subject: [PATCH] adapt sleep times in function --- usr/lib/archboot/update/manage.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/lib/archboot/update/manage.sh b/usr/lib/archboot/update/manage.sh index c479e8c7d..ae0112e33 100644 --- a/usr/lib/archboot/update/manage.sh +++ b/usr/lib/archboot/update/manage.sh @@ -280,7 +280,7 @@ _new_environment() { _progress "80" "Creating initramfs ${_RAM}/${_INITRD}..." touch "${_W_DIR}"/.archboot _create_initramfs & - _progress_wait "81" "94" "Creating initramfs ${_RAM}/${_INITRD}..." "0.3" + _progress_wait "81" "94" "Creating initramfs ${_RAM}/${_INITRD}..." "0.4" _progress "95" "Cleanup ${_W_DIR}..." cd / _kill_w_dir