Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

QEMU

415 bytes added, 11:49, 11 January 2012
no edit summary
Parameters:<br>
-m&nbsp;: Memory assigned to the Virtualized board in Mega Bytes. <br> <br> == Tips == === Resize Partition === We will resize our rootfs partition adding 1 GB at end. First we create a new raw file using qemu-img as: $ qemu-img create -f raw addon.raw 1G With addon.raw we concat it at end of our image file as: $ cat addon.raw &gt;&gt; igep-nano.img Next step it's modify the partition table information. We will use cfdisk utilitiy for modify the information. $ sudo cfdisk igep-nano.img