artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea56b5e
)
Shrink cluster size for FAT32 to fullfil the new minimum cluster
author
bluhm
<bluhm@openbsd.org>
Wed, 14 Jul 2021 18:23:11 +0000
(18:23 +0000)
committer
bluhm
<bluhm@openbsd.org>
Wed, 14 Jul 2021 18:23:11 +0000
(18:23 +0000)
limit of newfs_msdos for our small 64 MB vnd disk image.
suggested by jsg@
regress/sys/fileops/msdos32/Makefile
patch
|
blob
|
history
diff --git
a/regress/sys/fileops/msdos32/Makefile
b/regress/sys/fileops/msdos32/Makefile
index
3ed0219
..
459ce82
100644
(file)
--- a/
regress/sys/fileops/msdos32/Makefile
+++ b/
regress/sys/fileops/msdos32/Makefile
@@
-1,6
+1,6
@@
-# $OpenBSD: Makefile,v 1.
1 2017/05/29 11:01:16 sf
Exp $
+# $OpenBSD: Makefile,v 1.
2 2021/07/14 18:23:11 bluhm
Exp $
-NEWFS = newfs_msdos -F 32
+NEWFS = newfs_msdos -F 32
-c 1
MOUNT = mount_msdos
.include <bsd.regress.mk>