diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-09-03 18:55:41 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-09-03 18:55:41 +0000 |
commit | 877cf68f28da81f5fc0d1e5dcc65db77f4d2f910 (patch) | |
tree | 937b0b93c0b2cf722a45e72fed999daf5380ee5b /distrib/mvme68k/ramdisk/install.md | |
parent | fb3edef16dedb8f8c8e275c4459863cf406b8c03 (diff) |
md_questions() interface allows asking questions before sets
Diffstat (limited to 'distrib/mvme68k/ramdisk/install.md')
-rw-r--r-- | distrib/mvme68k/ramdisk/install.md | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/distrib/mvme68k/ramdisk/install.md b/distrib/mvme68k/ramdisk/install.md index 6c159ce4987..1662dd90dfb 100644 --- a/distrib/mvme68k/ramdisk/install.md +++ b/distrib/mvme68k/ramdisk/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.7 1999/08/15 10:05:06 millert Exp $ +# $OpenBSD: install.md,v 1.8 1999/09/03 18:55:30 deraadt Exp $ # Copyright (c) 1996 The NetBSD Foundation, Inc. # All rights reserved. # @@ -77,14 +77,18 @@ md_get_partition_range() { echo "[a-p]" } +md_questions() { + : +} + md_installboot() { echo "Nothing to do." } + md_labeldisk() { echo "huh" } - md_checkfordisklabel() { # $1 is the disk to check local rval |