summaryrefslogtreecommitdiffstats
path: root/installer/systems/README
diff options
context:
space:
mode:
Diffstat (limited to 'installer/systems/README')
-rw-r--r--installer/systems/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/installer/systems/README b/installer/systems/README
new file mode 100644
index 00000000..ae3a7a63
--- /dev/null
+++ b/installer/systems/README
@@ -0,0 +1,10 @@
+In this sub directory of /etc/opt/openslx/ we store the configuration files
+for operating systems installed with slxossetup.
+
+Any file named BASE_FILE_* is installed into the destination directory before
+any package install action takes place.
+
+Therfore the suffix of BASE_FILE has the destination path encoded in the
+filename. Any __ is replaced by a single /. Therfore BASE_FILE_etc__passwd
+for example will be copied to the destination, stage1 directory,
+/var/opt/openslx/stage1/<system-name>/etc/passwd