mirror of
https://github.com/bohanyang/debi.git
synced 2026-09-27 06:26:15 +00:00
Update
This commit is contained in:
@@ -261,13 +261,9 @@ installer="debian-$suite"
|
|||||||
installer_directory="/boot/$installer"
|
installer_directory="/boot/$installer"
|
||||||
|
|
||||||
if [ "$skip_account_setup" = false ]; then
|
if [ "$skip_account_setup" = false ]; then
|
||||||
while [ -z "$password" ]; do
|
prompt_password
|
||||||
prompt_password
|
|
||||||
done
|
|
||||||
elif [ "$network_console" = true ] && [ -z "$authorized_keys_url" ]; then
|
elif [ "$network_console" = true ] && [ -z "$authorized_keys_url" ]; then
|
||||||
while [ -z "$password" ]; do
|
prompt_password "Choose a password for the installer user of the SSH network console: "
|
||||||
prompt_password "Choose a password for the installer user of the SSH network console: "
|
|
||||||
done
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
save_preseed='cat'
|
save_preseed='cat'
|
||||||
|
|||||||
Reference in New Issue
Block a user