-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add docs for systemd-sysupdate #1129
Comments
Documentation example: https://github.com/flatcar/sysext-bakery#consuming-the-published-images |
First docs are in: https://www.flatcar.org/docs/latest/provisioning/sysext/#updating-custom-sysext-images |
@pothos do you think it could be something interesting for the upstream to have a |
Interesting idea. As alternative one could also work with |
Using |
Yes, I've added a |
We should test the new update daemon service and see if that works for us. |
Another trick we could do is to symlink the service and timer units with a new name and use a drop-in to overwrite |
Current situation
systemd-sysupdate is an experimental new part of systemd for partition and extension updates. So far it landed in Flatcar Alpha but there are only upstream docs.
Impact
This makes it hard to Flatcar users to quickly see how to use this.
Ideal future situation
A part of the Flatcar sysext docs should show how to use systemd-sysupdate with Ignition examples.
Implementation options
The current-symlink setting should be used and because we don't want to clutter
/etc/extensions/
with the version-suffixed images, we better store all versioned images of one extension in its folder, and set up a/etc/extensions/NAME.raw
symlink to the current version in that folder.Additional information
The text was updated successfully, but these errors were encountered: