diff --git a/usr/lib/archboot/update/manage.sh b/usr/lib/archboot/update/manage.sh index 004275fb2..447f5c075 100644 --- a/usr/lib/archboot/update/manage.sh +++ b/usr/lib/archboot/update/manage.sh @@ -276,10 +276,9 @@ _new_environment() { cp -ar /etc/pacman.d/gnupg "${_C_DIR}"/etc/pacman.d cp /.pacsetup "${_C_DIR}"/ fi - _progress "87" "Creating initramfs ${_RAM}/${_INITRD}..." touch "${_W_DIR}"/.archboot _create_initramfs & - _progress_wait "81" "94" "Creating initramfs ${_RAM}/${_INITRD}..." "1" + _progress_wait "87" "94" "Creating initramfs ${_RAM}/${_INITRD}..." "1" _progress "95" "Cleanup ${_W_DIR}..." cd / _kill_w_dir