summaryrefslogtreecommitdiffstats
path: root/initrd/distro-specs/suse/functions-10.0
diff options
context:
space:
mode:
Diffstat (limited to 'initrd/distro-specs/suse/functions-10.0')
-rw-r--r--initrd/distro-specs/suse/functions-10.08
1 files changed, 2 insertions, 6 deletions
diff --git a/initrd/distro-specs/suse/functions-10.0 b/initrd/distro-specs/suse/functions-10.0
index 5dc40141..1d53cda6 100644
--- a/initrd/distro-specs/suse/functions-10.0
+++ b/initrd/distro-specs/suse/functions-10.0
@@ -34,12 +34,8 @@ return $result
# acpi and powersave have changed
config_acpi () {
-local start_acpi=10
-local stop_acpi=12
-local start_powersave=11
-local stop_powersave=11
-rllinker acpid "$start_acpi" "$stop_acpi"
-rllinker powersaved "$start_powersave" "$stop_powersave"
+rllinker acpid "10" "12"
+rllinker powersaved "11" "11"
}
# configure dbus (inter application communication for kde and gnome), hal