diff options
| author | Nico Dietrich | 2006-01-12 18:44:55 +0100 |
|---|---|---|
| committer | Nico Dietrich | 2006-01-12 18:44:55 +0100 |
| commit | 6e7ef11152c910101d66d10b418d1b27f566ec3a (patch) | |
| tree | ad5e4b53e28ddf8bb8b5015b60e9f3f41a8783f3 /initrd/initrd-stuff/etc/machine-setup | |
| download | core-6e7ef11152c910101d66d10b418d1b27f566ec3a.tar.gz core-6e7ef11152c910101d66d10b418d1b27f566ec3a.tar.xz core-6e7ef11152c910101d66d10b418d1b27f566ec3a.zip | |
Ersteinstellung von ld v4 ins SVN
git-svn-id: http://svn.openslx.org/svn/openslx/dxs/ld4@11 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initrd/initrd-stuff/etc/machine-setup')
| -rw-r--r-- | initrd/initrd-stuff/etc/machine-setup | 86 |
1 files changed, 86 insertions, 0 deletions
diff --git a/initrd/initrd-stuff/etc/machine-setup b/initrd/initrd-stuff/etc/machine-setup new file mode 100644 index 00000000..ff5580e6 --- /dev/null +++ b/initrd/initrd-stuff/etc/machine-setup @@ -0,0 +1,86 @@ +# 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 +# +# Author(s): Dirk von Suchodoletz <dirk@goe.net>, 08-01-2006 +# Blabla +# Blub +# +# Copyright: (c) 2003 - 2006 - RZ Universitaet Freiburg +# +# format variable="value" +# + +## name service configuration defaults +# +# host and domain name +host_name="dxs" +domain_name="test.ldc" + +# define country for all localization stuff - see functions how country +# is translated to LANGUAGE, COUNTRY, LANG, KEYTABLE, XKEYBOARD, +# KDEKEYBOARD, CHARSET, KDEKEYBOARDS, TZ and CONSOLEFONT +country="de" + +## set some default variables +# +# enable setup of TeX environment +tex_enable="no" + +## services to start (yes) or configure (may) or disable (no) +# +# network time protocol daemon ("yes" for normal daemon operation, +# "initial" just for setting during startup with ntpdate) +start_ntp="initial" +# set timezone if not to be derived from language setting +# timezone="Europe/Berlin" + +# start sshd (hostkeys should be pregenerated by install script) +start_sshd="yes" + +# start rwhod service (lan wide login and uptime list) +start_rwhod="no" + +# start cron service +start_cron="no" + +# start at daemon +start_atd="no" + +# simple network management protocol for system monitoring +start_snmp="no" + +# resource manager (resmgr) +start_resmgr="yes" + +# hardware abstraction layer (hal) daemon, e.g. dbus is using it +start_hal="yes" + +# dbus daemon (inter application communication for kde and gnome) +start_dbus="yes" + +# start alsa sound system +start_alsasound="yes" + +# ssh +start_sshd="yes" + +# AFS network filesystem +start_afs="no" +this_cell="uni-freiburg.de" +cell_server="132.230.6.237 132.230.6.236 132.230.6.235" + +# smb protocol service (provide windows file service) +start_samba="may" +netbios_workgroup="dxs-network" + + +# configure and start vmware services +vmware="no" + +start_xdmcp=xdm +start_x=yes |
