PetiteCloud is a layer 0 cloud platform (see site for details of what that
means and how it fits into the virtualization/cloud computing land scape)
that supports among other hypervisors (I know qemu hates the term but
that's what everyone else calls) QEMU. How do I go about getting a link
on qem
Under kvm (ubuntu 12.04.03 LTS) when logged in via VNC and installing
10-RELEASE the installer just boots you during the disk initialization
phase. Who should this be reported to?
--
Aryeh M. Friedman, Lead Developer, http://www.PetiteCloud.org
First 3 steps are on Intel running Ubunutu 12.04.3 LTS the rest are on AMD
running FreeBSD 10-RELEASE
1. I create 10G drive (raw file format)
2. I install ubuntu onto it with:
#!/bin/bash
#
# Handwritten script
# Net set up
bridge=br0
tap=$(sudo tunctl -u $(whoami) -b)
ip link set $tap up
sleep
-- Forwarded message --
From: Aryeh Friedman
Date: Fri, Jan 24, 2014 at 12:19 PM
Subject: Why does this work on kvm but not soft emulation?
To: qemu-disc...@nongnu.org
First 3 steps are on Intel running Ubunutu 12.04.3 LTS the rest are on AMD
running FreeBSD 10-RELEASE
1. I