More waits
This commit is contained in:
parent
aa2d8b0cd8
commit
8176d6a49b
|
@ -682,6 +682,8 @@ function choose_username {
|
||||||
exit 6437
|
exit 6437
|
||||||
fi
|
fi
|
||||||
save_configuration_values
|
save_configuration_values
|
||||||
|
please_wait
|
||||||
|
echo ''
|
||||||
}
|
}
|
||||||
|
|
||||||
function choose_full_name {
|
function choose_full_name {
|
||||||
|
@ -997,6 +999,8 @@ function interactive_select_language {
|
||||||
update-locale LC_MESSAGES=${DEFAULT_LANGUAGE}
|
update-locale LC_MESSAGES=${DEFAULT_LANGUAGE}
|
||||||
update-locale LC_ALL=${DEFAULT_LANGUAGE}
|
update-locale LC_ALL=${DEFAULT_LANGUAGE}
|
||||||
update-locale LC_CTYPE=${DEFAULT_LANGUAGE}
|
update-locale LC_CTYPE=${DEFAULT_LANGUAGE}
|
||||||
|
please_wait
|
||||||
|
echo ''
|
||||||
}
|
}
|
||||||
|
|
||||||
function select_user {
|
function select_user {
|
||||||
|
|
Loading…
Reference in New Issue