summaryrefslogtreecommitdiffstats
path: root/distrib/i386/common
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2014-07-20 20:12:41 +0000
committerderaadt <deraadt@openbsd.org>2014-07-20 20:12:41 +0000
commit71345073d01d4c217be124fa7c03935c67670bab (patch)
tree46e055e896f46eedfa7ec26de7bb0270d2b2eb97 /distrib/i386/common
parentif we think this is a laptop (wsdisplay.....) ask a lidsuspend (diff)
downloadwireguard-openbsd-71345073d01d4c217be124fa7c03935c67670bab.tar.xz
wireguard-openbsd-71345073d01d4c217be124fa7c03935c67670bab.zip
ask about lid
Diffstat (limited to 'distrib/i386/common')
-rw-r--r--distrib/i386/common/install.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/distrib/i386/common/install.md b/distrib/i386/common/install.md
index 6fd25c34413..d7071dde795 100644
--- a/distrib/i386/common/install.md
+++ b/distrib/i386/common/install.md
@@ -1,4 +1,4 @@
-# $OpenBSD: install.md,v 1.57 2014/01/20 05:14:05 jsing Exp $
+# $OpenBSD: install.md,v 1.58 2014/07/20 20:12:41 deraadt Exp $
#
#
# Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -34,6 +34,7 @@
MDXAPERTURE=2
MDXDM=y
+MDLID=y
NCPU=$(sysctl -n hw.ncpufound)
((NCPU > 1)) && { DEFAULTSETS="bsd bsd.rd bsd.mp" ; SANESETS="bsd bsd.mp" ; }