diff options
| author | Dirk von Suchodoletz | 2006-01-18 13:22:01 +0100 |
|---|---|---|
| committer | Dirk von Suchodoletz | 2006-01-18 13:22:01 +0100 |
| commit | 96e5310fb00aeee57cb381f01aa18dafb04e4272 (patch) | |
| tree | 18d3aa3ead25d79fea4b7042fc8fab052f34af20 /initrd/initrd-stuff/etc/machine-setup | |
| parent | gdm Konfiguration klappt nun. Kommentare angefuegt ... (diff) | |
| download | core-96e5310fb00aeee57cb381f01aa18dafb04e4272.tar.gz core-96e5310fb00aeee57cb381f01aa18dafb04e4272.tar.xz core-96e5310fb00aeee57cb381f01aa18dafb04e4272.zip | |
Hässlichen Bug bei dhclient IP Konfig. beseitig. Etliche Services
hinzugefügt. SuSE Funktionen (functions-suse...) erweitert.
git-svn-id: http://svn.openslx.org/svn/openslx/dxs/ld4@18 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initrd/initrd-stuff/etc/machine-setup')
| -rw-r--r-- | initrd/initrd-stuff/etc/machine-setup | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/initrd/initrd-stuff/etc/machine-setup b/initrd/initrd-stuff/etc/machine-setup index ff5580e6..343a558c 100644 --- a/initrd/initrd-stuff/etc/machine-setup +++ b/initrd/initrd-stuff/etc/machine-setup @@ -6,7 +6,7 @@ # New settings are simply appended, so that they might # overwrite previously defined variables # -# Author(s): Dirk von Suchodoletz <dirk@goe.net>, 08-01-2006 +# Author(s): Dirk von Suchodoletz <dirk@goe.net>, 18-01-2006 # Blabla # Blub # @@ -45,6 +45,9 @@ start_sshd="yes" # start rwhod service (lan wide login and uptime list) start_rwhod="no" +# start log server (remote log servers could be passed via dhcp option) +start_syslog="yes" + # start cron service start_cron="no" @@ -54,14 +57,9 @@ 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" +# dbus, resource manager , hal (hardware abstraction layer) interoperate +# tighly. There might be little different solutions within each distro +start_dreshal="yes" # start alsa sound system start_alsasound="yes" |
