2 printf "$(tput setaf 4) ->$(tput sgr0; tput bold) %s$(tput sgr0)\n" \
3 'NOTE: You can create persistence images for ventoy with the "ventoy-persistent" command,'
4 printf "$(tput setaf 4) ->$(tput sgr0; tput bold) %s$(tput sgr0)\n" \
5 ' and losslessly expand persistence ".dat" files using "ventoy-extend-persistent",'
6 printf "$(tput setaf 4) ->$(tput sgr0; tput bold) %s$(tput sgr0)\n" \
7 ' which are shortcuts to "/opt/ventoy/CreatePersistentImg.sh" and'
8 printf "$(tput setaf 4) ->$(tput sgr0; tput bold) %s$(tput sgr0)\n" \
9 ' "/opt/ventoy/ExtendPersistentImg.sh", respectively.'
10 printf "$(tput setaf 4) ->$(tput sgr0; tput bold) %s$(tput sgr0)\n" \
11 ' (See https://www.ventoy.net/en/plugin_persistence.html for documentation.)'