So, I just did some debugging for the droopy problem:
the problem is the FAT32 filesystem of the USB stick. There should be a note to the howto, that IF you move your filesystem to an USB stick with fat32, you should also run the following command
Then it should work like expected
the problem is the FAT32 filesystem of the USB stick. There should be a note to the howto, that IF you move your filesystem to an USB stick with fat32, you should also run the following command
sudo sed -i 's|DROOPY_USE_USER="yes"|DROOPY_USE_USER="no"|' /opt/piratebox/conf/piratebox.conf sudo systemctl restart piratebox.service
Then it should work like expected