Fix coreos multiple installs (#8083)

Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com>
pull/8090/head
Hussein Galal 2023-08-01 00:10:19 +03:00 committed by GitHub
parent cc9dce5764
commit 767b64ba58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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}"
;;