Volumio Debian Buster Beta - Raspi images debugging

@ashthespy @macmpi AFAIK the fake packages currently are not installed by default, but the packages are just put on hold.

So probably it would be necessary to include downloading and installing the fake packages into Volumio’s setup process for Raspberry Pis:
wget https://repo.volumio.org/Volumio2/Binaries/arm/libraspberrypi0_0.0.1_all.deb
wget https://repo.volumio.org/Volumio2/Binaries/arm/raspberrypi-bootloader_0.0.1_all.deb
wget https://repo.volumio.org/Volumio2/Binaries/arm/raspberrypi-kernel_0.0.1_all.deb
sudo dpkg -i libraspberrypi0_0.0.1_all.deb
sudo dpkg -i raspberrypi-bootloader_0.0.1_all.deb
sudo dpkg -i raspberrypi-kernel_0.0.1_all.deb