Unverified Commit 767b64ba authored by Hussein Galal's avatar Hussein Galal Committed by GitHub

Fix coreos multiple installs (#8083)

parent cc9dce57
...@@ -604,7 +604,7 @@ EOF ...@@ -604,7 +604,7 @@ EOF
${transactional_update_run} mkdir -p /var/lib/rpm-state ${transactional_update_run} mkdir -p /var/lib/rpm-state
;; ;;
coreos) coreos)
rpm_installer="rpm-ostree" rpm_installer="rpm-ostree --idempotent"
# rpm_install_extra_args="--apply-live" # rpm_install_extra_args="--apply-live"
: "${INSTALL_K3S_SKIP_START:=true}" : "${INSTALL_K3S_SKIP_START:=true}"
;; ;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment