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