mirror of
https://github.com/tommytran732/Fedora-CoreOS-Ignition
synced 2025-01-21 11:31:33 -05:00
Update conflict resolution instruction
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
b08e7b7aad
commit
144bf15b74
12
README.md
12
README.md
@ -8,14 +8,16 @@ Ignition configurations for Fedora CoreOS<br />
|
|||||||
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.
|
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.
|
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
|
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 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
|
reboot
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user