Bug 786188 - libguestfs inspection does not recognize FreeDOS install CD
Summary: libguestfs inspection does not recognize FreeDOS install CD
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: Virtualization Tools
Classification: Community
Component: libguestfs
Version: unspecified
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Richard W.M. Jones
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-01-31 17:05 UTC by Richard W.M. Jones
Modified: 2012-03-07 18:11 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-03-07 18:11:49 UTC
Embargoed:


Attachments (Terms of Use)

Description Richard W.M. Jones 2012-01-31 17:05:37 UTC
Description of problem:

fd11src.iso is obtained from
http://www.freedos.org/freedos/files/

$ virt-inspector -a fd11src.iso 
<?xml version="1.0"?>
<operatingsystems>
  <operatingsystem>
    <root>/dev/sda</root>
    <name>linux</name>
    <major_version>0</major_version>
    <minor_version>0</minor_version>
    <format>installer</format>
    <mountpoints>
      <mountpoint dev="/dev/sda">/</mountpoint>
    </mountpoints>
    <filesystems>
      <filesystem dev="/dev/sda">
        <type>iso9660</type>
        <label>FD11SRC</label>
      </filesystem>
    </filesystems>
    <applications/>
  </operatingsystem>
</operatingsystems>

Version-Release number of selected component (if applicable):

1.17.3

How reproducible:

100%

Additional info:

><fs> mount /dev/vda /
><fs> ll /
total 19
dr-xr-xr-x  1 root root   240 Jan  1 12:04 .
drwxr-xr-x 23 root root  4096 Jan 31 17:01 ..
-r-xr-xr-x  1 root root   201 Jul 18  2011 autorun.inf
dr-xr-xr-x  1 root root   504 Dec 31 20:37 freedos
dr-xr-xr-x  1 root root   346 Jan  1 11:58 isolinux
-r-xr-xr-x  1 root root 12762 Jan  1 11:33 setup.bat

><fs> ll /freedos 
total 34
dr-xr-xr-x 1 root root   504 Dec 31 20:37 .
dr-xr-xr-x 1 root root   240 Jan  1 12:04 ..
dr-xr-xr-x 1 root root    68 Dec 31 22:15 3rdparty
-r-xr-xr-x 1 root root   825 Dec 31 22:02 bugzilla.txt
dr-xr-xr-x 1 root root   110 Dec 31 20:36 custom
dr-xr-xr-x 1 root root   388 Dec 31 20:36 docs
-r-xr-xr-x 1 root root  3911 Dec 31 22:02 features.txt
-r-xr-xr-x 1 root root  3262 Jul 13  2006 freedos.ico
-r-xr-xr-x 1 root root  6454 Jul 13  2006 licences.txt
dr-xr-xr-x 1 root root   840 Dec 31 23:31 packages
-r-xr-xr-x 1 root root 14883 Dec 31 22:03 readme.txt
dr-xr-xr-x 1 root root   262 Dec 31 20:36 setup

Comment 1 Richard W.M. Jones 2012-03-07 18:11:49 UTC
Fixed in 1.17.12.


Note You need to log in before you can comment on or make changes to this bug.