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/alpha/ramdisk | |
parent | fb3edef16dedb8f8c8e275c4459863cf406b8c03 (diff) |
md_questions() interface allows asking questions before sets
Diffstat (limited to 'distrib/alpha/ramdisk')
-rw-r--r-- | distrib/alpha/ramdisk/install.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/distrib/alpha/ramdisk/install.md b/distrib/alpha/ramdisk/install.md index 83a22e4a62a..9776ccca9dc 100644 --- a/distrib/alpha/ramdisk/install.md +++ b/distrib/alpha/ramdisk/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.32 1999/08/15 10:05:04 millert Exp $ +# $OpenBSD: install.md,v 1.33 1999/09/03 18:55:21 deraadt Exp $ # # Copyright (c) 1996 The NetBSD Foundation, Inc. # All rights reserved. @@ -82,6 +82,10 @@ md_get_partition_range() { echo [a-p] } +md_questions() { + : +} + md_installboot() { local _rawdev |