diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2012-06-26 17:46:05 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2012-06-26 17:46:05 +0100 |
commit | 8d88b06277c1d6d7a26b9434cc69a7bae9ada7fc (patch) | |
tree | cedf1898ea5ab7dd6817a1d219cbd2d4e3430bca | |
parent | eb8eb3b9d52bada636317bbcbf0c94183740c1a6 (diff) | |
download | libguestfs-8d88b06277c1d6d7a26b9434cc69a7bae9ada7fc.tar.gz libguestfs-8d88b06277c1d6d7a26b9434cc69a7bae9ada7fc.tar.xz libguestfs-8d88b06277c1d6d7a26b9434cc69a7bae9ada7fc.zip |
FAQ: Add Gentoo (thanks Agostino Sarubbo).
-rw-r--r-- | examples/guestfs-faq.pod | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/guestfs-faq.pod b/examples/guestfs-faq.pod index 4701db40..b33c0f24 100644 --- a/examples/guestfs-faq.pod +++ b/examples/guestfs-faq.pod @@ -297,6 +297,12 @@ Also you need to do (see above): sudo chmod 0644 /boot/vmlinuz* +=item Gentoo + +Libguestfs was added to Gentoo in 2012-07. Do: + + emerge libguestfs + =item Other Linux distro Compile from source (next section). |