summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Jones <rich@hakodate.home.annexia.org>2009-05-06 17:55:18 +0100
committerRichard Jones <rich@hakodate.home.annexia.org>2009-05-06 17:55:18 +0100
commit8f199409ab7ae1f3d327f46c265125985aeb3aff (patch)
tree92acdc438ea7629f49d64f71c92d3997bfaf544e
parentbb98bbb91c74cca47b5e1f79fd54f4024572fd22 (diff)
downloadlibguestfs-8f199409ab7ae1f3d327f46c265125985aeb3aff.tar.gz
libguestfs-8f199409ab7ae1f3d327f46c265125985aeb3aff.tar.xz
libguestfs-8f199409ab7ae1f3d327f46c265125985aeb3aff.zip
Note bug about chroot not found.
-rw-r--r--BUGS3
1 files changed, 3 insertions, 0 deletions
diff --git a/BUGS b/BUGS
index e1ce2de8..21df6b9e 100644
--- a/BUGS
+++ b/BUGS
@@ -41,3 +41,6 @@ Try using tgz-out on a very large directory.
[inspector] If there are missing Perl module deps, it still
configures the inspector. (eg. if perl-Sys-Virt is missing).
+
+[build] "exec: chroot not found"
+Setting PATH to include /usr/sbin solves this temporarily.