Remove #1699099 workaround

We got a compose with the fix included, so this should no longer
be needed.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2019-04-18 07:59:29 -07:00
parent d30714dbca
commit 2d709a99ad
1 changed files with 0 additions and 9 deletions

View File

@ -131,15 +131,6 @@ sub run {
$self->root_console(timeout=>30);
enable_abrt_and_quit();
}
elsif ((get_var("DESKTOP") eq "gnome") && ($version eq "30" || $version eq "rawhide") && get_var("ADVISORY") ne "FEDORA-2019-ac2a21ff07") {
# FIXME workaround for
# https://bugzilla.redhat.com/show_bug.cgi?id=1699099
# remove when fixed
$self->root_console(timeout=>30);
console_loadkeys_us;
script_run 'sed -i -e "s,SELINUX=enforcing,SELINUX=permissive,g" /mnt/sysimage/etc/selinux/config';
type_string "reboot\n" unless (get_var("LIVE"));
}
else {
assert_and_click "anaconda_install_done";
}