[SCM] Debian Live Manual branch, master, updated. 20090301-1-21-g1bf5cfa

Maximilian Weigand mweigand at uni-bonn.de
Thu Mar 19 08:29:58 UTC 2009


The following commit has been merged in the master branch:
commit 1bf5cfa5fbd9282ae06989d54bed4deb07c83e57
Author: Maximilian Weigand <mweigand at uni-bonn.de>
Date:   Thu Mar 19 09:22:39 2009 +0100

    Added a few notes on how to include the Debian Installer.

diff --git a/xml/chapters/common-tasks.xml b/xml/chapters/common-tasks.xml
index 48db0c0..c81598b 100644
--- a/xml/chapters/common-tasks.xml
+++ b/xml/chapters/common-tasks.xml
@@ -9,8 +9,9 @@
 <section id="debian-installer">
 <title>The Debian Installer</title>
  <para>
-  Although Debian Live is mostly concerned with avoiding permanent installation, integrating some form of installer to your image is possible. There are number of different "types" of installation, varying in what and how to install the image.
+  Although Debian Live is mostly concerned with avoiding permanent installation, integrating some form of installer to your image is possible. There are number of different "types" of installation, varying in what and how to install the image. 
  </para>
+ 
  <note>
   <title>
    The "Debian Installer"
@@ -69,8 +70,33 @@
    </listitem>
   </varlistentry>
  </variablelist>
+
+
+  <para>
+ By default, no installar will be included in the Debian Live image. You can enable it by using <filename>lh_config</filename> :
+ <screen>
+$ lh_config --help
+  ...
+  [--debian-installer enabled|cdrom|netinst|netboot|businesscard|live|disabled]
+  [--debian-installer-distribution CODENAME|daily]
+  [--debian-installer-preseedfile FILE|URL]
+  ...
+ </screen>
+You can also use the appropriate variables in the <filename>config/binary</filename> file:
+ <screen>
+$ cat config/binary | grep DEBIAN_INTALLER
+set debian-installer
+LH_DEBIAN_INSTALLER="disabled"
+# $LH_DEBIAN_INSTALLER_DISTRIBUTION: set debian-installer suite
+LH_DEBIAN_INSTALLER_DISTRIBUTION="lenny"
+# $LH_DEBIAN_INSTALLER_PRESEEDFILE: set debian-installer preseed filename/url
+LH_DEBIAN_INSTALLER_PRESEEDFILE=""
+ </screen>
+ </para>
+
+
  <para>
-  The values "Normal", "Live" and "Ubuntu" are not valid values for <term>LH_BINARY_DEBIAN_INSTALLER</term>.
+  The values "Normal", "Live" and "Ubuntu" are not valid values for <term>LH_BINARY_DEBIAN_INSTALLER</term>. Refer to the output of <filename>lh_config</filename> cited above to choose the appropriate values.
  </para>
 </section>
 

-- 
Debian Live Manual



More information about the debian-live-changes mailing list