From cab218977c6ce127abb930f26a91aca786c03b23 Mon Sep 17 00:00:00 2001 From: Warren Block Date: Thu, 14 Jun 2012 12:04:00 +0000 Subject: [PATCH] Whitespace-only fixes: indentation and wrap long lines. Translators, please ignore. --- .../handbook/advanced-networking/chapter.sgml | 104 +++++++++--------- 1 file changed, 53 insertions(+), 51 deletions(-) diff --git a/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml b/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml index 803f97f6da..c88959f570 100644 --- a/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml @@ -4635,62 +4635,64 @@ myhost.example.com:/b/tftpboot/FreeBSD/install / nfs ro - Use the net/wireshark - port to debug the network traffic involved during the + + Use the + net/wireshark port to + debug the network traffic involved during the PXE booting process, which is - illustrated in the diagram below. - In , an - example configuration is shown where the - DHCP, TFTP, and - NFS servers are actually on the same - machine. However, these severs can be on separate - machines. + illustrated in the diagram below. In + , an example + configuration is shown where the DHCP, + TFTP, and NFS + servers are actually on the same machine. However, these + severs can be on separate machines.
PXE Booting process with NFS root mount + - - - - - - - - - - - - - - Client broadcasts DHCPDISCOVER. - - - DHCP server responds with IP address, - next-server, - filename, and - root-path. - - - Client sends TFTP - request to next-server - asking to retrieve - filename. - - - TFTP server responds and sends - filename to client. - - - Client executes - filename which is - &man.pxeboot.8;. &man.pxeboot.8; loads the - kernel. When the kernel executes, the root - filesystem specified by - root-path is mounted over - NFS. - - - + + + + + + + + + + + + + + Client broadcasts DHCPDISCOVER. + + + DHCP server responds with IP address, + next-server, + filename, and + root-path. + + + Client sends TFTP + request to next-server + asking to retrieve + filename. + + + TFTP server responds and sends + filename to client. + + + Client executes + filename which is + &man.pxeboot.8;. &man.pxeboot.8; loads the + kernel. When the kernel executes, the root + filesystem specified by + root-path is mounted over + NFS. + + +