File: expected-fedora-luks.img.xml

package info (click to toggle)
libguestfs 1%3A1.44.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 118,932 kB
  • sloc: ansic: 458,017; ml: 51,424; sh: 13,191; java: 9,578; makefile: 7,931; cs: 6,328; haskell: 5,674; python: 3,871; perl: 3,528; erlang: 2,446; xml: 1,347; ruby: 350; pascal: 257; javascript: 157; lex: 135; yacc: 128; cpp: 10
file content (52 lines) | stat: -rw-r--r-- 1,539 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
<?xml version="1.0"?>
<operatingsystems>
  <operatingsystem>
    <root>/dev/VG/Root</root>
    <name>linux</name>
    <arch>x86_64</arch>
    <distro>fedora</distro>
    <product_name>Fedora release 14 (Phony)</product_name>
    <major_version>14</major_version>
    <minor_version>0</minor_version>
    <package_format>rpm</package_format>
    <package_management>yum</package_management>
    <hostname>fedora.invalid</hostname>
    <osinfo>fedora14</osinfo>
    <mountpoints>
      <mountpoint dev="/dev/VG/Root">/</mountpoint>
      <mountpoint dev="/dev/sda1">/boot</mountpoint>
    </mountpoints>
    <filesystems>
      <filesystem dev="/dev/VG/Root">
        <type>ext2</type>
        <label>ROOT</label>
        <uuid>01234567-0123-0123-0123-012345678902</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.0</version>
        <release>1.fc14</release>
        <arch>x86_64</arch>
      </application>
      <application>
        <name>test2</name>
        <version>2.0</version>
        <release>2.fc14</release>
        <arch>x86_64</arch>
      </application>
      <application>
        <name>test3</name>
        <version>3.0</version>
        <release>3.fc14</release>
        <arch>x86_64</arch>
      </application>
    </applications>
  </operatingsystem>
</operatingsystems>