-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
Description
These would override entries in the Input/defaults file. This might be useful to let respins/flavours have their own kernel and so on.
The original design was to make flavours of antiX. I think changes like this will make it easier to support respins We could even rename T/Common/ to T/antiX/ and have the inheritance explicit in a "defaults" or a "settings" file in each flavour directory. The idea is to move decisions made in the code to variables in the settings file. For example, full and base would set USE_SLIM=true. Ideally, the code would become flavour agnostic.