From c35b96a31c57d9de0de37592254649e7d260c96c Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Sun, 3 Sep 2023 08:43:20 +0200 Subject: [PATCH] adjust values --- usr/lib/archboot/update/manage.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/lib/archboot/update/manage.sh b/usr/lib/archboot/update/manage.sh index 47e4cc2ca..36948596b 100644 --- a/usr/lib/archboot/update/manage.sh +++ b/usr/lib/archboot/update/manage.sh @@ -202,13 +202,13 @@ _new_environment() { [[ -d "${_W_DIR}" ]] || mkdir -p "${_W_DIR}" : > "${_W_DIR}"/.archboot _create_container & - _progress_wait "2" "62" "Generating container in ${_W_DIR}..." "7" + _progress_wait "2" "40" "Generating container in ${_W_DIR}..." "5.5" _clean_kernel_cache _ram_check # write initramfs to "${_ROOTFS_DIR} : > "${_W_DIR}"/.archboot _collect_files & - _progress_wait "63" "83" "Collecting rootfs files in ${_W_DIR}..." "7" + _progress_wait "41" "83" "Collecting rootfs files in ${_W_DIR}..." "3.75" _progress "84" "Moving kernel ${_VMLINUZ} to ${_RAM}/..." # use ramfs to get immediate free space on file deletion mkdir "${_RAM}"