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