adapt sleep times in function

This commit is contained in:
Tobias Powalowski 2023-08-03 11:21:48 +02:00
parent b07bcab72c
commit d146b64d01

View file

@ -217,7 +217,7 @@ _new_environment() {
# write initramfs to "${_W_DIR}"/tmp
touch "${_W_DIR}"/.archboot
_collect_files &
_progress_wait "51" "78" "Collecting rootfs files in ${_W_DIR}..." "1"
_progress_wait "51" "84" "Collecting rootfs files in ${_W_DIR}..." "1"
_progress "85" "Cleanup ${_W_DIR}..."
find "${_W_DIR}"/. -mindepth 1 -maxdepth 1 ! -name 'tmp' -exec rm -rf {} \;
_clean_kernel_cache