Penguin

Differences between version 10 and previous revision of NFSRoot.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 10 Last edited on Tuesday, March 1, 2005 11:10:22 am by IainHogg Revert
Older page: version 8 Last edited on Friday, October 29, 2004 6:35:52 pm by MukeshAgrawal Revert
@@ -84,9 +84,9 @@
 Make a directory for the tftp root dir. I usually use /tftpboot 
 Under debian, make sure you have the following entries in /etc/inetd.conf: 
  tftp dgram udp wait root /usr/sbin/in.tftpd -p -s /tftpboot 
  
-This tells tftp to use /tftproot as its root - all paths are now relative to this. 
+This tells tftp to use /tftpboot as its root - all paths are now relative to this. 
  
 ! Set up DHCP 
 Make sure your dhcpd config file contains something like (for dhcp 2.x, default in Debian Woody): 
  
@@ -107,13 +107,13 @@
  
 ! Set up PXE 
 Copy pxelinux.0 from the pxelinux distribution under /tftpboot 
  
-Make the directory /tftproot /pxelinux.cfg - this is where you'll store all your configurations. 
+Make the directory /tftpboot /pxelinux.cfg - this is where you'll store all your configurations. 
  
-In /tftproot /pxelinux.cfg create a file called 'default', and add something like the following to it: 
+In /tftpboot /pxelinux.cfg create a file called 'default', and add something like the following to it: 
  
-/tftproot /pxelinux.cfg/default: 
+/tftpboot /pxelinux.cfg/default: 
  default nfs 
  
  label nfs 
  kernel netboot-kernel