From Fedora Project Wiki
(Created page with " = Description = A simple validation test case for Zezere httpboot on Fedora IoT Edition. = Setup = = How to test = = Results=")
 
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:


= Description =
= Description =
A simple validation test case for Zezere httpboot on Fedora IoT Edition.  
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 =
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
<pre>
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";
}
</pre>


= How to test =
= How to test =

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