Once the ArchivistaBox is set up, desktop.sh can be used to implement your own customizations. Here is an example. If all icons on the desktop are to be removed, this can be implemented using the following program:
#!/bin/bash rm -f /home/archivista/Desktop/*
After creation the program needs execution rights:
chmod a+x /home/data/archivista/cust/desktop.sh
On the next reboot, the desktop icons will no longer appear, as the desktop.sh program now removes them before starting the graphical server.
The desktop.sh program is responsible for all actions desired before starting the graphical interface, but also before starting the network.