-
Hey all, Sorry if this is already well-documented somewhere (or if this really belongs in the bootupd repo, I wasn't sure...). Right now, at the company I work for, we use ostree to manage images for a bunch of debian-based appliances. When we want to install an update, we run Now that Debian Trixie is released though, it seems like we're running into issues with our old EFI images... Maybe I'm missing something, but it doesn't seem like this will call out to That question aside: I understand there are big things happening on bootc to decouple it from rpm, but it seemed like they were blocked on fedora 43 changing the bootloader file structure. I was going to just modify bootc to either get its version information from the directory structure debian has in place, get version data from dpkg, or just always apply bootloader updates (so long as they're atomic using EFI variables it seems pretty safe, no?). These would probably end up being in a fork since I don't want to screw up the changes you guys have planned for fedora, but if there's a better way to do it today (or if what I'm doing still makes sense to upstream), by all means let me know :) Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 12 replies
-
For the bootupd part, using version 0.2.28, you can have a systemd unit
It'll update grub, the grub config, and set ostree to not generate grub config anymore (just the BLS files) |
Beta Was this translation helpful? Give feedback.
For the bootupd part, using version 0.2.28, you can have a systemd unit
It'll update grub, the grub config, and set ostree to not generate grub config anymore (just the BLS files)