diff options
author | Robert Peichaer <rpe@cvs.openbsd.org> | 2013-12-30 19:04:57 +0000 |
---|---|---|
committer | Robert Peichaer <rpe@cvs.openbsd.org> | 2013-12-30 19:04:57 +0000 |
commit | a0d3cf09d2c33071b787fef70fd90fdccbce8c1e (patch) | |
tree | 3749a0a4846df1d44aed899bbf9c1d80a08eb480 /share | |
parent | ffdb3e6d5f7454b162b6a8f2d3030c39751e0efe (diff) |
- 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@
Diffstat (limited to 'share')
-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 |