I just wanted an icon or two for VM's and not the whole banner and icon 'repo concept' of spaceinvader one's great work.  So I made a very simple script that copies any PNG file in the root of the flash drive.  Same exact steps to install the script just made it instead be: #!/bin/bash # this script copies all png files from flash drive to vm icon folder rsync -a /boot/*.png /usr/local/emhttp/plugins/dynamix.vm.manager/templates/images if you want a bit more of a robust script with error
    • Thanks
    1