From 29fb24f2057b0f4a9228f9faef65bb7198756424 Mon Sep 17 00:00:00 2001 From: Robbie Harwood Date: Jul 19 2022 19:26:03 +0000 Subject: Clarify that grub files aren't used on s390x in man page Signed-off-by: Robbie Harwood --- diff --git a/grubby.8 b/grubby.8 index 314c4f8..e9a8e7b 100644 --- a/grubby.8 +++ b/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 \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 diff --git a/grubby.spec b/grubby.spec index c2fdb2f..995771b 100644 --- a/grubby.spec +++ b/grubby.spec @@ -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 - 8.40-62 +- Clarify that grub files aren't used on s390x in man page + * Wed Jun 22 2022 Robbie Harwood - 8.40-61 - Revert previous change