Revert "_advisory_update: stop the graphical desktop at the start"

This reverts commit 3208d15725 and
the two follow-ups. I'm hoping
https://bugzilla.redhat.com/show_bug.cgi?id=2133829 is now
resolved; this was intended to help with that (though I'm not
sure it ever really did), and so we can hopefully ditch it, which
simplifies this code.
This commit is contained in:
Adam Williamson 2022-11-18 12:22:50 -08:00
parent 604da9142e
commit 3c13f02679
1 changed files with 0 additions and 8 deletions

View File

@ -8,14 +8,6 @@ sub run {
# do the 'repo setup' steps, which set up a repo containing the
# update packages and run 'dnf update'
$self->root_console(tty => 3);
# stop the graphical desktop; this should help with a problem
# we're having in Rawhide as of 2022-10 where KDE update tests
# are frequently getting OOM killed here:
# https://bugzilla.redhat.com/show_bug.cgi?id=2133829
script_run "systemctl isolate multi-user.target";
# switch back to our tty if that kicked us to tty1
wait_still_screen 3;
$self->root_console(tty => 3);
repo_setup;
if (get_var("ADVISORY_BOOT_TEST")) {
# to test boot stuff - in case the update touched grub2, or dracut,