Commit 685c8a9
disable zincati OCI backend warning in MOTD
We don't use that as we ship our own custom images as such this should
be disabled to not confuse our users.
The following output is printed right now:
The zincati service is disabled on this system.
If not done so already please migrate the system to the OCI backend
for updates by running:
stream=stable # or testing or next
target=ostree-remote-registry:fedora:quay.io/fedora/fedora-coreos:$stream
sudo rpm-ostree rebase $target --reboot
Where $stream matches the Fedora CoreOS stream the system is following.
To disable this warning, use:
sudo systemctl disable coreos-oci-migration-motd.service
Signed-off-by: Paul Holzinger <[email protected]>1 parent 8bf6397 commit 685c8a9
2 files changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
6 | 9 | | |
7 | 10 | | |
8 | 11 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
| 163 | + | |
| 164 | + | |
163 | 165 | | |
164 | 166 | | |
165 | 167 | | |
| |||
0 commit comments