James Reilly
James Reilly
This is via bootc image builder. So idk if anyone has made support for this
https://github.com/rhinstaller/anaconda-webui/discussions/962
I think Anaconda-webui can and should be a customizable experience. We will maintain a fork if necessary, but surely some custom text is possible
We have a hack that works here https://github.com/ublue-os/titanoboa Basically we dump the image to disk and then install the live-OS components, pull the image again, and put it in a...
I think @travier had some thoughts, maybe waiting until composefs-rs and unified storage so we can deduplicate between the live image and the image to be deployed.
They install a clean container with a oscontainer --deploy in the interactive-defaults.ks . So the live version has been modified and isn't even an ostree deployment just a normal live-OS...
No. There's work to make Titanoboa more flexible, we may be able to port it to image-template
> As a customization? As part of the container being converted into media? Ideally the image can include some preinstall list of flatpaks and image builder will deploy them to...
idk RHEL has this https://gitlab.com/redhat/centos-stream/rpms/redhat-flatpak-data/-/tree/c10s https://github.com/rhinstaller/anaconda/pull/6056
https://gitlab.com/fedora/bootc/base-images/-/blob/main/fedora-bootc-config.json?ref_type=heads Not sure why we are specifying the bib image in the base image but cannot specify the base image in bib?