summaryrefslogtreecommitdiffstats
path: root/initramfs/distro-specs/suse/functions-10.2
diff options
context:
space:
mode:
authorDirk von Suchodoletz2008-09-02 19:08:19 +0200
committerDirk von Suchodoletz2008-09-02 19:08:19 +0200
commita4e63fdfb06af25d328df72ac4f108cdd7830d52 (patch)
tree45c742d78ae495702f08d7a064ee5dba7f115c38 /initramfs/distro-specs/suse/functions-10.2
parentadded KDEHOME export, so that every kde version and every distribution gets i... (diff)
downloadcore-a4e63fdfb06af25d328df72ac4f108cdd7830d52.tar.gz
core-a4e63fdfb06af25d328df72ac4f108cdd7830d52.tar.xz
core-a4e63fdfb06af25d328df72ac4f108cdd7830d52.zip
Removed some more variable of old stage3 (D_ETCEXCL) and set a
bind mount variable for gconf in SuSE (see r2185 too) ... git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2187 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initramfs/distro-specs/suse/functions-10.2')
-rw-r--r--initramfs/distro-specs/suse/functions-10.227
1 files changed, 27 insertions, 0 deletions
diff --git a/initramfs/distro-specs/suse/functions-10.2 b/initramfs/distro-specs/suse/functions-10.2
new file mode 100644
index 00000000..37a79799
--- /dev/null
+++ b/initramfs/distro-specs/suse/functions-10.2
@@ -0,0 +1,27 @@
+# Copyright (c) 2003..2006 - RZ Uni Freiburg
+# Copyright (c) 2006..2008 - OpenSLX GmbH
+#
+# This program/file is free software distributed under the GPL version 2.
+# See http://openslx.org/COPYING
+#
+# If you have any feedback please consult http://openslx.org/feedback and
+# send your feedback to feedback@openslx.org
+#
+# General information about OpenSLX can be found under http://openslx.org
+#
+# configuration script for OpenSuSE 10.2 to configure linux stateless clients
+# (included by init, hwautocfg, servconfig within InitialRamFS after
+# inclusion of the main functions file). This file is the main base for the
+# several SuSE distro versions
+
+# settings of central variables (formerly done via config-*, these variables
+# are disputable ...)
+# D_DIRINBINDMNT - lists of directories to be created in bind mounted rw
+# part of the client filesystem
+# D_RODIRSINRW - ReadOnly Directories in RW part of filesystem to save on
+# TempFS usage
+# D_DIRINDXS - directories in client filesystem which should be present
+# anyhow
+
+D_RODIRSINRW="/etc/opt/gnome/gconf /etc/X11/xkb /var/adm /var/lib/texmf \
+/var/lib/rpm /var/cache/fontconfig"