You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
calculate-utils-1/install/profile/5compatible/usr/share/hal/fdi/policy/10osvendor/98-no-hibernate-livecd.fdi?...

11 lines
344 B

<?xml version="1.0" encoding="UTF-8"?> <!-- -*- SGML -*- -->
<deviceinfo version="0.2">
<device>
<match key="info.interfaces" contains="org.freedesktop.Hal.Device.SystemPowerManagement">
<!--Disable hibernate for livecd-->
<merge key="power_management.can_hibernate" type="bool">false</merge>
</match>
</device>
</deviceinfo>