~ubuntu-branches/ubuntu/precise/virtinst/precise-updates

« back to all changes in this revision

Viewing changes to tests/xmlparse-xml/change-filesystems-in.xml

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2012-02-11 11:47:53 UTC
  • mfrom: (1.6.6 sid)
  • Revision ID: package-import@ubuntu.com-20120211114753-sq9f3xayrma8px2h
Tags: 0.600.1-1ubuntu1
* Merge from debian unstable. Remaining changes:
  - debian/patches/9003-fix-path-to-hvmloader-in-testsuite.patch: adjust
    testsuite for 0001-fix-path-to-hvmloader.patch and
    0002-Fix-path-to-pygrub.patch.
  - debian/patches/9004_ubuntu_fix_tree_support.patch: Fix tree detection
    for all ISO/HTTP source, to not longer fail with cobbler/koan.
  - debian/patches/9005_ubuntu_precise.patch: Add Ubuntu precise as a
    supported distro.
  - debian/{control,rules,pyversions}: Build using dh_python2, use
    debhelper v8 instead of cdbs; for some reason the package build an
    empty binary package when using dh_python2.
  - debian/control: added acl package to depends.
  - debian/control: added libvirt-bin to recommends

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
      <target dev="fda" bus="fdc"/>
25
25
    </disk>
26
26
    <filesystem>
 
27
      <driver type='handle'/>
27
28
      <source dir='/foo/bar'/>
28
29
      <target dir='/bar/baz'/>
29
30
    </filesystem>
32
33
      <target dir='/bar/baz'/>
33
34
    </filesystem>
34
35
    <filesystem type='mount' accessmode='squash'>
 
36
      <driver type='path' wrpolicy='immediate'/>
 
37
      <source dir='/foo/bar'/>
 
38
      <target dir='/bar/baz'/>
 
39
    </filesystem>
 
40
    <filesystem type='mount' accessmode='mapped'>
 
41
      <driver type='path'/>
35
42
      <source dir='/foo/bar'/>
36
43
      <target dir='/bar/baz'/>
37
44
    </filesystem>