diff --git a/README.md b/README.md index e47769c..7646f94 100644 --- a/README.md +++ b/README.md @@ -8,14 +8,16 @@ Ignition configurations for Fedora CoreOS
4. These configurations are made with a VPS in mind. You should adapt it for a bare metal deployment if that is what you are using (adding additional kernel parameters, configuring drive encryption, configuring storage, etc). You should also change the tuned profile from `virtual-guest` appropriately. 5. The docker-compose-updater.service in `/etc/systemd/system` can be enabled to have automatic updates for your containers created by Docker Compose. Please make sure that the `WorkingDirectory` is appropriate. -# Upgrading from Fedora CoreOS 39 to 40 +# Upgrading from Fedora CoreOS 40 to 41 -I am aware of a dependency issue which may cause the system to not automatically update itself to FCOS 40. To fix the problem, run: +I am aware of a dependency issue which may cause the system to not automatically update itself to FCOS 41. To fix the problem, run: ``` systemctl stop zincati -rpm-ostree override reset clevis tpm2-tools tpm2-tss-fapi +rpm-ostree remove docker-ce +rpm-ostree override reset --all rpm-ostree upgrade -rpm-ostree override remove clevis tpm2-tools tpm2-tss-fapi clevis-pin-tpm2 +rpm-ostree override remove cifs-utils containerd docker-cli dnsmasq google-compute-engine-guest-configs-udev iptables-legacy iptables-legacy-libs moby-engine runc samba-client-libs samba-common libwbclient libsmbclient samba-common-libs sssd-client sssd-ldap sssd-common sssd-krb5-common sssd-nfs-idmap sssd-ad sssd-krb5 sssd-ipa sssd-common-pac systemd-resolved +rpm-ostree install docker-ce reboot -``` \ No newline at end of file +```