diff options
Diffstat (limited to 'distrib/pmax/ramdisk/install.md')
-rw-r--r-- | distrib/pmax/ramdisk/install.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/distrib/pmax/ramdisk/install.md b/distrib/pmax/ramdisk/install.md index 96430ef8595..1f2648a34db 100644 --- a/distrib/pmax/ramdisk/install.md +++ b/distrib/pmax/ramdisk/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.5 1999/08/15 10:05:07 millert Exp $ +# $OpenBSD: install.md,v 1.6 1999/09/03 18:55:34 deraadt Exp $ # # Copyright (c) 1996 The NetBSD Foundation, Inc. # All rights reserved. @@ -86,6 +86,10 @@ md_get_partition_range() { echo "[a-p]" } +md_questions() { + : +} + md_installboot() { # $1 is the root disk |