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