Page MenuHomeFreeBSD

nanobsd: Use NANO_NAME
Needs ReviewPublic

Authored by senguptaangshuman17_gmail.com on Wed, Aug 19, 10:25 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Aug 24, 7:21 PM
Unknown Object (File)
Mon, Aug 24, 4:52 PM
Unknown Object (File)
Mon, Aug 24, 1:51 PM
Unknown Object (File)
Mon, Aug 24, 8:43 AM
Unknown Object (File)
Mon, Aug 24, 5:32 AM
Unknown Object (File)
Mon, Aug 24, 4:12 AM
Unknown Object (File)
Sun, Aug 23, 10:50 PM
Unknown Object (File)
Sun, Aug 23, 8:37 PM
Subscribers

Details

Reviewers
jlduran
jrm
ashish
Summary

Interpolate NANO_NAME into NANO_IMGNAME instead of hard coding the
full tag into the image name.

Diff Detail

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

Event Timeline

tools/tools/nanobsd/defaults.sh
63

This will force several changes in our internal tooling...

tools/tools/nanobsd/defaults.sh
63

This will force several changes in our internal tooling...

Default NANO_NAME is still full, so NANO_IMGNAME still resolves to _.disk.full by default. Only configs that override NANO_NAME to a non-default value would see the image name and NANO_OBJ dir change, and for those the old hardcoded _.disk.full was arguably already wrong (image name not reflecting the actual variant built).