[SCM] Debian Live manual branch, master, updated. ee31c3d432f5522136f72797a10ac20d0bf0227b

Chris Lamb chris at chris-lamb.co.uk
Thu May 15 01:57:22 UTC 2008


The following commit has been merged in the master branch:
commit ee31c3d432f5522136f72797a10ac20d0bf0227b
Author: Chris Lamb <chris at chris-lamb.co.uk>
Date:   Thu May 15 02:57:14 2008 +0100

    Expand live-user section to describe adding additional groups
    
    Signed-off-by: Chris Lamb <chris at chris-lamb.co.uk>

diff --git a/chapters/live-environment.xml b/chapters/live-environment.xml
index 9d29e9c..234074c 100644
--- a/chapters/live-environment.xml
+++ b/chapters/live-environment.xml
@@ -18,7 +18,17 @@
 
 <section id="live-user">
 <title>The Live user</title>
-<para>FIXME</para>
+<para>Username FIXME.</para>
+<para>One important consideration is that the live user is created by &live-initramfs; during bootup, it is not created by &live-helper; when building the image.</para>
+
+ <para>You can specify additional groups that the live user will belong to by preseeding the <computeroutput>passwd/user-default-groups</computeroutput> debconf value. For example, to add the live user to the <computeroutput>fuse</computeroutput> group, add the following to a file in the <filename class="directory">config/chroot_local-preseed</filename> directory:</para>
+
+<screen>
+ debconf passwd/user-default-groups string dialout cdrom floppy audio video fuse
+</screen>
+
+ <para>For more information about debconf preseeding, please see <xref linkend="debconf-preseed"/>.</para>
+
 </section>
 
 <section id="language">

-- 
Debian Live manual



More information about the debian-live-changes mailing list