Use BLS fragment filename as menu entry id and for sort criterion

The BLS config filenames are guaranteed to be unique, so they can be
used as GRUB2 entry id and can also be used to sort the menu entries.

Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
This commit is contained in:
Javier Martinez Canillas 2018-07-02 14:42:57 +02:00
commit afb0baacd6
No known key found for this signature in database
GPG key ID: C751E590D63F3D69
252 changed files with 390 additions and 249 deletions

View file

@ -1,7 +1,7 @@
From 12312bfe1727a2992042436cb0f8c8ba1c69ee2f Mon Sep 17 00:00:00 2001
From: Matthew Garrett <mjg59@coreos.com>
Date: Sun, 9 Aug 2015 16:12:39 -0700
Subject: [PATCH 154/249] Rework linux command
Subject: [PATCH 154/250] Rework linux command
We want a single buffer that contains the entire kernel image in order to
perform a TPM measurement. Allocate one and copy the entire kernel into it