Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1.28 KB

README.md

File metadata and controls

14 lines (10 loc) · 1.28 KB

Presets

NiceOS can build completely different target image based on set of rules called preset. Before building you are required to select one preset using NICE_PRESET variable.

In your preset you specify what Linux version you want to build together with list of packages to extract. Preset can also contain target/ folder that will be merged on top of NiceOS default target/ folder. This merged folder will become final system root partition after build phase.

Here are some included presets:

Of course user can provide own preset using NICE_PRESET_ROOT variable.