Open main menu

OpenVZ Virtuozzo Containers Wiki β

Changes

Debian template creation

19 bytes added, 19:00, 31 January 2010
Bootstrapping Debian
We use VE ID of 777 for this example; surely it can be any other unused ID.
=== Etch Lenny (current Debian stable) ===
debootstrap --arch i386 etch lenny /vz/private/777 http://http.us.debian.org/debian/
=== Sarge Etch (old release) ===
debootstrap sarge --arch i386 etch /vz/private/777 http://http.us.debian.org/debian/
=== Woody Sarge (very old release) ===
debootstrap woody sarge /vz/private/777 http://archive.debian.org/debian
== Preparing and starting the VE ==
Anonymous user