Remove unnecessary .Pps, use .Nx for NetBSD, sort sections.
This commit is contained in:
parent
bfda038ed2
commit
bc9fb62163
@ -1,4 +1,4 @@
|
|||||||
.\" $NetBSD: newbtconf.8,v 1.6 2001/08/20 12:00:49 wiz Exp $
|
.\" $NetBSD: newbtconf.8,v 1.7 2001/11/16 12:03:54 wiz Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 1999 Darren Reed. All rights reserved.
|
.\" Copyright (c) 1999 Darren Reed. All rights reserved.
|
||||||
.\"
|
.\"
|
||||||
@ -46,7 +46,6 @@ selection of environments in which to boot the system up into.
|
|||||||
The most obvious application being for laptops to provide a network
|
The most obvious application being for laptops to provide a network
|
||||||
and non-network environment after a successful boot into multi-user mode.
|
and non-network environment after a successful boot into multi-user mode.
|
||||||
.Ss Background
|
.Ss Background
|
||||||
.Pp
|
|
||||||
In order to accomplish this task, the files usually associated with
|
In order to accomplish this task, the files usually associated with
|
||||||
establishing the current system's running configuration are replaced with
|
establishing the current system's running configuration are replaced with
|
||||||
symbolic links which are adjusted with each boot to point to the appropriate
|
symbolic links which are adjusted with each boot to point to the appropriate
|
||||||
@ -77,8 +76,9 @@ with every boot),
|
|||||||
.Pa /etc/etc.default
|
.Pa /etc/etc.default
|
||||||
is not automatically updated.
|
is not automatically updated.
|
||||||
.Ss Getting Started
|
.Ss Getting Started
|
||||||
.Pp
|
By default,
|
||||||
By default, NetBSD only has one boot-up configuration - that set in the
|
.Nx
|
||||||
|
only has one boot-up configuration - that set in the
|
||||||
file
|
file
|
||||||
.Pa /etc/rc.conf .
|
.Pa /etc/rc.conf .
|
||||||
In order to initialize the system for operating in a
|
In order to initialize the system for operating in a
|
||||||
@ -112,7 +112,7 @@ that directory and symbolic links put in their place, in /etc, pointing to
|
|||||||
.Ed
|
.Ed
|
||||||
.Pp
|
.Pp
|
||||||
To test that this has been performed correctly, reboot your system into
|
To test that this has been performed correctly, reboot your system into
|
||||||
NetBSD.
|
.Nx .
|
||||||
After the kernel has autoconfigured and tty flags have been set,
|
After the kernel has autoconfigured and tty flags have been set,
|
||||||
a prompt should appear, preceded by the following like, looking like this:
|
a prompt should appear, preceded by the following like, looking like this:
|
||||||
.Bd -literal
|
.Bd -literal
|
||||||
@ -126,7 +126,6 @@ If there were other configurations available at this stage, you would
|
|||||||
have 30 seconds to enter that name and press
|
have 30 seconds to enter that name and press
|
||||||
.Sy RETURN .
|
.Sy RETURN .
|
||||||
.Ss Multiple Configurations
|
.Ss Multiple Configurations
|
||||||
.Pp
|
|
||||||
Once an initial configuration has been setup, we can proceed to setup further
|
Once an initial configuration has been setup, we can proceed to setup further
|
||||||
run time environments.
|
run time environments.
|
||||||
This is done by invoking
|
This is done by invoking
|
||||||
@ -171,7 +170,9 @@ Which configuration [nonet] ?
|
|||||||
.Ed
|
.Ed
|
||||||
.Ss No Network
|
.Ss No Network
|
||||||
Assuming that we performed the above command successfully, in order to
|
Assuming that we performed the above command successfully, in order to
|
||||||
successfully configure NetBSD to not configure interfaces (or generate no
|
successfully configure
|
||||||
|
.Nx
|
||||||
|
to not configure interfaces (or generate no
|
||||||
errors from attempting to do so), the following settings (at least) should
|
errors from attempting to do so), the following settings (at least) should
|
||||||
be used in
|
be used in
|
||||||
.Pa /etc/etc.nonet/rc.conf :
|
.Pa /etc/etc.nonet/rc.conf :
|
||||||
@ -219,8 +220,11 @@ The
|
|||||||
.Nm
|
.Nm
|
||||||
program first appeared in
|
program first appeared in
|
||||||
.Nx 1.5 .
|
.Nx 1.5 .
|
||||||
|
.Sh AUTHORS
|
||||||
|
This shell script was written by Darren Reed <darrenr@netbsd.org> with
|
||||||
|
initial input from Matthew Green <mrg@netbsd.org> on how to approach this
|
||||||
|
problem.
|
||||||
.Sh BUGS
|
.Sh BUGS
|
||||||
.Pp
|
|
||||||
It presently does not display a count down timer whilst waiting for input
|
It presently does not display a count down timer whilst waiting for input
|
||||||
to select which configuration and nor does it abort said timer when a key
|
to select which configuration and nor does it abort said timer when a key
|
||||||
is first pressed.
|
is first pressed.
|
||||||
@ -229,7 +233,3 @@ The management of the overall collection of multiple configurations is much
|
|||||||
more manual than it ought to be.
|
more manual than it ought to be.
|
||||||
A general system configuration tool needs to be written to ease their
|
A general system configuration tool needs to be written to ease their
|
||||||
management.
|
management.
|
||||||
.Sh AUTHORS
|
|
||||||
This shell script was written by Darren Reed <darrenr@netbsd.org> with
|
|
||||||
initial input from Matthew Green <mrg@netbsd.org> on how to approach this
|
|
||||||
problem.
|
|
||||||
|
Loading…
Reference in New Issue
Block a user