tests: Apply work around only on RHEL/CentOS
This commit is contained in:
parent
a14b76ef61
commit
ab510764c2
1 changed files with 1 additions and 1 deletions
|
|
@ -195,7 +195,7 @@ ostree remote add --no-gpg-verify --no-sign-verify ${OSTREE_OSNAME} ${PROD_REPO_
|
|||
EOFKS
|
||||
|
||||
echo "Writing new ISO"
|
||||
if nvrGreaterOrEqual "lorax" "34.9.18"; then
|
||||
if [ "${ID}" != "fedora" && nvrGreaterOrEqual "lorax" "34.9.18" ]; then
|
||||
sudo mkksiso -c "console=ttyS0,115200" --ks "${newksfile}" "${iso}" "${newiso}"
|
||||
else
|
||||
sudo mkksiso -c "console=ttyS0,115200" "${newksfile}" "${iso}" "${newiso}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue