Jonathan Hettwer

Results 42 comments of Jonathan Hettwer

I would just like to note that the overlay bundles aren't using the toolchain, which will lead to breaking bundles (expecting features of the host's glibc which aren't present in...

One other thing, I'm not sure if the kernel `.config` changes what headers_install does.

The kernel config only gets written in `08_build_kernel.sh`, but `make headers_install` is already called on the kernel source code in `02_build_toolchain.sh`. (I'm not sure if headers_install really cares about the...

> We would then need to add support in the initramfs to read the ostree deployment hash from the name of the UKI that has been booted instead of reading...

> I'm not sure if there are deeper technical reasons for this or if it is "just" some embedded timestamps, that could be wrangled by making the timestamps match the...

I guess this is the reason for why `apt.packages` shows up as "will change" despite not needing to do anything ? Perhaps `apt-cache showpkg` could work ? https://serverfault.com/questions/364608/how-do-i-get-a-list-of-packages-that-provides-something-using-dpkg or depending...

Alternatively, if `fsevents` could be made an optional dependency, that would work for the time being too.

There's a number of different issues asking for different bootloader setup support: e.g. - #1719 - #2753 - #2145 - https://github.com/ostreedev/ostree/pull/2793 Ideally libostree only has to generate a BLS configuration...

> That's an interesting idea. Another way to potentially do it is to make the bootloader managers separate executables that are installed in /usr/lib/ostree/bootloader or similar. Then change the loading...

So ostree would start the `ostree-finalize-staged.service` when not using `--stage` instead of doing it internally then ? I don't particularly like this idea, because it would hide errors in systemd...