mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 09:21:26 +03:00
Make hibernation test work for swap files
Suspend to disk works for swap files too (even if it is located on an ecrypted file system): https://www.kernel.org/doc/Documentation/power/swsusp-and-swap-files.txt
This commit is contained in:
parent
f49e8bc472
commit
0c6f1f4ea4
@ -206,7 +206,7 @@ static int hibernation_partition_size(size_t *size, size_t *used) {
|
||||
if (!d)
|
||||
return -ENOMEM;
|
||||
|
||||
if (!streq(type, "partition")) {
|
||||
if (!streq(type, "partition") && !streq(type, "file")) {
|
||||
log_debug("Partition %s has type %s, ignoring.", d, type);
|
||||
continue;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user