Differences between revisions 3 and 4
Revision 3 as of 2017-11-11 22:35:50
Size: 361
Editor: shran
Comment:
Revision 4 as of 2017-11-11 22:40:19
Size: 791
Editor: shran
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
Your domain is virtual hardware. This hardware is described in an XML file. There is one file for each domain. In a physical computer it is not a good idea to replace hardware while the computer is running. The same can be said for the virtual domain. Start by shutting down the guest, then edit the domain. Your domain is virtual hardware. This hardware is described in an XML file. The XML files are stored in `/etc/libvirt/qemu/`.There is one file for each domain. In a physical computer it is not a good idea to replace hardware while the computer is running. The same can be said for the virtual domain. Start by shutting down the guest, then edit the domain.
Line 8: Line 8:

== Console ==

During installation it is usefull to have access to the console of the domain. Once installed this is no longer needed. The following section can be removed from the configuration

{{{#!hilight xml
<graphics type='spice' autoport='yes' listen='192.168.1.33'>
  <listen type='address' address='192.168.1.33'/>
  <image compression='off'/>
</graphics>
}}}

Domain Editing

Your domain is virtual hardware. This hardware is described in an XML file. The XML files are stored in /etc/libvirt/qemu/.There is one file for each domain. In a physical computer it is not a good idea to replace hardware while the computer is running. The same can be said for the virtual domain. Start by shutting down the guest, then edit the domain.

virsh edit clone

Console

During installation it is usefull to have access to the console of the domain. Once installed this is no longer needed. The following section can be removed from the configuration

<graphics type='spice' autoport='yes' listen='192.168.1.33'>
  <listen type='address' address='192.168.1.33'/>
  <image compression='off'/>
</graphics>

None: Domain Editing (last edited 2021-02-19 19:14:12 by Kristian Kallenberg)