1.0.83 release

This commit is contained in:
longpanda
2022-12-04 13:15:18 +08:00
parent c1d68bd787
commit e85c02756b
12 changed files with 11 additions and 9 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
INSTALL/EFI/BOOT/grub.efi Normal file

Binary file not shown.

Binary file not shown.

View File

@@ -2456,6 +2456,11 @@ else
vt_check_json_path_case $vtoy_iso_part
fi
if [ -n "$VTOY_MENU_LANGUAGE" ]; then
vt_load_menu_lang "$VTOY_MENU_LANGUAGE"
else
vt_load_menu_lang en_US
fi
if [ -n "$VTOY_MENU_TIMEOUT" ]; then
set timeout=$VTOY_MENU_TIMEOUT

View File

@@ -91,7 +91,8 @@ cd ../../
#tar menu txt & update menulang.cfg
cd $tmpmnt/grub/
echo "menuentry \"zh_CN - Chinese Simplified (<28><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>)\" --class=menu_lang_item --class=debug_menu_lang --class=F5tool {" >> menulang.cfg
vtlangtitle=$(grep VTMENU_LANGUAGE_NAME menu/zh_CN.json | awk -F\" '{print $4}')
echo "menuentry \"zh_CN - $vtlangtitle\" --class=menu_lang_item --class=debug_menu_lang --class=F5tool {" >> menulang.cfg
echo " vt_load_menu_lang zh_CN" >> menulang.cfg
echo "}" >> menulang.cfg