git: DragonFly_RELEASE_6_4 nrelease: Add 'IMGSIZE_MB' to specify file size in units of MB
Aaron LI
aly at crater.dragonflybsd.org
Mon Feb 27 05:01:09 PST 2023
commit f842eed87ac8ac3480c1c25e3caccf434a7f8670
Author: Aaron LI <aly at aaronly.me>
Date: Fri Feb 24 09:16:29 2023 +0800
nrelease: Add 'IMGSIZE_MB' to specify file size in units of MB
The image file size was specified by the 'IMGSIZE' variable, but it's
the number of 512-byte sectors, which isn't intuitive and requires a
manual conversion. Add the 'IMGSIZE_MB' variable to directly specify
the file size in units of MB, which is more intuitive and friendly.
Summary of changes:
nrelease/Makefile | 12 ++++++++----
share/man/man7/release.7 | 6 +++++-
2 files changed, 13 insertions(+), 5 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/f842eed87ac8ac3480c1c25e3caccf434a7f8670
--
DragonFly BSD source repository
More information about the Commits
mailing list