Try password set to be sure the user can intervene

This commit is contained in:
oddlama 2020-01-06 18:26:11 +01:00
parent 527a9e6b0a
commit 08f815a3f1
No known key found for this signature in database
GPG Key ID: 88EA325D51D53908
1 changed files with 2 additions and 2 deletions

View File

@ -197,10 +197,10 @@ main_install_gentoo_in_chroot() {
fi
if ask "Do you want to assign a root password now?"; then
passwd root
try passwd root
einfo "Root password assigned"
else
passwd -d root
try passwd -d root
ewarn "Root password cleared, set one as soon as possible!"
fi