mirror of
https://src.fedoraproject.org/rpms/grub2.git
synced 2024-11-24 06:22:43 +00:00
Fixed some typos in grub-install.8 man page
This commit is contained in:
parent
fac1a22c9e
commit
5a625020e2
2 changed files with 9 additions and 7 deletions
|
@ -44,7 +44,7 @@ Replace a bunch of machine generated ones with ones that look nicer.
|
|||
util/grub-file.1 | 165 ++++++++++++++++++++++++++++++++++++++
|
||||
util/grub-fstest.1 | 99 +++++++++++++++++++++++
|
||||
util/grub-glue-efi.1 | 31 +++++++
|
||||
util/grub-install.8 | 129 +++++++++++++++++++++++++++++
|
||||
util/grub-install.8 | 128 +++++++++++++++++++++++++++++
|
||||
util/grub-kbdcomp.1 | 19 +++++
|
||||
util/grub-macbless.1 | 22 +++++
|
||||
util/grub-menulst2cfg.1 | 12 +++
|
||||
|
@ -943,7 +943,7 @@ new file mode 100644
|
|||
index 00000000000..76272a39d2e
|
||||
--- /dev/null
|
||||
+++ b/util/grub-install.8
|
||||
@@ -0,0 +1,129 @@
|
||||
@@ -0,0 +1,128 @@
|
||||
+.TH GRUB-INSTALL 1 "Wed Feb 26 2014"
|
||||
+.SH NAME
|
||||
+\fBgrub-install\fR \(em Install GRUB on a device.
|
||||
|
@ -1060,12 +1060,11 @@ index 00000000000..76272a39d2e
|
|||
+
|
||||
+.TP
|
||||
+\fB--bootloader-id\fR=\fIID\fR
|
||||
+Use \fIID\fR as the bootloader ID. This opption is only available on the EFI target platform.
|
||||
+Use \fIID\fR as the bootloader ID. This option is only available on the EFI target platform.
|
||||
+
|
||||
+.TP
|
||||
+\fB--efi-directory\fR=\fIDIR\fR
|
||||
+Use \fIDIR\fR as the EFI System Partition root. This opption is only available on the EFI ta
|
||||
+rget platform.
|
||||
+Use \fIDIR\fR as the EFI System Partition root. This option is only available on the EFI target platform.
|
||||
+
|
||||
+.TP
|
||||
+\fIINSTALL_DEVICE\fR
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
Name: grub2
|
||||
Epoch: 1
|
||||
Version: 2.04
|
||||
Release: 31%{?dist}
|
||||
Release: 32%{?dist}
|
||||
Summary: Bootloader with support for Linux, Multiboot and more
|
||||
License: GPLv3+
|
||||
URL: http://www.gnu.org/software/grub/
|
||||
|
@ -516,6 +516,9 @@ rm -r /boot/grub2.tmp/ || :
|
|||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Nov 12 2020 Peter Hazenberg <fedoraproject@haas-en-berg.nl> - 2.04-32
|
||||
- Fixed some typos in grub-install.8 man page
|
||||
|
||||
* Mon Aug 31 2020 Javier Martinez Canillas <javierm@redhat.com> - 2.04-31
|
||||
- Roll over TFTP block counter to prevent timeouts with data packets
|
||||
Resolves: rhbz#1869335
|
||||
|
|
Loading…
Reference in a new issue