diff options
-rw-r--r-- | distrib/alpha/common/install.md | 10 | ||||
-rw-r--r-- | distrib/amd64/common/install.md | 3 | ||||
-rw-r--r-- | distrib/armish/ramdisk/install.md | 3 | ||||
-rw-r--r-- | distrib/hp300/ramdisk/install.md | 10 | ||||
-rw-r--r-- | distrib/hppa/install.md | 10 | ||||
-rw-r--r-- | distrib/i386/common/install.md | 3 | ||||
-rw-r--r-- | distrib/landisk/ramdisk/install.md | 3 | ||||
-rw-r--r-- | distrib/luna88k/ramdisk/install.md | 9 | ||||
-rw-r--r-- | distrib/mac68k/ramdisk/install.md | 9 | ||||
-rw-r--r-- | distrib/mvme68k/ramdisk/install.md | 10 | ||||
-rw-r--r-- | distrib/mvme88k/ramdisk/install.md | 10 | ||||
-rw-r--r-- | distrib/socppc/ramdisk/install.md | 3 | ||||
-rw-r--r-- | distrib/sparc/install.md | 10 | ||||
-rw-r--r-- | distrib/sparc64/common/install.md | 11 | ||||
-rw-r--r-- | distrib/vax/install.md | 10 | ||||
-rw-r--r-- | distrib/zaurus/ramdisk/install.md | 3 |
16 files changed, 101 insertions, 16 deletions
diff --git a/distrib/alpha/common/install.md b/distrib/alpha/common/install.md index 2cb86333833..f18b2c6180a 100644 --- a/distrib/alpha/common/install.md +++ b/distrib/alpha/common/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.27 2009/04/12 12:56:01 krw Exp $ +# $OpenBSD: install.md,v 1.28 2009/05/11 17:13:07 deraadt Exp $ # # Copyright (c) 1996 The NetBSD Foundation, Inc. # All rights reserved. @@ -69,6 +69,14 @@ md_prep_disklabel() { return done fi + cat <<__EOT +You will now create a OpenBSD disklabel on the disk. The disklabel defines +how OpenBSD splits up the disk into OpenBSD partitions in which filesystems +and swap space are created. You must provide each filesystem's mountpoint +in this program. + +__EOT + disklabel -f $_f -E $_disk } diff --git a/distrib/amd64/common/install.md b/distrib/amd64/common/install.md index 895d9ef69e6..8064ee31dc9 100644 --- a/distrib/amd64/common/install.md +++ b/distrib/amd64/common/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.18 2009/05/09 21:37:26 deraadt Exp $ +# $OpenBSD: install.md,v 1.19 2009/05/11 17:13:07 deraadt Exp $ # # # Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -122,6 +122,7 @@ md_prep_disklabel() { You will now create an OpenBSD disklabel inside the OpenBSD MBR partition. The disklabel defines how OpenBSD splits up the MBR partition into OpenBSD partitions in which filesystems and swap space are created. +You must provide each filesystem's mountpoint in this program. The offsets used in the disklabel are ABSOLUTE, i.e. relative to the start of the disk, NOT the start of the OpenBSD MBR partition. diff --git a/distrib/armish/ramdisk/install.md b/distrib/armish/ramdisk/install.md index 40119213061..0fd079e7b60 100644 --- a/distrib/armish/ramdisk/install.md +++ b/distrib/armish/ramdisk/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.9 2009/04/30 00:03:08 deraadt Exp $ +# $OpenBSD: install.md,v 1.10 2009/05/11 17:13:07 deraadt Exp $ # # # Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -108,6 +108,7 @@ md_prep_disklabel() { You will now create an OpenBSD disklabel inside the OpenBSD MBR partition. The disklabel defines how OpenBSD splits up the MBR partition into OpenBSD partitions in which filesystems and swap space are created. +You must provide each filesystem's mountpoint in this program. The offsets used in the disklabel are ABSOLUTE, i.e. relative to the start of the disk, NOT the start of the OpenBSD MBR partition. diff --git a/distrib/hp300/ramdisk/install.md b/distrib/hp300/ramdisk/install.md index ad086f789f9..3504cf8754e 100644 --- a/distrib/hp300/ramdisk/install.md +++ b/distrib/hp300/ramdisk/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.50 2009/05/09 21:37:26 deraadt Exp $ +# $OpenBSD: install.md,v 1.51 2009/05/11 17:13:07 deraadt Exp $ # $NetBSD: install.md,v 1.1.2.4 1996/08/26 15:45:14 gwr Exp $ # # Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -61,6 +61,14 @@ md_prep_disklabel() { return done fi + cat <<__EOT +You will now create a OpenBSD disklabel on the disk. The disklabel defines +how OpenBSD splits up the disk into OpenBSD partitions in which filesystems +and swap space are created. You must provide each filesystem's mountpoint +in this program. + +__EOT + disklabel -f $_f -E $_disk } diff --git a/distrib/hppa/install.md b/distrib/hppa/install.md index 3643662631d..c5564ef15a0 100644 --- a/distrib/hppa/install.md +++ b/distrib/hppa/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.11 2009/04/12 12:56:01 krw Exp $ +# $OpenBSD: install.md,v 1.12 2009/05/11 17:13:05 deraadt Exp $ # # machine dependent section of installation/upgrade script. # @@ -32,6 +32,14 @@ md_prep_disklabel() { return done fi + cat <<__EOT +You will now create a OpenBSD disklabel on the disk. The disklabel defines +how OpenBSD splits up the disk into OpenBSD partitions in which filesystems +and swap space are created. You must provide each filesystem's mountpoint +in this program. + +__EOT + disklabel -f $_f -E $_disk } diff --git a/distrib/i386/common/install.md b/distrib/i386/common/install.md index af995e57d2b..1c6b066fce8 100644 --- a/distrib/i386/common/install.md +++ b/distrib/i386/common/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.41 2009/05/09 21:37:26 deraadt Exp $ +# $OpenBSD: install.md,v 1.42 2009/05/11 17:13:07 deraadt Exp $ # # # Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -124,6 +124,7 @@ md_prep_disklabel() { You will now create an OpenBSD disklabel inside the OpenBSD MBR partition. The disklabel defines how OpenBSD splits up the MBR partition into OpenBSD partitions in which filesystems and swap space are created. +You must provide each filesystem's mountpoint in this program. The offsets used in the disklabel are ABSOLUTE, i.e. relative to the start of the disk, NOT the start of the OpenBSD MBR partition. diff --git a/distrib/landisk/ramdisk/install.md b/distrib/landisk/ramdisk/install.md index d3b4a879f8e..40a6aafd707 100644 --- a/distrib/landisk/ramdisk/install.md +++ b/distrib/landisk/ramdisk/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.20 2009/05/09 21:37:26 deraadt Exp $ +# $OpenBSD: install.md,v 1.21 2009/05/11 17:13:07 deraadt Exp $ # # # Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -118,6 +118,7 @@ md_prep_disklabel() { You will now create an OpenBSD disklabel inside the OpenBSD MBR partition. The disklabel defines how OpenBSD splits up the MBR partition into OpenBSD partitions in which filesystems and swap space are created. +You must provide each filesystem's mountpoint in this program. The offsets used in the disklabel are ABSOLUTE, i.e. relative to the start of the disk, NOT the start of the OpenBSD MBR partition. diff --git a/distrib/luna88k/ramdisk/install.md b/distrib/luna88k/ramdisk/install.md index c4e0c385cb4..b53371c2fda 100644 --- a/distrib/luna88k/ramdisk/install.md +++ b/distrib/luna88k/ramdisk/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.9 2009/04/12 12:56:02 krw Exp $ +# $OpenBSD: install.md,v 1.10 2009/05/11 17:13:07 deraadt Exp $ # Copyright (c) 1996 The NetBSD Foundation, Inc. # All rights reserved. # @@ -58,6 +58,13 @@ md_prep_disklabel() { return done fi + cat <<__EOT +You will now create a OpenBSD disklabel on the disk. The disklabel defines +how OpenBSD splits up the disk into OpenBSD partitions in which filesystems +and swap space are created. You must provide each filesystem's mountpoint +in this program. + +__EOT disklabel -f $_f -E $_disk } diff --git a/distrib/mac68k/ramdisk/install.md b/distrib/mac68k/ramdisk/install.md index 222feb724fc..e0dc49bf52d 100644 --- a/distrib/mac68k/ramdisk/install.md +++ b/distrib/mac68k/ramdisk/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.32 2009/04/12 12:56:02 krw Exp $ +# $OpenBSD: install.md,v 1.33 2009/05/11 17:13:07 deraadt Exp $ # # Copyright (c) 2002, Miodrag Vallat. # All rights reserved. @@ -97,6 +97,13 @@ __EOT return done fi + cat <<__EOT +You will now create a OpenBSD disklabel on the disk. The disklabel defines +how OpenBSD splits up the disk into OpenBSD partitions in which filesystems +and swap space are created. You must provide each filesystem's mountpoint +in this program. + +__EOT disklabel -f $_f -E $_disk } diff --git a/distrib/mvme68k/ramdisk/install.md b/distrib/mvme68k/ramdisk/install.md index 6ae508353f3..ecabf6157f5 100644 --- a/distrib/mvme68k/ramdisk/install.md +++ b/distrib/mvme68k/ramdisk/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.35 2009/05/09 21:37:26 deraadt Exp $ +# $OpenBSD: install.md,v 1.36 2009/05/11 17:13:07 deraadt Exp $ # Copyright (c) 1996 The NetBSD Foundation, Inc. # All rights reserved. # @@ -59,6 +59,14 @@ md_prep_disklabel() { return done fi + cat <<__EOT +You will now create a OpenBSD disklabel on the disk. The disklabel defines +how OpenBSD splits up the disk into OpenBSD partitions in which filesystems +and swap space are created. You must provide each filesystem's mountpoint +in this program. + +__EOT + disklabel -f $_f -E $_disk } diff --git a/distrib/mvme88k/ramdisk/install.md b/distrib/mvme88k/ramdisk/install.md index 369050d4767..589925a7f29 100644 --- a/distrib/mvme88k/ramdisk/install.md +++ b/distrib/mvme88k/ramdisk/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.33 2009/05/09 21:37:26 deraadt Exp $ +# $OpenBSD: install.md,v 1.34 2009/05/11 17:13:07 deraadt Exp $ # Copyright (c) 1996 The NetBSD Foundation, Inc. # All rights reserved. # @@ -69,6 +69,14 @@ md_prep_disklabel() { return done fi + cat <<__EOT +You will now create a OpenBSD disklabel on the disk. The disklabel defines +how OpenBSD splits up the disk into OpenBSD partitions in which filesystems +and swap space are created. You must provide each filesystem's mountpoint +in this program. + +__EOT + disklabel -f $_f -E $_disk } diff --git a/distrib/socppc/ramdisk/install.md b/distrib/socppc/ramdisk/install.md index 70adf158098..f17b3786776 100644 --- a/distrib/socppc/ramdisk/install.md +++ b/distrib/socppc/ramdisk/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.7 2009/04/30 00:03:08 deraadt Exp $ +# $OpenBSD: install.md,v 1.8 2009/05/11 17:13:07 deraadt Exp $ # # # Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -108,6 +108,7 @@ md_prep_disklabel() { You will now create an OpenBSD disklabel inside the OpenBSD MBR partition. The disklabel defines how OpenBSD splits up the MBR partition into OpenBSD partitions in which filesystems and swap space are created. +You must provide each filesystem's mountpoint in this program. The offsets used in the disklabel are ABSOLUTE, i.e. relative to the start of the disk, NOT the start of the OpenBSD MBR partition. diff --git a/distrib/sparc/install.md b/distrib/sparc/install.md index 6d5c3b71df3..36c222b93ce 100644 --- a/distrib/sparc/install.md +++ b/distrib/sparc/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.60 2009/05/09 21:37:26 deraadt Exp $ +# $OpenBSD: install.md,v 1.61 2009/05/11 17:13:07 deraadt Exp $ # $NetBSD: install.md,v 1.3.2.5 1996/08/26 15:45:28 gwr Exp $ # # @@ -76,6 +76,14 @@ md_prep_disklabel() { return done fi + cat <<__EOT + +You will now create a Sun-style disklabel on the disk. The disklabel defines +how OpenBSD splits up the disk into OpenBSD partitions in which filesystems +and swap space are created. You must provide each filesystem's mountpoint +in this program. + +__EOT disklabel -f $_f -E $_disk } diff --git a/distrib/sparc64/common/install.md b/distrib/sparc64/common/install.md index 18bf62b8464..63bbbda9ada 100644 --- a/distrib/sparc64/common/install.md +++ b/distrib/sparc64/common/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.28 2009/05/09 21:38:10 deraadt Exp $ +# $OpenBSD: install.md,v 1.29 2009/05/11 17:13:07 deraadt Exp $ # $NetBSD: install.md,v 1.3.2.5 1996/08/26 15:45:28 gwr Exp $ # # @@ -94,6 +94,15 @@ md_prep_disklabel() { return done fi + cat <<__EOT + +You will now create a Sun-style disklabel on the disk. The disklabel defines +how OpenBSD splits up the disk into OpenBSD partitions in which filesystems +and swap space are created. You must provide each filesystem's mountpoint +in this program. + +__EOT + disklabel -f $_f -E $_disk } diff --git a/distrib/vax/install.md b/distrib/vax/install.md index d294c81ce6e..dc1e0f9ceff 100644 --- a/distrib/vax/install.md +++ b/distrib/vax/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.32 2009/05/09 21:37:26 deraadt Exp $ +# $OpenBSD: install.md,v 1.33 2009/05/11 17:13:07 deraadt Exp $ # $NetBSD: install.md,v 1.3.2.5 1996/08/26 15:45:28 gwr Exp $ # # @@ -64,6 +64,14 @@ md_prep_disklabel() { return done fi + cat <<__EOT +You will now create a OpenBSD disklabel on the disk. The disklabel defines +how OpenBSD splits up the disk into OpenBSD partitions in which filesystems +and swap space are created. You must provide each filesystem's mountpoint +in this program. + +__EOT + disklabel -f $_f -E $_disk } diff --git a/distrib/zaurus/ramdisk/install.md b/distrib/zaurus/ramdisk/install.md index 0a0f23d1167..1ce074177cc 100644 --- a/distrib/zaurus/ramdisk/install.md +++ b/distrib/zaurus/ramdisk/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.20 2009/04/25 03:21:51 deraadt Exp $ +# $OpenBSD: install.md,v 1.21 2009/05/11 17:13:07 deraadt Exp $ # # # Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -102,6 +102,7 @@ md_prep_disklabel() { You will now create an OpenBSD disklabel inside the OpenBSD MBR partition. The disklabel defines how OpenBSD splits up the MBR partition into OpenBSD partitions in which filesystems and swap space are created. +You must provide each filesystem's mountpoint in this program. The offsets used in the disklabel are ABSOLUTE, i.e. relative to the start of the disk, NOT the start of the OpenBSD MBR partition. |