diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2008-08-05 22:58:02 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2008-08-05 22:58:02 +0000 |
commit | b01b82310dc103f01f8d51f1f53071df86a272cb (patch) | |
tree | 922fdba39b10a6c8aee9236e52ffba980c3574a6 /distrib/notes/armish | |
parent | 7888398b6a596ec38486bdbb4def71b375293251 (diff) |
Better description of the installation steps:
- document questions in proper order: hostname before network configuration,
DNS only if network is configured, sshd and ntpd, aperture only on
machines which need it, serial console only on machines which need it.
This is done by splitting the end of OpenBSDCommonURL in various
macros, OpenBSDInstallWrapup, OpenBSDInstallAperture, OpenBSDInstallConsole
and OpenBSDInstallWrapupPart2.
- use the above macros when appropriate, OpenBSDInstallWrapup* being
mandatory on all arches.
- remove serial console configuration blurb on sparc and sparc64, it is
handled by OpenBSDInstallConsole now.
Diffstat (limited to 'distrib/notes/armish')
-rw-r--r-- | distrib/notes/armish/install | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/distrib/notes/armish/install b/distrib/notes/armish/install index efde003b3fe..aadedb5841e 100644 --- a/distrib/notes/armish/install +++ b/distrib/notes/armish/install @@ -1,4 +1,4 @@ -dnl $OpenBSD: install,v 1.4 2008/03/10 21:38:27 miod Exp $ +dnl $OpenBSD: install,v 1.5 2008/08/05 22:58:01 miod Exp $ OpenBSDInstallPrelude OpenBSDInstallPart2 @@ -31,7 +31,12 @@ OpenBSDInstallPart4({:- If you have Linux partitions defined on the disk, these will usually show up as partition 'h', 'i' and so on.-:}) - Explain more here. + Note that all OpenBSD partitions in the disk label must have an + offset that makes it start within the OpenBSD part of the disk, + and a size that keeps it inside of that portion of the disk. This + is within the bounds of the 'c' partition if the disk is not being + shared with other operating systems, and within the OpenBSD fdisk + partition if the disk is being shared. OpenBSDInstallPart5(wd0) @@ -49,4 +54,8 @@ OpenBSDCommonFS OpenBSDCommonURL +OpenBSDInstallWrapup + +OpenBSDInstallWrapupPart2 + OpenBSDCongratulations |