# deploy dom0 kernels todo - go for memory stick support kernel flavor this is how we deploy it on a XEN/DRBD convergent farm ver=5.18.19 cd / wget https://lab.nethence.com/nunux/dom0/5.18.19.config wget https://lab.nethence.com/nunux/dom0/5.18.19.vmlinuz ln -sf 5.18.19.vmlinuz vmlinuz cd /lib/modules/ # no exist ls -ldF $ver/ wget https://lab.nethence.com/nunux/dom0/5.18.19.modules.tar.gz tar xzf 5.18.19.modules.tar.gz rm -f 5.18.19.modules.tar.gz cd /usr/src/ TBD depmod -a $ver reboot