summaryrefslogtreecommitdiffstats
path: root/installer/default_files
diff options
context:
space:
mode:
authorDirk von Suchodoletz2006-08-16 00:58:42 +0200
committerDirk von Suchodoletz2006-08-16 00:58:42 +0200
commit91635afc52c96467e0e994d03284ab65db40526f (patch)
treea650865536bb684d9478b771d6272dccd9e93876 /installer/default_files
parentSimple install mechanism for directory structure setup (make install) (diff)
downloadcore-91635afc52c96467e0e994d03284ab65db40526f.tar.gz
core-91635afc52c96467e0e994d03284ab65db40526f.tar.xz
core-91635afc52c96467e0e994d03284ab65db40526f.zip
Extended configuration mechanism (get tgz files instead of simple
machine-setup for advanced config), tested with normal toolset and busybox, small bugfixes like: fixed duplicate entries to machine-setup, small ash-sh related bug, ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@300 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'installer/default_files')
-rw-r--r--installer/default_files/machine-setup.default16
1 files changed, 5 insertions, 11 deletions
diff --git a/installer/default_files/machine-setup.default b/installer/default_files/machine-setup.default
index 47643d78..0cc2e707 100644
--- a/installer/default_files/machine-setup.default
+++ b/installer/default_files/machine-setup.default
@@ -6,19 +6,13 @@
# New settings are simply appended, so that they might
# overwrite previously defined variables
#
-# Author(s): Dirk von Suchodoletz <dirk@goe.net>, 24-07-2006
-# Blabla
-# Blub
+# Author(s): Dirk von Suchodoletz <dirk@goe.net>, 15-08-2006
#
# Copyright: (c) 2003 - 2006 - RZ Universitaet Freiburg
#
-## format variable="static_value" or variable="$serverip:123" ##
-## it is possible to use the variables $serverip (the IP of the ##
-## providing DHCP server - not neccessarily NFS server), $clientip ##
-## (the IP of the client itself) and $host_name ##
-#
#
# password of system administrator (root) as crypt -> 'dxs-root'
+# (will be changed soon)
root_pw=@@@root_pw@@@
## name service configuration defaults
@@ -87,12 +81,12 @@ netbios_workgroup="dxs-network"
automnt_dir="/home"
#automnt_src="$serverip:/home"
-# scratch space on server "proto://$serverip:/dxs/tmp"
-scratch="$serverip:/dxs/tmp"
+# scratch space on server "proto://serverip/dxs/tmp"
+#scratch="(proto://)serverip:/dxs/tmp"
# configure and start vmware services
vmware="no"
-#imgsrv="(proto://)$serverip:/dxs/vmware"
+#imgsrv="(proto://)$serverip/dxs/vmware"
# kind of X11 display manager to run
start_xdmcp="xdm"