diff options
author | 2013-12-30 19:04:56 +0000 | |
---|---|---|
committer | 2013-12-30 19:04:56 +0000 | |
commit | e1f5087536f22a515291175cb7a49d532b2fe8b3 (patch) | |
tree | 9749967bcc134838f28c94718aaf5f99b59b1f4a | |
parent | Expand the MSI support to cover most of the remaining bge(4) chipsets with the (diff) | |
download | wireguard-openbsd-e1f5087536f22a515291175cb7a49d532b2fe8b3.tar.xz wireguard-openbsd-e1f5087536f22a515291175cb7a49d532b2fe8b3.zip |
- the hint to symlink to upgrade.conf belongs to the install.conf example
- zap reference to pxeboot(8), diskless(8) has all the info
ok jmc@ halex@
-rw-r--r-- | share/man/man8/autoinstall.8 | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/share/man/man8/autoinstall.8 b/share/man/man8/autoinstall.8 index 85eadcbd3dd..1fe3d0d07d6 100644 --- a/share/man/man8/autoinstall.8 +++ b/share/man/man8/autoinstall.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: autoinstall.8,v 1.3 2013/12/18 08:11:25 halex Exp $ +.\" $OpenBSD: autoinstall.8,v 1.4 2013/12/30 19:04:56 rpe Exp $ .\" .\" Copyright (c) 2013 Robert Peichaer <rpe@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: December 18 2013 $ +.Dd $Mdocdate: December 30 2013 $ .Dt AUTOINSTALL 8 .Os .Sh NAME @@ -99,6 +99,9 @@ Location of sets = http Server = ftp.eu.openbsd.org .Ed .Pp +It can be also used for upgrades by creating a symbolic link to +upgrade.conf. +.Pp And an example .Xr dhcpd.conf 5 host entry: @@ -110,10 +113,6 @@ host foo { option host-name "foo"; } .Ed -.Pp -It can be also used for upgrades by creating a symbolic link to -upgrade.conf. .Sh SEE ALSO .Xr dhcpd.conf 5 , .Xr diskless 8 , -.Xr pxeboot 8 |