On Sat, Apr 04, 2015 at 02:53:42PM +0100, Richard W.M. Jones wrote:
> $ virt-builder --arch aarch64 fedora-21 --size 20G
[...]
> It may also be possible to boot this image on baremetal by writing it
> to a USB stick: add the virt-builder `--output /dev/sdX' option.

That should be:

Add the virt-builder --output /dev/sdX option and *drop* the --size 20G
option, since virt-builder detects the size from the output device.
The final command line for USB sticks would be:

$ virt-builder --arch aarch64 fedora-21 --output /dev/sdX

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordpress.com
virt-builder quickly builds VMs from scratch
http://libguestfs.org/virt-builder.1.html
_______________________________________________
arm mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/arm

Reply via email to