summaryrefslogtreecommitdiffstats
path: root/installer/systems/README
diff options
context:
space:
mode:
authorLars Müller2006-12-15 20:15:22 +0100
committerLars Müller2006-12-15 20:15:22 +0100
commit602a0ca8eb7433f6067ed65cee0bc5bbfdcfb26b (patch)
tree5d3386baa3cf52052dac1d57fadb55a14ffaa0d9 /installer/systems/README
parentAdded new busybox in new place (tools, Makefile, ...) Busybox has (diff)
downloadcore-602a0ca8eb7433f6067ed65cee0bc5bbfdcfb26b.tar.gz
core-602a0ca8eb7433f6067ed65cee0bc5bbfdcfb26b.tar.xz
core-602a0ca8eb7433f6067ed65cee0bc5bbfdcfb26b.zip
slxossetup is a prototype of an OS setup script. At the moment
slxossetup is able to install openSUSE 10.2 from any installation source useable by smart. See the example from systems/opensuse102/settings. This file is intended to be installed as the default. As with the config demuxer we're able to apply local settings in settings.local. As I did not find a way to create base files out of shell variables I added a hack to copy template files. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@537 95ad53e4-c205-0410-b2fa-d234c58c8868
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