diff --git a/usr/lib/archboot/update/update.sh b/usr/lib/archboot/update/update.sh index 9bfb6fefe..08eeb7c3c 100644 --- a/usr/lib/archboot/update/update.sh +++ b/usr/lib/archboot/update/update.sh @@ -501,8 +501,10 @@ _full_system() { udevadm trigger --action=add --type=devices udevadm settle fi + sleep 2 _progress "100" "${_KEEP} Full Arch Linux system is ready now." sleep 2 + clear touch /.full_system }