From 8f7b1c41283a3b518ba3f171fa01721d86a88f68 Mon Sep 17 00:00:00 2001 From: Thierry Laurion Date: Mon, 13 Jan 2025 10:50:42 -0500 Subject: [PATCH] Revert "functions: remove DO_WITH_DEBUG call for kexec-parse-boot which redirects output to file used to show boot options in GUI" This reverts commit 618ff26d28edd55faf498563d293842f41124c71. This is not the proper way. Signed-off-by: Thierry Laurion --- initrd/etc/functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/initrd/etc/functions b/initrd/etc/functions index db56d3d5..4da1087a 100644 --- a/initrd/etc/functions +++ b/initrd/etc/functions @@ -1176,7 +1176,7 @@ scan_boot_options() { if [ -r $option_file ]; then rm $option_file; fi for i in $(find $bootdir -name "$config"); do - kexec-parse-boot "$bootdir" "$i" >>$option_file + DO_WITH_DEBUG kexec-parse-boot "$bootdir" "$i" >>$option_file done # FC29/30+ may use BLS format grub config files # https://fedoraproject.org/wiki/Changes/BootLoaderSpecByDefault