diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-03-13 21:23:14 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-03-13 21:23:14 +0000 |
commit | 9da0c238faae60383680a06e77bfc217150f8b90 (patch) | |
tree | ee0c570adb3c844f3894bc1564dce5cf681349bb /distrib | |
parent | 1a5c4a87927ad0c0da7623f15d4ab8f4a646f590 (diff) |
at install time, if X is chosen, set machdep.aperature to 2 instead of 1.
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/i386/floppies/common/install.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/i386/floppies/common/install.md b/distrib/i386/floppies/common/install.md index af24507cc65..c8eec944b88 100644 --- a/distrib/i386/floppies/common/install.md +++ b/distrib/i386/floppies/common/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.11 2001/03/03 08:14:02 deraadt Exp $ +# $OpenBSD: install.md,v 1.12 2001/03/13 21:22:50 deraadt Exp $ # # # Copyright rc) 1996 The NetBSD Foundation, Inc. @@ -96,7 +96,7 @@ md_installboot() { if [ "$xfree86" = y ]; then echo echo "Enabling machdep.allowaperture. Read xf86(4) for more information." - echo '1,$s/^#machdep\.allowaperture=1/machdep\.allowaperture=1 / + echo '1,$s/^#machdep\.allowaperture=2/machdep\.allowaperture=2 / w q' | ed /mnt/etc/sysctl.conf 2> /dev/null echo |