Page MenuHomeFreeBSD

nanobsd: Rename NANO_PLAN gpt -> default, bump NANO_RAM_TMPVARSIZE
AbandonedPublic

Authored by senguptaangshuman17_gmail.com on Wed, Aug 19, 10:22 AM.
Tags
None
Referenced Files
F167904358: D58965.id184840.diff
Tue, Aug 25, 8:59 AM
F167845488: D58965.diff
Mon, Aug 24, 11:21 PM
F167826471: D58965.id.diff
Mon, Aug 24, 7:45 PM
Unknown Object (File)
Mon, Aug 24, 6:03 PM
Unknown Object (File)
Mon, Aug 24, 4:35 PM
Unknown Object (File)
Mon, Aug 24, 12:55 PM
Unknown Object (File)
Mon, Aug 24, 10:03 AM
Unknown Object (File)
Mon, Aug 24, 3:39 AM
Subscribers

Details

Summary

Default conveys more meaning and indicates this plan will become
the default.

Keep the legacy-only helpers together: they are no longer needed
elsewhere or are handled in a simpler way. NANO_MD_BACKING and
NANO_IMAGE_MBRONLY are also moved in, since legacy.sh is the only
plan that uses them.

The defaults.sh file is not meant to be executed directly.

Bump the default NANO_RAM_TMPVARSIZE since pkgbase requires
significantly more space in /var/db/pkg. Leave the legacy plan
default unchanged.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 76026
Build 72909: arc lint + arc unit

Event Timeline

Is this commit fixing something already in base?
If the answer is yes, then the commit message should carry the trailer:

Fixes:		<git log -n1 --format:'%h ("%s")' GIT-COMMIT-HASH>

If the answer is no, the it should be squashed with the commit that introduced this change in you revision stack, glancing over it, it looks like it should be D58964.