diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2016-02-16 14:48:44 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2016-02-16 14:48:44 +0000 |
commit | d6456e0471e0bed6a73bedca23bb40ba014c5762 (patch) | |
tree | 38feefe900dfab37ce646fd9efe92efe5d9468c0 /distrib/notes | |
parent | 8e333695718e17d8a0cfdc4d8ee2710ea907a9c3 (diff) |
Mention UEFI/GPT, fix some weird spacing, try to adjust 'partitioning'
verbiage to make more sense overall.
ok rpe@
Diffstat (limited to 'distrib/notes')
-rw-r--r-- | distrib/notes/amd64/hardware | 5 | ||||
-rw-r--r-- | distrib/notes/amd64/install | 3 | ||||
-rw-r--r-- | distrib/notes/m4.common | 62 |
3 files changed, 40 insertions, 30 deletions
diff --git a/distrib/notes/amd64/hardware b/distrib/notes/amd64/hardware index 311321108e6..7648ca5a7fb 100644 --- a/distrib/notes/amd64/hardware +++ b/distrib/notes/amd64/hardware @@ -1,4 +1,4 @@ -dnl $OpenBSD: hardware,v 1.109 2014/02/27 18:48:15 deraadt Exp $ +dnl $OpenBSD: hardware,v 1.110 2016/02/16 14:48:43 krw Exp $ OpenBSD/MACHINE OSREV should work on all Athlon 64-based and compatible designs. @@ -6,6 +6,9 @@ OpenBSD/MACHINE OSREV supports most SMP (Symmetrical MultiProcessor) systems. To support SMP operation, a separate SMP kernel (bsd.mp) is included with the installation file sets. +OpenBSD/MACHINE OSREV supports both UEFI/GPT booting and BIOS/MBR +booting. + Please refer to the website for a full list of supported hardware. http://www.openbsd.org/amd64.html diff --git a/distrib/notes/amd64/install b/distrib/notes/amd64/install index 9602890834b..7648ca23f26 100644 --- a/distrib/notes/amd64/install +++ b/distrib/notes/amd64/install @@ -1,4 +1,4 @@ -dnl $OpenBSD: install,v 1.18 2014/08/06 02:34:23 doug Exp $ +dnl $OpenBSD: install,v 1.19 2016/02/16 14:48:43 krw Exp $ OpenBSDInstallPrelude There are several ways to install OpenBSD onto a disk. The easiest way, @@ -44,6 +44,7 @@ OpenBSDInstallMBRPart1 OpenBSDInstallMBRPart2(yup) OpenBSDInstallPart5({:- + If you have DOS or Linux partitions defined on the disk, these will usually show up as partition 'i', 'j' and so on.-:}) diff --git a/distrib/notes/m4.common b/distrib/notes/m4.common index 64be811d512..d25d5a41e0f 100644 --- a/distrib/notes/m4.common +++ b/distrib/notes/m4.common @@ -1,5 +1,5 @@ dnl -dnl $OpenBSD: m4.common,v 1.119 2016/02/12 20:29:18 rpe Exp $ +dnl $OpenBSD: m4.common,v 1.120 2016/02/16 14:48:42 krw Exp $ dnl dnl Copyright (c) 2004 Todd T. Fries <todd@OpenBSD.org> dnl @@ -275,8 +275,8 @@ after the question. If you wish to stop the installation, you may hit Control-C at any time, but if you do, you'll have to begin the installation process again from scratch. Using Control-Z to suspend the process may be a better option, or at any prompt enter `!' to get a shell, from which 'exit' -will return you back to that prompt (no refresh of the prompt will occur, -though).-:})dnl +will return you back to that prompt. +-:})dnl dnl dnl OpenBSDInstallPart3(warn geometry, disk type, disk type, disk type) dnl @@ -361,6 +361,7 @@ dnl XXX add a MDVLAN feature and document vlan setup dnl install.sub (install) askpassword root You will then be asked to enter the initial root password of the system, twice. + Although the install program will only check that the two passwords match, you should make sure to use a strong password. As a minimum, the password should be at least eight characters @@ -410,6 +411,7 @@ dnl install.sub (install) user_setup() user accounts (such as `root', `daemon' or `ftp'), you will be prompted with the users descriptive name, as well as its password, twice. + As for the root password earlier, the install program will only check that the two passwords match, but you should make sure to use a strong password here as well. @@ -423,14 +425,15 @@ ifelse(MDTZ,,, You may now be given the opportunity to configure the time zone your system will be using (this depends on the installation media you are using). + If the installation program skips this question, do not be alarmed, the time zone will be configured at the end of the installation. -:})dnl - dnl install.sh ask whether to use DUIDs before the md_prep_disklabel loop The installation program will now tell you which disks it can install on, and ask you which it should use. + Reply with the name of your root disk.-:})dnl dnl install.sh md_prep_disklabel loop dnl @@ -439,10 +442,10 @@ dnl Describes MBR partitioning. So much to save four lines of text dnl duplicated 5 times. dnl define({:-OpenBSDInstallMBRPart1-:}, -{:- Disks on OpenBSD/MACHINE are partitioned using the ``MBR'' - partitioning scheme. You will need to create one - MBR partition, in which all the real OpenBSD partitions will - be created.-:})dnl +{:- Disks on OpenBSD/MACHINE are partitioned using either ``MBR'' + or ``GPT'' partitioning schemes. You will need to create one + disk partition in which the OpenBSD filesystems will be created. +-:})dnl dnl dnl OpenBSDInstallMBRPart2(needs OpenBSD partition active) dnl Describes fdisk invocation @@ -452,42 +455,44 @@ dnl install.md md_prep_fdisk {:- The installation program will ask you if you want to use the whole disk for OpenBSD. If you don't need to or don't intend to share the disk with other operating systems, answer `w' - here. The installation program will then create a single - MBR partition spanning the whole disk, dedicated to OpenBSD. + here to use ``MBR'' partitioning or 'g' to use ``GPT'' + partitioning. The installation program will then create a single + partition spanning the whole disk, dedicated to OpenBSD. - Otherwise, fdisk(8) will be invoked to let you to edit your MBR - partitioning. The current MBR partitions defined will be + Otherwise, fdisk(8) will be invoked to let you to edit your + partitioning. The current artitions defined will be displayed and you will be allowed to modify them, add new partitions, and change which partition to boot from by default. ifelse(X$1,X,, {:- Note that you should make the OpenBSD partition the active partition at least until the install has been completed. - -:})dnl - After your OpenBSD MBR partition has been setup, the real - partition setup can follow.-:})dnl + After your OpenBSD partition has been created, dividing the + space into filesystems can follow. +-:})dnl dnl dnl OpenBSDInstallPart5(mention about other OS partitions,mention about root dnl partition limitations) dnl Describes the disklabel operation dnl define({:-OpenBSDInstallPart5-:}, -{:- Next the disk label which defines the layout of the OpenBSD - partitions must be set up. Each file system you want will - require a separate partition. +{:- The file system layout is stored in the OpenBSD disk label. Each + file system is stored in its own ``disk label partition'', which + is a subdivision of the OpenBSD disk partition you created. In + the text below ``partition'' refers to these subdivisions. - You will be proposed a default partition layout, trying - to set up separate partitions, disk size permitting. + You will be shown a default layout with the recommended file + systems. This default layout is based on the disk size. - You will be given the possibility to either accept the proposed - layout, or edit it, or create your own custom layout. These last - two choices will invoke the disklabel(8) interactive editor, + You will be given the choice of accepting the proposed layout, + editing it, or creating your own custom layout. These + last two choices will invoke the disklabel(8) interactive editor, allowing you to create your desired layout. - Within the editor, you will probably start out with only the - 'c' partition of fstype 'unused' that represents the whole disk. - This partition can not be modified.$1 + Within the editor, you will see at least a 'c' partition of + fstype 'unused'. This represents the whole disk and cannot be + modified.$1 You must create partition 'a' as a native OpenBSD partition, i.e. one with "4.2BSD" as the fstype, to hold the root file system.$2 @@ -497,8 +502,9 @@ define({:-OpenBSDInstallPart5-:}, systems such as /usr, /tmp, /var, and /home. You will need to provide a mount point for all partitions you - {:-define-:}. Partitions without mount points, or not of 4.2BSD fstype, - will neither be formatted nor mounted during the installation. + {:-define-:}. Partitions without mount points, or not of the + 4.2BSD fstype, will neither be formatted nor mounted during the + installation. For quick help while in the interactive editor, enter '?'. The `z' command (which deletes all partitions and starts with a |