diff options
author | Robert Peichaer <rpe@cvs.openbsd.org> | 2015-08-03 10:36:42 +0000 |
---|---|---|
committer | Robert Peichaer <rpe@cvs.openbsd.org> | 2015-08-03 10:36:42 +0000 |
commit | c91a1f1b261486e78d79326afa7d1a04910881e2 (patch) | |
tree | b4e9300742ce34dc7b9561c7067cbac260b6fdb1 /distrib | |
parent | 8be6581c21a5b012d7057423f3688fd32b66dc58 (diff) |
Enable the xdm installer question on macppc, now that it has virtual
consoles.
Noted by stsp
OK deraadt
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/macppc/ramdisk/install.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/distrib/macppc/ramdisk/install.md b/distrib/macppc/ramdisk/install.md index 65c3977c0f4..b07229573e3 100644 --- a/distrib/macppc/ramdisk/install.md +++ b/distrib/macppc/ramdisk/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.59 2015/06/02 19:54:06 rpe Exp $ +# $OpenBSD: install.md,v 1.60 2015/08/03 10:36:41 rpe Exp $ # # # Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -33,6 +33,7 @@ # MDXAPERTURE=2 +MDXDM=y NCPU=$(sysctl -n hw.ncpufound) ((NCPU > 1)) && { DEFAULTSETS="bsd bsd.rd bsd.mp"; SANESETS="bsd bsd.mp"; } |