diff options
author | Xavier Santolaria <xsa@cvs.openbsd.org> | 2004-04-20 17:12:58 +0000 |
---|---|---|
committer | Xavier Santolaria <xsa@cvs.openbsd.org> | 2004-04-20 17:12:58 +0000 |
commit | 1468ea7f940516abc0e8efeb1feda245eae96cdf (patch) | |
tree | 16c957567c1587465387b4751b78564b031d7df5 /distrib/notes/mac68k | |
parent | 804f05f43e5bb785c91314b5ecb6a3d5d94c6c07 (diff) |
be more precise about devices creation since the "Build Devices" part
only builds a minimal tree of device and that you still have to ``cd /dev &&
./MAKEDEV all'' to generate all the available device nodes to finish the
installation.
>From: Martin Reindl <mreindl at catai.org>
okay nick@.
Diffstat (limited to 'distrib/notes/mac68k')
-rw-r--r-- | distrib/notes/mac68k/install | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/distrib/notes/mac68k/install b/distrib/notes/mac68k/install index 6b9ab8c1063..383697318b2 100644 --- a/distrib/notes/mac68k/install +++ b/distrib/notes/mac68k/install @@ -1,4 +1,4 @@ -dnl $OpenBSD: install,v 1.27 2004/04/08 21:26:27 xsa Exp $ +dnl $OpenBSD: install,v 1.28 2004/04/20 17:12:57 xsa Exp $ OpenBSDInstallPrelude The installation can be broken down into four basic steps: @@ -64,7 +64,7 @@ If you are installing onto a single root partition, proceed to the partition(s) by hand: * Select "Build Devices" from the "File" menu. This builds - the necessary tree of device files on your filesystem in + a minimal tree of device files on your filesystem in /dev. * Select "Mini Shell" from the "File" menu. @@ -93,9 +93,9 @@ Installation of base files: while the installation takes place. At some point after installing the base package, select the "Build - Devices" option from the "File" menu. This will create a bunch of - device nodes for you in /dev and your initial /etc/fstab. The - installer program also has an option to give you a mini-shell. + Devices" option from the "File" menu. This will create a minimal + set of device nodes for you in /dev and your initial /etc/fstab. + The installer program also has an option to give you a mini-shell. Booting the system: @@ -131,6 +131,9 @@ will have to do this after the first OpenBSD boot. Upon first boot, root will have no password, just hit RETURN when prompted. You will want to set the root password using the passwd(1) command. +To generate all the available device nodes, cd to the /dev directory and run +"./MAKEDEV all". + To set up basic networking, you will need to create or edit the following files, all of which are in the /etc directory: myname the computer's name (with a fully-qualified |