X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/Ventoy.git/blobdiff_plain/83f22173a55072e3c86286cfe613565dd7a85a87..102b179cd99ebffd9372ca52b18c1b2d8f4e2fb7:/INSTALL/grub/hwinfo.cfg diff --git a/INSTALL/grub/hwinfo.cfg b/INSTALL/grub/hwinfo.cfg index 197fa55..cee2774 100644 --- a/INSTALL/grub/hwinfo.cfg +++ b/INSTALL/grub/hwinfo.cfg @@ -1,4 +1,4 @@ -menuentry '@VTMENU_HWINFO' --class=debug_hwinfo --class=F5tool { +menuentry "$VTLANG_HWINFO" --class=debug_hwinfo --class=F5tool { smbios -t 4 -s 0x10 --set=cpu_brand set system_vendor="-"; @@ -56,6 +56,6 @@ menuentry '@VTMENU_HWINFO' --class=debug_hwinfo --class=F5tool { echo "BIOS ROM Size $bios_size" - echo -ven "\n\n\n" "VTMENU_ENTER_EXIT ..." + echo -en "\n\n\n$VTLANG_ENTER_EXIT ..." read vtInputKey }