Machine/template-fedora13: Difference between revisions

No edit summary
Smparrish (talk | contribs)
No edit summary
Line 218: Line 218:
  __EOF__
  __EOF__
  newaliases
  newaliases
=== Clone the VM ===
* Login to the host system & clone the VM
sudo virt-clone --connect=qemu:///system -o template-fedora13 -n "new VM name" -f /srv/vm/"new VM name".qcow2
* Start the new VM and make sure it boots (networking probably will not work, we will fix that later)
sudo virsh start --console "new VM name"
* Add VM to sugarlabs zone file
xxx
* Edit network configuration /etc/sysconfig/network-scripts/ifcfg-eth0
Update IPv4 and IPv6 addresses
* Edit /etc/udeve/rules.d/XX-persistent-net.rules
Remove definition for eth0 it will get regenerated on reboot
* Reboot the system, when it comes back up networking should work