+function ventoy_vcfg_proc {
+ if vt_check_custom_boot "${1}" vt_vcfg; then
+ set vtoy_chosen_path="${1}"
+ vt_file_basefile "${vtoy_chosen_path}" vtoy_chosen_file
+
+ export vtoy_chosen_path
+ export vtoy_chosen_file
+ ventoy_debug_pause
+ configfile "${vtoy_iso_part}${vt_vcfg}"
+ true
+ else
+ false
+ fi
+}
+