Web-Based Remote Installation for Fedora Linux: Here's What We're Building

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:

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! :smiley: