mirror of
https://github.com/tommytran732/Fedora-CoreOS-Ignition
synced 2024-11-08 03:11:33 -05:00
Add notes to fix FCOS 39 -> 40 upgrade
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
4295b7e075
commit
d3e0ea0f35
12
README.md
12
README.md
@ -8,3 +8,15 @@ 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. In most of these configs, the timezone is set to `America/Phoenix` and the automatic reboot time is set at 12 AM on Sunday. You need to be mindful of timezones with Daylight Savings per [Zincati documentation](https://coreos.github.io/zincati/usage/updates-strategy/).
|
5. In most of these configs, the timezone is set to `America/Phoenix` and the automatic reboot time is set at 12 AM on Sunday. You need to be mindful of timezones with Daylight Savings per [Zincati documentation](https://coreos.github.io/zincati/usage/updates-strategy/).
|
||||||
6. 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.
|
6. 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
|
||||||
|
|
||||||
|
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:
|
||||||
|
|
||||||
|
```
|
||||||
|
systemctl stop zincati
|
||||||
|
rpm-ostree override reset clevis tpm2-tools tpm2-tss-fapi
|
||||||
|
rpm-ostree upgrade
|
||||||
|
rpm-ostree override remove clevis tpm2-tools tpm2-tss-fapi clevis-pin-tpm2
|
||||||
|
reboot
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user