diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2002-04-25 21:28:14 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2002-04-25 21:28:14 +0000 |
commit | 4b2f72f96343bf4fc1183096207bedcd7c0993e6 (patch) | |
tree | 389dde37f993f0be01302d1271c839797b36e352 /distrib/mvme68k | |
parent | 0208b7ab05a8ce4170e35a8cdee40a52ed3fb53b (diff) |
- fix a few texts
- remove dead hp300 stuff
ok millert@, espie@
Diffstat (limited to 'distrib/mvme68k')
-rw-r--r-- | distrib/mvme68k/ramdisk/install.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/distrib/mvme68k/ramdisk/install.md b/distrib/mvme68k/ramdisk/install.md index 34e43ebdc20..aca9e34008e 100644 --- a/distrib/mvme68k/ramdisk/install.md +++ b/distrib/mvme68k/ramdisk/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.14 2002/04/17 01:59:57 deraadt Exp $ +# $OpenBSD: install.md,v 1.15 2002/04/25 21:28:13 miod Exp $ # Copyright (c) 1996 The NetBSD Foundation, Inc. # All rights reserved. # @@ -126,7 +126,7 @@ md_prep_disklabel() esac # display example - cat << \__md_prep_disklabel_1 + cat << __EOT Here is an example of what the partition information will look like once you have entered the disklabel editor. Disk partition sizes and offsets @@ -135,11 +135,11 @@ pairs are on cylinder boundaries (the number of sector per cylinder is given in the `sectors/cylinder' entry, which is not shown here). Do not change any parameters except the partition layout and the label name. -It's probably also wisest not to touch the `8 partitions:' line, even -in case you have defined less than eight partitions. +It's probably also wisest not to touch the `16 partitions:' line, even +in case you have defined less than sixteen partitions. [Example] -8 partitions: +16 partitions: # size offset fstype [fsize bsize cpg] a: 50176 0 4.2BSD 1024 8192 16 # (Cyl. 0 - 111) b: 64512 50176 swap # (Cyl. 112 - 255) @@ -147,7 +147,7 @@ in case you have defined less than eight partitions. d: 525504 114688 4.2BSD 1024 8192 16 # (Cyl. 256 - 1428) [End of example] -__md_prep_disklabel_1 +__EOT echo -n "Press [Enter] to continue " getresp "" disklabel -W ${_disk} |