diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-05-11 17:13:08 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-05-11 17:13:08 +0000 |
commit | e8bba8388ce48cefd90b195b109a30b5a4eefda8 (patch) | |
tree | 25e83637bf182f66de19726471cad99e3ace05a8 /distrib/hp300/ramdisk | |
parent | 8ff4521dab98f1a4fbea37430ffbb398f37cd1f8 (diff) |
Remind people that mountpoints must now be entered using the disklabel
command; the script does not ask afterwards. Note I am not adjusting
the macppc or sgi install.md scripts. I ask their maintainers to clean
them before I will maintain them further. Please
Diffstat (limited to 'distrib/hp300/ramdisk')
-rw-r--r-- | distrib/hp300/ramdisk/install.md | 10 |
1 files changed, 9 insertions, 1 deletions
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 } |