Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.kernel > #57620
| From | Ben Hutchings <ben@decadent.org.uk> |
|---|---|
| Newsgroups | linux.debian.kernel |
| Subject | [PATCH initramfs-tools 9/9] NEWS: Add entry explaining the need for RESUME=none on some systems |
| Date | 2017-04-21 05:40 +0200 |
| Message-ID | <tyxAm-Ku-17@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
Closes: #860403 Signed-off-by: Ben Hutchings <ben@decadent.org.uk> --- debian/NEWS | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/debian/NEWS b/debian/NEWS index e862c6144ba9..78a0c6856edc 100644 --- a/debian/NEWS +++ b/debian/NEWS @@ -1,3 +1,24 @@ +initramfs-tools (0.129) unstable; urgency=medium + + * Some systems that do not support suspend-to-disk (hibernation) will + require a configuration change to explicitly disable this. + + From version 0.128, the boot code waits for a suspend/resume device + to appear, rather than checking just once. If the configured or + automatically selected resume device is not available at boot time, + this results in a roughly 30 second delay. + + You should set the RESUME variable in + /etc/initramfs-tools/conf.d/resume or + /etc/initramfs-tools/initramfs.conf to one of: + + - auto - select the resume device automatically + - none - disable use of a resume device + - UUID=<uuid> - use a specific resume device (by UUID) + - /dev/<name> - use a specific resume device (by kernel name) + + -- Ben Hutchings <ben@decadent.org.uk> Thu, 20 Apr 2017 23:21:32 +0100 + initramfs-tools (0.121~rc1) unstable; urgency=medium * If initramfs-tools is configured to use busybox but it is not
Back to linux.debian.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH initramfs-tools 0/9] Fix resume device configuration Ben Hutchings <ben@decadent.org.uk> - 2017-04-21 05:40 +0200
[PATCH initramfs-tools 1/9] hooks/resume: Use correct sort options to select the biggest swap partition Ben Hutchings <ben@decadent.org.uk> - 2017-04-21 05:40 +0200
[PATCH initramfs-tools 3/9] Support setting of RESUME in initramfs.conf or anywhere in conf.d/ Ben Hutchings <ben@decadent.org.uk> - 2017-04-21 05:40 +0200
[PATCH initramfs-tools 6/9] Allow disabling resume from disk at build time by setting RESUME=none Ben Hutchings <ben@decadent.org.uk> - 2017-04-21 05:40 +0200
[PATCH initramfs-tools 5/9] hooks/resume: Check for chroot earlier Ben Hutchings <ben@decadent.org.uk> - 2017-04-21 05:40 +0200
[PATCH initramfs-tools 9/9] NEWS: Add entry explaining the need for RESUME=none on some systems Ben Hutchings <ben@decadent.org.uk> - 2017-04-21 05:40 +0200
[PATCH initramfs-tools 2/9] initramfs.conf(5): Clean up split between general and NFS variables Ben Hutchings <ben@decadent.org.uk> - 2017-04-21 05:40 +0200
[PATCH initramfs-tools 7/9] Support requesting automatic selection of resume device with RESUME=auto Ben Hutchings <ben@decadent.org.uk> - 2017-04-21 05:40 +0200
[PATCH initramfs-tools 8/9] hooks/resume: Report when we might be doing something surprising Ben Hutchings <ben@decadent.org.uk> - 2017-04-21 05:40 +0200
Re: [PATCH initramfs-tools 0/9] Fix resume device configuration Martin Steigerwald <martin@lichtvoll.de> - 2017-04-21 11:10 +0200
Re: [PATCH initramfs-tools 0/9] Fix resume device configuration Ben Hutchings <ben@decadent.org.uk> - 2017-04-21 17:20 +0200
Re: [PATCH initramfs-tools 0/9] Fix resume device configuration Michael Prokop <mika@debian.org> - 2017-04-21 14:30 +0200
Re: [PATCH initramfs-tools 0/9] Fix resume device configuration Bjørn Mork <bjorn@mork.no> - 2017-04-24 09:50 +0200
Re: [PATCH initramfs-tools 0/9] Fix resume device configuration Ben Hutchings <ben@decadent.org.uk> - 2017-04-26 05:40 +0200
csiph-web