Clarify that grub files aren't used on s390x in man page

Signed-off-by: Robbie Harwood <rharwood@redhat.com>
This commit is contained in:
Robbie Harwood 2022-07-19 19:26:03 +00:00
parent 810b5eee5a
commit 29fb24f205
2 changed files with 6 additions and 2 deletions

View File

@ -145,7 +145,8 @@ the only items that can be updated is the kernel argument list, which is
modified via the \fB-\-args\fR and \fB-\-remove-args\fR options. If the
\fBALL\fR argument is used the variable \fB GRUB_CMDLINE_LINUX\fR in
\fB/etc/default/grub\fR is updated with the latest kernel argument list,
unless the \fB-\-no-etc-grub-update\fR option is used.
unless the \fB-\-no-etc-grub-update\fR option is used or the file does not
exist (e.g., on s390x).
.TP
\fB-\-zipl\fR

View File

@ -3,7 +3,7 @@
Name: grubby
Version: 8.40
Release: 61%{?dist}
Release: 62%{?dist}
Summary: Command line tool for updating bootloader configs
License: GPLv2+
Source1: grubby-bls
@ -83,6 +83,9 @@ fi
%{_mandir}/man8/grubby.8*
%changelog
* Tue Jul 19 2022 Robbie Harwood <rharwood@redhat.com> - 8.40-62
- Clarify that grub files aren't used on s390x in man page
* Wed Jun 22 2022 Robbie Harwood <rharwood@redhat.com> - 8.40-61
- Revert previous change