Skip to content

Commit

Permalink
Update platform check in anaconda-conf test
Browse files Browse the repository at this point in the history
  • Loading branch information
rvykydal committed Mar 22, 2024
1 parent e66f2a4 commit 208eb76
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion anaconda-conf.ks.in
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ fi

%post --nochroot

if [[ "@KSTEST_OS_NAME@" == "rhel" ]]; then
@KSINCLUDE@ scripts-lib.sh

if is_rhel8 @KSTEST_OS_NAME@ @KSTEST_OS_VERSION@ || \
is_rhel9 @KSTEST_OS_NAME@ @KSTEST_OS_VERSION@ ; then
LOG_MSG="Writing a temporary configuration loaded from"
else
LOG_MSG="Configuration loaded from:"
Expand Down

0 comments on commit 208eb76

Please sign in to comment.