Table of Contents
This documentes describes the configuration system used by cinit.
The conf/ system is the configuration system for the cinit build. The first line of each file below conf/ is a configuration value with the name of the file:
[9:00] hydrogenium:cinit-0.3pre6% head -n 1 conf/cc gcc
This means that the variable "cc" has the value "gcc".
I needed a small and simple configuration system, which may be included in the full build process.