From a42e72c2cb42b8ba6da866825d1ae590b104b1e8 Mon Sep 17 00:00:00 2001
From: Steve McIntyre <93sam@debian.org>
Date: Tue, 23 Aug 2022 22:35:47 +0100
Subject: [PATCH] Add serial to the signed grub efi images. Closes: #1013962

---
 debian/build-efi-images | 1 +
 debian/changelog        | 1 +
 2 files changed, 2 insertions(+)

diff --git a/debian/build-efi-images b/debian/build-efi-images
index 27fb8f397..95dbde48c 100755
--- a/debian/build-efi-images
+++ b/debian/build-efi-images
@@ -132,6 +132,7 @@ CD_MODULES="
 	search_fs_uuid
 	search_fs_file
 	search_label
+	serial
 	sleep
         smbios
 	squash4
diff --git a/debian/changelog b/debian/changelog
index a49121b26..e447fc12f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ grub2 (2.06-4) UNRELEASED; urgency=medium
     /etc/default/grub to make it easier for users to turn os-prober
     back on if they want it. Closes: #1013797, #1009336
   * Add smbios to the signed grub efi images. Closes: #1008106
+  * Add serial to the signed grub efi images. Closes: #1013962
   * grub2-common: Remove dependency on install-info, it's apparently
     not needed. Closes: #1013698
 
-- 
GitLab