Update infobox text
This commit is contained in:
parent
4e93ca3198
commit
5b0059ddf8
|
@ -447,7 +447,7 @@ getDotfiles() {
|
||||||
}
|
}
|
||||||
|
|
||||||
checkForGraphicalInterface() {
|
checkForGraphicalInterface() {
|
||||||
calcWidthAndRun "whiptail --infobox \"Waiting for archiso to finish its tasks (reflector and graphical interface).\" 7 WIDTH"
|
calcHeightAndRun "whiptail --infobox \"Waiting for archiso to finish its tasks (reflector and graphical interface). This may take a while, please wait.\" HEIGTH 61"
|
||||||
journalctl --sync
|
journalctl --sync
|
||||||
result=$(journalctl -b -q -r -g "Graphical" | wc -l)
|
result=$(journalctl -b -q -r -g "Graphical" | wc -l)
|
||||||
while [ $result -lt 2 ]; do
|
while [ $result -lt 2 ]; do
|
||||||
|
|
Loading…
Reference in New Issue