Subject: Re: [vserver] how to create a vps by a image file?
From: Brett G <brettg@hq.newdream.net>
Date: Tue, 13 Mar 2012 22:17:19 -0700

 Tue, 13 Mar 2012 22:17:19 -0700
Use the source method from a pre existing tarball is the easiest option imo.

songjun435 <songjun435@gmail.com> wrote:

>hi,all:
>as you know,the vserver create vps by the methods,such as vyum,skeleton,clone and so
on.
>and we must execute like 'vserver xxx build -m <build_method> ...' command.
>But these methods have limitation.
>1.vyum method 
>  it must connect to the network
>2. skeleton
>  it must copy some files to the /vservsers/xxx to populate the vps
>3. clone
>  it must require a existing vps as the source.
>
>So,when I have no network,and no existing vps,and I do not want to copy files to the
/vservers/xxx,