diff options
Diffstat (limited to 'distrib/sun3')
-rw-r--r-- | distrib/sun3/common/install.md | 4 | ||||
-rw-r--r-- | distrib/sun3/ramdisk/install.md | 6 |
2 files changed, 9 insertions, 1 deletions
diff --git a/distrib/sun3/common/install.md b/distrib/sun3/common/install.md index f806729d632..8ac7725ed2d 100644 --- a/distrib/sun3/common/install.md +++ b/distrib/sun3/common/install.md @@ -104,6 +104,10 @@ md_get_partition_range() { echo '[a-h]' } +md_questions() { + : +} + md_installboot() { # install the boot block on disk $1 echo "Installing boot block..." diff --git a/distrib/sun3/ramdisk/install.md b/distrib/sun3/ramdisk/install.md index e787feb2a89..01f1fdc1abb 100644 --- a/distrib/sun3/ramdisk/install.md +++ b/distrib/sun3/ramdisk/install.md @@ -1,6 +1,6 @@ #!/bin/sh # -# $OpenBSD: install.md,v 1.6 1999/08/15 10:05:06 millert Exp $ +# $OpenBSD: install.md,v 1.7 1999/09/03 18:55:40 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() { # $1 is the root disk |