From Fedora Project Wiki
Description
A simple validation test case for Zezere HTTP Boot on Fedora IoT Edition. This test can be completed on hardware, or using a virtual machine (at least libvirt 5.10 is needed).
Setup
Change dhcpd.conf to use
http://provision.fedoraproject.org/netboot/x86_64/initial http://provision.fedoraproject.org/netboot/aarch64/initial
Example snippet from dhcpd.conf
host hostname {
option host-name "hostname";
hardware ethernet 00:00:11:22:33:44;
fixed-address 192.168.0.10;
option vendor-class-identifier "HTTPClient";
filename "http://provision.fedoraproject.org/netboot/x86_64/initial";
}
