File: expected-debian.img.xml

package info (click to toggle)
libguestfs 1%3A1.40.2-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 123,660 kB
  • sloc: ansic: 460,074; ml: 63,059; sh: 14,955; java: 9,512; makefile: 9,133; cs: 6,300; haskell: 5,652; python: 3,856; perl: 3,619; erlang: 2,435; xml: 1,683; ruby: 350; pascal: 255; lex: 135; yacc: 128; cpp: 10
file content (84 lines) | stat: -rw-r--r-- 2,812 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<?xml version="1.0"?>
<operatingsystems>
  <operatingsystem>
    <root>/dev/debian/root</root>
    <name>linux</name>
    <arch>x86_64</arch>
    <distro>debian</distro>
    <product_name>5.0.1</product_name>
    <major_version>5</major_version>
    <minor_version>0</minor_version>
    <package_format>deb</package_format>
    <package_management>apt</package_management>
    <hostname>debian.invalid</hostname>
    <osinfo>debian5</osinfo>
    <mountpoints>
      <mountpoint dev="/dev/debian/root">/</mountpoint>
      <mountpoint dev="/dev/debian/usr">/usr</mountpoint>
      <mountpoint dev="/dev/debian/var">/var</mountpoint>
      <mountpoint dev="/dev/sda1">/boot</mountpoint>
      <mountpoint dev="/dev/debian/home">/home</mountpoint>
    </mountpoints>
    <filesystems>
      <filesystem dev="/dev/debian/home">
        <type>ext2</type>
        <uuid>01234567-0123-0123-0123-012345678905</uuid>
      </filesystem>
      <filesystem dev="/dev/debian/root">
        <type>ext2</type>
        <uuid>01234567-0123-0123-0123-012345678902</uuid>
      </filesystem>
      <filesystem dev="/dev/debian/usr">
        <type>ext2</type>
        <uuid>01234567-0123-0123-0123-012345678903</uuid>
      </filesystem>
      <filesystem dev="/dev/debian/var">
        <type>ext2</type>
        <uuid>01234567-0123-0123-0123-012345678904</uuid>
      </filesystem>
      <filesystem dev="/dev/sda1">
        <type>ext2</type>
        <label>BOOT</label>
        <uuid>01234567-0123-0123-0123-012345678901</uuid>
      </filesystem>
    </filesystems>
    <applications>
      <application>
        <name>test1</name>
        <version>1.2.3</version>
        <release>1</release>
        <arch>amd64</arch>
        <url>http://libguestfs.org/</url>
        <source_package>test</source_package>
        <summary>this is a test package</summary>
        <description>This is a test package.
.
Don't confuse it with a real package.</description>
      </application>
      <application>
        <name>test2</name>
        <version>1.2.3</version>
        <release>1</release>
        <arch>amd64</arch>
        <url>http://libguestfs.org/</url>
        <source_package>test</source_package>
        <summary>this is a test package</summary>
        <description>This is a test package.
.
Don't confuse it with a real package.</description>
      </application>
      <application>
        <name>test3</name>
        <version>1.2.3</version>
        <release>1</release>
        <arch>amd64</arch>
        <url>http://libguestfs.org/</url>
        <source_package>test</source_package>
        <summary>this is a test package</summary>
        <description>This is a test package.
.
Don't confuse it with a real package.</description>
      </application>
    </applications>
  </operatingsystem>
</operatingsystems>