mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-11 09:24:21 +00:00
anaconda_help: don't include 'root' in the root password
anaconda now warns about this and it breaks things. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
b867f9cd28
commit
fcbcaaf59a
@ -56,9 +56,9 @@ sub run {
|
||||
# account' before typing the password. For older versions,
|
||||
# clicking this needle does nothing but is harmless
|
||||
assert_and_click "anaconda_install_root_password_screen";
|
||||
type_safely "weakrootpassword";
|
||||
type_safely "weakadminpassword";
|
||||
send_key "tab";
|
||||
type_safely "weakrootpassword";
|
||||
type_safely "weakadminpassword";
|
||||
assert_and_click "anaconda_spoke_done";
|
||||
}
|
||||
# Begin installation after waiting out animation
|
||||
|
Loading…
Reference in New Issue
Block a user