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:
parent
810b5eee5a
commit
29fb24f205
3
grubby.8
3
grubby.8
@ -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
|
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
|
\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,
|
\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
|
.TP
|
||||||
\fB-\-zipl\fR
|
\fB-\-zipl\fR
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: grubby
|
Name: grubby
|
||||||
Version: 8.40
|
Version: 8.40
|
||||||
Release: 61%{?dist}
|
Release: 62%{?dist}
|
||||||
Summary: Command line tool for updating bootloader configs
|
Summary: Command line tool for updating bootloader configs
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Source1: grubby-bls
|
Source1: grubby-bls
|
||||||
@ -83,6 +83,9 @@ fi
|
|||||||
%{_mandir}/man8/grubby.8*
|
%{_mandir}/man8/grubby.8*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Jun 22 2022 Robbie Harwood <rharwood@redhat.com> - 8.40-61
|
||||||
- Revert previous change
|
- Revert previous change
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user