Auto-building emulator downloads
Mike C. Fletcher
mcfletch at vrplumber.com
Sun Aug 26 20:05:34 EDT 2007
Ivan Krstić wrote:
> On Aug 26, 2007, at 7:07 PM, Mike C. Fletcher wrote:
>
>> Still, building them somewhere not behind a cable modem would be a
>> good idea.
>
> Right, I assumed giving you a shell on dev would let you convert the
> images right on that machine. Are there other requirements?
There's a few:
* Qemu installation (for the qemu-img tool that converts to VMWare
disks)
* VirtualBox installation (for the vboxmanage tool that converts to
VirtualBox disks)
* The overlay stuff also requires:
o ability to mount a loopback partition (to modify the ext3
image with the overlay)
o ability to do an rsync over top of the mounted image
(requires super-user access AFAICS)
The first two might be something you could run on dev (though I'd be
hesitant to increase your attack surface for the machine that way), but
the overlay operations are not the kind of thing you want running on a
publicly accessible server AFAICS, just too many security issues,
really. You'd want to run it on an old box somewhere with nothing
sensitive on it and then push the images up to dev I would think.
Enjoy yourself,
Mike
--
________________________________________________
Mike C. Fletcher
Designer, VR Plumber, Coder
http://www.vrplumber.com
http://blog.vrplumber.com
More information about the Devel
mailing list