Page MenuHomeFreeBSD

Support for setting base system build options via dialog(1)
AbandonedPublic

Authored by larafercue_gmail.com on Oct 31 2016, 11:32 AM.
Tags
None
Referenced Files
F132813458: D8396.id.diff
Mon, Oct 20, 4:57 AM
F132813448: D8396.id21831.diff
Mon, Oct 20, 4:57 AM
F132798607: D8396.diff
Mon, Oct 20, 1:38 AM
F132746629: D8396.id.diff
Sun, Oct 19, 2:26 PM
Unknown Object (File)
Sat, Oct 18, 11:44 PM
Unknown Object (File)
Sat, Oct 18, 12:38 PM
Unknown Object (File)
Tue, Oct 14, 3:46 AM
Unknown Object (File)
Sun, Oct 12, 7:45 AM

Details

Reviewers
bapt
imp
bdrewery
Summary

Through this changes the options to build the base system can be established via a shell dialog
as the ones used for the ports.

Test Plan

Run the commands "make config" to create a new configuration, check the /etc/src.conf and
/etc/src-env.conf files which should have the right options activated or deactivated and use "make rmconfig"
to delete these files.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 11761
Build 12105: arc lint + arc unit

Event Timeline

larafercue_gmail.com retitled this revision from to Support for setting base system build options via dialog(1).
larafercue_gmail.com updated this object.
larafercue_gmail.com edited the test plan for this revision. (Show Details)
larafercue_gmail.com added a reviewer: bapt.

Reimplementation of the patch

  • The previous patch had a bug that I could not find, so I took the

oportunity to redesign the approach and re-implement how the command
make config should work.

It disapeared from the Ideas Wiki page, it might mean that no one cares about it. If required I could work on it again.