loongarch: grub: Fix hard coded "i386-pc" for grub module path

This commit is contained in:
Xi Ruoyao 2024-09-04 00:18:40 +08:00
parent 5f2246f968
commit 9d21a41996
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -205,7 +205,7 @@ EOF</userinput></screen>
The <command>grub-install</command> command has embedded some modules The <command>grub-install</command> command has embedded some modules
into the main <application>GRUB</application> image (installed into into the main <application>GRUB</application> image (installed into
the MBR or the GRUB BIOS partition) to access the other modules the MBR or the GRUB BIOS partition) to access the other modules
(in <filename class='directory'>/boot/grub/i386-pc</filename>) without (in <filename class='directory'>/boot/grub/loongarch64-efi</filename>) without
a chicken-or-egg issue, so with a typical configuration these two a chicken-or-egg issue, so with a typical configuration these two
modules are already embedded and those two <command>insmod</command> modules are already embedded and those two <command>insmod</command>
commands will do nothing. But they do no harm anyway, and they may commands will do nothing. But they do no harm anyway, and they may