]> glassweightruler.freedombox.rocks Git - Ventoy.git/commitdiff
Fix the Memdisk/WIMBOOT mode/... tip message display error
authorlongpanda <admin@ventoy.net>
Fri, 18 Jun 2021 02:41:41 +0000 (10:41 +0800)
committerlongpanda <admin@ventoy.net>
Fri, 18 Jun 2021 02:41:41 +0000 (10:41 +0800)
When VTOY_DEFAULT_IMAGE was set to F6>xxxx, if you press F1 or ctrl+w, the tip message will show ??

INSTALL/grub/grub.cfg

index 12ae6d02908916da0faaaa12ba7d1d86746c319a..2ea258592e9d8ba2f11d521113f7c7798377f2fa 100644 (file)
@@ -1977,6 +1977,12 @@ export vtoy_efi_part
 export VENTOY_VERSION
 export VTOY_CUR_VIDEO_MODE
 export VTOY_EFI_ARCH
+export VTOY_MEM_DISK_STR
+export VTOY_ISO_RAW_STR
+export VTOY_GRUB2_MODE_STR
+export VTOY_WIMBOOT_MODE_STR
+export VTOY_ISO_UEFI_DRV_STR
+
 
 #special VTOY_DEFAULT_IMAGE process
 if [ -n "$VTOY_DEFAULT_IMAGE" ]; then