d108ec594a
- Introduces a new package, grub2-x86_64-efi-bls, which includes a straightforward grubbls.efi file. This file can be copied to the EFI System Partition (ESP) along with boot fragments in the Boot Loader Specification (BLS) format * 0001-Streamline-BLS-and-improve-PCR-stability.patch - Fix crash in bli module (bsc#1226497) * 0001-bli-Fix-crash-in-get_part_uuid.patch - Rework package dependencies: grub2-common now includes common userland utilities and is required by grub2 platform packages. grub2 is now a meta package that pulls in the default platform package. OBS-URL: https://build.opensuse.org/request/show/1196023 OBS-URL: https://build.opensuse.org/package/show/Base:System/grub2?expand=0&rev=512
30 lines
1.5 KiB
Diff
30 lines
1.5 KiB
Diff
Index: grub-2.02~beta3/docs/grub.texi
|
|
===================================================================
|
|
--- grub-2.02~beta3.orig/docs/grub.texi
|
|
+++ grub-2.02~beta3/docs/grub.texi
|
|
@@ -32,15 +32,15 @@ Invariant Sections.
|
|
|
|
@dircategory Kernel
|
|
@direntry
|
|
-* GRUB: (grub). The GRand Unified Bootloader
|
|
-* grub-install: (grub)Invoking grub-install. Install GRUB on your drive
|
|
-* grub-mkconfig: (grub)Invoking grub-mkconfig. Generate GRUB configuration
|
|
-* grub-mkpasswd-pbkdf2: (grub)Invoking grub-mkpasswd-pbkdf2.
|
|
-* grub-mkrelpath: (grub)Invoking grub-mkrelpath.
|
|
-* grub-mkrescue: (grub)Invoking grub-mkrescue. Make a GRUB rescue image
|
|
-* grub-mount: (grub)Invoking grub-mount. Mount a file system using GRUB
|
|
-* grub-probe: (grub)Invoking grub-probe. Probe device information
|
|
-* grub-script-check: (grub)Invoking grub-script-check.
|
|
+* GRUB2: (grub2). The GRand Unified Bootloader
|
|
+* grub2-install: (grub2)Invoking grub-install. Install GRUB on your drive
|
|
+* grub2-mkconfig: (grub2)Invoking grub-mkconfig. Generate GRUB configuration
|
|
+* grub2-mkpasswd-pbkdf2: (grub2)Invoking grub-mkpasswd-pbkdf2.
|
|
+* grub2-mkrelpath: (grub2)Invoking grub-mkrelpath.
|
|
+* grub2-mkrescue: (grub2)Invoking grub-mkrescue. Make a GRUB rescue image
|
|
+* grub2-mount: (grub2)Invoking grub-mount. Mount a file system using GRUB
|
|
+* grub2-probe: (grub2)Invoking grub-probe. Probe device information
|
|
+* grub2-script-check: (grub2)Invoking grub-script-check.
|
|
@end direntry
|
|
|
|
@setchapternewpage odd
|