Drop another old version check
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
4903f7bfc3
commit
2aed12c6c1
1 changed files with 3 additions and 3 deletions
|
@ -34,10 +34,10 @@ sub run {
|
||||||
}
|
}
|
||||||
$wait_time = 300;
|
$wait_time = 300;
|
||||||
}
|
}
|
||||||
# Wait for the login screen, unless we're doing an > 28 GNOME no
|
# Wait for the login screen, unless we're doing a GNOME no user
|
||||||
# user install, which transitions straight from g-i-s to logged-in
|
# install, which transitions straight from g-i-s to logged-in
|
||||||
# desktop
|
# desktop
|
||||||
unless (get_var("DESKTOP") eq 'gnome' && ($version > 28 || $version eq "Rawhide") && get_var("INSTALL_NO_USER")) {
|
unless (get_var("DESKTOP") eq 'gnome' && get_var("INSTALL_NO_USER")) {
|
||||||
boot_to_login_screen(timeout => $wait_time);
|
boot_to_login_screen(timeout => $wait_time);
|
||||||
# if USER_LOGIN is set to string 'false', we're done here
|
# if USER_LOGIN is set to string 'false', we're done here
|
||||||
return if (get_var("USER_LOGIN") eq "false");
|
return if (get_var("USER_LOGIN") eq "false");
|
||||||
|
|
Loading…
Reference in a new issue