X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/Ventoy.git/blobdiff_plain/511b8091ebc60586efef0e3d07205f6b5bc49345..d9182dbfa4fde93adb0b038d3d66f2d68e55cefd:/INSTALL/grub/hwinfo.cfg diff --git a/INSTALL/grub/hwinfo.cfg b/INSTALL/grub/hwinfo.cfg index a72daad..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 -e "\n\n\npress ENTER to exit ..." + echo -en "\n\n\n$VTLANG_ENTER_EXIT ..." read vtInputKey }