Minor spelling fixes.
choise -> choice continous -> continuous dalog -> dialog labelled -> labeled limitiations -> limitations neccessary -> necessary sceme -> scheme standarize -> standardize
This commit is contained in:
parent
0aa5d1cdfb
commit
181324be97
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: install,v 1.16 2000/10/29 14:08:06 lukem Exp $
|
||||
.\" $NetBSD: install,v 1.17 2001/07/24 17:30:55 nra Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1999, 2000 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -87,7 +87,7 @@ for each
|
|||
track loaded. After loading 80 tracks, it will ask you
|
||||
to insert the next floppy. At this time, insert the
|
||||
.Nx
|
||||
install floppy 2 and press any key. The kernel continous
|
||||
install floppy 2 and press any key. The kernel continuous
|
||||
loading another 40 tracks before it continues to boot.
|
||||
.(Note
|
||||
If you are using 1.44 MB floppies, you should select
|
||||
|
@ -189,7 +189,7 @@ change anything
|
|||
unless you are absolutely sure what you are doing!
|
||||
If you are labeling an empty SCSI disk, you can make life easy for
|
||||
yourself by selecting
|
||||
.Dq standarize geometry .
|
||||
.Dq standardize geometry .
|
||||
This allows you to
|
||||
select a
|
||||
.Dq sectors per track
|
||||
|
@ -246,7 +246,7 @@ correctly, it starts creating them for you.
|
|||
Configure your network
|
||||
Currently none of the kernels supplied in the distribution has
|
||||
network support builtin. If you compiled your own kernel, network
|
||||
configuration mostly works. [ Due to space limitiations, some
|
||||
configuration mostly works. [ Due to space limitations, some
|
||||
of the network commands are not present on the install floppy ]
|
||||
.It
|
||||
Edit the fstab - again....
|
||||
|
@ -305,7 +305,7 @@ for 1.44 MB disks, or one of the hard disk partitions.
|
|||
.It
|
||||
Installing the bootstrap
|
||||
Finally, the installer ask you if you want to install the bootblock
|
||||
code on your root disk. This is a matter of personal choise and can
|
||||
code on your root disk. This is a matter of personal choice and can
|
||||
also be done from a running
|
||||
.Nx
|
||||
system. See the
|
||||
|
@ -342,7 +342,7 @@ from
|
|||
.Pa /netbsd
|
||||
to
|
||||
.Pa /kernels/netbsd .
|
||||
This sceme is particulary handy when you want to make your
|
||||
This scheme is particularly handy when you want to make your
|
||||
own kernel. When compilation is finished, you just copy
|
||||
your kernel to
|
||||
.Pa /kernels/netbsd
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: prep,v 1.8 2000/10/29 14:08:06 lukem Exp $
|
||||
.\" $NetBSD: prep,v 1.9 2001/07/24 17:30:56 nra Exp $
|
||||
.
|
||||
Note you will be modifying your HD's if you mess something up here you
|
||||
could lose everything on all the drives that you work with. It is
|
||||
|
@ -42,9 +42,9 @@ As you might know; every hard disk has a
|
|||
.Sq root sector
|
||||
that contains information about the size of the hard disk and the partitions
|
||||
on the hard disk.
|
||||
The root sector can only contain the neccessary data for four
|
||||
The root sector can only contain the necessary data for four
|
||||
partitions. Nobody thought that this limitation would cause any problems.
|
||||
After all, 640 KByte should be enough. As hard disk grew, it was neccessary
|
||||
After all, 640 KByte should be enough. As hard disk grew, it was necessary
|
||||
to define more than four partitions. In order to be more or less compatible
|
||||
with the old format, a new type of partition entry was defined: XGM partions.
|
||||
.Pp
|
||||
|
@ -69,7 +69,7 @@ If you are creating your partitions with HDX, you'll have to be very careful
|
|||
to fulfill this rule. HDX has some very strange ideas when it comes to
|
||||
extended partitions. Fortunately, you can edit this stuff: The
|
||||
.Dq "Edit partition scheme of the unit"
|
||||
dialog box has a button labelled
|
||||
dialog box has a button labeled
|
||||
.Dq "expert" .
|
||||
This button is inactive unless you have defined more than four partitions.
|
||||
Click on it
|
||||
|
@ -93,7 +93,7 @@ have defined 7 partitions, partitions #2 to #5 will be extended partitions,
|
|||
while partitions #1, #6 and #7 will be primary partitions.
|
||||
.Pp
|
||||
You can move the extended partition range by clicking on one of the buttons
|
||||
on the right side of the dalog box. Try to find one where your first
|
||||
on the right side of the dialog box. Try to find one where your first
|
||||
.Nx
|
||||
partition is a primary partition. Golden rules:
|
||||
.(bullet
|
||||
|
|
Loading…
Reference in New Issue