Skip to content

Commit

Permalink
Revert "functions: remove DO_WITH_DEBUG call for kexec-parse-boot whi…
Browse files Browse the repository at this point in the history
…ch redirects output to file used to show boot options in GUI"

This reverts commit 618ff26.

This is not the proper way.

Signed-off-by: Thierry Laurion <insurgo@riseup.net>
  • Loading branch information
tlaurion committed Jan 13, 2025
1 parent 618ff26 commit 8f7b1c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion initrd/etc/functions
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8f7b1c4

Please sign in to comment.