1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
# hibernate.conf is split into separate configuration files.
#
# Each file is tried in the order below, until an available suspend
# method is found.
#
# Options specific to a particular suspend method should be placed in the
# appropriate configuration file (suspend2.conf, ususpend.conf, disk.conf
# or ram.conf).
# Options common to all suspend methods should be placed in common.conf.
#
# See hibernate.conf(5) for help on the configuration items.
TryMethod suspend2.conf
TryMethod disk.conf
TryMethod ram.conf
|