Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.kernel > #57614
| From | Ben Hutchings <ben@decadent.org.uk> |
|---|---|
| Newsgroups | linux.debian.kernel |
| Subject | [PATCH initramfs-tools 4/9] initramfs.conf(5): Document the RESUME variable |
| Date | 2017-04-21 05:40 +0200 |
| Message-ID | <tyxAm-Ku-3@gated-at.bofh.it> (permalink) |
| References | <tyxAm-Ku-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
[Multipart message — attachments visible in raw view] - view raw
It's already mentioned in other manual pages, but not in the most obvious one. Signed-off-by: Ben Hutchings <ben@decadent.org.uk> --- initramfs.conf.5 | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/initramfs.conf.5 b/initramfs.conf.5 index 184001ca98c2..4d142dd0950a 100644 --- a/initramfs.conf.5 +++ b/initramfs.conf.5 @@ -74,6 +74,14 @@ Allows one to use an nfs drive as the root of the drive. The default is to boot from \fIlocal\fP media (hard drive, USB stick). Set to \fInfs\fP for an NFS root share. +.SH VARIABLES FOR LOCAL BOOT +.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, +.B mkinitramfs +will automatically select the largest available swap partition. + .SH VARIABLES FOR NFS BOOT .TP \fB DEVICE
Back to linux.debian.kernel | Previous | Next | Find similar | Unroll thread
[PATCH initramfs-tools 4/9] initramfs.conf(5): Document the RESUME variable Ben Hutchings <ben@decadent.org.uk> - 2017-04-21 05:40 +0200
csiph-web