diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2002-05-20 16:53:58 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2002-05-20 16:53:58 +0000 |
commit | 003d8bc2fc70b12651a30fc2eca63cc277fe8846 (patch) | |
tree | 32ad9c5a2c1f65d569b49edd93309567efd115f8 /distrib/mvme68k | |
parent | f919b8c68c5deed11e04734f7e6fd07a714cdd55 (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/mvme68k')
-rw-r--r-- | distrib/mvme68k/ramdisk/install.md | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/distrib/mvme68k/ramdisk/install.md b/distrib/mvme68k/ramdisk/install.md index 54a73e23fc4..5662cd5bc9d 100644 --- a/distrib/mvme68k/ramdisk/install.md +++ b/distrib/mvme68k/ramdisk/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.21 2002/05/19 16:16:05 krw Exp $ +# $OpenBSD: install.md,v 1.22 2002/05/20 16:53:57 krw Exp $ # Copyright (c) 1996 The NetBSD Foundation, Inc. # All rights reserved. # @@ -46,10 +46,6 @@ ARCH=ARCH md_set_term() { } -md_questions() { - : -} - md_installboot() { echo Installing boot block... cp /mnt/usr/mdec/bootsd /mnt/bootsd |