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/mac68k/ramdisk/install.md | |
parent | fb3edef16dedb8f8c8e275c4459863cf406b8c03 (diff) |
md_questions() interface allows asking questions before sets
Diffstat (limited to 'distrib/mac68k/ramdisk/install.md')
-rw-r--r-- | distrib/mac68k/ramdisk/install.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/distrib/mac68k/ramdisk/install.md b/distrib/mac68k/ramdisk/install.md index 90213a40487..65a040b49c8 100644 --- a/distrib/mac68k/ramdisk/install.md +++ b/distrib/mac68k/ramdisk/install.md @@ -1,6 +1,6 @@ #!/bin/sh # -# $OpenBSD: install.md,v 1.2 1999/08/15 10:05:05 millert Exp $ +# $OpenBSD: install.md,v 1.3 1999/09/03 18:55:28 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. @@ -126,6 +126,10 @@ md_get_partition_range() { echo "[a-p]" } +md_questions() { + : +} + md_installboot() { : } |