Fri Mar 6 20:07:26 2020 UTC ()
Remove note that has been incorrect for a while.

Thanks ottavio for the heads up.


(maya)
diff -r1.2 -r1.3 src/usr.sbin/sysinst/sysinst.8

cvs diff -r1.2 -r1.3 src/usr.sbin/sysinst/sysinst.8 (expand / switch to unified diff)

--- src/usr.sbin/sysinst/sysinst.8 2020/02/19 21:51:21 1.2
+++ src/usr.sbin/sysinst/sysinst.8 2020/03/06 20:07:26 1.3
@@ -1,63 +1,58 @@ @@ -1,63 +1,58 @@
1.\" $NetBSD: sysinst.8,v 1.2 2020/02/19 21:51:21 martin Exp $ 1.\" $NetBSD: sysinst.8,v 1.3 2020/03/06 20:07:26 maya Exp $
2.\" 2.\"
3.\" Copyright (c) 2007 The NetBSD Foundation, Inc. 3.\" Copyright (c) 2007 The NetBSD Foundation, Inc.
4.\" All rights reserved. 4.\" All rights reserved.
5.\" 5.\"
6.\" Redistribution and use in source and binary forms, with or without 6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions 7.\" modification, are permitted provided that the following conditions
8.\" are met: 8.\" are met:
9.\" 1. Redistributions of source code must retain the above copyright 9.\" 1. Redistributions of source code must retain the above copyright
10.\" notice, this list of conditions and the following disclaimer. 10.\" notice, this list of conditions and the following disclaimer.
11.\" 2. Redistributions in binary form must reproduce the above copyright 11.\" 2. Redistributions in binary form must reproduce the above copyright
12.\" notice, this list of conditions and the following disclaimer in the 12.\" notice, this list of conditions and the following disclaimer in the
13.\" documentation and/or other materials provided with the distribution. 13.\" documentation and/or other materials provided with the distribution.
14.\" 14.\"
15.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS 15.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
16.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 16.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
17.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 17.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
18.\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS 18.\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
19.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 19.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
20.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 20.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
21.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 21.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
22.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 22.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
23.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 23.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
24.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 24.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
25.\" POSSIBILITY OF SUCH DAMAGE. 25.\" POSSIBILITY OF SUCH DAMAGE.
26.\" 26.\"
27.Dd June 30, 2012 27.Dd March 6, 2020
28.Dt SYSINST 8 28.Dt SYSINST 8
29.Os 29.Os
30.Sh NAME 30.Sh NAME
31.Nm sysinst 31.Nm sysinst
32.Nd install or upgrade a NetBSD system 32.Nd install or upgrade a NetBSD system
33.Sh SYNOPSIS 33.Sh SYNOPSIS
34.Nm 34.Nm
35.Op Fl D 35.Op Fl D
36.Op Fl f Ar definition_file 36.Op Fl f Ar definition_file
37.Sh DESCRIPTION 37.Sh DESCRIPTION
38.Nm 38.Nm
39is a menu-based program that may be used to install or upgrade a 39is a menu-based program that may be used to install or upgrade a
40.Nx 40.Nx
41system. 41system.
42It 42It
43is usually invoked automatically when the system is booted 43is usually invoked automatically when the system is booted
44from appropriate installation media. 44from appropriate installation media.
45.Pp 45.Pp
46.Nm 
47is usually not present on a 
48.Nx 
49system that has been fully installed. 
50.Pp 
51The following options are available: 46The following options are available:
52.Bl -tag -width XfXdefinition_fileXX 47.Bl -tag -width XfXdefinition_fileXX
53.It Fl D 48.It Fl D
54Switch on debugging. 49Switch on debugging.
55.It Fl f Ar definition_file 50.It Fl f Ar definition_file
56Use 51Use
57.Ar definition_file 52.Ar definition_file
58as a file for definitions other than the defaults. 53as a file for definitions other than the defaults.
59See the 54See the
60.Sx DEFINITION FILE 55.Sx DEFINITION FILE
61section for its format. 56section for its format.
62.El 57.El
63.Sh DEFINITION FILE 58.Sh DEFINITION FILE