]> glassweightruler.freedombox.rocks Git - Ventoy.git/blobdiff - INSTALL/grub/hwinfo.cfg
1.1.07 release
[Ventoy.git] / INSTALL / grub / hwinfo.cfg
index 3d3be5ac45daa4fcd83d148ba07d9de46b250f90..cee2774bfd420186e8eeb22f37dfe6cbe5bc4198 100644 (file)
@@ -1,4 +1,4 @@
-menuentry 'Hardware Information' --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 'Hardware Information' --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
 }