Timothée Ravier
Timothée Ravier
Given all of what you wrote, it feels like we should be using a subset of the logic in Anaconda as this is going to be a lot of changes...
I agree that ideally we would have a shared tool doing that setup for us but in the meantime, in oder to make this ready for F40 (beta ideally), could...
Ideally, if we could get something low risk in F40 that would be great, otherwise we'll have to postpone the bootupd inclusion in Fedora Atomic Desktops again to Fedora 41.
https://bugzilla.redhat.com/show_bug.cgi?id=2268505#c7
If we don't get a fix for this in F40, another option to not completely loose bootupd support is to remove it from the ISO so that Anaconda does a...
You can use https://pagure.io/workstation-ostree-config/blob/main/f/justfile#_211 to build an ISO. You need to build a classic ostree commit before: ``` $ just compose-legacy silverblue $ just lorax silverblue ```
You can also download a nightly compose from https://openqa.fedoraproject.org/nightlies.html
That's weird. We're doing all the repo cloning and directory setup with the same user. Wondering why we would need this here.
Trying to summarize what we'll run: ||x86_64|aarch64|ppc64le|s390x| |-|-|-|-|-| |boot type|bios/uefi/uefi-secure|bios|bios|bios| |nvme|yes|no|no|no| |Number of combination|6|1|1|1| So the question is: Should we really run all 6 combination for the test matrix on...