From f934cb3fae0499dade525ab592d88029f857ce00 Mon Sep 17 00:00:00 2001 From: Dirk von Suchodoletz Date: Fri, 20 Feb 2009 19:19:39 +0000 Subject: Fix for SuSE11.1 configuration ... git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2628 95ad53e4-c205-0410-b2fa-d234c58c8868 --- initramfs/distro-specs/suse/functions-11.1 | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'initramfs') 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 () { -- cgit v1.2.3-55-g7522