summaryrefslogtreecommitdiffstats
path: root/distrib
diff options
context:
space:
mode:
authorkrw <krw@openbsd.org>2016-02-08 17:28:08 +0000
committerkrw <krw@openbsd.org>2016-02-08 17:28:08 +0000
commitc375c99c1c4fd8d2bf07d762b512d4ec3fbf190c (patch)
tree095991a19065d3bb443bc27ff2ebad6580cd6073 /distrib
parentConvert to uiomove. From Martin Natano. (diff)
downloadwireguard-openbsd-c375c99c1c4fd8d2bf07d762b512d4ec3fbf190c.tar.xz
wireguard-openbsd-c375c99c1c4fd8d2bf07d762b512d4ec3fbf190c.zip
If manual disklabel editing is requested during install, don't emit
verbiage explaining what disklabels are. If you don't know, you should be using (A)uto! ok rpe@ halex@
Diffstat (limited to 'distrib')
-rw-r--r--distrib/alpha/common/install.md11
-rw-r--r--distrib/amd64/common/install.md16
-rw-r--r--distrib/armish/ramdisk/install.md16
-rw-r--r--distrib/armv7/ramdisk/install.md16
-rw-r--r--distrib/hppa/install.md12
-rw-r--r--distrib/i386/common/install.md16
-rw-r--r--distrib/landisk/ramdisk/install.md16
-rw-r--r--distrib/loongson/ramdisk/install.md16
-rw-r--r--distrib/luna88k/ramdisk/install.md11
-rw-r--r--distrib/octeon/ramdisk/install.md16
-rw-r--r--distrib/socppc/ramdisk/install.md16
-rw-r--r--distrib/sparc/install.md12
-rw-r--r--distrib/sparc64/common/install.md13
-rw-r--r--distrib/vax/install.md12
-rw-r--r--distrib/zaurus/ramdisk/install.md16
15 files changed, 45 insertions, 170 deletions
diff --git a/distrib/alpha/common/install.md b/distrib/alpha/common/install.md
index 1f7c6db7529..f751ca84400 100644
--- a/distrib/alpha/common/install.md
+++ b/distrib/alpha/common/install.md
@@ -1,4 +1,4 @@
-# $OpenBSD: install.md,v 1.41 2015/06/02 19:54:06 rpe Exp $
+# $OpenBSD: install.md,v 1.42 2016/02/08 17:28:08 krw Exp $
#
# Copyright (c) 1996 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -48,14 +48,9 @@ md_prep_disklabel() {
disklabel_autolayout $_disk $_f || return
[[ -s $_f ]] && return
- 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
+ # Edit disklabel manually.
+ # Abandon all hope, ye who enter here.
disklabel -F $_f -E $_disk
}
diff --git a/distrib/amd64/common/install.md b/distrib/amd64/common/install.md
index da51aeb9bc7..2a1174e8952 100644
--- a/distrib/amd64/common/install.md
+++ b/distrib/amd64/common/install.md
@@ -1,4 +1,4 @@
-# $OpenBSD: install.md,v 1.50 2015/12/29 11:16:14 rpe Exp $
+# $OpenBSD: install.md,v 1.51 2016/02/08 17:28:08 krw Exp $
#
#
# Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -144,18 +144,8 @@ md_prep_disklabel() {
disklabel_autolayout $_disk $_f || return
[[ -s $_f ]] && return
- cat <<__EOT
-
-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.
-
-__EOT
-
+ # Edit disklabel manually.
+ # Abandon all hope, ye who enter here.
disklabel -F $_f -E $_disk
}
diff --git a/distrib/armish/ramdisk/install.md b/distrib/armish/ramdisk/install.md
index 0dcf77f15fe..ea880ea472d 100644
--- a/distrib/armish/ramdisk/install.md
+++ b/distrib/armish/ramdisk/install.md
@@ -1,4 +1,4 @@
-# $OpenBSD: install.md,v 1.25 2015/12/29 11:16:14 rpe Exp $
+# $OpenBSD: install.md,v 1.26 2016/02/08 17:28:08 krw Exp $
#
#
# Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -85,18 +85,8 @@ md_prep_disklabel() {
disklabel_autolayout $_disk $_f || return
[[ -s $_f ]] && return
- cat <<__EOT
-
-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.
-
-__EOT
-
+ # Edit disklabel manually.
+ # Abandon all hope, ye who enter here.
disklabel -F $_f -E $_disk
}
diff --git a/distrib/armv7/ramdisk/install.md b/distrib/armv7/ramdisk/install.md
index eb9da182027..15722affd4b 100644
--- a/distrib/armv7/ramdisk/install.md
+++ b/distrib/armv7/ramdisk/install.md
@@ -1,4 +1,4 @@
-# $OpenBSD: install.md,v 1.23 2015/12/29 11:16:14 rpe Exp $
+# $OpenBSD: install.md,v 1.24 2016/02/08 17:28:08 krw Exp $
#
#
# Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -222,18 +222,8 @@ md_prep_disklabel() {
disklabel_autolayout $_disk $_f || return
[[ -s $_f ]] && return
- cat <<__EOT
-
-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.
-
-__EOT
-
+ # Edit disklabel manually.
+ # Abandon all hope, ye who enter here.
disklabel -F $_f -E $_disk
}
diff --git a/distrib/hppa/install.md b/distrib/hppa/install.md
index e18a3342400..5bc8ff8a2df 100644
--- a/distrib/hppa/install.md
+++ b/distrib/hppa/install.md
@@ -1,4 +1,4 @@
-# $OpenBSD: install.md,v 1.30 2015/06/02 19:54:06 rpe Exp $
+# $OpenBSD: install.md,v 1.31 2016/02/08 17:28:08 krw Exp $
#
# machine dependent section of installation/upgrade script.
#
@@ -24,14 +24,8 @@ md_prep_disklabel() {
disklabel_autolayout $_disk $_f || return
[[ -s $_f ]] && return
- 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
-
+ # Edit disklabel manually.
+ # Abandon all hope, ye who enter here.
disklabel -F $_f -E $_disk
}
diff --git a/distrib/i386/common/install.md b/distrib/i386/common/install.md
index ee6339529e1..dd9e9066d17 100644
--- a/distrib/i386/common/install.md
+++ b/distrib/i386/common/install.md
@@ -1,4 +1,4 @@
-# $OpenBSD: install.md,v 1.69 2015/12/29 11:16:14 rpe Exp $
+# $OpenBSD: install.md,v 1.70 2016/02/08 17:28:08 krw Exp $
#
#
# Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -96,18 +96,8 @@ md_prep_disklabel() {
disklabel_autolayout $_disk $_f || return
[[ -s $_f ]] && return
- cat <<__EOT
-
-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.
-
-__EOT
-
+ # Edit disklabel manually.
+ # Abandon all hope, ye who enter here.
disklabel -F $_f -E $_disk
}
diff --git a/distrib/landisk/ramdisk/install.md b/distrib/landisk/ramdisk/install.md
index 17dd2031f3d..61f212ba1d7 100644
--- a/distrib/landisk/ramdisk/install.md
+++ b/distrib/landisk/ramdisk/install.md
@@ -1,4 +1,4 @@
-# $OpenBSD: install.md,v 1.40 2015/12/29 11:16:14 rpe Exp $
+# $OpenBSD: install.md,v 1.41 2016/02/08 17:28:09 krw Exp $
#
#
# Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -90,18 +90,8 @@ md_prep_disklabel() {
disklabel_autolayout $_disk $_f || return
[[ -s $_f ]] && return
- cat <<__EOT
-
-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.
-
-__EOT
-
+ # Edit disklabel manually.
+ # Abandon all hope, ye who enter here.
disklabel -F $_f -E $_disk
}
diff --git a/distrib/loongson/ramdisk/install.md b/distrib/loongson/ramdisk/install.md
index 8f417130421..3337b2561d9 100644
--- a/distrib/loongson/ramdisk/install.md
+++ b/distrib/loongson/ramdisk/install.md
@@ -1,4 +1,4 @@
-# $OpenBSD: install.md,v 1.24 2015/12/29 11:16:14 rpe Exp $
+# $OpenBSD: install.md,v 1.25 2016/02/08 17:28:09 krw Exp $
#
#
# Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -143,18 +143,8 @@ md_prep_disklabel() {
disklabel_autolayout $_disk $_f || return
[[ -s $_f ]] && return
- cat <<__EOT
-
-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.
-
-__EOT
-
+ # Edit disklabel manually.
+ # Abandon all hope, ye who enter here.
disklabel -F $_f -E $_disk
}
diff --git a/distrib/luna88k/ramdisk/install.md b/distrib/luna88k/ramdisk/install.md
index 5aa7554c88d..72d397a5921 100644
--- a/distrib/luna88k/ramdisk/install.md
+++ b/distrib/luna88k/ramdisk/install.md
@@ -1,4 +1,4 @@
-# $OpenBSD: install.md,v 1.21 2015/06/02 19:54:06 rpe Exp $
+# $OpenBSD: install.md,v 1.22 2016/02/08 17:28:09 krw Exp $
# Copyright (c) 1996 The NetBSD Foundation, Inc.
# All rights reserved.
#
@@ -47,13 +47,8 @@ md_prep_disklabel() {
disklabel_autolayout $_disk $_f || return
[[ -s $_f ]] && return
- 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
+ # Edit disklabel manually.
+ # Abandon all hope, ye who enter here.
disklabel -F $_f -E $_disk
}
diff --git a/distrib/octeon/ramdisk/install.md b/distrib/octeon/ramdisk/install.md
index 053fffdb411..11d3f4d3417 100644
--- a/distrib/octeon/ramdisk/install.md
+++ b/distrib/octeon/ramdisk/install.md
@@ -1,4 +1,4 @@
-# $OpenBSD: install.md,v 1.14 2015/12/29 11:16:14 rpe Exp $
+# $OpenBSD: install.md,v 1.15 2016/02/08 17:28:09 krw Exp $
#
#
# Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -118,18 +118,8 @@ md_prep_disklabel() {
disklabel_autolayout $_disk $_f || return
[[ -s $_f ]] && return
- cat <<__EOT
-
-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.
-
-__EOT
-
+ # Edit disklabel manually.
+ # Abandon all hope, ye who enter here.
disklabel -F $_f -E $_disk
}
diff --git a/distrib/socppc/ramdisk/install.md b/distrib/socppc/ramdisk/install.md
index 10fe9d554c4..36764d7207f 100644
--- a/distrib/socppc/ramdisk/install.md
+++ b/distrib/socppc/ramdisk/install.md
@@ -1,4 +1,4 @@
-# $OpenBSD: install.md,v 1.27 2015/12/29 11:16:14 rpe Exp $
+# $OpenBSD: install.md,v 1.28 2016/02/08 17:28:09 krw Exp $
#
#
# Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -93,18 +93,8 @@ md_prep_disklabel() {
disklabel_autolayout $_disk $_f || return
[[ -s $_f ]] && return
- cat <<__EOT
-
-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.
-
-__EOT
-
+ # Edit disklabel manually.
+ # Abandon all hope, ye who enter here.
disklabel -F $_f -E $_disk
}
diff --git a/distrib/sparc/install.md b/distrib/sparc/install.md
index cd592a3db07..a0798cdf384 100644
--- a/distrib/sparc/install.md
+++ b/distrib/sparc/install.md
@@ -1,4 +1,4 @@
-# $OpenBSD: install.md,v 1.73 2015/06/02 19:54:07 rpe Exp $
+# $OpenBSD: install.md,v 1.74 2016/02/08 17:28:09 krw Exp $
# $NetBSD: install.md,v 1.3.2.5 1996/08/26 15:45:28 gwr Exp $
#
#
@@ -50,14 +50,8 @@ md_prep_disklabel() {
disklabel_autolayout $_disk $_f || return
[[ -s $_f ]] && return
- 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
+ # Edit disklabel manually.
+ # Abandon all hope, ye who enter here.
disklabel -F $_f -E $_disk
}
diff --git a/distrib/sparc64/common/install.md b/distrib/sparc64/common/install.md
index 235feb7458b..cf701bd095f 100644
--- a/distrib/sparc64/common/install.md
+++ b/distrib/sparc64/common/install.md
@@ -1,4 +1,4 @@
-# $OpenBSD: install.md,v 1.45 2015/06/02 19:54:07 rpe Exp $
+# $OpenBSD: install.md,v 1.46 2016/02/08 17:28:09 krw Exp $
# $NetBSD: install.md,v 1.3.2.5 1996/08/26 15:45:28 gwr Exp $
#
#
@@ -54,15 +54,8 @@ md_prep_disklabel() {
disklabel_autolayout $_disk $_f || return
[[ -s $_f ]] && return
- 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
-
+ # Edit disklabel manually.
+ # Abandon all hope, ye who enter here.
disklabel -F $_f -E $_disk
}
diff --git a/distrib/vax/install.md b/distrib/vax/install.md
index 4b77e5fd03d..fa1d26f3ad8 100644
--- a/distrib/vax/install.md
+++ b/distrib/vax/install.md
@@ -1,4 +1,4 @@
-# $OpenBSD: install.md,v 1.46 2015/10/15 19:28:31 miod Exp $
+# $OpenBSD: install.md,v 1.47 2016/02/08 17:28:09 krw Exp $
# $NetBSD: install.md,v 1.3.2.5 1996/08/26 15:45:28 gwr Exp $
#
#
@@ -52,14 +52,8 @@ md_prep_disklabel() {
disklabel_autolayout $_disk $_f || return
[[ -s $_f ]] && return
- 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
-
+ # Edit disklabel manually.
+ # Abandon all hope, ye who enter here.
disklabel -F $_f -E $_disk
}
diff --git a/distrib/zaurus/ramdisk/install.md b/distrib/zaurus/ramdisk/install.md
index 482e2ef0752..ef06ccbd3f0 100644
--- a/distrib/zaurus/ramdisk/install.md
+++ b/distrib/zaurus/ramdisk/install.md
@@ -1,4 +1,4 @@
-# $OpenBSD: install.md,v 1.40 2015/12/29 11:16:14 rpe Exp $
+# $OpenBSD: install.md,v 1.41 2016/02/08 17:28:09 krw Exp $
#
#
# Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -87,18 +87,8 @@ md_prep_disklabel() {
disklabel_autolayout $_disk $_f || return
[[ -s $_f ]] && return
- cat <<__EOT
-
-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.
-
-__EOT
-
+ # Edit disklabel manually.
+ # Abandon all hope, ye who enter here.
disklabel -F $_f -E $_disk
}