diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/shared/sleep-config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/sleep-config.c b/src/shared/sleep-config.c index d068bfce3c..2bb0493812 100644 --- a/src/shared/sleep-config.c +++ b/src/shared/sleep-config.c @@ -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; } |