abs@ wrote: > > Note sysinst(8) requires some spare space in /tmp during installation, > > especially on using non-default settings on choosing installation sets etc. > > on ports which don't use tmpfs or mfs during installation. > > (100KB would be enough for this newsmips case though) > > Would it make sense to dd 100K of null data to a file & then delete in > the build to ensure there is enough space in the final image?
Probably we could specify IMGMAKEFSOPTIONS= -o bsize=4096,fsize=512 -b [proper free-blocks] in each ramdisk Makefiles to stop build before redzone? --- Izumi Tsutsui