Re: [uml-user] UML root image sharing

2012-02-14 Thread Riccardo Murri
Hello, On Tue, Feb 14, 2012 at 13:25, Ritesh Raj Sarraf wrote: > Is there a particular format of the root image that UML uses? > It's the "raw" image format. Using the KVM tools, you can create one with "qemu-img create -f raw". Otherwise just use "dd" as in: # create a 2GB raw disk image

Re: [uml-user] UML root image sharing

2012-02-14 Thread Antoine Martin
On 02/14/2012 07:25 PM, Ritesh Raj Sarraf wrote: > Hello List, > > Is there a particular format of the root image that UML uses? See block devices here: http://user-mode-linux.sourceforge.net/configure.html As for partition tables and filesystem types, UML is a Linux kernel so it will support wha

[uml-user] UML root image sharing

2012-02-14 Thread Ritesh Raj Sarraf
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hello List, Is there a particular format of the root image that UML uses? My intent is to have one single image and use it across all different virtualizations, i.e. use the same image with UML, VirtualBox, KVM etc. I tried to boot with the Virtua