]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r323438: make-memstick.sh: use UFSv2
authoremaste <emaste@FreeBSD.org>
Sat, 7 Oct 2017 20:14:30 +0000 (20:14 +0000)
committeremaste <emaste@FreeBSD.org>
Sat, 7 Oct 2017 20:14:30 +0000 (20:14 +0000)
commit888db8b0385bf25f5c6c872726c8eafee7c2469f
tree1a28cc35e9fbd4cc4f3c7e36c96c4e66ee18a94d
parent718d3c582f5f9effe11e9237a22ef3ef5b147ea5
MFC r323438: make-memstick.sh: use UFSv2

There's not much practical difference as far as install media is
concerned but newfs creates UFSv2 by default and it is sensible to use
the contemporary UFS version.

I also intend to change makefs to create UFSv2 by default (to match
newfs) so we'll want make-memstick.sh to be explicit, rather than
relying on the host tool's default.

Sponsored by: The FreeBSD Foundation
release/amd64/make-memstick.sh
release/arm64/make-memstick.sh
release/i386/make-memstick.sh
release/powerpc/make-memstick.sh