diff options
-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" |