summaryrefslogtreecommitdiff
path: root/distrib/amd64
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2009-04-25 03:21:52 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2009-04-25 03:21:52 +0000
commite7860ad140c8f33bc0a2fb5370c05ac8aea59659 (patch)
tree20c7203b939ae04620786ff6e031939378ea7f85 /distrib/amd64
parent1cbc54db6d38747eb921f79062bcea6d20d1e566 (diff)
If the right conditions exist, ask if xdm should be started automatically.
Yes, there are machines where you X needs configuration, but let us be realistic about it: THAT IS AN X BUG. And there are machines where getty and xdm fight: THAT IS A CONSOLE DRIVER BUG. And this commit is going to force those bugs to eventually matter enough so that they get fixed. Just watch.
Diffstat (limited to 'distrib/amd64')
-rw-r--r--distrib/amd64/common/install.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/distrib/amd64/common/install.md b/distrib/amd64/common/install.md
index 894d02930b5..5c2ee195c57 100644
--- a/distrib/amd64/common/install.md
+++ b/distrib/amd64/common/install.md
@@ -1,4 +1,4 @@
-# $OpenBSD: install.md,v 1.15 2009/04/24 01:43:27 krw Exp $
+# $OpenBSD: install.md,v 1.16 2009/04/25 03:21:50 deraadt Exp $
#
#
# Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -33,6 +33,7 @@
#
MDXAPERTURE=2
+MDXDM=y
ARCH=ARCH
NCPU=$(sysctl -n hw.ncpufound)