at this point the core functionality is finally merged on webui and anaconda repos.
it shall be part of F45 atomic isos as a tech preview.
If you are eager to test it, you can try it now with the following steps:
- Clone the official webui repo (GitHub - rhinstaller/anaconda-webui: Anaconda Web UI planning and discussions. · GitHub)
- Build an updates image and run it against a Fedora Rawhide boot ISO:
make create-updates.img
- Then boot a Rawhide installer with inst.updates pointing to the generated updates.img, for example with virt-install:
virt-install \
--location <rawhide-boot-iso> \
--extra-arg inst.updates=<path-or-url-to-updates.img> \
--extra-arg inst.webui.remote \
--extra-arg inst.webui.remote.pin=<your pin here> \
...
We are also planning for a test day with this feature. Stay tuned! ![]()