Browse Source

Fix coreos multiple installs (#8083)

Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com>
pull/8090/head
Hussein Galal 1 year ago committed by GitHub
parent
commit
767b64ba58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      install.sh

2
install.sh

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

Loading…
Cancel
Save