Timothée Ravier

Results 536 comments of Timothée Ravier

Let's get a release out now for the fixes that are ready and we'll make another one once https://github.com/coreos/bootupd/issues/717 is fully ready

## More platforms I started writing [a disk image "convert" script](https://github.com/coreos/fedora-coreos-docs/issues/651) to help with the [new emerging platform flow](https://github.com/coreos/fedora-coreos-tracker/blob/main/.github/ISSUE_TEMPLATE/implementing-new-emerging-platform.md). It should make it easier for folks to test platforms for...

You likely need to setup the SELinux config for the new port to let sshd listen on it.

> As far as how it's configured, we can definitely do something like `bootc install --experimental-composefs-backend` 👍🏻 > but actually the other option is to just _default_ to this for...

I don't think the use case without a bootloader is simpler or smaller in terms of code. No bootloader means either doing EFI variable management or a special ESP file...

It looks like this is re-implementing a lot of the features already implemented in systemd-boot. Could you clarify why you decided to not use systemd-boot?

Thanks for the details!

Status update on https://github.com/bootc-dev/bootc/pull/1314 (with examples in https://github.com/containers/composefs-rs/pull/143): - Added an option to `bootc install-to-disk` use the composefs native backend - `bootc install-to-disk --composefs-native ...` - slightly tweaked disk setup...

## Next steps Suggested order of things to implement/fix to be able to consider this ready to merge in bootc: - [x] `bootc status` (only current deployments, no staged ones...

Notes on composefs-native deployment staging & `bootc status`: - In the UKI case, we should install the UKI in `EFI/Linux/foo.efi.staged` (see: https://uapi-group.org/specifications/specs/boot_loader_specification/#type-2-efi-unified-kernel-images) so that it is ignored by systemd-boot until...