[SCM] Debian Live manual branch, master, updated. 7fc0e202dc278f20393fd88d5e244b10fdcbd133
Chris Lamb
chris at chris-lamb.co.uk
Sat Jun 14 21:36:31 UTC 2008
The following commit has been merged in the master branch:
commit 7fc0e202dc278f20393fd88d5e244b10fdcbd133
Author: Chris Lamb <chris at chris-lamb.co.uk>
Date: Sat Jun 14 22:36:01 2008 +0100
Add paragraph on generating a build log with "tee".
Signed-off-by: Chris Lamb <chris at chris-lamb.co.uk>
diff --git a/chapters/reporting-bugs.xml b/chapters/reporting-bugs.xml
index 97afef3..0801015 100644
--- a/chapters/reporting-bugs.xml
+++ b/chapters/reporting-bugs.xml
@@ -54,6 +54,14 @@ information:</para>
<listitem><para>Version of the kernel on the live system</para></listitem>
</itemizedlist>
+<para>
+ You can generate a log of the build process by using the <filename>tee</filename> command:
+</para>
+
+<screen>
+ % lh_build 2>&1 | tee buildlog.txt
+</screen>
+
<para>Additionally, to rule out other errors, it is always a good idea to tar up
your config directory and upload it somewhere (do *not* send it as an attachment
to the mailinglist), so that we can try to reproduce the errors you
--
Debian Live manual
More information about the debian-live-changes
mailing list