Home | History | Annotate | Line # | Download | only in i386
install revision 1.18
      1  1.18  perry 	$NetBSD: install,v 1.18 1998/01/09 18:46:30 perry Exp $	
      2  1.18  perry 
      3  1.14   fvdl 
      4  1.14   fvdl 0. Introduction
      5  1.14   fvdl 
      6  1.14   fvdl 	Using "sysinst", installing NetBSD is a relatively easy process.  You
      7  1.14   fvdl 	still should read this document and have it in hand when doing the
      8  1.14   fvdl 	installation process. This document tries to be a good guideline
      9  1.14   fvdl 	for the installation and as such covers many details to be complete.
     10  1.14   fvdl 	Do not let this discourage you, the install program is not hard
     11  1.14   fvdl 	to use.
     12  1.14   fvdl 
     13  1.14   fvdl 0.1 Possible PCMCIA issues
     14  1.14   fvdl 
     15  1.14   fvdl 	There is a serious bug that may make installation of NetBSD on PCMCIA
     16  1.14   fvdl 	machines difficult. This bug does not make USE of PCMCIA difficult  
     17  1.14   fvdl 	once a machine is installed. If you do not have PCMCIA on your
     18  1.14   fvdl 	machine (PCMCIA is only really used on laptop machines), you
     19  1.14   fvdl 	can skip this section, and ignore the "[PCMCIA]" notes.
     20  1.14   fvdl 
     21  1.14   fvdl 	This will explains how to work around the installation problem.
     22  1.14   fvdl 	It is anticipated that this bug will be fixed by NetBSD 1.4
     23  1.14   fvdl    
     24  1.14   fvdl 	What is the bug: The kernel keeps careful track of what interrupts
     25  1.14   fvdl 	and i/o ports are in use during autoconfiguration. It then allows
     26  1.14   fvdl 	the PCMCIA devices to pick unused interrupts and ports.
     27  1.14   fvdl 	Unfortunately, not all devices are included in the INSTALL
     28  1.14   fvdl 	kernels in order to save space. Let's say your laptop has a
     29  1.14   fvdl 	soundblaster device built in. The INSTALL kernel has no sound
     30  1.14   fvdl 	support. The PCMCIA code might allocate your soundblaster's IRQ
     31  1.14   fvdl 	and i/o ports to PCMCIA devices, causing them not to work. This
     32  1.14   fvdl 	is especially bad if one of the devices in question is your
     33  1.14   fvdl 	ethernet card.
     34  1.14   fvdl 
     35  1.14   fvdl 	This problem will impact some, but not all, users of PCMCIA. If
     36  1.14   fvdl 	this bug is hurting you, watch the "[PCMCIA]" notes that will
     37  1.14   fvdl 	appear in this document.
     38  1.14   fvdl 
     39  1.14   fvdl 1. General
     40  1.14   fvdl 
     41  1.14   fvdl 	The following is a walk-through of the steps you will take while
     42  1.14   fvdl 	getting NetBSD installed on your hard disk.  sysinst is a menu driven
     43  1.14   fvdl 	installation system that allows for some freedom in doing the
     44  1.14   fvdl 	installation.  Sometimes, questions will be asked and in many cases
     45  1.14   fvdl 	the default answer will be displayed in brackets ("[]") after the
     46  1.14   fvdl 	question.  If you wish to stop the installation, you may hit Control-C
     47  1.14   fvdl 	at any time, but if you do, you'll have to begin the installation
     48  1.14   fvdl 	process again from scratch.
     49  1.14   fvdl 
     50  1.14   fvdl 2. Booting NetBSD
     51  1.14   fvdl 
     52  1.14   fvdl 	[PCMCIA]: unplug your PCMCIA devices, so that they won't be
     53  1.14   fvdl 	found by NetBSD.
     54   1.1    cgd 
     55  1.10  perry         Boot your machine using the boot floppy.  The boot loader will
     56  1.10  perry         start, and will print a countdown and begin booting. You will
     57  1.10  perry         likely see one "file not found" warning from the boot loader
     58  1.10  perry         -- ignore this as it is normal, and indicates the boot loader
     59  1.10  perry         failed to find a normal kernel to boot before trying to boot a
     60  1.10  perry         compressed kernel.
     61   1.8  perry 
     62   1.8  perry         If the boot loader messages do not appear in a reasonable
     63   1.8  perry         amount of time, you either have a bad boot floppy or a
     64   1.8  perry         hardware problem.  Try writing the install floppy image to
     65   1.8  perry         a different disk, and using that.
     66   1.8  perry 
     67   1.1    cgd 	If that doesn't work, try booting after disabling your CPU's
     68   1.1    cgd 	internal and external caches (if any).  If it still doesn't
     69   1.1    cgd 	work, NetBSD probably can't be run on your hardware.  This can
     70   1.1    cgd 	probably be considered a bug, so you might want to report it.
     71   1.1    cgd 	If you do, please include as many details about your system
     72   1.1    cgd 	configuration as you can.
     73   1.1    cgd 
     74   1.1    cgd 	It will take a while to load the kernel from the floppy,
     75   1.8  perry 	probably around a minute or so.
     76   1.1    cgd 
     77   1.1    cgd 	You will then be presented with the NetBSD kernel boot
     78  1.14   fvdl 	messages. This may take a little while, as NetBSD will
     79  1.14   fvdl 	be probing for a lot of types of hardware,  You may want to read the
     80  1.14   fvdl 	boot messages, to notice your disk's name and geometry.  Its name
     81  1.14   fvdl 	will be something like "sd0" or "wd0" and the geometry will be
     82  1.14   fvdl 	printed on a line that begins with its name.  As mentioned above,
     83  1.14   fvdl 	you may need your disk's geometry when creating NetBSD's partitions.
     84  1.14   fvdl 	You will also need to know the name, to tell sysinst on which disk
     85  1.14   fvdl 	to install. The most important thing to know is that
     86  1.14   fvdl 	'wd0 is NetBSD's name for your first IDE disk, wd1 the second,
     87  1.14   fvdl 	etc. 'sd0' is your first SCSI disk, sd1 the second, etc.
     88   1.1    cgd 
     89   1.8  perry         Note that, once the system has finished booting, you need no
     90   1.8  perry         longer leave the floppy in the disk drive. Earlier version of
     91   1.8  perry         the NetBSD install floppies mounted the floppy as the system's
     92   1.8  perry         root partition, but the new installation floppies use a
     93   1.8  perry         ramdisk file system and are no longer dependent on the floppy
     94   1.8  perry         once it has booted.
     95   1.8  perry 
     96  1.14   fvdl 	Once NetBSD has booted and printed all the boot messages,
     97  1.14   fvdl 	you will be presented with a welcome message and a main menu.
     98  1.14   fvdl 	It will also include instructions for using the menus.
     99  1.14   fvdl 
    100  1.14   fvdl 3. Network configuration
    101  1.14   fvdl 
    102  1.14   fvdl 	[PCMCIA] You can skip this section, as you will only get data
    103  1.14   fvdl 	         from floppy in the first part of the install.
    104  1.14   fvdl 
    105  1.14   fvdl 	If you will not use network operation during the installation,
    106  1.14   fvdl 	but you do want your machine to be configured for networking once
    107  1.14   fvdl 	it is installed, you should first go to the utilities menu, and select
    108  1.14   fvdl 	the "Configure network option". If you only want to temporarily
    109  1.14   fvdl 	use networking during the installation, you can specify these
    110  1.14   fvdl 	parameters later. If you are not using Domain Name Service (DNS),
    111  1.14   fvdl 	you can give an empty response in reply to answers relating to
    112  1.14   fvdl 	this.
    113  1.14   fvdl 
    114  1.16  perry 4. The hard disk to install on and its parameters.
    115  1.14   fvdl 
    116  1.14   fvdl 	To start the installation, select the menu option to install
    117  1.14   fvdl 	NetBSD from the main menu.
    118  1.14   fvdl 
    119  1.14   fvdl 	The first thing is to identify the disk on which you want to
    120  1.14   fvdl 	install NetBSD.  sysinst will report a list of disks it finds
    121  1.14   fvdl 	and ask you for your selection.  Depending on how many disks
    122  1.14   fvdl 	are found, you may get a different message.  You should see
    123  1.14   fvdl 	disk names like "wd0", "wd1", "sd0", or "sd1".
    124  1.14   fvdl 
    125  1.14   fvdl 	sysinst next tries to figure out the real and BIOS geometry
    126  1.14   fvdl 	of your disk. It will present you with the values it found,
    127  1.14   fvdl 	if any, and will give you a chance to change them.
    128  1.14   fvdl 	Please note that if you change the values, sysinst WILL ALSO
    129  1.14   fvdl 	REINITIALIZE YOUR MBR.
    130  1.14   fvdl 
    131  1.14   fvdl 	You will also be asked if you want to use the last cylinder of
    132  1.14   fvdl 	the disk. Originally, the last cylinder of the disk was used for
    133  1.14   fvdl 	diagnostic purposes, but this is usually not a concern anymore
    134  1.14   fvdl 	these days. You will be able to specify whether you want to
    135  1.14   fvdl 	skip the last cylinder anyway.
    136  1.14   fvdl 
    137  1.14   fvdl 	Next, depending on whether you are using a "wdX" or a "sdX" disk,
    138  1.14   fvdl 	you will either be asked for the type of disk (wdX) you are
    139  1.14   fvdl 	using or you will be asked if you want to specify a fake geometry
    140  1.14   fvdl 	for your SCSI disk (sdX).  The types of disk are be IDE, ST-506
    141  1.14   fvdl 	or ESDI.  If you're installing on an ST-506 or ESDI drive, you'll
    142  1.14   fvdl 	be asked if your disk supports automatic sector forwarding.  If you
    143  1.14   fvdl 	are SURE that it does, reply affirmatively.  Otherwise, the install
    144  1.14   fvdl 	program will automatically reserve space for bad144 tables.
    145  1.14   fvdl 
    146  1.14   fvdl 5. Partitioning the disk.
    147  1.14   fvdl 
    148  1.14   fvdl 5.1 Which portion of the disk to use.
    149  1.14   fvdl 
    150  1.14   fvdl 	You will be asked if you want to use the entire disk or
    151  1.14   fvdl 	only part of the disk. If you decide to use the entire disk
    152  1.14   fvdl 	for NetBSD, it will be checked if there are already other
    153  1.14   fvdl 	systems present on the disk, and you will be asked to confirm
    154  1.14   fvdl 	whether you want to overwrite these.
    155  1.14   fvdl 
    156  1.14   fvdl 	If you want to use the entire disk for NetBSD, you can skip
    157  1.14   fvdl 	the following section and go to section 5.3, "Editing the
    158  1.14   fvdl 	NetBSD disklabel".
    159  1.14   fvdl 
    160  1.14   fvdl 5.2 Editing the Master Boot Record.
    161  1.14   fvdl 
    162  1.14   fvdl 	First, you will be prompted to specify the units of size
    163  1.14   fvdl 	that you want to express the sizes of the partitions in.
    164  1.14   fvdl 	You can either pick megabytes, cylinders or sectors.
    165  1.14   fvdl 
    166  1.14   fvdl 	After this, you will be presented with the current values
    167  1.14   fvdl 	stored in the MBR, and will be given the opportunity to
    168  1.14   fvdl 	change, create or delete partitions. For each partition
    169  1.14   fvdl 	you can set the type, the start and the size. Setting
    170  1.14   fvdl 	the type to 'unused' will delete a partition. You can
    171  1.14   fvdl 	also mark a partition as active, meaning that this is
    172  1.16  perry 	the one that the BIOS will start from at boot time.
    173  1.14   fvdl 
    174  1.14   fvdl 	Be sure to mark the partition you want to boot from as active!
    175  1.14   fvdl 
    176  1.14   fvdl 	After you are done editing the MBR, a sanity check
    177  1.14   fvdl 	will be done, checking for partitions that overlap.
    178  1.14   fvdl 	If everything is ok, you can go on to the next step,
    179  1.14   fvdl 	editing the NetBSD disklabel.
    180  1.14   fvdl 
    181  1.14   fvdl 5.3 Editing the NetBSD disklabel.
    182  1.14   fvdl 
    183  1.14   fvdl 	The partition table of a NetBSD part of a disk is called
    184  1.14   fvdl 	a 'disklabel'. There are 3 layouts for the NetBSD part
    185  1.14   fvdl 	of the disk that you can pick from: Standard, Standard
    186  1.14   fvdl 	with X and Custom. The first two use a set of default
    187  1.14   fvdl 	values (that you can change) suitable for a normal
    188  1.14   fvdl 	installation, possibly including X. The last option
    189  1.14   fvdl 	lets you specify everything yourself.
    190  1.14   fvdl 
    191  1.14   fvdl 	You will be presented with the current layout of the
    192  1.14   fvdl 	NetBSD disklabel, and given a chance to change it.
    193  1.14   fvdl 	For each partition, you can set the type, offset and size,
    194  1.16  perry 	block and fragment size, and the mount point. The type
    195  1.14   fvdl 	that NetBSD uses for normal file storage is called
    196  1.14   fvdl 	"4.2BSD". A swap partition has a special type called "swap".
    197  1.14   fvdl 	You can also specify a partition as type "msdos". This
    198  1.14   fvdl 	is useful if you share the disk with MS-DOS or Windows95,
    199  1.14   fvdl 	NetBSD is able to access the files on these partitions.
    200  1.14   fvdl 	You can use the values from the MBR for the MS-DOS part
    201  1.14   fvdl 	of the disk to specify the partition of type "msdos"
    202  1.14   fvdl 	(you don't have to do this now, you can always re-edit
    203  1.14   fvdl 	the disklabel to add this once you have installed NetBSD).
    204  1.14   fvdl 
    205  1.14   fvdl 	Some partitions in the disklabel have a fixed purpose.
    206  1.14   fvdl 	Partition 'a' is always the root partition, 'b' is the
    207  1.14   fvdl 	swap partition, 'c' is the entire NetBSD part of the disk,
    208  1.14   fvdl 	and 'd' is the whole disk. Partitions 'e'-'h' are available
    209  1.14   fvdl 	for other use. Traditionally, 'e' is the partition mounted
    210  1.14   fvdl 	on the /usr directory, but this is historical practice,
    211  1.14   fvdl 	not a fixed value.
    212   1.1    cgd 
    213   1.1    cgd 	You will then be asked to name your disk's disklabel.  The
    214  1.14   fvdl 	default response is "mydisk". For most purposes this will be OK.
    215  1.14   fvdl 	If you choose to name it something different, make sure the name
    216  1.14   fvdl 	is a single word and contains no special characters.  You don't
    217  1.14   fvdl 	need to remember this name.
    218  1.14   fvdl 
    219  1.16  perry 6. Preparing your hard disk
    220   1.1    cgd 
    221   1.1    cgd 	YOU ARE NOW AT THE POINT OF NO RETURN.  Nothing has been
    222   1.1    cgd 	written to your disk yet, but if you confirm that you want to
    223  1.14   fvdl 	install NetBSD, your hard drive will be modified. If you are
    224  1.14   fvdl 	sure you want to proceed, enter "yes" at the prompt.
    225   1.1    cgd 
    226   1.1    cgd 	The install program will now label your disk and make the file
    227  1.14   fvdl 	systems you specified. The filesystems will be initialized to
    228   1.4  glass 	contain NetBSD bootstrapping binaries and configuration files.
    229  1.14   fvdl 	You will see messages on your screen from the various NetBSD
    230  1.14   fvdl 	disk preparation tools that are running. There should be no
    231  1.14   fvdl 	errors in this section of the installation. If there are,
    232  1.14   fvdl 	restart from the beginning of the installation process.
    233  1.14   fvdl 	Otherwise, you can continue the installation program
    234  1.14   fvdl 	after pressing 'return'.
    235   1.8  perry 
    236   1.8  perry         NOTE: In previous versions of NetBSD, the kernel from the
    237   1.8  perry         install floppy was copied onto the hard drive in a special
    238   1.8  perry         step. In the new install system, the kernel on the floppy is
    239   1.8  perry         unsuited to being copied onto the hard drive. Instead, a new
    240   1.8  perry         set, "kern", has been added which contains a generic kernel to
    241  1.14   fvdl         be unloaded onto the drive. So, you can not boot from your
    242  1.14   fvdl 	hard drive yet at this point.
    243  1.14   fvdl 
    244  1.14   fvdl 7. Getting the distribution sets.
    245  1.14   fvdl 
    246  1.14   fvdl 	[PCMCIA] Load a kernel tar file (i.e. the kern.tgz set file)
    247  1.16  perry 	         on to your hard disk, for example by mounting the
    248  1.16  perry 	         hard disk first, copying the kern.tgz file from
    249  1.14   fvdl 	         floppy and unpacking it. Example:
    250  1.14   fvdl 
    251  1.14   fvdl 		 mount /dev/wd0a /mnt
    252  1.14   fvdl 		 cd /mnt
    253  1.14   fvdl 
    254  1.14   fvdl 		 <repeat following 3 steps until all kern.* files are there>
    255  1.14   fvdl 		 mount -t msdos /dev/fd0a /mnt2
    256  1.14   fvdl 		 cp /mnt2/kern.* .
    257  1.14   fvdl 		 umount /mnt2
    258  1.14   fvdl 
    259  1.14   fvdl 		 cat kern.* | tar vxzf -
    260  1.14   fvdl 
    261  1.14   fvdl 		 Then halt the machine using the 'halt' command. Power
    262  1.14   fvdl 		 the machine down, and re-insert all the PCMCIA devices.
    263  1.14   fvdl 		 Remove any floppy from the floppy drive.
    264  1.14   fvdl 		 Start the machine up. After booting NetBSD, you will
    265  1.14   fvdl 		 be presented with the main sysinst menu. Choose the
    266  1.14   fvdl 		 option to re-install sets. Wait for the filesystem
    267  1.14   fvdl 		 checks that it will do to finish, and then proceed
    268  1.14   fvdl 		 as described below.
    269  1.14   fvdl 
    270  1.14   fvdl 
    271  1.14   fvdl 	The NetBSD distribution consists of a number of 'sets', that
    272  1.14   fvdl 	come in the form of gzipped tarfiles. A few sets must be
    273  1.14   fvdl 	installed for a working system, others are optional. At this
    274  1.14   fvdl 	point of the installation, you will be presented with a menu
    275  1.14   fvdl 	which enables you to choose from one of the following methods
    276  1.14   fvdl 	of installing the sets. Some of these methods will first
    277  1.16  perry 	load the sets on your hard disk, others will extract the sets
    278  1.14   fvdl 	directly.
    279  1.14   fvdl 
    280  1.14   fvdl 	For all these methods, the first step is making the sets
    281  1.14   fvdl 	available for extraction, and then do the actual installation.
    282  1.14   fvdl 	The sets can be made available in a few different ways. The
    283  1.14   fvdl 	following sections describe each of those methods. After
    284  1.14   fvdl 	reading the one about the method you will be using, you
    285  1.14   fvdl 	can continue to section 8
    286  1.14   fvdl 
    287  1.14   fvdl 7.1 Installation using ftp
    288  1.14   fvdl 
    289  1.14   fvdl 	To be able to install using ftp, you first need to configure
    290  1.14   fvdl 	your network setup, if you haven't already at the start of
    291  1.14   fvdl 	the install procedure. sysinst will do this for you, asking you
    292  1.14   fvdl 	to provide some data, like IP number, hostname, etc. If you
    293  1.14   fvdl 	do not have name service set up for the machine that you
    294  1.14   fvdl 	are installing on, you can just press 'return' in answer
    295  1.14   fvdl 	to these questions, and DNS will not be used.
    296  1.14   fvdl 
    297  1.14   fvdl 	You will also be asked to specify the host that you want
    298  1.14   fvdl 	to transfer the sets from, the directory on that host,
    299  1.16  perry 	and the account name and password used to log into that
    300  1.14   fvdl 	host using ftp. If you did not set up DNS when answering
    301  1.14   fvdl 	the questions to configure networking, you will need to
    302  1.14   fvdl 	specify an IP number instead of a hostname for the ftp
    303  1.14   fvdl 	server.
    304  1.14   fvdl 
    305  1.14   fvdl 	sysinst will proceed to transfer all the default set files
    306  1.16  perry 	from the remote site to your hard disk.
    307  1.14   fvdl 
    308  1.14   fvdl 7.2 Installation using NFS
    309  1.14   fvdl 
    310  1.14   fvdl 	To be able to install using NFS, you first need to configure
    311  1.14   fvdl 	your network setup, if you haven't already at the start of
    312  1.14   fvdl 	the install procedure. sysinst will do this for you, asking you
    313  1.14   fvdl 	to provide some data, like IP number, hostname, etc. If you
    314  1.14   fvdl 	do not have name service set up for the machine that you
    315  1.14   fvdl 	are installing on, you can just press 'return' in answer
    316  1.14   fvdl 	to these questions, and DNS will not be used.
    317  1.14   fvdl 
    318  1.14   fvdl 	You will also be asked to specify the host that you want
    319  1.14   fvdl 	to transfer the sets from, and the directory on that host
    320  1.14   fvdl 	that the files are in. This directory should be mountable
    321  1.14   fvdl 	by the machine you are installing on, i.e. correctly
    322  1.14   fvdl 	exported to your machine.
    323  1.14   fvdl 
    324  1.14   fvdl 	If you did not set up DNS when answering the questions to
    325  1.14   fvdl 	configure networking, you will need to specify an IP number
    326  1.14   fvdl 	instead of a hostname for the NFS server.
    327  1.14   fvdl 
    328  1.14   fvdl 
    329  1.14   fvdl 7.3 Installation from CD-ROM
    330  1.14   fvdl 
    331  1.14   fvdl 	When installing from a CD-ROM, you will be asked to specify
    332  1.16  perry 	the device name for your CD-ROM player (usually 'cd0'), and
    333  1.16  perry 	directory name on the CD-ROM where the distribution files are.
    334  1.14   fvdl 
    335  1.14   fvdl 	sysinst will then check if the files are indeed available
    336  1.14   fvdl 	in the specified location, and proceed to the actual
    337  1.14   fvdl 	extraction of the sets.
    338  1.14   fvdl 
    339  1.14   fvdl 7.4 Installation from floppy
    340  1.14   fvdl 
    341  1.14   fvdl 	Because the installation sets are too big to fit on one floppy,
    342  1.14   fvdl 	the floppies are expected to be filled with the split set
    343  1.14   fvdl 	files. The floppies are expected to be in MS-DOS
    344  1.14   fvdl 	format. You will be asked for a directory where the sets
    345  1.14   fvdl 	should be reassembled. Then you will be prompted to insert
    346  1.14   fvdl 	the floppies containing the split sets. This process
    347  1.14   fvdl 	will continue until all the sets have been loaded from floppy.
    348  1.14   fvdl 	
    349  1.14   fvdl 
    350  1.14   fvdl 7.5 Installation from an unmounted filesystem
    351  1.14   fvdl 
    352  1.14   fvdl 	In order to install from a local filesystem, you will
    353  1.14   fvdl 	need to specify the device that the filesystem resides
    354  1.14   fvdl 	on (for example 'wd1e'), the type of the filesystem,
    355  1.14   fvdl 	and the directory on the specified filesystem where the
    356  1.14   fvdl 	sets are located. sysinst will then check if it
    357  1.14   fvdl 	can indeed access the sets at that location. 
    358  1.14   fvdl 
    359  1.16  perry 7.6 Installation from a local directory
    360  1.14   fvdl 
    361  1.14   fvdl 	This option assumes that you have already done some preparation
    362  1.14   fvdl 	yourself. The sets should be located in a directory on a
    363  1.14   fvdl 	filesystem that is already accessible. sysinst will ask you
    364  1.14   fvdl 	for the name of this directory.
    365  1.14   fvdl 
    366  1.14   fvdl 8. Extracting the distribution sets
    367  1.14   fvdl 
    368  1.14   fvdl 	After you the install sets containing the NetBSD distribution
    369  1.14   fvdl 	have been made available, you can either extract all the
    370  1.14   fvdl 	sets (a full installation), or only extract sets that
    371  1.14   fvdl 	you have selected. In the latter case you will be shown the
    372  1.14   fvdl 	currently selected sets, and given the opportunity to select
    373  1.14   fvdl 	the sets you want. Some sets always need to be installed
    374  1.14   fvdl 	("kern", "base" and "etc"), they will not be shown in
    375  1.14   fvdl 	this selection menu.
    376  1.14   fvdl 
    377  1.14   fvdl 	Before extraction begins, you can elect to watch the files
    378  1.14   fvdl 	being extracted; the name of each file that is extracted will
    379  1.14   fvdl 	be shown.
    380  1.14   fvdl 
    381  1.14   fvdl 	After all the files have been extracted, all the necessary
    382  1.14   fvdl 	device node files will be created. If you have already
    383  1.14   fvdl 	configured networking, you will be asked if you want to
    384  1.14   fvdl 	use this configuration for normal operation. If so, these
    385  1.14   fvdl 	values will be installed in the network configuration files.
    386  1.14   fvdl 
    387  1.14   fvdl 9. Finalizing your installation.
    388  1.14   fvdl 
    389  1.17   fvdl 	Congratulations, you have successfully installed NetBSD _VER.
    390  1.17   fvdl 	You can now reboot the machine, and boot from harddisk. NetBSD
    391  1.17   fvdl 	will enter single-user mode, and you will be presented with
    392  1.17   fvdl 	a shell prompt. You should now edit the /etc/rc.conf file
    393  1.17   fvdl 	to configure the system to suit your needs. To do this,
    394  1.17   fvdl 	you might want to first make all local filesystems accessible
    395  1.17   fvdl 	and set the terminal type, so that, for example, vi will work
    396  1.17   fvdl 	properly. The following commands will do this:
    397  1.14   fvdl 
    398  1.17   fvdl 		mount -a
    399  1.17   fvdl 		TERM=pc3 ; export TERM
    400  1.17   fvdl 
    401  1.17   fvdl 	You should at least do the following in /etc/rc.conf:
    402  1.17   fvdl 
    403  1.17   fvdl 		* Change rc_configured=NO to rc_configured=YES
    404  1.17   fvdl 		* Set the hostname in the 'hostname' line, e.g.
    405  1.17   fvdl 		  hostname="somename"
    406  1.17   fvdl 
    407  1.17   fvdl 	You are advised to take a look at the other items in the
    408  1.17   fvdl 	/etc/rc.conf file, and change them if you wish. After you
    409  1.17   fvdl 	have made and saved the changes, reboot the machine again.
    410  1.17   fvdl 
    411  1.17   fvdl 	After reboot, you can log in "root" at the login prompt.  There
    412  1.17   fvdl 	is no initial password, but if you're using the machine in a
    413  1.17   fvdl 	networked environment, you should create yourself an account
    414  1.17   fvdl 	and protect it and the "root" account with good passwords.
    415  1.17   fvdl 
    416  1.17   fvdl 	Some other files in the NetBSD _VER distribution might need to be
    417  1.14   fvdl 	tailored for your site.  In particular, the /etc/sendmail.cf file will
    418  1.14   fvdl 	almost definitely need to be adjusted, and other files in /etc will
    419  1.14   fvdl 	probably need to be modified, as well.
    420  1.14   fvdl 
    421  1.16  perry 	Some leftover files from the installation may be on your hard disk,
    422  1.14   fvdl 	depending on the procedure you followed. If you find any of
    423  1.14   fvdl 	the files, you should remove them:
    424  1.14   fvdl 
    425  1.14   fvdl 		/.termcap
    426  1.14   fvdl 		/sysinst
    427  1.14   fvdl 
    428  1.14   fvdl 	If you are unfamiliar with UN*X-like system administration, it's
    429  1.14   fvdl 	recommended that you buy a book that discusses it.
    430