From: rpe Date: Mon, 26 Jun 2017 18:31:57 +0000 (+0000) Subject: Add a MDKERNEL variable that contains the name of the boot kernel. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=9c3d2916e318f3dc1d30a6bec062c599aa7f08d9;p=openbsd 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@ --- 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"