3ba6ddf1b2
* 0001-10_linux-Do-not-enable-BLSCFG-on-s390-emu.patch - Fix xen package contains debug_info files with the .module suffix by moving them to a separate xen-debug subpackage (bsc#1232573) OBS-URL: https://build.opensuse.org/package/show/Base:System/grub2?expand=0&rev=520
17 lines
370 B
Diff
17 lines
370 B
Diff
--- a/util/grub-install.c
|
|
+++ b/util/grub-install.c
|
|
@@ -1501,6 +1501,13 @@
|
|
|
|
grub_util_unlink (load_cfg);
|
|
|
|
+ if (1)
|
|
+ {
|
|
+ load_cfg_f = grub_util_fopen (load_cfg, "wb");
|
|
+ have_load_cfg = 1;
|
|
+ fprintf (load_cfg_f, "tpm_record_pcrs 0-9\n");
|
|
+ }
|
|
+
|
|
if (debug_image && debug_image[0])
|
|
{
|
|
load_cfg_f = grub_util_fopen (load_cfg, "wb");
|