mirror of
https://github.com/linuxboot/heads.git
synced 2025-02-13 22:21:55 +00:00
functions: remove DO_WITH_DEBUG call for kexec-parse-boot which redirects output to file used to show boot options in GUI
Thanks @3hhh for bug in PR bug report at https://github.com/linuxboot/heads/pull/1875#issuecomment-2580660074 This bug is present for all DO_WITH_DEBUG calls to functions redirecting output to file. Signed-off-by: Thierry Laurion <insurgo@riseup.net>
This commit is contained in:
parent
af59704bc5
commit
618ff26d28
@ -1176,7 +1176,7 @@ scan_boot_options() {
|
||||
|
||||
if [ -r $option_file ]; then rm $option_file; fi
|
||||
for i in $(find $bootdir -name "$config"); do
|
||||
DO_WITH_DEBUG kexec-parse-boot "$bootdir" "$i" >>$option_file
|
||||
kexec-parse-boot "$bootdir" "$i" >>$option_file
|
||||
done
|
||||
# FC29/30+ may use BLS format grub config files
|
||||
# https://fedoraproject.org/wiki/Changes/BootLoaderSpecByDefault
|
||||
|
Loading…
x
Reference in New Issue
Block a user