artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5369d03
)
Fix typo in MRDISKTYPE.
author
krw
<krw@openbsd.org>
Sun, 30 Apr 2023 22:28:27 +0000
(22:28 +0000)
committer
krw
<krw@openbsd.org>
Sun, 30 Apr 2023 22:28:27 +0000
(22:28 +0000)
'rdroot' (size 10,240 blocks) is not the same as 'rdboot' (size
2,048 blocks).
Noticed by deraadt@
sys/arch/octeon/stand/boot/Makefile
patch
|
blob
|
history
diff --git
a/sys/arch/octeon/stand/boot/Makefile
b/sys/arch/octeon/stand/boot/Makefile
index
87f316b
..
b31eed9
100644
(file)
--- a/
sys/arch/octeon/stand/boot/Makefile
+++ b/
sys/arch/octeon/stand/boot/Makefile
@@
-1,11
+1,11
@@
-# $OpenBSD: Makefile,v 1.1
1 2023/04/28 08:45:26
krw Exp $
+# $OpenBSD: Makefile,v 1.1
2 2023/04/30 22:28:27
krw Exp $
NOMAN=
#MAN= boot.8
RDBOOT= ${.CURDIR}/../rdboot/obj/rdboot
-MRDISKTYPE= rd
r
oot
+MRDISKTYPE= rd
b
oot
MRMAKEFSARGS= -o disklabel=${MRDISKTYPE},minfree=0,density=1024
.if ${MACHINE} == "octeon"