mirror of
https://github.com/linuxboot/heads.git
synced 2025-02-10 12:51:09 +00:00
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:
parent
618ff26d28
commit
8f7b1c4128
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user