Page MenuHomeFreeBSD

nanobsd: Use NANO_NAME
Needs ReviewPublic

Authored by senguptaangshuman17_gmail.com on Aug 19 2026, 10:25 AM.
Tags
None
Referenced Files
F172950735: D58972.id.diff
Tue, Sep 22, 8:39 AM
Unknown Object (File)
Sun, Sep 20, 6:28 PM
Unknown Object (File)
Sun, Sep 20, 8:59 AM
Unknown Object (File)
Fri, Sep 18, 10:20 PM
Unknown Object (File)
Fri, Sep 18, 10:52 AM
Unknown Object (File)
Tue, Sep 15, 4:15 PM
Unknown Object (File)
Tue, Sep 15, 11:24 AM
Unknown Object (File)
Mon, Sep 14, 10:08 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 76310
Build 73193: 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).