Jan Lübbe

Results 299 comments of Jan Lübbe

The remaining aspect here is the ability to set config options via the command line. We have #953 for that, so I'll close this issue.

Some other systemd tools (systemctl, busctl) have support for json output, but bootctl doesn't support that yet. The bootloader backends for barebox, u-boot and grub already run the respective userspace...

With mtd-utils 2.1.2, this still works: ``` # mtdinfo /dev/mtd0 mtd0 Name: mtdram test device Type: ram Eraseblock size: 131072 bytes, 128.0 KiB Amount of eraseblocks: 256 (33554432 bytes, 32.0...

We should fix this in time to be included in Debian bookworm.

@xyzzy42 Your approach seems better than what @ejoerns tried in #395. I'd suggest to pick up the virtual fs check (if it doesn't start with a slash, we don't want...

We could check if the target of `--keyring` or `--signing-keyring` is a directory and then handle it accordingly. I'd be interested why you use directories. Do you have a large...

It looks like the issue was solved by using `--signing-keyring`. Please reopen, if that's not correct.

> The `use-bundle-signing-time` is ATM probably the best solution to your problem (if you want to avoid erts with 'infinite' validity); with the drawback that this will be used both...

Discussion https://github.com/rauc/rauc/discussions/794 is related to this.

I've rebased it on master after the merge of #957 to make it easier to review.