Add loading message.
This commit is contained in:
parent
83dc8e39bf
commit
27bb337250
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue