~tbielawa/vmbuilder/macdefining

« back to all changes in this revision

Viewing changes to VMBuilder/plugins/libvirt/templates/libvirtxml.tmpl

  • Committer: tim bielawa
  • Date: 2008-10-31 06:50:33 UTC
  • Revision ID: tbielawa@fridge-20081031065033-9foaxbjzx9m9euro
Adding options to specify a mac address at build time.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
  <devices>
17
17
    <emulator>/usr/bin/kvm</emulator>
18
18
    <interface type='network'>
 
19
#if $mac
 
20
      <mac address='$mac'/>
 
21
#end if
19
22
      <source network='default'/>
20
23
    </interface>
21
24
    <input type='mouse' bus='ps2'/>