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/amiga | |
parent | fb3edef16dedb8f8c8e275c4459863cf406b8c03 (diff) |
md_questions() interface allows asking questions before sets
Diffstat (limited to 'distrib/amiga')
-rw-r--r-- | distrib/amiga/install.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/distrib/amiga/install.md b/distrib/amiga/install.md index fc69eeeb9c8..6ab29199b20 100644 --- a/distrib/amiga/install.md +++ b/distrib/amiga/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.8 1999/08/15 10:05:04 millert Exp $ +# $OpenBSD: install.md,v 1.9 1999/09/03 18:55:22 deraadt Exp $ # $NetBSD: install.md,v 1.3.2.5 1996/08/26 15:45:28 gwr Exp $ # # @@ -92,6 +92,10 @@ md_get_partition_range() { echo "[a-p]" } +md_questions() { + : +} + md_installboot() { # Nothing needed } |