[Pkg-uml-commit] r107 - trunk/src/rootstrap

Mattia Dongili malattia at costa.debian.org
Sat May 27 19:02:09 UTC 2006


Author: malattia
Date: 2006-05-27 19:02:08 +0000 (Sat, 27 May 2006)
New Revision: 107

Modified:
   trunk/src/rootstrap/rootstrap.sgml
Log:
document the new "debug" option

Modified: trunk/src/rootstrap/rootstrap.sgml
===================================================================
--- trunk/src/rootstrap/rootstrap.sgml	2006-05-27 18:34:18 UTC (rev 106)
+++ trunk/src/rootstrap/rootstrap.sgml	2006-05-27 19:02:08 UTC (rev 107)
@@ -206,6 +206,19 @@
           </listitem>
         </varlistentry>
 
+        <varlistentry>
+          <term>debug</term>
+          <listitem>
+            <para>
+	      When set to "true" make rootstrap spawn a shell when a module
+	      script fails allowing further debugging actions.
+	      The shell will have the same environment as the failing script so
+	      you could simply invoke <command>sh -x /path/to/module</command>
+	      to see what's going wrong.
+            </para>
+          </listitem>
+        </varlistentry>
+
       </variablelist>
     </refsect2>
 




More information about the Pkg-uml-commit mailing list