Open main menu

OpenVZ Virtuozzo Containers Wiki β

Changes

User:Dusty/Debian template creation

12 bytes added, 04:08, 10 April 2007
m
no edit summary
sudo emerge debootstrap
For other distros you might need to install it from sources, or search for an appropriate package for your distribution. An RPM is available from on the [http://forum.openvz.org/index.php?t=tree&th=142&mid=584OpenVZ Forum].
== Bootstrapping Debian ==
Change to a directory where you'll have about 200MB of usable space and the ability to run executables. Depending on your configuration, <tt>/tmp</tt> might be set <tt>noexec</tt> which would mean you'd have to use some other location. I'm going to use <tt>/vz/private</tt> for this.
chdir cd /vz/private
Download Debian Etch to a directory called "etch-temp":
apt-get install ssh quota
=== Put Set sane permissions for <tt>/root</tt> directory ===
chmod 700 /root
31
edits