From Fedora Project Wiki
Line 4: Line 4:


= 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 =

Revision as of 00:19, 7 April 2020

Description

A simple validation test case for Zezere HTTP Boot on Fedora IoT Edition.

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