Files
RedBear-OS/config
vasilito 65ab28dcc5 redbear-mini: raise filesystem_size 512 -> 2048 MB to fit the package set
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>
2026-07-29 10:24:12 +09:00
..