Jonathan Lebon
Jonathan Lebon
Kernel arguments can also be used to specify the destination device (`coreos.inst.install_dev`). How about instead as soon as any `--dest` argument is passed but not `--dest-device` we print a note...
We need to be flexible in how the ISO can be used. For example, you can imagine someone providing a pre-customized ISO/PXE initramfs to a user, with the understanding that...
Note the second commit's message here is really important. Hmm, it probably should be its own PR to draw more attention to it. Anyway, this is missing tests. We don't...
> Here's a test case I wrote earlier Nice. Mind pushing that here? > > This fixes the issue for new systems, but people who have upgraded > > to...
OK, pushed another commit here which hopefully fixes that.
(Might want to open this against https://github.com/dracut-ng/dracut-ng instead.) OK yeah, I thought FCOS/RHCOS didn't actually use the initramfs on shutdown. And it doesn't by default, but that changed when we...
> As a bonus, `ostree container image pull` commit are not reproducible OK, I think I addressed that part at least in https://github.com/bootc-dev/bootc/pull/1421.
Given that transient installs now do keep the overlay read-only, it becomes a very subtle difference between that and this proposal. I think the main advantage of sysexts then is...
> OR perhaps arguably...we add dynamism to the current LBI in a systemd-style way `ConditionVirtualization=vmware` or `ConditionKernelCommandLine=ignition.platform.id=vmware` or so. Yeah, I think specifically for the agent case, that's probably a...
One downside of this approach I think is that it would hit bootstrapping issues wrt [[RHEL-82921] [RFE] Support cloud registry credential provider in container tools](https://issues.redhat.com/browse/RHEL-82921).