Add loading message.

This commit is contained in:
fewtarius 2022-03-27 15:34:43 -04:00
parent 83dc8e39bf
commit 27bb337250
No known key found for this signature in database
GPG key ID: F4AE55305D1B8C1A

View file

@ -1111,6 +1111,8 @@ prepare_sysroot() {
if [ ! -f "/sysroot/storage/.configured" ]
then
echo -ne "\033[100H\033[2K==> Initializing system, please wait.." >/dev/console
else
echo -ne "\033[100H\033[2K==> Loading, please wait.." >/dev/console
fi
}