summaryrefslogtreecommitdiffstats
path: root/generator
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2010-11-13 14:42:06 +0000
committerRichard W.M. Jones <rjones@redhat.com>2010-11-13 14:42:06 +0000
commit79b202ca26226e0a95e3f04ac7ff91e9eb918b48 (patch)
tree0d9b880185d353bdb462656a9a69a6dbb698c54f /generator
parenta5fd85e7392b589d9d90ab515ad3e4bd1befd874 (diff)
downloadlibguestfs-79b202ca26226e0a95e3f04ac7ff91e9eb918b48.tar.gz
libguestfs-79b202ca26226e0a95e3f04ac7ff91e9eb918b48.tar.xz
libguestfs-79b202ca26226e0a95e3f04ac7ff91e9eb918b48.zip
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.
Diffstat (limited to 'generator')
-rw-r--r--generator/generator_actions.ml4
1 files changed, 4 insertions, 0 deletions
diff --git a/generator/generator_actions.ml b/generator/generator_actions.ml
index 8cb93aab..c5bd44b6 100644
--- a/generator/generator_actions.ml
+++ b/generator/generator_actions.ml
@@ -738,6 +738,10 @@ Any Linux-based operating system.
Any Microsoft Windows operating system.
+=item \"freebsd\"
+
+FreeBSD.
+
=item \"unknown\"
The operating system type could not be determined.