diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2002-09-22 22:42:26 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2002-09-22 22:42:26 +0000 |
commit | 1000942033900fa59425e824597b0ed65449547a (patch) | |
tree | dd48079b11a7c370a00bd67a5503ac15c8317226 /distrib/i386/common | |
parent | 25da32b19244014b8ae82dcc73ad89e5e9a6296a (diff) |
Do not allow install to proceed until root filesystem can be mounted on
$ROOTDEV and ${ROOTDISK}b can be used for swap. Also shortens output
generated during (successful) install.
Fix problem with upgrade on systems with many disk devices by
automatically creating devices encountered during the fsck'ing of fstab
filesystems. Problem noted by Dethlef Madsen and Nick Nauwelaerts.
Adjust some verbiage in i386 install.md to make it more consistant.
Reformat welcome message to make sure all lines are <80 characters wide.
Minor cleanups.
Diffstat (limited to 'distrib/i386/common')
-rw-r--r-- | distrib/i386/common/install.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/distrib/i386/common/install.md b/distrib/i386/common/install.md index 9c6c714b573..725bbbb8b7a 100644 --- a/distrib/i386/common/install.md +++ b/distrib/i386/common/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.11 2002/09/21 21:11:58 krw Exp $ +# $OpenBSD: install.md,v 1.12 2002/09/22 22:42:25 krw Exp $ # # # Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -127,7 +127,7 @@ md_prep_fdisk() local _disk=$1 _whole=$2 if [ -n "$_whole" ]; then - echo -n "Putting all of $_disk into an active OpenBSD MBR partition..." + echo -n "Putting all of $_disk into an active OpenBSD MBR partition (type 'A6')..." fdisk -e ${_disk} << __EOT > /dev/null reinit update @@ -175,7 +175,7 @@ partition. The disklabel defines how OpenBSD splits up the MBR partition into OpenBSD partitions in which filesystems and swap space are created. The offsets used in the disklabel are ABSOLUTE, i.e. relative to the -start of the disk, NOT the start of the MBR 'A6' partition. +start of the disk, NOT the start of the OpenBSD MBR partition. __EOT |