blob: 52edbcc2e3f7b28d5859015c1ff2f9d4caa410b2 (
plain)
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
|
<operatingsystems>
<operatingsystem>
<root>/dev/sda1</root>
<name>linux</name>
<arch>x86_64</arch>
<distro>debian</distro>
<product_name>squeeze/sid</product_name>
<major_version>0</major_version>
<minor_version>0</minor_version>
<mountpoints>
<mountpoint dev="/dev/sda1">/</mountpoint>
</mountpoints>
<filesystems>
<filesystem dev="/dev/sda1">
<type>ext4</type>
<uuid>09384d4f-df19-479b-85fc-6451e56d41aa</uuid>
</filesystem>
<filesystem dev="/dev/sda5">
<type>swap</type>
<uuid>c0d1b68f-c0f9-4497-a366-938b37532613</uuid>
</filesystem>
</filesystems>
<package_format>dpkg</package_format>
<package_management>apt</package_management>
</operatingsystem>
</operatingsystems>
|