X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Flive-bottom%2F32disable_hibernation;h=8c9eb9a5fbb569a884c7d75bde8ee830a674b0ac;hb=ad5f39fff408a174a5b86194bf4fb7553dc212a1;hp=f77c66867d92e02e1861f169ccd28911ddc7aad8;hpb=aaef53af49f57c7feccb7ed2eb4297e730d0e7a6;p=live-boot-grml.git diff --git a/scripts/live-bottom/32disable_hibernation b/scripts/live-bottom/32disable_hibernation index f77c668..8c9eb9a 100755 --- a/scripts/live-bottom/32disable_hibernation +++ b/scripts/live-bottom/32disable_hibernation @@ -27,7 +27,7 @@ fi . /scripts/live-functions -log_begin_msg "Configuring power management..." +log_begin_msg "Configuring power management" # live-initramfs script @@ -42,9 +42,4 @@ then chroot /root sudo -u "${USERNAME}" gconftool-2 -s -t bool /apps/gnome-power-manager/general/can_hibernate false fi -if [ -d /root/usr/share/kubuntu-default-settings/kde-profile/default/share/config ] -then - echo "disableHibernate=1" >> /root/usr/share/kubuntu-default-settings/kde-profile/default/share/config/power-managerrc -fi - log_end_msg