We currently migrate to MediaWiki from our old installation, but not all content has been migrated yet. Take a look at the Wiki Team page for instructions how to help or browse through our new wiki at wiki.linux-vserver.org to find the information already migrated.
create following under /sbin/vinit (add the ip's you want)
#!/bin/sh exec /sbin/chbind --ip 10.20.20.10/16 --bcast 10.20.255.255 -- /sbin/init $@
chmod +x /sbin/vinit
and then add init=/sbin/init to the kernel boot options (append= with Lilo)