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:
parent
13ddf0e0ec
commit
7b4ccab4a2
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=38198
1 changed files with 1 additions and 1 deletions
|
@ -4444,7 +4444,7 @@ subnet 192.168.0.0 netmask 255.255.255.0 {
|
||||||
filename "FreeBSD/install/boot/pxeboot" ;
|
filename "FreeBSD/install/boot/pxeboot" ;
|
||||||
|
|
||||||
# pxeboot boot loader will try to NFS mount this directory for root FS
|
# 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>
|
</programlisting>
|
||||||
|
|
Loading…
Reference in a new issue