06-21-2022, 04:41 PM
(04-30-2022, 12:18 AM)longpanda Wrote: It has been noted in the document: https://www.ventoy.net/en/plugin_grubmenu.html (Special Build-in Variable)
You can just use vtoy_iso_part variable as follows:
Code:menuentry 'Read VERSIONS.txt' --class=F5tool {
cat $vtoy_iso_part/VERSIONS.txt
echo -e "\nPress ENTER to exit..."
read vtInputKey
}
Sorry for the late reply, I had forgotten about this. Thanks, this solution works perfectly .