File: virt-install-manual-init.xml

package info (click to toggle)
virt-manager 1%3A1.4.0-5
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 15,368 kB
  • ctags: 6,267
  • sloc: python: 39,151; xml: 14,807; makefile: 14; sh: 6
file content (22 lines) | stat: -rw-r--r-- 587 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<domain type="lxc">
  <name>foolxc</name>
  <uuid>00000000-1111-2222-3333-444444444444</uuid>
  <memory>65536</memory>
  <currentMemory>65536</currentMemory>
  <vcpu>1</vcpu>
  <os>
    <type arch="x86_64">exe</type>
    <init>/usr/bin/httpd</init>
  </os>
  <on_poweroff>destroy</on_poweroff>
  <on_reboot>restart</on_reboot>
  <on_crash>restart</on_crash>
  <devices>
    <emulator>/usr/libexec/libvirt_lxc</emulator>
    <interface type="bridge">
      <source bridge="eth0"/>
      <mac address="00:11:22:33:44:55"/>
    </interface>
    <console type="pty"/>
  </devices>
</domain>