mirror of
https://github.com/systemd/systemd.git
synced 2025-03-11 20:58:27 +03:00
Merge pull request #32102 from YHNdnzj/efi-var-consistent
Trivial follow-up for hibernate-resume
This commit is contained in:
commit
9a937ea2a6
@ -599,6 +599,16 @@
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><varname>resume_offset=</varname></term>
|
||||
|
||||
<listitem><para>Configure the page offset of the swap space from the resume device. For details, see
|
||||
<citerefentry><refentrytitle>systemd-hibernate-resume-generator</refentrytitle><manvolnum>8</manvolnum></citerefentry>.
|
||||
</para>
|
||||
|
||||
<xi:include href="version-info.xml" xpointer="v254"/></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><varname>systemd.firstboot=</varname></term>
|
||||
|
||||
|
@ -523,7 +523,7 @@ int clear_efi_hibernate_location_and_warn(void) {
|
||||
if (r == -ENOENT)
|
||||
return 0;
|
||||
if (r < 0)
|
||||
return log_warning_errno(r, "Failed to clear EFI variable HibernateLocation: %m");
|
||||
return log_warning_errno(r, "Failed to clear HibernateLocation EFI variable: %m");
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user