add info regarding imgae size

This commit is contained in:
Miguel Bernal Marin
2016-03-17 14:47:43 -06:00
parent 70469c87a4
commit 15a2309c6c
3 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ Create a virtual machine in VirtualBox
1. Download the latest_ Clear linux live version (clear-XXXX-live.img.xz)
from https://download.clearlinux.org/image/.
2. Decompress clear linux image
2. Decompress Clear Linux image. Uncompressed image size is ~ **5GiB**.
- On Linux ::
+4 -2
View File
@@ -14,8 +14,9 @@ Run Clear Linux*
1. In order to boot Clear Linux* download the latest_ live disk image from
https://download.clearlinux.org/image/
2. Decompress Clear Linux image. Uncompressed image size is ~ **5GiB**.
2. Create and configure a virtual machine with the following configuration:
3. Create and configure a virtual machine with the following configuration:
- Guest Operating system: **Linux, Distribution Other 3.x Linux (64-bits)**
@@ -26,13 +27,14 @@ Run Clear Linux*
In VMware vShere GUI go to the configuration settings of the
virtual machine->General Tab-> And select **EFI boot firmware**
- **IDE disk**: Convert to vmdk and attach the Clear Linux image downloaded
above. To convert Clear Linux image to VMWare* disk (vmdk) you can use
qemu-img command::
$qemu-img convert -f raw -O vmdk -p clear-vmware.img clear-vmware.vmdk
3. Start the Clear Linux* virtual machine
4. Start the Clear Linux* virtual machine
*********************************
Using optimized kernel for VMware
+1 -1
View File
@@ -38,7 +38,7 @@ https://download.clearlinux.org/image/. In Clear Linux website you can find
different image flavors (kvm, clear-containers, cloud and live), please
download the live image (clear-XXXX-live.img.xz).
1. Decompress the image:
1. Decompress Clear Linux image. Uncompressed image size is ~ **5GiB**.
- On Linux ::