Linux Template Tweaking

Use kernel specific for virtualization

Use  linux-image-kvm kernel which is designed for KVM virtualization.

For example, in Ubuntu, you should execute following commands:

apt install linux-image-kvm
apt purge linux-image-generic
Clean up before publishing a template
# removes logs
journalctl --vacuum-size=1
# removes user history
history -c
(as root) rm /root/.bash_history

Custom OS Template (Linux)

Although DaDesktop maintains a number of popular Linux distros, there may be an occasion when a specific distro that is not available is required. DaDesktop are happy to support this for most mainline Linux distros. Please tell us where to download the ISO file and which server you want to publish the Custom OS template.