Skip to content

Commit 84ce5d6

Browse files
Alexey Makhalovsshedi
Alexey Makhalov
authored andcommitted
grub2: generate grub2-efi-image at build time
To eliminate human factor for crafting and signin this image. Extras: - remove several unneeded patches Change-Id: I78419b911afd2c8ec2a915e7007917e6870b0a36 Signed-off-by: Alexey Makhalov <[email protected]> Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/19822 Tested-by: gerrit-photon <[email protected]> Reviewed-by: Shreenidhi Shedi <[email protected]>
1 parent f8a597e commit 84ce5d6

11 files changed

+348
-838
lines changed

SPECS/grub2/fedora.patches

+327
Large diffs are not rendered by default.

SPECS/grub2/fedora/0024-Don-t-say-GNU-Linux-in-generated-menus.patch

-85
This file was deleted.

SPECS/grub2/fedora/0026-Don-t-require-a-password-to-boot-entries-generated-b.patch

+3-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ When we set a password, we just want that to mean you can't /edit/ an entry.
99
Resolves: rhbz#1030176
1010

1111
Signed-off-by: Peter Jones <[email protected]>
12+
[AM: fix conflict]
13+
Signed-off-by: Alexey Makhalov <[email protected]>
1214
---
1315
util/grub.d/10_linux.in | 2 +-
1416
1 file changed, 1 insertion(+), 1 deletion(-)
@@ -25,4 +27,4 @@ index 4a499c53a6..cf8d118698 100644
2527
+CLASS="--class gnu-linux --class gnu --class os --unrestricted"
2628

2729
if [ "x${GRUB_DISTRIBUTOR}" = "x" ] ; then
28-
OS="$(sed 's, release .*$,,g' /etc/system-release)"
30+
OS=GNU/Linux

SPECS/grub2/fedora/0029-Generate-OS-and-CLASS-in-10_linux-from-etc-os-releas.patch

-29
This file was deleted.

SPECS/grub2/fedora/0030-Minimize-the-sort-ordering-for-.debug-and-rescue-ker.patch

-30
This file was deleted.

SPECS/grub2/fedora/0034-tcp-add-window-scaling-support.patch

-87
This file was deleted.

SPECS/grub2/fedora/0096-Add-a-version-command.patch

-134
This file was deleted.

0 commit comments

Comments
 (0)