diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2020-07-18 14:25:33 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2020-07-18 14:25:33 +0000 |
commit | c68a4576509aac3c3b243ccc9caf62968457c53a (patch) | |
tree | 0d1005e0840c24cf20e515795670a0cfaff04cc4 /distrib/powerpc64 | |
parent | 6f08f5c5f4e112d4ec03fb87c28537e48077f2e0 (diff) |
force NCPU=1 for now. (identifying multiple cpus but not having a bsd.mp
is troubling for the installer)
Diffstat (limited to 'distrib/powerpc64')
-rw-r--r-- | distrib/powerpc64/ramdisk/install.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/powerpc64/ramdisk/install.md b/distrib/powerpc64/ramdisk/install.md index a4db83a5787..40149054bcc 100644 --- a/distrib/powerpc64/ramdisk/install.md +++ b/distrib/powerpc64/ramdisk/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.4 2020/07/12 22:47:16 kettenis Exp $ +# $OpenBSD: install.md,v 1.5 2020/07/18 14:25:32 deraadt Exp $ # # # Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -32,7 +32,7 @@ # machine dependent section of installation/upgrade script. # -NCPU=$(sysctl -n hw.ncpufound) +NCPU=1 #$(sysctl -n hw.ncpufound) NEWFSARGS_msdos="-F 16 -L boot" MOUNT_ARGS_msdos="-o-l" |