artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1a3b71
)
Add a MDKERNEL variable that contains the name of the boot kernel.
author
rpe
<rpe@openbsd.org>
Mon, 26 Jun 2017 18:31:57 +0000
(18:31 +0000)
committer
rpe
<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
patch
|
blob
|
history
diff --git
a/distrib/sgi/ramdisk/install.md
b/distrib/sgi/ramdisk/install.md
index
742f5f0
..
a9b46ad
100644
(file)
--- a/
distrib/sgi/ramdisk/install.md
+++ b/
distrib/sgi/ramdisk/install.md
@@
-1,4
+1,4
@@
-# $OpenBSD: install.md,v 1.4
2 2017/01/22 23:43:54
rpe Exp $
+# $OpenBSD: install.md,v 1.4
3 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"