Automate running ZeroShell (http://zeroshell.org) under Xen (Linode in particular)
If you’re asking yourself how to run ZeroShell on Linode (or Xen in general)
I’ve got an answer for you, an automted script for installation.
Biggest problem with ZeroShell 3.2.1 is that it does not have Xen support
compiled in. So we need to recompile a kernel. Another thing is that
Linode pv-grub only supports /boot/grub/menu.lst file, which we need to
create on the root filesystem. And Linode does not like multipartitioned disks.
This is not an official Google product.
zeroshell-linode
Automate running ZeroShell (http://zeroshell.org) under Xen (Linode in particular)
If you’re asking yourself how to run ZeroShell on Linode (or Xen in general) I’ve got an answer for you, an automted script for installation.
Biggest problem with ZeroShell 3.2.1 is that it does not have Xen support compiled in. So we need to recompile a kernel. Another thing is that Linode pv-grub only supports /boot/grub/menu.lst file, which we need to create on the root filesystem. And Linode does not like multipartitioned disks.
Installation ZeroShell 3.2.1 onto Linode
Just for reference here are instructions from Linode: https://www.linode.com/docs/tools-reference/custom-kernels-distros/run-a-custom-compiled-kernel-with-pvgrub
I would expect that you’ve read Linode documentation and know the basics.