1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-09-21 06:27:22 +00:00

Add updated plymouth as workaround for F39

To deal with the UEFI passphrase entry issue, now F39 has kernel
6.9.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2024-07-10 16:00:58 -07:00
parent 51f1654224
commit 0bde610430

View File

@ -474,7 +474,7 @@ sub get_setup_repos_script {
sub get_workarounds {
my $version = shift || get_var("VERSION");
my %workarounds = (
"39" => [],
"39" => ["FEDORA-2024-442827752b"],
"40" => [],
"41" => [],
);