Open main menu

OpenVZ Virtuozzo Containers Wiki β

Changes

Debian template creation

111 bytes added, 13:34, 30 September 2010
m
Bootstrapping Debian
debootstrap --arch ARCH NAME DIRECTORY URL
Specify your architecture instead of <tt>i386</tt> if you're using something other than i386/x86. For example, for AMD64/x86_64, use <tt>amd64</tt> or for ia64, use <tt>ia64</tt>. You can use http or ftp in the URL.
We use VE ID of 777 for this example; surely , but it can be any other unused ID.
=== Lenny (current Debian stable) ===
debootstrap --arch i386 lenny /vz/private/777 http://http.us.debian.org/debian/
or
debootstrap --arch amd64 lenny /vz/private/777 ftp://ftp.us.debian.org/debian/
=== Etch (old release) ===
43
edits