Re: [PATCH] Use grub-file instead of mbchk to test multiboot header
Applied, thanks! Flavio Cruz, le ven. 06 janv. 2023 00:24:38 -0500, a ecrit: > mbchk is not part of grub2 and only available on grub-legacy. > --- > tests/Makefrag.am | 2 +- > tests/configfrag.ac| 2 +- > tests/{test-mbchk.in => test-multiboot.in}
[PATCH] Use grub-file instead of mbchk to test multiboot header
mbchk is not part of grub2 and only available on grub-legacy. --- tests/Makefrag.am | 2 +- tests/configfrag.ac| 2 +- tests/{test-mbchk.in => test-multiboot.in} | 8 3 files changed, 6 insertions(+), 6 deletions(-) rename tests/{test-mbch