diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-07-20 20:12:42 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-07-20 20:12:42 +0000 |
commit | 148ad5f7eb8fa2c342d7e31bc36c7cce9d30d43f (patch) | |
tree | d2ec86502fc04d64cc4004fb43571ed5154d4135 /distrib/i386/common | |
parent | fdd047b7280d29c4b3a20a1db60509c4bd83030b (diff) |
ask about lid
Diffstat (limited to 'distrib/i386/common')
-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 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" ; } |