Lennart Poettering

Results 1507 comments of Lennart Poettering

> 4\. Does systemd-boot completely follow https://uapi-group.org/specifications/specs/boot_loader_specification/ ? More or less. It started out as documentation what sd-boot does. But there are some bits where we haven't caught up. For...

> As far as I could tell, the .osrel data is only available for Unified Kernel Images, right? > AFAIK, UKIs are the way to go in the future. >...

> EDIT: I just read that the .osrel data is optional. So it might work on some systems, but not on others > Is this something we care about? that...

> Also, it's stated that the .osrel data is derived from the os-release information. Would this even allow an extra submenu for btrfs snapshots (as that is my use case)?...

Please see: https://systemd.io/CODING_STYLE/#formatting

hmm, btw, one thing i was wondering about: should we really do this as submenu? maybe instead do a single list view that is collapsed, and can be expanded. I...

> But we would a) have to convert from idx_highlight to the index of the entry in the list, b) need additional structures anyway to know which entries need to...

or to say this in other words: we should communicate this as a choice from a list, not a choice from some tree structure. Because the automatic version selection, the...

/cc @brauner Current plan regarding the UID range persistency: The attack scenario goes like this: an unpriv user allocates a userns range via our service. Then joins it, but does...

> Any chance you could add make nspawn do the listen_fds() thing so I can pass a user namespace to it from mkosi? That way I can do the newuidmap...