Fixes install_anaconda_text@64bit on rocky-8.4-universal-x86_64 #56
@ -106,7 +106,7 @@ sub run {
|
|||||||
console_type_wait("3\n"); # set username
|
console_type_wait("3\n"); # set username
|
||||||
console_type_wait("$username\n");
|
console_type_wait("$username\n");
|
||||||
# from Rawhide-20190503.n.0 (F31) onwards, 'use password' is default
|
# from Rawhide-20190503.n.0 (F31) onwards, 'use password' is default
|
||||||
if (get_release_number() < 31) {
|
if (get_release_number() < 31 && lc(get_var('DISTRI')) ne "rocky") {
|
||||||
# typing "4\n" on abrt screen causes system to reboot, so be careful
|
# typing "4\n" on abrt screen causes system to reboot, so be careful
|
||||||
run_with_error_check(sub {console_type_wait("4\n")}, $error); # use password
|
run_with_error_check(sub {console_type_wait("4\n")}, $error); # use password
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user