summaryrefslogtreecommitdiffstats
path: root/initramfs
diff options
context:
space:
mode:
authorDirk von Suchodoletz2009-02-20 20:19:39 +0100
committerDirk von Suchodoletz2009-02-20 20:19:39 +0100
commitf934cb3fae0499dade525ab592d88029f857ce00 (patch)
treeed623ed769d5ece33749a97abe678f9d95fba11e /initramfs
parent * add new vmchooser binary (diff)
downloadcore-f934cb3fae0499dade525ab592d88029f857ce00.tar.gz
core-f934cb3fae0499dade525ab592d88029f857ce00.tar.xz
core-f934cb3fae0499dade525ab592d88029f857ce00.zip
Fix for SuSE11.1 configuration ...
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2628 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initramfs')
-rw-r--r--initramfs/distro-specs/suse/functions-11.19
1 files changed, 8 insertions, 1 deletions
diff --git a/initramfs/distro-specs/suse/functions-11.1 b/initramfs/distro-specs/suse/functions-11.1
index 23a31e48..2e36c378 100644
--- a/initramfs/distro-specs/suse/functions-11.1
+++ b/initramfs/distro-specs/suse/functions-11.1
@@ -26,9 +26,16 @@
# start portmapper (needed at least for nfs and nis services)
config_portmap () {
# portmap is provided via rpcbind in suse 11.1
+ testmkd /mnt/var/lib/rpcbind
rllinker "rpcbind" 4 5
}
-
+# acpi and powersave daemons, required e.g. to shutdown the machine via
+# power button, no need for early start
+config_acpi () {
+rllinker acpid 22 12
+# dbus is required to run acpid and powersaved
+start_dreshal="yes"
+}
# configure dbus (inter application communication for kde and gnome), hal
# (hardware abstraction layer - used e.g. by powersaved)
config_dreshal () {