diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-09-17 13:33:14 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-09-17 13:33:14 +0000 |
| commit | 4a50ae9ab3f6ff300f8ef520be0e8a352be39892 (patch) | |
| tree | 684f5464340f01a2a1eeb470c1c49e4ff193a470 /release/sysinstall/sysinstall.8 | |
| parent | 61fd9882c105d224e989356e2aff60e25c87f058 (diff) | |
Notes
Diffstat (limited to 'release/sysinstall/sysinstall.8')
| -rw-r--r-- | release/sysinstall/sysinstall.8 | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/release/sysinstall/sysinstall.8 b/release/sysinstall/sysinstall.8 index 738e13103429..67f59528cd0e 100644 --- a/release/sysinstall/sysinstall.8 +++ b/release/sysinstall/sysinstall.8 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: sysinstall.8,v 1.4 1997/09/08 11:09:10 jkh Exp $ +.\" $Id: sysinstall.8,v 1.5 1997/09/10 10:15:41 jkh Exp $ .\" .Dd August 9, 1997 .Dt SYSINSTALL 8 @@ -640,7 +640,7 @@ Select an FTP site as the installation media. \fBVariables:\fR .Bl -tag -width indent .It hostname -The name of the host being installed (optional). +The name of the host being installed (non-optional). .It domainname The domain name of the host being installed (optional). .It defaultrouter @@ -651,6 +651,9 @@ Which host interface to use ( or .Ar ep0 , for example. Non-optional). +.It netInteractive +If set, bring up the interactive network setup form even +if all relevant configuration variables are already set (optional). .It ipaddr The IP address for the selected host interface (non-optional). .It netmask @@ -689,7 +692,7 @@ interested in. \fBVariables:\fR .Bl -tag -width indent .It hostname -The name of the host being installed (optional). +The name of the host being installed (non-optional). .It domainname The domain name of the host being installed (optional). .It defaultrouter @@ -700,6 +703,9 @@ Which host interface to use ( or .Ar ep0 , for example. Non-optional). +.It netInteractive +If set, bring up the interactive network setup form even +if all relevant configuration variables are already set (optional). .It ipaddr The IP address for the selected host interface (non-optional). .It netmask |
