Fix coreos multiple installs (#8083)

Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com>
This commit is contained in:
Hussein Galal
2023-08-01 00:10:19 +03:00
committed by GitHub
parent cc9dce5764
commit 767b64ba58

View File

@@ -604,7 +604,7 @@ EOF
${transactional_update_run} mkdir -p /var/lib/rpm-state
;;
coreos)
rpm_installer="rpm-ostree"
rpm_installer="rpm-ostree --idempotent"
# rpm_install_extra_args="--apply-live"
: "${INSTALL_K3S_SKIP_START:=true}"
;;