diff --git a/man/kernel-command-line.xml b/man/kernel-command-line.xml index 2226749148..28250a2720 100644 --- a/man/kernel-command-line.xml +++ b/man/kernel-command-line.xml @@ -599,6 +599,16 @@ + + resume_offset= + + Configure the page offset of the swap space from the resume device. For details, see + systemd-hibernate-resume-generator8. + + + + + systemd.firstboot= diff --git a/src/shared/hibernate-util.c b/src/shared/hibernate-util.c index 2e3f7cfb84..061b341075 100644 --- a/src/shared/hibernate-util.c +++ b/src/shared/hibernate-util.c @@ -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; }