Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
Amend pxeserver instructions (#927)
Browse files Browse the repository at this point in the history
Signed-off-by: Graham MacDonald <[email protected]>
  • Loading branch information
gmacd authored Jul 4, 2020
1 parent 820ef4e commit de7dc06
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions cfg/pxe/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,13 @@ Fetch and build pxeserver:
go get github.com/u-root/u-root
go install github.com/u-root/u-root/cmds/exp/pxeserver

Run pxeserver to host pxelinux and harvey (make sure you change the interface to match the one on your server):
sudo pxeserver -tftp-dir $HARVEY/cfg/pxe/tftpboot/ -bootfilename lpxelinux.0 -interface enp0s31f6 --http-dir $HARVEY/cfg/pxe/tftpboot
Run pxeserver to host pxelinux and harvey (make sure you change the interface and IP to match the one on your server):
sudo pxeserver \
-tftp-dir $HARVEY/cfg/pxe/tftpboot/ \
-http-dir $HARVEY/cfg/pxe/tftpboot/ \
-bootfilename lpxelinux.0 \
-interface enp0s31f6 \
-ip 192.168.0.19

Run ufs to host the harvey files over 9p:
$HARVEY/util/ufs -root $HARVEY

0 comments on commit de7dc06

Please sign in to comment.