X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Flive-bottom%2F32disable_hibernation;fp=scripts%2Fcasper-bottom%2F32disable_hibernation;h=813abede228ba56defcafa0bfda4fe86fa38522e;hb=9fc9e2a1a11b0edada38cb501fefe4f58aa414ac;hp=ae4badd2f16fdda8191b6d3e3f06d97563c8705e;hpb=4bdaa2237c6ae923d1dd068e9024ebceca3f40d9;p=live-boot-grml.git diff --git a/scripts/casper-bottom/32disable_hibernation b/scripts/live-bottom/32disable_hibernation similarity index 92% rename from scripts/casper-bottom/32disable_hibernation rename to scripts/live-bottom/32disable_hibernation index ae4badd..813abed 100755 --- a/scripts/casper-bottom/32disable_hibernation +++ b/scripts/live-bottom/32disable_hibernation @@ -3,7 +3,7 @@ PREREQ="" DESCRIPTION="Configuring power management..." -. /scripts/casper-functions +. /scripts/live-functions prereqs() { @@ -23,7 +23,7 @@ log_begin_msg "$DESCRIPTION" gpm_version=$(chroot /root /usr/bin/dpkg-query -W --showformat='${Version}' gnome-power-manager 2>/dev/null) || panel_version="" if [ -n "$gpm_version" ]; then -# casper-reconfigure /root gnome-power-manager +# live-reconfigure /root gnome-power-manager chroot /root sudo -u "$USERNAME" gconftool-2 -s -t bool /apps/gnome-power-manager/can_hibernate false chroot /root sudo -u "$USERNAME" gconftool-2 -s -t bool /apps/gnome-power-manager/can_suspend false fi