summaryrefslogtreecommitdiffstats
path: root/installer
diff options
context:
space:
mode:
authorDirk von Suchodoletz2006-08-28 12:42:26 +0200
committerDirk von Suchodoletz2006-08-28 12:42:26 +0200
commit77c5bc47c7b5a2e04cef50927b80960be98a6076 (patch)
tree2330d45e2273f60ae8738c33a75187435bb50c1f /installer
parentnext gen initramfs generator script (used from config-demuxer) in stage2 (diff)
downloadcore-77c5bc47c7b5a2e04cef50927b80960be98a6076.tar.gz
core-77c5bc47c7b5a2e04cef50927b80960be98a6076.tar.xz
core-77c5bc47c7b5a2e04cef50927b80960be98a6076.zip
Updated slxmkramfs and fixed some errors ... Moved the filtering of .svn
to the "make install" (which works, but produces an error message) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@336 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'installer')
-rw-r--r--installer/default_files/machine-setup.default19
1 files changed, 9 insertions, 10 deletions
diff --git a/installer/default_files/machine-setup.default b/installer/default_files/machine-setup.default
index dc379389..de38eb0e 100644
--- a/installer/default_files/machine-setup.default
+++ b/installer/default_files/machine-setup.default
@@ -1,14 +1,13 @@
# machine-setup
-# Description: universal (distro independent) configuration file for
-# linux diskless clients v4.0. It defines default values
-# for several configuration variables. These settings might
-# be overwritten through various processes in initial ramdisk.
-# New settings are simply appended, so that they might
-# overwrite previously defined variables
+# universal (distro independent) configuration file for slx linux diskless
+# client. It defines default values for several configuration variables.
+# These settings might be overwritten through various processes in initial
+# ramfs in stage3. New settings are simply appended, so that they might
+# overwrite previously defined variables
#
-# Author(s): Dirk von Suchodoletz <dirk@goe.net>, 18-08-2006
+# Dirk von Suchodoletz <dvs@OpenSLX.com>, 2006
#
-# Copyright: (c) 2003 - 2006 - RZ Universitaet Freiburg
+# (c) 2003 - 2006 - RZ Universitaet Freiburg
#
#
# password of system administrator (root) as crypt -> 'dxs-root'
@@ -20,7 +19,7 @@ root_pw=@@@root_pw@@@
#
# host and domain name
host_name="dxs"
-domain_name="test.ldc"
+domain_name="slx.test"
# define country for all localization stuff - see functions how country
# is translated to LANGUAGE, COUNTRY, LANG, KEYTABLE, XKEYBOARD,
@@ -74,7 +73,7 @@ netbios_workgroup="dxs-network"
# automounter home (/local_dir - top level directories only) and source
# (format (proto://)server/path)
-automnt_dir="/home"
+#automnt_dir="/home"
#automnt_src="$serverip/home"
# scratch space on server "proto://serverip/dxs/tmp"