Skip to content

Commit

Permalink
Merge pull request #15569 from os-autoinst/revert-15554-textmode_keys
Browse files Browse the repository at this point in the history
Revert "Update textmode key for HA/SLES on Full 15-SP5"
  • Loading branch information
dzedro committed Sep 21, 2022
2 parents fbe0ed8 + 0ae79ab commit 431abc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/installation/welcome.pm
Expand Up @@ -75,8 +75,8 @@ sub get_product_shortcuts {
return (
sles => (is_ppc64le() || is_s390x()) ? 'u'
: is_aarch64() ? 's'
: ((is_sle '15-SP4+') && (get_var('ISO') =~ /Full/)) ? 'i'
: 's',
: ((is_sle '15-SP4+') && (get_var('ISO') =~ /Full/)) ? 's'
: 'i',
sled => 'x',
hpc => is_x86_64() ? 'g' : 'u',
rt => is_x86_64() ? 't' : undef
Expand Down

0 comments on commit 431abc0

Please sign in to comment.