Fix an obvious typo in an example: s/intall/install

PR:             docs/164023
Submitted by:   Stefan KrÃŒger (stadtkind2 gmx de)
This commit is contained in:
Benedict Reuschling 2012-01-11 22:27:44 +00:00
parent 13ddf0e0ec
commit 7b4ccab4a2
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=38198

View file

@ -4444,7 +4444,7 @@ subnet 192.168.0.0 netmask 255.255.255.0 {
filename "FreeBSD/install/boot/pxeboot" ;
# pxeboot boot loader will try to NFS mount this directory for root FS
option root-path "192.168.0.1:/b/tftpboot/FreeBSD/intall/" ;
option root-path "192.168.0.1:/b/tftpboot/FreeBSD/install/" ;
}
</programlisting>