You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NiceOS can build completely different target image based on set of rules called __preset__.
4
-
Before building you are required to select one preset.
4
+
Before building you are required to select one preset using NICE_PRESET variable.
5
5
6
6
Here are some inlcuded presets:
7
7
-__[base](base/)__ - starting point for custom preset, if you are not expert at kernel configuration start here
8
8
-__[dev](dev/)__ - my development environment featuring docker, [youtube](https://youtu.be/cPaDJTJbgwQ)
9
9
-__[ghost](ghost/)__ - my main desktop machine, [youtube](https://youtu.be/SNuNFt7kSIE)
10
10
-__[leti](leti/)__ - my laptop machine
11
11
-__[minimal](minimal/)__ - simple ram disk only kernel + busybox binaries, but you can add anything to it of course [youtube](https://youtu.be/4CH8b0HnIu8)
12
+
13
+
Of course user can provide [own preset](https://github.com/solcloud/NiceOS#users-presets) using NICE_PRESET_ROOT variable
0 commit comments