Add a MDKERNEL variable that contains the name of the boot kernel.
authorrpe <rpe@openbsd.org>
Mon, 26 Jun 2017 18:31:57 +0000 (18:31 +0000)
committerrpe <rpe@openbsd.org>
Mon, 26 Jun 2017 18:31:57 +0000 (18:31 +0000)
This will be used by the installer in an upcoming change.

OK deraadt@

distrib/sgi/ramdisk/install.md

index 742f5f0..a9b46ad 100644 (file)
@@ -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"