Page MenuHomeFreeBSD

nanobsd: Put customizations in a separate file
Needs ReviewPublic

Authored by senguptaangshuman17_gmail.com on Wed, Aug 19, 10:23 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Sep 15, 12:55 PM
Unknown Object (File)
Tue, Sep 15, 1:02 AM
Unknown Object (File)
Mon, Sep 14, 11:38 PM
Unknown Object (File)
Sun, Sep 13, 7:04 PM
Unknown Object (File)
Fri, Sep 11, 8:18 PM
Unknown Object (File)
Fri, Sep 11, 8:08 AM
Unknown Object (File)
Fri, Sep 11, 6:41 AM
Unknown Object (File)
Fri, Sep 11, 2:19 AM
Subscribers

Details

Reviewers
jlduran
jrm
ashish
Summary

Split the cust_*() functions out of defaults.sh into
customizations.sh and source it from nanobsd.sh.

Diff Detail

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

Event Timeline

tools/tools/nanobsd/nanobsd.sh
43

Perhaps moving/placing this function (is_defined()) should be done the moment it is introduced (i.e., in D59166/D54187)?
The same should be true for the sourcing of the files.

Clean up split customizations to only extract existing cust_* functions