diff options
author | Robert Peichaer <rpe@cvs.openbsd.org> | 2017-06-26 18:31:58 +0000 |
---|---|---|
committer | Robert Peichaer <rpe@cvs.openbsd.org> | 2017-06-26 18:31:58 +0000 |
commit | 9e861a159b9ebb99639163511de8f375c0b331d1 (patch) | |
tree | 2b14480cac0bb09317cf0d966371b03ef6216ec6 | |
parent | 3157a1a45f170e0791a64272357e0bec53c69ea2 (diff) |
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" |