1
0
Fork 0
forked from wezm/wezm.net

Fix broken formatting in gPXE post

This commit is contained in:
Wesley Moore 2010-07-15 13:17:16 +10:00
parent 0091d68013
commit 6cdd13b3a6

View file

@ -11,7 +11,7 @@ The installation involved the following steps:
* Connecting the CF card to the server (via a CF to IDE adaptor) and booting from it.
* Entering the gPXE prompt via Ctrl-b. At this point gPXE had configured the network interface with DHCP.
* Boot the Debian installer with the chain command: `chain <a href="http://netboot.me/2013">http://netboot.me/2013</a>`
* Boot the Debian installer with the chain command: <code>chain <a href="http://netboot.me/2013">http://netboot.me/2013</a></code>
After that it downloads a kernel and initrd image and boots. All directly off the Internet. Brilliant!