Dan Nicholson

Results 213 comments of Dan Nicholson

Unfortunately, my project to use bootupd stalled (even though it appeared to work nicely), and I can't see us getting back it soon. I do think this is a nice...

I personally like micro even though it's implemented as no apps. But to me it's whatever gets you the smallest image possible that's still Endless OS.

Just to throw out one other possibility, in container world Debian provides `slim` variants. I personally like `micro` better.

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 logic...

> Oh I guess I can't use `match` unless we bump our minimum Python version to 3.10 (i.e. Endless OS 6 is required). > > @dbnicholson I'm curious what you...

@AtiusAmy could you try again with ostree main? Or, if you can apply the f11e6a4ae0ae5ed4e5c0bd466620f8947b8ee2b3 as a patch to your distro's ostree, that would be also work. The commit code...

That seems plausible as Flathub builds with flatpak-builder, and I don't think anything has changed there that would suddenly start committing non-files. Fedora's flatpaks are built by a separate process...

Hey! Sorry, I did indeed miss this before. This is definitely not maintained as it's just a quickly stripped down version of our real builder from years ago. Sadly that's...

On Endless OS we have a fairly static `PRETTY_NAME`, but the `version` metadata from the commit is included in the BLS title. So, we almost never touch `/etc/os-release`, but grub...

Another thing that could be useful is if you could set the BLS title entirely by commit metadata instead of relying on a bunch of heuristics in ostree. I.e., `--add-metadata=ostree.title=My...