summaryrefslogtreecommitdiff
path: root/initramfs.conf.5
diff options
context:
space:
mode:
authorBen Hutchings <ben@decadent.org.uk>2017-04-20 22:22:27 +0100
committerBen Hutchings <ben@decadent.org.uk>2017-04-21 03:50:51 +0100
commit8108a17189c631a6cf29845d23ec43a13edbc1d4 (patch)
treee4ee4ca32a0baeb94337b71ee1079bef547297e3 /initramfs.conf.5
parent433e1ca0ab9b4102bfc7c983d7061fee9bf02d2d (diff)
Support requesting automatic selection of resume device with RESUME=auto
For now, this is effectively the same as setting RESUME to empty or not setting it. Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Diffstat (limited to 'initramfs.conf.5')
-rw-r--r--initramfs.conf.53
1 files changed, 2 insertions, 1 deletions
diff --git a/initramfs.conf.5 b/initramfs.conf.5
index c0d778c..b4eea70 100644
--- a/initramfs.conf.5
+++ b/initramfs.conf.5
@@ -78,7 +78,8 @@ Set to \fInfs\fP for an NFS root share.
.TP
\fB RESUME
Specifies the device used for suspend-to-disk (hibernation), which the
-initramfs code should attempt to resume from. If this is not defined,
+initramfs code should attempt to resume from. If this is not defined
+or is set to \fIauto\fP,
.B mkinitramfs
will automatically select the largest available swap partition.
Set it to \fInone\fP to disable resume from disk.