diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-04-25 03:21:52 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-04-25 03:21:52 +0000 |
commit | e7860ad140c8f33bc0a2fb5370c05ac8aea59659 (patch) | |
tree | 20c7203b939ae04620786ff6e031939378ea7f85 /distrib/i386 | |
parent | 1cbc54db6d38747eb921f79062bcea6d20d1e566 (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/i386')
-rw-r--r-- | distrib/i386/common/install.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/distrib/i386/common/install.md b/distrib/i386/common/install.md index 906a0e6ff61..2b2598290b8 100644 --- a/distrib/i386/common/install.md +++ b/distrib/i386/common/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.38 2009/04/24 01:43:27 krw Exp $ +# $OpenBSD: install.md,v 1.39 2009/04/25 03:21:51 deraadt Exp $ # # # Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -33,6 +33,7 @@ # MDXAPERTURE=2 +MDXDM=y ARCH=ARCH NCPU=$(sysctl -n hw.ncpufound) |