diff options
author | 2017-06-26 18:31:57 +0000 | |
---|---|---|
committer | 2017-06-26 18:31:57 +0000 | |
commit | 9c3d2916e318f3dc1d30a6bec062c599aa7f08d9 (patch) | |
tree | 6163ef6040239a4a11548dac1f98880fb2ac4835 | |
parent | RANDOM1 was subject to rather bad modulus bias. Improve the situation a bit (diff) | |
download | wireguard-openbsd-9c3d2916e318f3dc1d30a6bec062c599aa7f08d9.tar.xz wireguard-openbsd-9c3d2916e318f3dc1d30a6bec062c599aa7f08d9.zip |
Add a MDKERNEL variable that contains the name of the boot kernel.
This will be used by the installer in an upcoming change.
OK deraadt@
-rw-r--r-- | distrib/sgi/ramdisk/install.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/distrib/sgi/ramdisk/install.md b/distrib/sgi/ramdisk/install.md index 742f5f0ed6f..a9b46ad0cf1 100644 --- a/distrib/sgi/ramdisk/install.md +++ b/distrib/sgi/ramdisk/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.42 2017/01/22 23:43:54 rpe Exp $ +# $OpenBSD: install.md,v 1.43 2017/06/26 18:31:57 rpe Exp $ # # Copyright (c) 1996 The NetBSD Foundation, Inc. # All rights reserved. @@ -33,6 +33,7 @@ IPARCH=$(sysctl -n hw.model) NCPU=$(sysctl -n hw.ncpufound) +MDKERNEL=GENERIC-$IPARCH MDSETS="bsd.$IPARCH bsd.rd.$IPARCH" SANESETS="bsd.$IPARCH" |