> > If the problem is overflow of the image, shouldn't the "extra" variable > > in each config file be bumped instead of changing a unit? > > Sorry for the messy commit. I just changed the -b line the way I did > because I'm not sure where extra comes from and version 1.37 broke every > img that I tried to build.
In such case, asking comitter (or filing PR) would be better. "extra" is defined in config files in src/distrib/utils/embedded/conf and probably it's required because ffs size calculation in makefs(8) is not so accurate. http://nxr.netbsd.org/xref/src/usr.sbin/makefs/ffs.c#590 > If you think there's a better way to fix it, please do. What actual problem did you get? --- Izumi Tsutsui