Sync usage with man page.
[netbsd-mini2440.git] / distrib / notes / hp300 / install
blob3f317737870200e1c6fe88d119ee7b25c6e0c5ca
1 .\"     $NetBSD: install,v 1.9 2002/06/29 11:01:28 lukem Exp $
2 .\"
3 .\" Copyright (c) 1999-2002 The NetBSD Foundation, Inc.
4 .\" All rights reserved.
5 .\"
6 .\" Redistribution and use in source and binary forms, with or without
7 .\" modification, are permitted provided that the following conditions
8 .\" are met:
9 .\" 1. Redistributions of source code must retain the above copyright
10 .\"    notice, this list of conditions and the following disclaimer.
11 .\" 2. Redistributions in binary form must reproduce the above copyright
12 .\"    notice, this list of conditions and the following disclaimer in the
13 .\"    documentation and/or other materials provided with the distribution.
14 .\"
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
17 .\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
18 .\" PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
19 .\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
20 .\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
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
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
25 .\" POSSIBILITY OF SUCH DAMAGE.
26 .\"
27 The miniroot's install program is very simple to use.
28 It will guide you through the entire process, and is well automated.
29 If you need to restart the installer, hit
30 .Key Control-C
31 which will return you to a shell prompt.
32 From there, just start it over:
33 .(disp
34 .No # Ic "./install"
35 .disp)
36 .Pp
37 The experimental RAM disk-based installer is not described here, but is
38 very self-explanatory.
39 .Pp
40 The miniroot's install program will:
41 .(enum
42 Allow you to place disklabels on additional disks.
43 Note that partition sizes and offsets are expressed in sectors.
44 When you fill out the disklabel, you will
45 need to specify partition types and file system parameters.
46 If you're unsure what these values should be, use the
47 following:
48 .(disp
49 fstype: 4.2BSD
50 fsize: 1024
51 bsize: 4096
52 cpg: 16
53 .disp)
54 .Pp
55 If the partition will be a swap partition, use the following:
56 .(disp
57 fstype: swap
58 fsize: 0 (or blank)
59 bsize: 0 (or blank)
60 cpg: 0 (or blank)
61 .disp)
62 .Pp
63 You will also need to specify the number of partitions.
64 The number of partitions is determined by the
65 .Sq index
67 the last partition letter, where
68 .Li a
70 .Li 1 ,
71 .Li b
73 .Li 2 ,
74 etc.
75 Therefore, if the last filled partition is partition
76 .Sq Li g ,
77 there are 7 partitions.
78 Any partitions with size of 0 may be removed from the list.
79 .Pp
80 Anything after a
81 .Sq Li #
82 is a comment.
83 .Pp
84 The following is an example disklabel partition map:
85 .(disp
86 7 partitions:
87 #      size   offset    fstype   [fsize bsize   cpg]
88 a:    30912      448    4.2BSD     1024  8192    16   # (Cyl.    1 - 69)
89 b:   130816    31360      swap                        # (Cyl.   70 - 361)
90 c:  1296512        0      boot                        # (Cyl.    0 - 2893)
91 e:    81984   162176    4.2BSD     1024  8192    16   # (Cyl.  362 - 544)
92 f:   102592   244160    4.2BSD     1024  4096    16   # (Cyl.  545 - 773)
93 g:   949760   346752    4.2BSD     1024  8192    16   # (Cyl.  774 - 2893)
94 .disp)
95 .Pp
96 .It
97 Create file systems on target partitions.
98 .Pp
99 .It
100 Allow you to set up your system's network configuration.
101 Remember to specify host names without the domain name
102 appended to the end.
103 For example use
104 .Li foo
105 instead of
106 .Li foo.bar.org .
107 If, during the process of configuring
108 the network interfaces, you make a mistake, you will
109 be able to re-configure that interface by simply selecting
110 it for configuration again.
113 Mount target file systems.
114 You will be given the opportunity to manually edit the resulting
115 .Pa /etc/fstab .
118 Extract binary sets from the media of your choice.
121 Copy configuration information gathered during the
122 installation process to your root file system
123 .Pq Pa / .
126 Make device nodes in your root file system under
127 .Pa /dev .
130 Copy a new kernel onto your root partition
131 .Pq Pa / .
134 Install a new boot block.
137 Check your file systems for integrity.
138 .enum)
140 First-time installation on a system through a method other than the
141 installation program is possible, but strongly discouraged.