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 <insurgo@riseup.net>
This commit is contained in:
Thierry Laurion 2025-01-13 10:50:42 -05:00
parent 618ff26d28
commit 8f7b1c4128
No known key found for this signature in database
GPG Key ID: 9A53E1BB3FF00461

View File

@ -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