summaryrefslogtreecommitdiffstats
path: root/distrib/luna88k
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/luna88k
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/luna88k')
-rw-r--r--distrib/luna88k/ramdisk/install.md11
1 files changed, 3 insertions, 8 deletions
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
}