summaryrefslogtreecommitdiffstats
path: root/installer
diff options
context:
space:
mode:
authorDirk von Suchodoletz2006-10-29 18:20:14 +0100
committerDirk von Suchodoletz2006-10-29 18:20:14 +0100
commit4a7db4b6f67f0a50f6dfed031e3fa46c4837de03 (patch)
tree7706b68dbe6d7e61aabbedcc2493d9c915b44aad /installer
parentChanged init for using a variable @@@serverip@@@ instead of fixed (diff)
downloadcore-4a7db4b6f67f0a50f6dfed031e3fa46c4837de03.tar.gz
core-4a7db4b6f67f0a50f6dfed031e3fa46c4837de03.tar.xz
core-4a7db4b6f67f0a50f6dfed031e3fa46c4837de03.zip
Cleanup, minor fix, formatting, comments, ...
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@488 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'installer')
-rw-r--r--installer/default_files/machine-setup.default8
1 files changed, 6 insertions, 2 deletions
diff --git a/installer/default_files/machine-setup.default b/installer/default_files/machine-setup.default
index 47209528..2de3019f 100644
--- a/installer/default_files/machine-setup.default
+++ b/installer/default_files/machine-setup.default
@@ -77,13 +77,17 @@ netbios_workgroup="dxs-network"
# automounter home (/local_dir - top level directories only) and source
# (format (proto://)server/path)
+# if openslx server and server for the home is the same machine, you can
+# use @@@serverip@@@ instead of a fixed setting here
#automnt_dir="/home"
#automnt_src="serverip/home"
-# scratch space on server "proto://serverip/dxs/tmp"
+# scratch space on server "proto://serverip/slx/tmp"
+# if openslx server and server for the remote rw scratch is the same
+# machine, you can use @@@serverip@@@ instead of a fixed setting here
#scratch="(proto://)serverip/dxs/tmp"
-# configure and start vmware services
+# configure and start vmware services (use of @@@serverip@@@ is possible)
vmware="no"
#vmware="(proto://)serverip/dxs/vmware"
# imgsrv is deprecated, because incorporated into vmware variable