From ef249211effa75a00e59a9d2d86e8052f1e0dd0e Mon Sep 17 00:00:00 2001 From: watasuke102 Date: Mon, 15 Jun 2020 14:31:57 +0900 Subject: [PATCH] Add: CONFIG.md (en) --- docs/en/CONFIG.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100755 docs/en/CONFIG.md diff --git a/docs/en/CONFIG.md b/docs/en/CONFIG.md new file mode 100755 index 00000000..0a1cd3f0 --- /dev/null +++ b/docs/en/CONFIG.md @@ -0,0 +1,24 @@ +# About Settings +Various settings exist in the build of alteriso. +The user can change some of these settings with arguments, but some of them only can be changed by editing the configuration file. +Also, channel developers may wish to prohibit some values from being changed. +This section explain the changeable values and the order in which the configuration files are loaded. + +# Syntax +All the configuration file is written in bash scripts. Also, all settings are read by the `source` command. + +# Values can be set +The full list of changeable values are in `default.conf`. +It is recommended that copy the comments with it when you copy the configuration into a separate file and make changes. + +# List of files to be read +They are read in order from the top. Please replace with architecture and channel name when read the `` and `` +If the same variable is set, it is overwritten each time the configuration file is read. + +File path | Remarks +--- | --- +default.conf | All values will be set here (essential) +channels/share/config.any | +channels/share/config. | +channels//config.any | +channels//config. | -- 2.11.0