artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f0a93b
)
crank chunk size to make fdisk work on arm64
author
kn
<kn@openbsd.org>
Wed, 24 Aug 2022 20:31:06 +0000
(20:31 +0000)
committer
kn
<kn@openbsd.org>
Wed, 24 Aug 2022 20:31:06 +0000
(20:31 +0000)
regress/usr.sbin/installboot/Makefile
patch
|
blob
|
history
diff --git
a/regress/usr.sbin/installboot/Makefile
b/regress/usr.sbin/installboot/Makefile
index
5dd8d76
..
0e13d6e
100644
(file)
--- a/
regress/usr.sbin/installboot/Makefile
+++ b/
regress/usr.sbin/installboot/Makefile
@@
-1,4
+1,4
@@
-# $OpenBSD: Makefile,v 1.
4 2022/08/24 15:58
:06 kn Exp $
+# $OpenBSD: Makefile,v 1.
5 2022/08/24 20:31
:06 kn Exp $
INSTALLBOOT ?= /usr/sbin/installboot
DRY_RUN = ${INSTALLBOOT} -n
@@
-24,7
+24,7
@@
REGRESS_SETUP_ONCE = copy-bootstrap-to-softraid
create-new-chunks:
.for n in ${NCHUNKS}
- dd if=/dev/zero of=chunk${n}.img bs=1m count=0 seek=
32
status=none
+ dd if=/dev/zero of=chunk${n}.img bs=1m count=0 seek=
64
status=none
${SUDO} vnconfig -- chunk${n}.img 1>vnd${n}.txt
.endfor