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
37 lines
1.1 KiB
Diff
37 lines
1.1 KiB
Diff
From 031abf80020b2fa75850d6e09f4489b687a5cb19 Mon Sep 17 00:00:00 2001
|
|
From: Jiri Slaby <jirislaby@gmail.com>
|
|
Date: Sun, 24 Jun 2012 15:40:40 +0200
|
|
Subject: [PATCH] rename grub info file to grub2
|
|
|
|
Signed-off-by: Jiri Slaby <jirislaby@gmail.com>
|
|
|
|
From: Andrey Borzenkov <arvidjaar@gmail.com>
|
|
Do not rename file here. quilt does not support it and creates the
|
|
whole file if patch needs refreshing. It means that to regenerate two
|
|
files - Makefile.core.am and Makefile.util.am - it may be necessary to
|
|
manually rename it.
|
|
---
|
|
|
|
--- a/docs/Makefile.am
|
|
+++ b/docs/Makefile.am
|
|
@@ -1,7 +1,7 @@
|
|
AUTOMAKE_OPTIONS = subdir-objects
|
|
|
|
# AM_MAKEINFOFLAGS = --no-split --no-validate
|
|
-info_TEXINFOS = grub.texi grub-dev.texi
|
|
+info_TEXINFOS = grub2.texi grub-dev.texi
|
|
grub_TEXINFOS = fdl.texi
|
|
|
|
EXTRA_DIST = font_char_metrics.png font_char_metrics.txt
|
|
--- a/docs/grub.texi
|
|
+++ b/docs/grub.texi
|
|
@@ -1,7 +1,7 @@
|
|
\input texinfo
|
|
@c -*-texinfo-*-
|
|
@c %**start of header
|
|
-@setfilename grub.info
|
|
+@setfilename grub2.info
|
|
@include version.texi
|
|
@settitle GNU GRUB Manual @value{VERSION}
|
|
@c Unify all our little indices for now.
|