inspect: Inspection support for FreeBSD.
authorRichard W.M. Jones <rjones@redhat.com>
Sat, 13 Nov 2010 14:42:06 +0000 (14:42 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Sat, 13 Nov 2010 14:42:06 +0000 (14:42 +0000)
commit79b202ca26226e0a95e3f04ac7ff91e9eb918b48
tree0d9b880185d353bdb462656a9a69a6dbb698c54f
parenta5fd85e7392b589d9d90ab515ad3e4bd1befd874
inspect: Inspection support for FreeBSD.

This adds inspection support for FreeBSD.

However this is not quite enough to allow guestfish -i freebsd.img
to work, because guestfish will try to mount the filesystems,
which cannot be done because Linux requires special mount options
for the Universal Filesystem (UFS) used by *BSD.  Nevertheless
you can manually run the same commands.
generator/generator_actions.ml
src/guestfs-internal.h
src/inspect.c