From Fedora Project Wiki
 
Line 1: Line 1:


= Description =
= 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.
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 =
= Setup =

Latest revision as of 20:57, 8 April 2020

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";
}

How to test

Results