Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to find the flash drive in GRUB for a cat command?
#2
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
}
Reply


Messages In This Thread
RE: How to find the flash drive in GRUB for a cat command? - by longpanda - 04-30-2022, 12:18 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)