diff options
Diffstat (limited to 'distrib/landisk/ramdisk/install.md')
-rw-r--r-- | distrib/landisk/ramdisk/install.md | 16 |
1 files changed, 3 insertions, 13 deletions
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 } |