Adrian Vovk
Adrian Vovk
@jallwine If you use dracut, ostree support should come basically for free. Your initramfs looks super custom, and I have no idea how it works. However, no dracut and no...
@jallwine Take a look at the [zipl](https://github.com/ostreedev/ostree/blob/main/src/libostree/ostree-bootloader-zipl.c) bootloader backend, then. zipl is just like normal BLS, but then you need to run a command to make the bootloader actually update...
The challenge with this is that the ESP is vfat, and therefore rename will always be non-atomic. It's still better than what I'm doing now (manually copying files into /efi)...
@valentindavid This PR conflicts with upstream again. GNOME OS uses an ancient version of OSTree so they have yet to run into this issue, but on my OS I just...
carbonOS has been using this patch for a while. It works flawlessly so far! Hopefully this will get merged at some point... @jjardon that same patch works for 2021.3 also
What's stopping you from pulling from s3? You can set up an archive type repo and serve ostree files over http Pushing is a different story, but there are things...
That is something I can do, but not from outside a deployment. If I wanted to do this from an installer, for example, it would be nice to be able...
@cgwalters I tested the commands you gave, and they have the right idea I've had most success running this set of commands: ``` $ systemctl isolate emergency [Type root password]...
Cool. This'll solve the sd-boot problem. Would it be possible for OSTree to also be able to operate directly on /efi (systemd's preferred mount point for the ESP)
> basically a variation of the known bug Eh I don't really see the similarity. In the known bug curl links itself against the wrong libraries. In this bug curl...