How to use linux-02 image as your just enough VM in VirtualBox
Jing, mqjing@gmail.com
Googledoc
Step 1: Download the just enough image
Step 2: Transform the raw to vmdk file
Command
VBoxManage internalcommands createrawvmdk -filename {Target_Filename} -rawdisk {Source_File}
Ex:
VBoxManage internalcommands createrawvmdk -filename rawtest.vmdk -rawdisk linux-0.2.img
Fig. 1. An Example for the raw image transform to the vmdk file
Step 3: Create VM