# what modules should be unloaded during suspend/hibernate?
# note that this removes the module and all dependent modules, if possible.
SUSPEND_MODULES=""
 
# this variable is not used if the uswsusp package is installed
# we use s2ram instead in this case
HIBERNATE_RESUME_POST_VIDEO="no"

#######################################################################
# The following options require the uswsusp package being installed

# what options should be passed to s2ram? 
# see http://en.opensuse.org/S2ram for more information
# for hal 0.5.9 and up don't set this option to get the options supplied 
# by HAL
# S2RAM_OPTS=""

# where is the s2disk binary located? Defaults to "/usr/sbin/s2disk"
# (do not change unless you kow what you are doing)
# S2DISK_BIN=""

# which method should be used for suspend to disk?
# defaults to "autodetect" ("userspace" if s2disk is available, "kernel" otherwise)
# (do not change unless you kow what you are doing)
HIBERNATE_METHOD=""
