65ab28dcc5
The mini package set (~350 MB compressed pkgars) extracts to well over 512 MB uncompressed on the RedoxFS image. Once the "Package base not found" installer bug was fixed (base now installs), image assembly reached file extraction and aborted with "No space left on device (os error 28)" filling the 512 MB image. The installer uses filesystem_size as the literal image size (no content-based auto-sizing), so it must be large enough for the extracted set plus live writable headroom. 2048 MB fits with margin. Packages are grown-into, never trimmed (project ABSOLUTE RULE). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>