Skip to content

Commit

Permalink
Change info about using lpxelinux which is used by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrfai committed Nov 28, 2020
1 parent 2132d3f commit c074ce2
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions doc/fai-guide.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1604,8 +1604,8 @@ append initrd=initrd.img-4.19.0-5-amd64 ip=dhcp root=/srv/fai/nfsroot:vers=3 roo
----

See '/usr/share/doc/syslinux/pxelinux.doc' for more detailed
information about PXELINUX. There's a new lpxelinux binary which also
support loading the kernel and initrd via FTP or HTTP. The command
information about PXELINUX. FAI uses the lpxelinux.0 binary which also
supports loading the kernel and initrd via FTP or HTTP. The command
'fai-chboot(8)' supports this with the option '-U'.


Expand Down Expand Up @@ -2433,11 +2433,9 @@ all log files.

=== How to use HTTP for PXE boot

----
cp /usr/lib/PXELINUX/lpxelinux.0 /srv/tftp/fai/pxelinux.0
----

Enable HTTP access to the tftp directory:
fai-make-nfsroot now uses the lpxelinux.0 binary which already
supports transfer of the kernel and initrd via http (additional to tftp).
You only have to enable HTTP access to the tftp directory:

----
cd /var/www/html
Expand Down

0 comments on commit c074ce2

Please sign in to comment.