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
F168738402: D58965.id184465.diff
Sat, Aug 29, 9:49 PM
F168711228: D58965.id.diff
Sat, Aug 29, 6:35 PM
F168705418: D58965.id184465.diff
Sat, Aug 29, 5:47 PM
F168627782: D58965.diff
Sat, Aug 29, 8:06 AM
F168605069: D58965.diff
Sat, Aug 29, 5:48 AM
F168577435: D58965.diff
Sat, Aug 29, 2:44 AM
Unknown Object (File)
Fri, Aug 28, 8:12 PM
Unknown Object (File)
Fri, Aug 28, 1:18 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 75845
Build 72728: 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.