summaryrefslogtreecommitdiff
path: root/distrib/mvmeppc/ramdisk
diff options
context:
space:
mode:
authorKenneth R Westerback <krw@cvs.openbsd.org>2002-05-20 16:53:58 +0000
committerKenneth R Westerback <krw@cvs.openbsd.org>2002-05-20 16:53:58 +0000
commit003d8bc2fc70b12651a30fc2eca63cc277fe8846 (patch)
tree32ad9c5a2c1f65d569b49edd93309567efd115f8 /distrib/mvmeppc/ramdisk
parentf919b8c68c5deed11e04734f7e6fd07a714cdd55 (diff)
Eliminate md_questions(). It was used only to control the setting of
machdep.allowaperture. Remove the setting of machdep.allowaperture from md_installboot(). Add MDXAPERTURE variable to relevant architectures. Add a new function set_machdep_allowaperture(). It is called *after* install_sets() (which changes when the X Window question is asked), and if MDXAPERTURE is present modifies sysctl.conf. Shrinks overall size for i386, macppc, sparc64 (which used md_questions for machdep.allowaperture) but increases size a bit for other architectures since set_machep_allowaperture is in install.sub.
Diffstat (limited to 'distrib/mvmeppc/ramdisk')
-rw-r--r--distrib/mvmeppc/ramdisk/install.md6
1 files changed, 1 insertions, 5 deletions
diff --git a/distrib/mvmeppc/ramdisk/install.md b/distrib/mvmeppc/ramdisk/install.md
index b69256ca24b..946ade73d7d 100644
--- a/distrib/mvmeppc/ramdisk/install.md
+++ b/distrib/mvmeppc/ramdisk/install.md
@@ -1,4 +1,4 @@
-# $OpenBSD: install.md,v 1.13 2002/05/19 16:16:05 krw Exp $
+# $OpenBSD: install.md,v 1.14 2002/05/20 16:53:57 krw Exp $
#
#
# Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -48,10 +48,6 @@ ARCH=ARCH
md_set_term() {
}
-md_questions() {
- :
-}
-
md_installboot() {
if [[ $disklabeltype = "HFS" ]]
then