[SCM] live-manual branch, debian, updated. debian/2.0_a9-1-19-g3205d77

Richard Nelson unixabg at gmail.com
Thu Nov 4 21:44:40 UTC 2010


The following commit has been merged in the debian branch:
commit 3205d77d4f40bf8d2f40ca62548cfccaa91cbd9b
Author: Richard Nelson <unixabg at gmail.com>
Date:   Thu Nov 4 16:36:05 2010 -0500

    Add Examples/Use Cases.

diff --git a/manual/de/live-manual.ssm b/manual/de/live-manual.ssm
index a1401f9..32a2301 100644
--- a/manual/de/live-manual.ssm
+++ b/manual/de/live-manual.ssm
@@ -9,7 +9,7 @@
  :license: This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.<br><br>This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.<br><br>You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/. <br><br>On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL-3 file.
 
 @date:
- :published: 2010-11-01
+ :published: 2010-11-04
 
 @publisher: Debian Live Project <debian-live at lists.debian.org>
 
@@ -51,6 +51,10 @@
 
 << project_bugs.ssi
 
+:B~ Examples ~#
+
+<< user_examples.ssi
+
 :B~ Other ~#
 
 Other material that formerly appeared in this section is out of date and/or
diff --git a/manual/de/other_use-cases.ssi b/manual/de/other_use-cases.ssi
deleted file mode 100644
index 232e3ac..0000000
--- a/manual/de/other_use-cases.ssi
+++ /dev/null
@@ -1,146 +0,0 @@
-B~ Use Cases
-
-1~ Use Cases
-
-This chapter is for users to document their use cases with Debian Live.
-
-2~ VNC Kiosk Client
-
-Create an image with live-helper to boot directly to a VNC server.
-
-_* Make a build directory: #{$ mkdir vncBuild}#
-
-_* Move to the build directory: #{$ cd vncBuild}#
-
-Example to config the build directory to include gdm metacity
-xtightvncviewer: #{$ lh config --packages "gdm metacity xtightvncviewer"}#
-
-Create a folder /etc/skel folder for a custom .xsession for the default
-user: #{$ mkdir -p config/chroot_local-includes/etc/skel}#
-
-Create the .xsession for the default user: #{$ touch
-config/chroot_local-includes/etc/skel/.xsession}#
-
-Edit the .xsession file to launch metacity and start xvncviewer with
-something similar to the below:
-
-code{
-
-#!/bin/sh
-
-/usr/bin/metacity & /usr/bin/vncviewer xxx.xxx.xxx.xxx:PORT
-
-exit
-
-}code
-
-_* Build the image: #{# lh build}#
-
-_* Enjoy.
-
-2~ VMWare-Player Sessions
-
-Create an image with live-helper to boot directly to a specifiv VMWare
-session.
-
-_* Make a build directory: #{$ mkdir VMWare-Player}#
-
-_* Move to the build directory: #{$ cd VMWare-Player}#
-
-_* Example to config the build directory to include gdm metacity
-xtightvncviewer:
-
-code{
-
-$ lh config --apt apt \
-        ---apt-recommends disabled \
-        --archive-areas "main" \
-        --binary-images iso \
-        --binary-indices none \
-        --syslinux-menu vesamenu \
-        ---bootappend-live "persistent quickreboot" \
-        ---bootappend-install "-- plainroot persistent video=vesa:ywrap,mtrr vga=788 quickreboot quiet live-config" \
-        ---debian-installer live \
-        ---distribution lenny \
-        ---hostname vmare-player-firmware \
-        ---includes none \
-        ---linux-flavours 686 \
-        ---packages-lists "gnome-core" \
-        ---packages "gcc gparted linux-headers-2.6-\${LH_LINUX_FLAVOURS} live-config-staging make metacity rsync wireless-tools" \
-        ---repositories live.debian.net \
-        ---win32-loader disabled
-
-}code
-
-_* Create the 01-vmware-player hook: #{$ touch
-config/chroot_local-hooks/01-vmware-player.sh}#
-
-Edit the 01-vmware-player hook to launch the VMWare-Player. The hook should
-look something like the below:
-
-code{
-
-#!/bin/sh
-
-_URL="http://archive.debian-maintainers.org/vmware/other/vmware-player/"
-_VMPLAYER_VERSION="VMware-Player.i386.bundle"
-
-echo "I: Starting script for install of VMWare Player." cd /root
-
-echo "I: Beginning download of ${_VMPLAYER_VERSION} from ${_URL} ." wget
-${_URL}${_VMPLAYER_VERSION}
-
-echo "I: Starting install of VMWare Player." sh /root/${_VMPLAYER_VERSION}
-
-echo "I: Cleaning up the VMWare Player download." rm
-/root/${_VMPLAYER_VERSION}
-
-#echo "I: Starting interactive shell." #bash
-
-}code
-
-_* Build the image (note that during the build the VMWare-Player will prompt
-you to install or cancel): #{#lh build}#
-
-_* After the build you will have an image you can boot live or install as
-firmware. The package live-config-staging is the package that installs the
-ability to utilize the VMWare-Player by calling live-config.vmware-player as
-a boot parameter in the following form:
-
-code{
-
-live-config.vmware-player=ACTION:IMAGEPATH:VMXNAME
-
-}code
-
-Notes from the 900-vmware-player file are as follows:
-
-code{
-
-# The script tests for boot parameter of
-# live-config.vmware-player=ACTION:IMAGEPATH:VMXNAME
-#
-# ACTION: The operation to perform on the workstation (none|scratch)
-# IMAGEPATH: The folder path to the VMware image you want to run.
-# VMXNAME: The name of the VMware image you want to run.
-#
-# Notes:To use this file with WMWare images you will need to have a few things
-# setup:
-#
-# 1. The VMware Player needs to be installed in the image.
-# 2. This script uses (s|h)da1 for writing image data, and is used as a scratch
-#    space. This scratch space should be a file system with linux permissions
-#    such as ext2.
-# 3. VMware image(s) should be in a mounted folder and setup as follows:
-#    - Image(s) set to snapshot mode.
-#    - For each image, the image folder needs to have a file called
-#      image-release with a variable CRELEASE. An example: CRELEASE="1.0.0"
-#
-# The image-release file is used by the image maintainer and this script to tell
-# workstation(s) using a given image, to erase locally stored vmware image files
-# and setup with the newly configure image. The operation of erasing locally
-# stored vmare image files, is referred to as a scratch.
-
-}code
-
-_* Enjoy.
diff --git a/manual/de/user_examples.ssi b/manual/de/user_examples.ssi
new file mode 100644
index 0000000..2567323
--- /dev/null
+++ b/manual/de/user_examples.ssi
@@ -0,0 +1,43 @@
+B~ Examples
+
+1~ Use Case Builds
+
+This chapter covers example builds for specific use cases with Debian Live.
+
+2~ VNC Kiosk Client
+
+Create an image with live-build to boot directly to a VNC server.
+
+_* Make a build directory: #{$ mkdir vncBuild}#
+
+_* Move to the build directory: #{$ cd vncBuild}#
+
+Example to config the build directory to include gdm metacity
+xtightvncviewer: #{$ lb config --packages "gdm3 metacity xtightvncviewer"}#
+
+Create a folder /etc/skel folder for a custom .xsession for the default
+user: #{$ mkdir -p config/chroot_local-includes/etc/skel}#
+
+Create the .xsession for the default user: #{$ touch
+config/chroot_local-includes/etc/skel/.xsession}#
+
+Edit the .xsession file to launch metacity and start xvncviewer with
+something similar to the below:
+
+code{
+
+#!/bin/sh
+
+/usr/bin/metacity & /usr/bin/vncviewer xxx.xxx.xxx.xxx:PORT
+
+exit
+
+}code
+
+_* Build the image: #{# lb build}#
+
+_* Enjoy.
+
+2~ Next Example FIXME
+
+
diff --git a/manual/en/live-manual.ssm b/manual/en/live-manual.ssm
index 86ceae6..42d7261 100644
--- a/manual/en/live-manual.ssm
+++ b/manual/en/live-manual.ssm
@@ -9,7 +9,7 @@
  :license: This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.<br><br>This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.<br><br>You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/. <br><br>On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL-3 file.
 
 @date:
- :published: 2010-11-01
+ :published: 2010-11-04
 
 @publisher: Debian Live Project <debian-live at lists.debian.org>
 
@@ -51,6 +51,10 @@
 
 << project_bugs.ssi
 
+:B~ Examples ~#
+
+<< user_examples.ssi
+
 :B~ Other ~#
 
 Other material that formerly appeared in this section is out of date and/or has
diff --git a/manual/en/other_use-cases.ssi b/manual/en/other_use-cases.ssi
deleted file mode 100644
index 6674c9a..0000000
--- a/manual/en/other_use-cases.ssi
+++ /dev/null
@@ -1,138 +0,0 @@
-B~ Use Cases
-
-1~ Use Cases
-
-This chapter is for users to document their use cases with Debian Live.
-
-2~ VNC Kiosk Client
-
-Create an image with live-helper to boot directly to a VNC server.
-
-_* Make a build directory: #{$ mkdir vncBuild}#
-
-_* Move to the build directory: #{$ cd vncBuild}#
-
-Example to config the build directory to include gdm metacity xtightvncviewer: #{$ lh config --packages "gdm metacity xtightvncviewer"}#
-
-Create a folder /etc/skel folder for a custom .xsession for the default user: #{$ mkdir -p config/chroot_local-includes/etc/skel}#
-
-Create the .xsession for the default user: #{$ touch config/chroot_local-includes/etc/skel/.xsession}#
-
-Edit the .xsession file to launch metacity and start xvncviewer with something similar to the below:
-
-code{
-
-#!/bin/sh
-
-/usr/bin/metacity &
-/usr/bin/vncviewer xxx.xxx.xxx.xxx:PORT
-
-exit
-
-}code
-
-_* Build the image: #{# lh build}#
-
-_* Enjoy.
-
-2~ VMWare-Player Sessions
-
-Create an image with live-helper to boot directly to a specifiv VMWare session.
-
-_* Make a build directory: #{$ mkdir VMWare-Player}#
-
-_* Move to the build directory: #{$ cd VMWare-Player}#
-
-_* Example to config the build directory to include gdm metacity xtightvncviewer:
-
-code{
-
-$ lh config --apt apt \
-        ---apt-recommends disabled \
-        --archive-areas "main" \
-        --binary-images iso \
-        --binary-indices none \
-        --syslinux-menu vesamenu \
-        ---bootappend-live "persistent quickreboot" \
-        ---bootappend-install "-- plainroot persistent video=vesa:ywrap,mtrr vga=788 quickreboot quiet live-config" \
-        ---debian-installer live \
-        ---distribution lenny \
-        ---hostname vmare-player-firmware \
-        ---includes none \
-        ---linux-flavours 686 \
-        ---packages-lists "gnome-core" \
-        ---packages "gcc gparted linux-headers-2.6-\${LH_LINUX_FLAVOURS} live-config-staging make metacity rsync wireless-tools" \
-        ---repositories live.debian.net \
-        ---win32-loader disabled
-
-}code
-
-_* Create the 01-vmware-player hook: #{$ touch config/chroot_local-hooks/01-vmware-player.sh}#
-
-Edit the 01-vmware-player hook to launch the VMWare-Player. The hook should look something like the below:
-
-code{
-
-#!/bin/sh
-
-_URL="http://archive.debian-maintainers.org/vmware/other/vmware-player/"
-_VMPLAYER_VERSION="VMware-Player.i386.bundle"
-
-echo "I: Starting script for install of VMWare Player."
-cd /root
-
-echo "I: Beginning download of ${_VMPLAYER_VERSION} from ${_URL} ."
-wget ${_URL}${_VMPLAYER_VERSION}
-
-echo "I: Starting install of VMWare Player."
-sh /root/${_VMPLAYER_VERSION}
-
-echo "I: Cleaning up the VMWare Player download."
-rm /root/${_VMPLAYER_VERSION}
-
-#echo "I: Starting interactive shell."
-#bash
-
-}code
-
-_* Build the image (note that during the build the VMWare-Player will prompt you to install or cancel): #{#lh build}#
-
-_* After the build you will have an image you can boot live or install as firmware. The package live-config-staging is the package that installs the ability to utilize the VMWare-Player by calling live-config.vmware-player as a boot parameter in the following form:
-
-code{
-
-live-config.vmware-player=ACTION:IMAGEPATH:VMXNAME
-
-}code
-
-Notes from the 900-vmware-player file are as follows:
-
-code{
-
-# The script tests for boot parameter of
-# live-config.vmware-player=ACTION:IMAGEPATH:VMXNAME
-#
-# ACTION: The operation to perform on the workstation (none|scratch)
-# IMAGEPATH: The folder path to the VMware image you want to run.
-# VMXNAME: The name of the VMware image you want to run.
-#
-# Notes:To use this file with WMWare images you will need to have a few things
-# setup:
-#
-# 1. The VMware Player needs to be installed in the image.
-# 2. This script uses (s|h)da1 for writing image data, and is used as a scratch
-#    space. This scratch space should be a file system with linux permissions
-#    such as ext2.
-# 3. VMware image(s) should be in a mounted folder and setup as follows:
-#    - Image(s) set to snapshot mode.
-#    - For each image, the image folder needs to have a file called
-#      image-release with a variable CRELEASE. An example: CRELEASE="1.0.0"
-#
-# The image-release file is used by the image maintainer and this script to tell
-# workstation(s) using a given image, to erase locally stored vmware image files
-# and setup with the newly configure image. The operation of erasing locally
-# stored vmare image files, is referred to as a scratch.
-
-}code
-
-_* Enjoy.
diff --git a/manual/en/user_examples.ssi b/manual/en/user_examples.ssi
new file mode 100644
index 0000000..a2ab393
--- /dev/null
+++ b/manual/en/user_examples.ssi
@@ -0,0 +1,40 @@
+B~ Examples
+
+1~ Use Case Builds
+
+This chapter covers example builds for specific use cases with Debian Live.
+
+2~ VNC Kiosk Client
+
+Create an image with live-build to boot directly to a VNC server.
+
+_* Make a build directory: #{$ mkdir vncBuild}#
+
+_* Move to the build directory: #{$ cd vncBuild}#
+
+Example to config the build directory to include gdm metacity xtightvncviewer: #{$ lb config --packages "gdm3 metacity xtightvncviewer"}#
+
+Create a folder /etc/skel folder for a custom .xsession for the default user: #{$ mkdir -p config/chroot_local-includes/etc/skel}#
+
+Create the .xsession for the default user: #{$ touch config/chroot_local-includes/etc/skel/.xsession}#
+
+Edit the .xsession file to launch metacity and start xvncviewer with something similar to the below:
+
+code{
+
+#!/bin/sh
+
+/usr/bin/metacity &
+/usr/bin/vncviewer xxx.xxx.xxx.xxx:PORT
+
+exit
+
+}code
+
+_* Build the image: #{# lb build}#
+
+_* Enjoy.
+
+2~ Next Example FIXME
+
+
diff --git a/manual/fr/live-manual.ssm b/manual/fr/live-manual.ssm
index 5558c36..d2a738c 100644
--- a/manual/fr/live-manual.ssm
+++ b/manual/fr/live-manual.ssm
@@ -9,7 +9,7 @@
  :license: This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.<br><br>This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.<br><br>You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/. <br><br>On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL-3 file.
 
 @date:
- :published: 2010-11-01
+ :published: 2010-11-04
 
 @publisher: Debian Live Project <debian-live at lists.debian.org>
 
@@ -51,6 +51,10 @@
 
 << project_bugs.ssi
 
+:B~ Examples ~#
+
+<< user_examples.ssi
+
 :B~ Other ~#
 
 Other material that formerly appeared in this section is out of date and/or
diff --git a/manual/fr/other_use-cases.ssi b/manual/fr/other_use-cases.ssi
deleted file mode 100644
index 232e3ac..0000000
--- a/manual/fr/other_use-cases.ssi
+++ /dev/null
@@ -1,146 +0,0 @@
-B~ Use Cases
-
-1~ Use Cases
-
-This chapter is for users to document their use cases with Debian Live.
-
-2~ VNC Kiosk Client
-
-Create an image with live-helper to boot directly to a VNC server.
-
-_* Make a build directory: #{$ mkdir vncBuild}#
-
-_* Move to the build directory: #{$ cd vncBuild}#
-
-Example to config the build directory to include gdm metacity
-xtightvncviewer: #{$ lh config --packages "gdm metacity xtightvncviewer"}#
-
-Create a folder /etc/skel folder for a custom .xsession for the default
-user: #{$ mkdir -p config/chroot_local-includes/etc/skel}#
-
-Create the .xsession for the default user: #{$ touch
-config/chroot_local-includes/etc/skel/.xsession}#
-
-Edit the .xsession file to launch metacity and start xvncviewer with
-something similar to the below:
-
-code{
-
-#!/bin/sh
-
-/usr/bin/metacity & /usr/bin/vncviewer xxx.xxx.xxx.xxx:PORT
-
-exit
-
-}code
-
-_* Build the image: #{# lh build}#
-
-_* Enjoy.
-
-2~ VMWare-Player Sessions
-
-Create an image with live-helper to boot directly to a specifiv VMWare
-session.
-
-_* Make a build directory: #{$ mkdir VMWare-Player}#
-
-_* Move to the build directory: #{$ cd VMWare-Player}#
-
-_* Example to config the build directory to include gdm metacity
-xtightvncviewer:
-
-code{
-
-$ lh config --apt apt \
-        ---apt-recommends disabled \
-        --archive-areas "main" \
-        --binary-images iso \
-        --binary-indices none \
-        --syslinux-menu vesamenu \
-        ---bootappend-live "persistent quickreboot" \
-        ---bootappend-install "-- plainroot persistent video=vesa:ywrap,mtrr vga=788 quickreboot quiet live-config" \
-        ---debian-installer live \
-        ---distribution lenny \
-        ---hostname vmare-player-firmware \
-        ---includes none \
-        ---linux-flavours 686 \
-        ---packages-lists "gnome-core" \
-        ---packages "gcc gparted linux-headers-2.6-\${LH_LINUX_FLAVOURS} live-config-staging make metacity rsync wireless-tools" \
-        ---repositories live.debian.net \
-        ---win32-loader disabled
-
-}code
-
-_* Create the 01-vmware-player hook: #{$ touch
-config/chroot_local-hooks/01-vmware-player.sh}#
-
-Edit the 01-vmware-player hook to launch the VMWare-Player. The hook should
-look something like the below:
-
-code{
-
-#!/bin/sh
-
-_URL="http://archive.debian-maintainers.org/vmware/other/vmware-player/"
-_VMPLAYER_VERSION="VMware-Player.i386.bundle"
-
-echo "I: Starting script for install of VMWare Player." cd /root
-
-echo "I: Beginning download of ${_VMPLAYER_VERSION} from ${_URL} ." wget
-${_URL}${_VMPLAYER_VERSION}
-
-echo "I: Starting install of VMWare Player." sh /root/${_VMPLAYER_VERSION}
-
-echo "I: Cleaning up the VMWare Player download." rm
-/root/${_VMPLAYER_VERSION}
-
-#echo "I: Starting interactive shell." #bash
-
-}code
-
-_* Build the image (note that during the build the VMWare-Player will prompt
-you to install or cancel): #{#lh build}#
-
-_* After the build you will have an image you can boot live or install as
-firmware. The package live-config-staging is the package that installs the
-ability to utilize the VMWare-Player by calling live-config.vmware-player as
-a boot parameter in the following form:
-
-code{
-
-live-config.vmware-player=ACTION:IMAGEPATH:VMXNAME
-
-}code
-
-Notes from the 900-vmware-player file are as follows:
-
-code{
-
-# The script tests for boot parameter of
-# live-config.vmware-player=ACTION:IMAGEPATH:VMXNAME
-#
-# ACTION: The operation to perform on the workstation (none|scratch)
-# IMAGEPATH: The folder path to the VMware image you want to run.
-# VMXNAME: The name of the VMware image you want to run.
-#
-# Notes:To use this file with WMWare images you will need to have a few things
-# setup:
-#
-# 1. The VMware Player needs to be installed in the image.
-# 2. This script uses (s|h)da1 for writing image data, and is used as a scratch
-#    space. This scratch space should be a file system with linux permissions
-#    such as ext2.
-# 3. VMware image(s) should be in a mounted folder and setup as follows:
-#    - Image(s) set to snapshot mode.
-#    - For each image, the image folder needs to have a file called
-#      image-release with a variable CRELEASE. An example: CRELEASE="1.0.0"
-#
-# The image-release file is used by the image maintainer and this script to tell
-# workstation(s) using a given image, to erase locally stored vmware image files
-# and setup with the newly configure image. The operation of erasing locally
-# stored vmare image files, is referred to as a scratch.
-
-}code
-
-_* Enjoy.
diff --git a/manual/fr/user_examples.ssi b/manual/fr/user_examples.ssi
new file mode 100644
index 0000000..2567323
--- /dev/null
+++ b/manual/fr/user_examples.ssi
@@ -0,0 +1,43 @@
+B~ Examples
+
+1~ Use Case Builds
+
+This chapter covers example builds for specific use cases with Debian Live.
+
+2~ VNC Kiosk Client
+
+Create an image with live-build to boot directly to a VNC server.
+
+_* Make a build directory: #{$ mkdir vncBuild}#
+
+_* Move to the build directory: #{$ cd vncBuild}#
+
+Example to config the build directory to include gdm metacity
+xtightvncviewer: #{$ lb config --packages "gdm3 metacity xtightvncviewer"}#
+
+Create a folder /etc/skel folder for a custom .xsession for the default
+user: #{$ mkdir -p config/chroot_local-includes/etc/skel}#
+
+Create the .xsession for the default user: #{$ touch
+config/chroot_local-includes/etc/skel/.xsession}#
+
+Edit the .xsession file to launch metacity and start xvncviewer with
+something similar to the below:
+
+code{
+
+#!/bin/sh
+
+/usr/bin/metacity & /usr/bin/vncviewer xxx.xxx.xxx.xxx:PORT
+
+exit
+
+}code
+
+_* Build the image: #{# lb build}#
+
+_* Enjoy.
+
+2~ Next Example FIXME
+
+
diff --git a/manual/po/de/live-manual.ssm.po b/manual/po/de/live-manual.ssm.po
index 67cc0ed..4bce20d 100644
--- a/manual/po/de/live-manual.ssm.po
+++ b/manual/po/de/live-manual.ssm.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-11-01 06:47-0200\n"
+"POT-Creation-Date: 2010-11-04 16:34-0400\n"
 "PO-Revision-Date: 2010-10-03 20:30+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -45,7 +45,7 @@ msgstr ""
 #, no-wrap
 msgid ""
 "@date:\n"
-" :published: 2010-11-01\n"
+" :published: 2010-11-04\n"
 msgstr ""
 
 #. type: Plain text
@@ -146,11 +146,21 @@ msgstr ""
 
 #. type: Plain text
 #: en/live-manual.ssm:55
+msgid ":B~ Examples ~#"
+msgstr ""
+
+#. type: Plain text
+#: en/live-manual.ssm:57
+msgid "<< user_examples.ssi"
+msgstr ""
+
+#. type: Plain text
+#: en/live-manual.ssm:59
 msgid ":B~ Other ~#"
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:61
+#: en/live-manual.ssm:65
 msgid ""
 "Other material that formerly appeared in this section is out of date and/or "
 "has not been approved for release. It has therefore been omitted, but can "
@@ -160,76 +170,76 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:63
+#: en/live-manual.ssm:67
 msgid "% << other_customization-bootup.ssi"
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:65
+#: en/live-manual.ssm:69
 msgid "% << other_customization-binary.ssi"
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:67
+#: en/live-manual.ssm:71
 msgid "% << other_customization-backports.ssi"
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:69
+#: en/live-manual.ssm:73
 msgid "% << other_common-tasks.ssi"
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:71
+#: en/live-manual.ssm:75
 msgid "% << other_live-environment.ssi"
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:73
+#: en/live-manual.ssm:77
 msgid "% << other_faq.ssi"
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:75
+#: en/live-manual.ssm:79
 msgid "% << other_howtos.ssi"
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:77
+#: en/live-manual.ssm:81
 msgid "% << other_coding-style.ssi"
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:79
+#: en/live-manual.ssm:83
 msgid "% << other_procedures.ssi"
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:81
+#: en/live-manual.ssm:85
 msgid "% << other_resources.ssi"
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:83
+#: en/live-manual.ssm:87
 msgid "% << other_use-cases.ssi"
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:85
+#: en/live-manual.ssm:89
 msgid "% << other_success-stories.ssi"
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:87
+#: en/live-manual.ssm:91
 msgid "% << other_troubleshooting.ssi"
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:89
+#: en/live-manual.ssm:93
 msgid "% << other_configuration-layout.ssi"
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:90
+#: en/live-manual.ssm:94
 msgid "% << other_configuration-files.ssi"
 msgstr ""
diff --git a/manual/po/de/user_customization-internationalization.ssi.po b/manual/po/de/user_examples.ssi.po
similarity index 55%
copy from manual/po/de/user_customization-internationalization.ssi.po
copy to manual/po/de/user_examples.ssi.po
index 052e2ca..ac912f2 100644
--- a/manual/po/de/user_customization-internationalization.ssi.po
+++ b/manual/po/de/user_examples.ssi.po
@@ -6,13 +6,13 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-10-28 09:15-0200\n"
-"PO-Revision-Date: 2010-10-03 21:43+0300\n"
+"POT-Creation-Date: 2010-11-04 16:34-0400\n"
+"PO-Revision-Date: 2010-11-04 16:34-0400\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: de\n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Type: text/plain; charset=ASCII\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
@@ -39,19 +39,16 @@ msgstr ""
 #: en/other_live-environment.ssi:93 en/other_live-environment.ssi:116
 #: en/other_live-environment.ssi:124 en/other_live-environment.ssi:133
 #: en/other_procedures.ssi:12 en/other_procedures.ssi:46
-#: en/other_procedures.ssi:58 en/other_use-cases.ssi:24
-#: en/other_use-cases.ssi:49 en/other_use-cases.ssi:75
-#: en/other_use-cases.ssi:103 en/other_use-cases.ssi:111
-#: en/project_bugs.ssi:58 en/user_basics.ssi:32 en/user_basics.ssi:42
-#: en/user_basics.ssi:54 en/user_basics.ssi:66 en/user_basics.ssi:78
-#: en/user_basics.ssi:88 en/user_basics.ssi:102 en/user_basics.ssi:110
-#: en/user_basics.ssi:118 en/user_basics.ssi:128 en/user_basics.ssi:140
-#: en/user_basics.ssi:152 en/user_basics.ssi:160 en/user_basics.ssi:168
-#: en/user_basics.ssi:182 en/user_basics.ssi:190 en/user_basics.ssi:200
-#: en/user_basics.ssi:220 en/user_basics.ssi:253 en/user_basics.ssi:269
-#: en/user_basics.ssi:277 en/user_basics.ssi:297 en/user_basics.ssi:322
-#: en/user_customization-contents.ssi:34 en/user_customization-contents.ssi:43
-#: en/user_customization-contents.ssi:66
+#: en/other_procedures.ssi:58 en/project_bugs.ssi:58 en/user_basics.ssi:32
+#: en/user_basics.ssi:42 en/user_basics.ssi:54 en/user_basics.ssi:66
+#: en/user_basics.ssi:78 en/user_basics.ssi:88 en/user_basics.ssi:102
+#: en/user_basics.ssi:110 en/user_basics.ssi:118 en/user_basics.ssi:128
+#: en/user_basics.ssi:140 en/user_basics.ssi:152 en/user_basics.ssi:160
+#: en/user_basics.ssi:168 en/user_basics.ssi:182 en/user_basics.ssi:190
+#: en/user_basics.ssi:200 en/user_basics.ssi:220 en/user_basics.ssi:253
+#: en/user_basics.ssi:269 en/user_basics.ssi:277 en/user_basics.ssi:297
+#: en/user_basics.ssi:322 en/user_customization-contents.ssi:34
+#: en/user_customization-contents.ssi:43 en/user_customization-contents.ssi:66
 #: en/user_customization-internationalization.ssi:10
 #: en/user_customization-internationalization.ssi:18
 #: en/user_customization-internationalization.ssi:26
@@ -65,15 +62,15 @@ msgstr ""
 #: en/user_customization-packages.ssi:166
 #: en/user_customization-packages.ssi:176
 #: en/user_customization-packages.ssi:186
-#: en/user_customization-packages.ssi:196 en/user_installation.ssi:38
-#: en/user_installation.ssi:46 en/user_installation.ssi:56
-#: en/user_installation.ssi:64 en/user_installation.ssi:76
-#: en/user_installation.ssi:84 en/user_installation.ssi:104
-#: en/user_installation.ssi:118 en/user_installation.ssi:135
-#: en/user_managing_a_configuration.ssi:24
+#: en/user_customization-packages.ssi:196 en/user_examples.ssi:24
+#: en/user_installation.ssi:38 en/user_installation.ssi:46
+#: en/user_installation.ssi:56 en/user_installation.ssi:64
+#: en/user_installation.ssi:76 en/user_installation.ssi:84
+#: en/user_installation.ssi:104 en/user_installation.ssi:118
+#: en/user_installation.ssi:135 en/user_managing_a_configuration.ssi:24
 #: en/user_managing_a_configuration.ssi:35
-#: en/user_managing_a_configuration.ssi:47 en/user_overview.ssi:46
-#: en/user_overview.ssi:90 en/user_overview.ssi:98
+#: en/user_managing_a_configuration.ssi:47 en/user_overview.ssi:36
+#: en/user_overview.ssi:80 en/user_overview.ssi:88
 msgid "code{"
 msgstr ""
 
@@ -100,18 +97,16 @@ msgstr ""
 #: en/other_live-environment.ssi:120 en/other_live-environment.ssi:129
 #: en/other_live-environment.ssi:138 en/other_procedures.ssi:16
 #: en/other_procedures.ssi:54 en/other_procedures.ssi:131
-#: en/other_use-cases.ssi:33 en/other_use-cases.ssi:69
-#: en/other_use-cases.ssi:97 en/other_use-cases.ssi:107
-#: en/other_use-cases.ssi:137 en/project_bugs.ssi:62 en/user_basics.ssi:36
-#: en/user_basics.ssi:46 en/user_basics.ssi:60 en/user_basics.ssi:72
-#: en/user_basics.ssi:82 en/user_basics.ssi:94 en/user_basics.ssi:106
-#: en/user_basics.ssi:114 en/user_basics.ssi:122 en/user_basics.ssi:132
-#: en/user_basics.ssi:146 en/user_basics.ssi:156 en/user_basics.ssi:164
-#: en/user_basics.ssi:172 en/user_basics.ssi:186 en/user_basics.ssi:194
-#: en/user_basics.ssi:204 en/user_basics.ssi:245 en/user_basics.ssi:257
-#: en/user_basics.ssi:273 en/user_basics.ssi:281 en/user_basics.ssi:308
-#: en/user_basics.ssi:347 en/user_customization-contents.ssi:39
-#: en/user_customization-contents.ssi:54 en/user_customization-contents.ssi:70
+#: en/project_bugs.ssi:62 en/user_basics.ssi:36 en/user_basics.ssi:46
+#: en/user_basics.ssi:60 en/user_basics.ssi:72 en/user_basics.ssi:82
+#: en/user_basics.ssi:94 en/user_basics.ssi:106 en/user_basics.ssi:114
+#: en/user_basics.ssi:122 en/user_basics.ssi:132 en/user_basics.ssi:146
+#: en/user_basics.ssi:156 en/user_basics.ssi:164 en/user_basics.ssi:172
+#: en/user_basics.ssi:186 en/user_basics.ssi:194 en/user_basics.ssi:204
+#: en/user_basics.ssi:245 en/user_basics.ssi:257 en/user_basics.ssi:273
+#: en/user_basics.ssi:281 en/user_basics.ssi:308 en/user_basics.ssi:347
+#: en/user_customization-contents.ssi:39 en/user_customization-contents.ssi:54
+#: en/user_customization-contents.ssi:70
 #: en/user_customization-internationalization.ssi:14
 #: en/user_customization-internationalization.ssi:22
 #: en/user_customization-internationalization.ssi:30
@@ -125,95 +120,108 @@ msgstr ""
 #: en/user_customization-packages.ssi:172
 #: en/user_customization-packages.ssi:182
 #: en/user_customization-packages.ssi:192
-#: en/user_customization-packages.ssi:202 en/user_installation.ssi:42
-#: en/user_installation.ssi:50 en/user_installation.ssi:60
-#: en/user_installation.ssi:72 en/user_installation.ssi:80
-#: en/user_installation.ssi:88 en/user_installation.ssi:108
-#: en/user_installation.ssi:123 en/user_installation.ssi:138
-#: en/user_managing_a_configuration.ssi:31
+#: en/user_customization-packages.ssi:202 en/user_examples.ssi:33
+#: en/user_installation.ssi:42 en/user_installation.ssi:50
+#: en/user_installation.ssi:60 en/user_installation.ssi:72
+#: en/user_installation.ssi:80 en/user_installation.ssi:88
+#: en/user_installation.ssi:108 en/user_installation.ssi:123
+#: en/user_installation.ssi:138 en/user_managing_a_configuration.ssi:31
 #: en/user_managing_a_configuration.ssi:43
-#: en/user_managing_a_configuration.ssi:52 en/user_overview.ssi:84
-#: en/user_overview.ssi:94 en/user_overview.ssi:102
+#: en/user_managing_a_configuration.ssi:52 en/user_overview.ssi:74
+#: en/user_overview.ssi:84 en/user_overview.ssi:92
 msgid "}code"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-internationalization.ssi:2
-msgid "B~ Customizing locale and language"
+#: en/other_faq.ssi:85 en/other_faq.ssi:247 en/user_examples.ssi:26
+msgid "#!/bin/sh"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-internationalization.ssi:4
-msgid "1~customizing-locale-and-language Customizing locale and language"
+#: en/user_examples.ssi:2
+msgid "B~ Examples"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-internationalization.ssi:6
-msgid "2~ Default locale and keyboard"
+#: en/user_examples.ssi:4
+msgid "1~ Use Case Builds"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-internationalization.ssi:8
+#: en/user_examples.ssi:6
 msgid ""
-"The default locale when building a Live system is \"locales=en_US.UTF-8\", "
-"to set the locale for e.g. Switzerland, you can use \"locales=de_CH.UTF-8\"."
+"This chapter covers example builds for specific use cases with Debian Live."
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-internationalization.ssi:12
-msgid "$ lb config --bootappend-live \"locales=de_CH.UTF-8\""
+#: en/user_examples.ssi:8
+msgid "2~ VNC Kiosk Client"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-internationalization.ssi:16
-msgid "The entry for a Swiss-German keyboard would be:"
+#: en/user_examples.ssi:10
+msgid "Create an image with live-build to boot directly to a VNC server."
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-internationalization.ssi:20
-msgid "$ lb config --bootappend-live \"keyboard-layouts=ch\""
+#: en/user_examples.ssi:12
+msgid "_* Make a build directory: #{$ mkdir vncBuild}#"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-internationalization.ssi:24
-msgid "Combined, the keyboard and locale configured for Switzerland would be:"
+#: en/user_examples.ssi:14
+msgid "_* Move to the build directory: #{$ cd vncBuild}#"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-internationalization.ssi:28
+#: en/user_examples.ssi:16
 msgid ""
-"$ lb config --bootappend-live =\"locales=de_CH.UTF-8 keyboard-layouts=ch\""
+"Example to config the build directory to include gdm metacity "
+"xtightvncviewer: #{$ lb config --packages \"gdm3 metacity xtightvncviewer\"}#"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-internationalization.ssi:32
+#: en/user_examples.ssi:18
 msgid ""
-"Note: You can find a list of options in the manpage for live-config. "
-"Currently, only UTF-8 locales are supported."
+"Create a folder /etc/skel folder for a custom .xsession for the default "
+"user: #{$ mkdir -p config/chroot_local-includes/etc/skel}#"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-internationalization.ssi:34
-msgid "2~ l10n Packages"
+#: en/user_examples.ssi:20
+msgid ""
+"Create the .xsession for the default user: #{$ touch config/chroot_local-"
+"includes/etc/skel/.xsession}#"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-internationalization.ssi:36
+#: en/user_examples.ssi:22
 msgid ""
-"An experimental feature of live-build is to automatically check for each "
-"package for which it is know that there are -l10n packages available and "
-"install them. To add German packages the entry would be"
+"Edit the .xsession file to launch metacity and start xvncviewer with "
+"something similar to the below:"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-internationalization.ssi:40
-msgid "$ lb config --language \"de\""
+#: en/user_examples.ssi:29
+msgid "/usr/bin/metacity & /usr/bin/vncviewer xxx.xxx.xxx.xxx:PORT"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-internationalization.ssi:43
-msgid ""
-"This will also change the default syslinux language if translations are "
-"available or local translations have been put into #{config/templates/"
-"syslinux/de}#."
+#: en/user_examples.ssi:31
+msgid "exit"
+msgstr ""
+
+#. type: Plain text
+#: en/user_examples.ssi:35
+msgid "_* Build the image: #{# lb build}#"
+msgstr ""
+
+#. type: Plain text
+#: en/user_examples.ssi:37
+msgid "_* Enjoy."
+msgstr ""
+
+#. type: Plain text
+#: en/user_examples.ssi:39
+msgid "2~ Next Example FIXME"
 msgstr ""
diff --git a/manual/po/fr/live-manual.ssm.po b/manual/po/fr/live-manual.ssm.po
index 17a10f6..6e72f25 100644
--- a/manual/po/fr/live-manual.ssm.po
+++ b/manual/po/fr/live-manual.ssm.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-11-01 06:47-0200\n"
+"POT-Creation-Date: 2010-11-04 16:34-0400\n"
 "PO-Revision-Date: 2010-10-21 07:06-0200\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -45,7 +45,7 @@ msgstr ""
 #, no-wrap
 msgid ""
 "@date:\n"
-" :published: 2010-11-01\n"
+" :published: 2010-11-04\n"
 msgstr ""
 
 #. type: Plain text
@@ -146,11 +146,21 @@ msgstr ""
 
 #. type: Plain text
 #: en/live-manual.ssm:55
+msgid ":B~ Examples ~#"
+msgstr ""
+
+#. type: Plain text
+#: en/live-manual.ssm:57
+msgid "<< user_examples.ssi"
+msgstr ""
+
+#. type: Plain text
+#: en/live-manual.ssm:59
 msgid ":B~ Other ~#"
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:61
+#: en/live-manual.ssm:65
 msgid ""
 "Other material that formerly appeared in this section is out of date and/or "
 "has not been approved for release. It has therefore been omitted, but can "
@@ -160,76 +170,76 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:63
+#: en/live-manual.ssm:67
 msgid "% << other_customization-bootup.ssi"
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:65
+#: en/live-manual.ssm:69
 msgid "% << other_customization-binary.ssi"
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:67
+#: en/live-manual.ssm:71
 msgid "% << other_customization-backports.ssi"
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:69
+#: en/live-manual.ssm:73
 msgid "% << other_common-tasks.ssi"
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:71
+#: en/live-manual.ssm:75
 msgid "% << other_live-environment.ssi"
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:73
+#: en/live-manual.ssm:77
 msgid "% << other_faq.ssi"
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:75
+#: en/live-manual.ssm:79
 msgid "% << other_howtos.ssi"
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:77
+#: en/live-manual.ssm:81
 msgid "% << other_coding-style.ssi"
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:79
+#: en/live-manual.ssm:83
 msgid "% << other_procedures.ssi"
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:81
+#: en/live-manual.ssm:85
 msgid "% << other_resources.ssi"
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:83
+#: en/live-manual.ssm:87
 msgid "% << other_use-cases.ssi"
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:85
+#: en/live-manual.ssm:89
 msgid "% << other_success-stories.ssi"
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:87
+#: en/live-manual.ssm:91
 msgid "% << other_troubleshooting.ssi"
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:89
+#: en/live-manual.ssm:93
 msgid "% << other_configuration-layout.ssi"
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:90
+#: en/live-manual.ssm:94
 msgid "% << other_configuration-files.ssi"
 msgstr ""
diff --git a/manual/po/fr/user_customization-internationalization.ssi.po b/manual/po/fr/user_examples.ssi.po
similarity index 55%
copy from manual/po/fr/user_customization-internationalization.ssi.po
copy to manual/po/fr/user_examples.ssi.po
index fc5dced..8e8b835 100644
--- a/manual/po/fr/user_customization-internationalization.ssi.po
+++ b/manual/po/fr/user_examples.ssi.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-10-28 09:15-0200\n"
-"PO-Revision-Date: 2010-10-16 15:48-0200\n"
+"POT-Creation-Date: 2010-11-04 16:34-0400\n"
+"PO-Revision-Date: 2010-11-04 16:34-0400\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: fr\n"
@@ -39,19 +39,16 @@ msgstr ""
 #: en/other_live-environment.ssi:93 en/other_live-environment.ssi:116
 #: en/other_live-environment.ssi:124 en/other_live-environment.ssi:133
 #: en/other_procedures.ssi:12 en/other_procedures.ssi:46
-#: en/other_procedures.ssi:58 en/other_use-cases.ssi:24
-#: en/other_use-cases.ssi:49 en/other_use-cases.ssi:75
-#: en/other_use-cases.ssi:103 en/other_use-cases.ssi:111
-#: en/project_bugs.ssi:58 en/user_basics.ssi:32 en/user_basics.ssi:42
-#: en/user_basics.ssi:54 en/user_basics.ssi:66 en/user_basics.ssi:78
-#: en/user_basics.ssi:88 en/user_basics.ssi:102 en/user_basics.ssi:110
-#: en/user_basics.ssi:118 en/user_basics.ssi:128 en/user_basics.ssi:140
-#: en/user_basics.ssi:152 en/user_basics.ssi:160 en/user_basics.ssi:168
-#: en/user_basics.ssi:182 en/user_basics.ssi:190 en/user_basics.ssi:200
-#: en/user_basics.ssi:220 en/user_basics.ssi:253 en/user_basics.ssi:269
-#: en/user_basics.ssi:277 en/user_basics.ssi:297 en/user_basics.ssi:322
-#: en/user_customization-contents.ssi:34 en/user_customization-contents.ssi:43
-#: en/user_customization-contents.ssi:66
+#: en/other_procedures.ssi:58 en/project_bugs.ssi:58 en/user_basics.ssi:32
+#: en/user_basics.ssi:42 en/user_basics.ssi:54 en/user_basics.ssi:66
+#: en/user_basics.ssi:78 en/user_basics.ssi:88 en/user_basics.ssi:102
+#: en/user_basics.ssi:110 en/user_basics.ssi:118 en/user_basics.ssi:128
+#: en/user_basics.ssi:140 en/user_basics.ssi:152 en/user_basics.ssi:160
+#: en/user_basics.ssi:168 en/user_basics.ssi:182 en/user_basics.ssi:190
+#: en/user_basics.ssi:200 en/user_basics.ssi:220 en/user_basics.ssi:253
+#: en/user_basics.ssi:269 en/user_basics.ssi:277 en/user_basics.ssi:297
+#: en/user_basics.ssi:322 en/user_customization-contents.ssi:34
+#: en/user_customization-contents.ssi:43 en/user_customization-contents.ssi:66
 #: en/user_customization-internationalization.ssi:10
 #: en/user_customization-internationalization.ssi:18
 #: en/user_customization-internationalization.ssi:26
@@ -65,15 +62,15 @@ msgstr ""
 #: en/user_customization-packages.ssi:166
 #: en/user_customization-packages.ssi:176
 #: en/user_customization-packages.ssi:186
-#: en/user_customization-packages.ssi:196 en/user_installation.ssi:38
-#: en/user_installation.ssi:46 en/user_installation.ssi:56
-#: en/user_installation.ssi:64 en/user_installation.ssi:76
-#: en/user_installation.ssi:84 en/user_installation.ssi:104
-#: en/user_installation.ssi:118 en/user_installation.ssi:135
-#: en/user_managing_a_configuration.ssi:24
+#: en/user_customization-packages.ssi:196 en/user_examples.ssi:24
+#: en/user_installation.ssi:38 en/user_installation.ssi:46
+#: en/user_installation.ssi:56 en/user_installation.ssi:64
+#: en/user_installation.ssi:76 en/user_installation.ssi:84
+#: en/user_installation.ssi:104 en/user_installation.ssi:118
+#: en/user_installation.ssi:135 en/user_managing_a_configuration.ssi:24
 #: en/user_managing_a_configuration.ssi:35
-#: en/user_managing_a_configuration.ssi:47 en/user_overview.ssi:46
-#: en/user_overview.ssi:90 en/user_overview.ssi:98
+#: en/user_managing_a_configuration.ssi:47 en/user_overview.ssi:36
+#: en/user_overview.ssi:80 en/user_overview.ssi:88
 msgid "code{"
 msgstr "code{"
 
@@ -100,18 +97,16 @@ msgstr "code{"
 #: en/other_live-environment.ssi:120 en/other_live-environment.ssi:129
 #: en/other_live-environment.ssi:138 en/other_procedures.ssi:16
 #: en/other_procedures.ssi:54 en/other_procedures.ssi:131
-#: en/other_use-cases.ssi:33 en/other_use-cases.ssi:69
-#: en/other_use-cases.ssi:97 en/other_use-cases.ssi:107
-#: en/other_use-cases.ssi:137 en/project_bugs.ssi:62 en/user_basics.ssi:36
-#: en/user_basics.ssi:46 en/user_basics.ssi:60 en/user_basics.ssi:72
-#: en/user_basics.ssi:82 en/user_basics.ssi:94 en/user_basics.ssi:106
-#: en/user_basics.ssi:114 en/user_basics.ssi:122 en/user_basics.ssi:132
-#: en/user_basics.ssi:146 en/user_basics.ssi:156 en/user_basics.ssi:164
-#: en/user_basics.ssi:172 en/user_basics.ssi:186 en/user_basics.ssi:194
-#: en/user_basics.ssi:204 en/user_basics.ssi:245 en/user_basics.ssi:257
-#: en/user_basics.ssi:273 en/user_basics.ssi:281 en/user_basics.ssi:308
-#: en/user_basics.ssi:347 en/user_customization-contents.ssi:39
-#: en/user_customization-contents.ssi:54 en/user_customization-contents.ssi:70
+#: en/project_bugs.ssi:62 en/user_basics.ssi:36 en/user_basics.ssi:46
+#: en/user_basics.ssi:60 en/user_basics.ssi:72 en/user_basics.ssi:82
+#: en/user_basics.ssi:94 en/user_basics.ssi:106 en/user_basics.ssi:114
+#: en/user_basics.ssi:122 en/user_basics.ssi:132 en/user_basics.ssi:146
+#: en/user_basics.ssi:156 en/user_basics.ssi:164 en/user_basics.ssi:172
+#: en/user_basics.ssi:186 en/user_basics.ssi:194 en/user_basics.ssi:204
+#: en/user_basics.ssi:245 en/user_basics.ssi:257 en/user_basics.ssi:273
+#: en/user_basics.ssi:281 en/user_basics.ssi:308 en/user_basics.ssi:347
+#: en/user_customization-contents.ssi:39 en/user_customization-contents.ssi:54
+#: en/user_customization-contents.ssi:70
 #: en/user_customization-internationalization.ssi:14
 #: en/user_customization-internationalization.ssi:22
 #: en/user_customization-internationalization.ssi:30
@@ -125,95 +120,108 @@ msgstr "code{"
 #: en/user_customization-packages.ssi:172
 #: en/user_customization-packages.ssi:182
 #: en/user_customization-packages.ssi:192
-#: en/user_customization-packages.ssi:202 en/user_installation.ssi:42
-#: en/user_installation.ssi:50 en/user_installation.ssi:60
-#: en/user_installation.ssi:72 en/user_installation.ssi:80
-#: en/user_installation.ssi:88 en/user_installation.ssi:108
-#: en/user_installation.ssi:123 en/user_installation.ssi:138
-#: en/user_managing_a_configuration.ssi:31
+#: en/user_customization-packages.ssi:202 en/user_examples.ssi:33
+#: en/user_installation.ssi:42 en/user_installation.ssi:50
+#: en/user_installation.ssi:60 en/user_installation.ssi:72
+#: en/user_installation.ssi:80 en/user_installation.ssi:88
+#: en/user_installation.ssi:108 en/user_installation.ssi:123
+#: en/user_installation.ssi:138 en/user_managing_a_configuration.ssi:31
 #: en/user_managing_a_configuration.ssi:43
-#: en/user_managing_a_configuration.ssi:52 en/user_overview.ssi:84
-#: en/user_overview.ssi:94 en/user_overview.ssi:102
+#: en/user_managing_a_configuration.ssi:52 en/user_overview.ssi:74
+#: en/user_overview.ssi:84 en/user_overview.ssi:92
 msgid "}code"
 msgstr "}code"
 
 #. type: Plain text
-#: en/user_customization-internationalization.ssi:2
-msgid "B~ Customizing locale and language"
+#: en/other_faq.ssi:85 en/other_faq.ssi:247 en/user_examples.ssi:26
+msgid "#!/bin/sh"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-internationalization.ssi:4
-msgid "1~customizing-locale-and-language Customizing locale and language"
+#: en/user_examples.ssi:2
+msgid "B~ Examples"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-internationalization.ssi:6
-msgid "2~ Default locale and keyboard"
+#: en/user_examples.ssi:4
+msgid "1~ Use Case Builds"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-internationalization.ssi:8
+#: en/user_examples.ssi:6
 msgid ""
-"The default locale when building a Live system is \"locales=en_US.UTF-8\", "
-"to set the locale for e.g. Switzerland, you can use \"locales=de_CH.UTF-8\"."
+"This chapter covers example builds for specific use cases with Debian Live."
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-internationalization.ssi:12
-msgid "$ lb config --bootappend-live \"locales=de_CH.UTF-8\""
+#: en/user_examples.ssi:8
+msgid "2~ VNC Kiosk Client"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-internationalization.ssi:16
-msgid "The entry for a Swiss-German keyboard would be:"
+#: en/user_examples.ssi:10
+msgid "Create an image with live-build to boot directly to a VNC server."
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-internationalization.ssi:20
-msgid "$ lb config --bootappend-live \"keyboard-layouts=ch\""
+#: en/user_examples.ssi:12
+msgid "_* Make a build directory: #{$ mkdir vncBuild}#"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-internationalization.ssi:24
-msgid "Combined, the keyboard and locale configured for Switzerland would be:"
+#: en/user_examples.ssi:14
+msgid "_* Move to the build directory: #{$ cd vncBuild}#"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-internationalization.ssi:28
+#: en/user_examples.ssi:16
 msgid ""
-"$ lb config --bootappend-live =\"locales=de_CH.UTF-8 keyboard-layouts=ch\""
+"Example to config the build directory to include gdm metacity "
+"xtightvncviewer: #{$ lb config --packages \"gdm3 metacity xtightvncviewer\"}#"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-internationalization.ssi:32
+#: en/user_examples.ssi:18
 msgid ""
-"Note: You can find a list of options in the manpage for live-config. "
-"Currently, only UTF-8 locales are supported."
+"Create a folder /etc/skel folder for a custom .xsession for the default "
+"user: #{$ mkdir -p config/chroot_local-includes/etc/skel}#"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-internationalization.ssi:34
-msgid "2~ l10n Packages"
+#: en/user_examples.ssi:20
+msgid ""
+"Create the .xsession for the default user: #{$ touch config/chroot_local-"
+"includes/etc/skel/.xsession}#"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-internationalization.ssi:36
+#: en/user_examples.ssi:22
 msgid ""
-"An experimental feature of live-build is to automatically check for each "
-"package for which it is know that there are -l10n packages available and "
-"install them. To add German packages the entry would be"
+"Edit the .xsession file to launch metacity and start xvncviewer with "
+"something similar to the below:"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-internationalization.ssi:40
-msgid "$ lb config --language \"de\""
+#: en/user_examples.ssi:29
+msgid "/usr/bin/metacity & /usr/bin/vncviewer xxx.xxx.xxx.xxx:PORT"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-internationalization.ssi:43
-msgid ""
-"This will also change the default syslinux language if translations are "
-"available or local translations have been put into #{config/templates/"
-"syslinux/de}#."
+#: en/user_examples.ssi:31
+msgid "exit"
+msgstr ""
+
+#. type: Plain text
+#: en/user_examples.ssi:35
+msgid "_* Build the image: #{# lb build}#"
+msgstr ""
+
+#. type: Plain text
+#: en/user_examples.ssi:37
+msgid "_* Enjoy."
+msgstr ""
+
+#. type: Plain text
+#: en/user_examples.ssi:39
+msgid "2~ Next Example FIXME"
 msgstr ""
diff --git a/manual/po/pt_BR/live-manual.ssm.po b/manual/po/pt_BR/live-manual.ssm.po
index a1f0c74..5334a36 100644
--- a/manual/po/pt_BR/live-manual.ssm.po
+++ b/manual/po/pt_BR/live-manual.ssm.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-11-01 06:47-0200\n"
+"POT-Creation-Date: 2010-11-04 16:34-0400\n"
 "PO-Revision-Date: 2010-10-22 07:52-0200\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -45,7 +45,7 @@ msgstr ""
 #, no-wrap
 msgid ""
 "@date:\n"
-" :published: 2010-11-01\n"
+" :published: 2010-11-04\n"
 msgstr ""
 
 #. type: Plain text
@@ -146,11 +146,21 @@ msgstr ""
 
 #. type: Plain text
 #: en/live-manual.ssm:55
+msgid ":B~ Examples ~#"
+msgstr ""
+
+#. type: Plain text
+#: en/live-manual.ssm:57
+msgid "<< user_examples.ssi"
+msgstr ""
+
+#. type: Plain text
+#: en/live-manual.ssm:59
 msgid ":B~ Other ~#"
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:61
+#: en/live-manual.ssm:65
 msgid ""
 "Other material that formerly appeared in this section is out of date and/or "
 "has not been approved for release. It has therefore been omitted, but can "
@@ -160,76 +170,76 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:63
+#: en/live-manual.ssm:67
 msgid "% << other_customization-bootup.ssi"
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:65
+#: en/live-manual.ssm:69
 msgid "% << other_customization-binary.ssi"
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:67
+#: en/live-manual.ssm:71
 msgid "% << other_customization-backports.ssi"
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:69
+#: en/live-manual.ssm:73
 msgid "% << other_common-tasks.ssi"
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:71
+#: en/live-manual.ssm:75
 msgid "% << other_live-environment.ssi"
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:73
+#: en/live-manual.ssm:77
 msgid "% << other_faq.ssi"
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:75
+#: en/live-manual.ssm:79
 msgid "% << other_howtos.ssi"
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:77
+#: en/live-manual.ssm:81
 msgid "% << other_coding-style.ssi"
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:79
+#: en/live-manual.ssm:83
 msgid "% << other_procedures.ssi"
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:81
+#: en/live-manual.ssm:85
 msgid "% << other_resources.ssi"
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:83
+#: en/live-manual.ssm:87
 msgid "% << other_use-cases.ssi"
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:85
+#: en/live-manual.ssm:89
 msgid "% << other_success-stories.ssi"
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:87
+#: en/live-manual.ssm:91
 msgid "% << other_troubleshooting.ssi"
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:89
+#: en/live-manual.ssm:93
 msgid "% << other_configuration-layout.ssi"
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:90
+#: en/live-manual.ssm:94
 msgid "% << other_configuration-files.ssi"
 msgstr ""
diff --git a/manual/po/pt_BR/user_customization-internationalization.ssi.po b/manual/po/pt_BR/user_examples.ssi.po
similarity index 55%
copy from manual/po/pt_BR/user_customization-internationalization.ssi.po
copy to manual/po/pt_BR/user_examples.ssi.po
index 1b95502..2f6115a 100644
--- a/manual/po/pt_BR/user_customization-internationalization.ssi.po
+++ b/manual/po/pt_BR/user_examples.ssi.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-10-28 09:15-0200\n"
-"PO-Revision-Date: 2010-10-22 08:57-0200\n"
+"POT-Creation-Date: 2010-11-04 16:34-0400\n"
+"PO-Revision-Date: 2010-11-04 16:34-0400\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: pt_BR\n"
@@ -39,19 +39,16 @@ msgstr ""
 #: en/other_live-environment.ssi:93 en/other_live-environment.ssi:116
 #: en/other_live-environment.ssi:124 en/other_live-environment.ssi:133
 #: en/other_procedures.ssi:12 en/other_procedures.ssi:46
-#: en/other_procedures.ssi:58 en/other_use-cases.ssi:24
-#: en/other_use-cases.ssi:49 en/other_use-cases.ssi:75
-#: en/other_use-cases.ssi:103 en/other_use-cases.ssi:111
-#: en/project_bugs.ssi:58 en/user_basics.ssi:32 en/user_basics.ssi:42
-#: en/user_basics.ssi:54 en/user_basics.ssi:66 en/user_basics.ssi:78
-#: en/user_basics.ssi:88 en/user_basics.ssi:102 en/user_basics.ssi:110
-#: en/user_basics.ssi:118 en/user_basics.ssi:128 en/user_basics.ssi:140
-#: en/user_basics.ssi:152 en/user_basics.ssi:160 en/user_basics.ssi:168
-#: en/user_basics.ssi:182 en/user_basics.ssi:190 en/user_basics.ssi:200
-#: en/user_basics.ssi:220 en/user_basics.ssi:253 en/user_basics.ssi:269
-#: en/user_basics.ssi:277 en/user_basics.ssi:297 en/user_basics.ssi:322
-#: en/user_customization-contents.ssi:34 en/user_customization-contents.ssi:43
-#: en/user_customization-contents.ssi:66
+#: en/other_procedures.ssi:58 en/project_bugs.ssi:58 en/user_basics.ssi:32
+#: en/user_basics.ssi:42 en/user_basics.ssi:54 en/user_basics.ssi:66
+#: en/user_basics.ssi:78 en/user_basics.ssi:88 en/user_basics.ssi:102
+#: en/user_basics.ssi:110 en/user_basics.ssi:118 en/user_basics.ssi:128
+#: en/user_basics.ssi:140 en/user_basics.ssi:152 en/user_basics.ssi:160
+#: en/user_basics.ssi:168 en/user_basics.ssi:182 en/user_basics.ssi:190
+#: en/user_basics.ssi:200 en/user_basics.ssi:220 en/user_basics.ssi:253
+#: en/user_basics.ssi:269 en/user_basics.ssi:277 en/user_basics.ssi:297
+#: en/user_basics.ssi:322 en/user_customization-contents.ssi:34
+#: en/user_customization-contents.ssi:43 en/user_customization-contents.ssi:66
 #: en/user_customization-internationalization.ssi:10
 #: en/user_customization-internationalization.ssi:18
 #: en/user_customization-internationalization.ssi:26
@@ -65,15 +62,15 @@ msgstr ""
 #: en/user_customization-packages.ssi:166
 #: en/user_customization-packages.ssi:176
 #: en/user_customization-packages.ssi:186
-#: en/user_customization-packages.ssi:196 en/user_installation.ssi:38
-#: en/user_installation.ssi:46 en/user_installation.ssi:56
-#: en/user_installation.ssi:64 en/user_installation.ssi:76
-#: en/user_installation.ssi:84 en/user_installation.ssi:104
-#: en/user_installation.ssi:118 en/user_installation.ssi:135
-#: en/user_managing_a_configuration.ssi:24
+#: en/user_customization-packages.ssi:196 en/user_examples.ssi:24
+#: en/user_installation.ssi:38 en/user_installation.ssi:46
+#: en/user_installation.ssi:56 en/user_installation.ssi:64
+#: en/user_installation.ssi:76 en/user_installation.ssi:84
+#: en/user_installation.ssi:104 en/user_installation.ssi:118
+#: en/user_installation.ssi:135 en/user_managing_a_configuration.ssi:24
 #: en/user_managing_a_configuration.ssi:35
-#: en/user_managing_a_configuration.ssi:47 en/user_overview.ssi:46
-#: en/user_overview.ssi:90 en/user_overview.ssi:98
+#: en/user_managing_a_configuration.ssi:47 en/user_overview.ssi:36
+#: en/user_overview.ssi:80 en/user_overview.ssi:88
 msgid "code{"
 msgstr "code{"
 
@@ -100,18 +97,16 @@ msgstr "code{"
 #: en/other_live-environment.ssi:120 en/other_live-environment.ssi:129
 #: en/other_live-environment.ssi:138 en/other_procedures.ssi:16
 #: en/other_procedures.ssi:54 en/other_procedures.ssi:131
-#: en/other_use-cases.ssi:33 en/other_use-cases.ssi:69
-#: en/other_use-cases.ssi:97 en/other_use-cases.ssi:107
-#: en/other_use-cases.ssi:137 en/project_bugs.ssi:62 en/user_basics.ssi:36
-#: en/user_basics.ssi:46 en/user_basics.ssi:60 en/user_basics.ssi:72
-#: en/user_basics.ssi:82 en/user_basics.ssi:94 en/user_basics.ssi:106
-#: en/user_basics.ssi:114 en/user_basics.ssi:122 en/user_basics.ssi:132
-#: en/user_basics.ssi:146 en/user_basics.ssi:156 en/user_basics.ssi:164
-#: en/user_basics.ssi:172 en/user_basics.ssi:186 en/user_basics.ssi:194
-#: en/user_basics.ssi:204 en/user_basics.ssi:245 en/user_basics.ssi:257
-#: en/user_basics.ssi:273 en/user_basics.ssi:281 en/user_basics.ssi:308
-#: en/user_basics.ssi:347 en/user_customization-contents.ssi:39
-#: en/user_customization-contents.ssi:54 en/user_customization-contents.ssi:70
+#: en/project_bugs.ssi:62 en/user_basics.ssi:36 en/user_basics.ssi:46
+#: en/user_basics.ssi:60 en/user_basics.ssi:72 en/user_basics.ssi:82
+#: en/user_basics.ssi:94 en/user_basics.ssi:106 en/user_basics.ssi:114
+#: en/user_basics.ssi:122 en/user_basics.ssi:132 en/user_basics.ssi:146
+#: en/user_basics.ssi:156 en/user_basics.ssi:164 en/user_basics.ssi:172
+#: en/user_basics.ssi:186 en/user_basics.ssi:194 en/user_basics.ssi:204
+#: en/user_basics.ssi:245 en/user_basics.ssi:257 en/user_basics.ssi:273
+#: en/user_basics.ssi:281 en/user_basics.ssi:308 en/user_basics.ssi:347
+#: en/user_customization-contents.ssi:39 en/user_customization-contents.ssi:54
+#: en/user_customization-contents.ssi:70
 #: en/user_customization-internationalization.ssi:14
 #: en/user_customization-internationalization.ssi:22
 #: en/user_customization-internationalization.ssi:30
@@ -125,95 +120,108 @@ msgstr "code{"
 #: en/user_customization-packages.ssi:172
 #: en/user_customization-packages.ssi:182
 #: en/user_customization-packages.ssi:192
-#: en/user_customization-packages.ssi:202 en/user_installation.ssi:42
-#: en/user_installation.ssi:50 en/user_installation.ssi:60
-#: en/user_installation.ssi:72 en/user_installation.ssi:80
-#: en/user_installation.ssi:88 en/user_installation.ssi:108
-#: en/user_installation.ssi:123 en/user_installation.ssi:138
-#: en/user_managing_a_configuration.ssi:31
+#: en/user_customization-packages.ssi:202 en/user_examples.ssi:33
+#: en/user_installation.ssi:42 en/user_installation.ssi:50
+#: en/user_installation.ssi:60 en/user_installation.ssi:72
+#: en/user_installation.ssi:80 en/user_installation.ssi:88
+#: en/user_installation.ssi:108 en/user_installation.ssi:123
+#: en/user_installation.ssi:138 en/user_managing_a_configuration.ssi:31
 #: en/user_managing_a_configuration.ssi:43
-#: en/user_managing_a_configuration.ssi:52 en/user_overview.ssi:84
-#: en/user_overview.ssi:94 en/user_overview.ssi:102
+#: en/user_managing_a_configuration.ssi:52 en/user_overview.ssi:74
+#: en/user_overview.ssi:84 en/user_overview.ssi:92
 msgid "}code"
 msgstr "}code"
 
 #. type: Plain text
-#: en/user_customization-internationalization.ssi:2
-msgid "B~ Customizing locale and language"
+#: en/other_faq.ssi:85 en/other_faq.ssi:247 en/user_examples.ssi:26
+msgid "#!/bin/sh"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-internationalization.ssi:4
-msgid "1~customizing-locale-and-language Customizing locale and language"
+#: en/user_examples.ssi:2
+msgid "B~ Examples"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-internationalization.ssi:6
-msgid "2~ Default locale and keyboard"
+#: en/user_examples.ssi:4
+msgid "1~ Use Case Builds"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-internationalization.ssi:8
+#: en/user_examples.ssi:6
 msgid ""
-"The default locale when building a Live system is \"locales=en_US.UTF-8\", "
-"to set the locale for e.g. Switzerland, you can use \"locales=de_CH.UTF-8\"."
+"This chapter covers example builds for specific use cases with Debian Live."
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-internationalization.ssi:12
-msgid "$ lb config --bootappend-live \"locales=de_CH.UTF-8\""
+#: en/user_examples.ssi:8
+msgid "2~ VNC Kiosk Client"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-internationalization.ssi:16
-msgid "The entry for a Swiss-German keyboard would be:"
+#: en/user_examples.ssi:10
+msgid "Create an image with live-build to boot directly to a VNC server."
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-internationalization.ssi:20
-msgid "$ lb config --bootappend-live \"keyboard-layouts=ch\""
+#: en/user_examples.ssi:12
+msgid "_* Make a build directory: #{$ mkdir vncBuild}#"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-internationalization.ssi:24
-msgid "Combined, the keyboard and locale configured for Switzerland would be:"
+#: en/user_examples.ssi:14
+msgid "_* Move to the build directory: #{$ cd vncBuild}#"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-internationalization.ssi:28
+#: en/user_examples.ssi:16
 msgid ""
-"$ lb config --bootappend-live =\"locales=de_CH.UTF-8 keyboard-layouts=ch\""
+"Example to config the build directory to include gdm metacity "
+"xtightvncviewer: #{$ lb config --packages \"gdm3 metacity xtightvncviewer\"}#"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-internationalization.ssi:32
+#: en/user_examples.ssi:18
 msgid ""
-"Note: You can find a list of options in the manpage for live-config. "
-"Currently, only UTF-8 locales are supported."
+"Create a folder /etc/skel folder for a custom .xsession for the default "
+"user: #{$ mkdir -p config/chroot_local-includes/etc/skel}#"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-internationalization.ssi:34
-msgid "2~ l10n Packages"
+#: en/user_examples.ssi:20
+msgid ""
+"Create the .xsession for the default user: #{$ touch config/chroot_local-"
+"includes/etc/skel/.xsession}#"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-internationalization.ssi:36
+#: en/user_examples.ssi:22
 msgid ""
-"An experimental feature of live-build is to automatically check for each "
-"package for which it is know that there are -l10n packages available and "
-"install them. To add German packages the entry would be"
+"Edit the .xsession file to launch metacity and start xvncviewer with "
+"something similar to the below:"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-internationalization.ssi:40
-msgid "$ lb config --language \"de\""
+#: en/user_examples.ssi:29
+msgid "/usr/bin/metacity & /usr/bin/vncviewer xxx.xxx.xxx.xxx:PORT"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-internationalization.ssi:43
-msgid ""
-"This will also change the default syslinux language if translations are "
-"available or local translations have been put into #{config/templates/"
-"syslinux/de}#."
+#: en/user_examples.ssi:31
+msgid "exit"
+msgstr ""
+
+#. type: Plain text
+#: en/user_examples.ssi:35
+msgid "_* Build the image: #{# lb build}#"
+msgstr ""
+
+#. type: Plain text
+#: en/user_examples.ssi:37
+msgid "_* Enjoy."
+msgstr ""
+
+#. type: Plain text
+#: en/user_examples.ssi:39
+msgid "2~ Next Example FIXME"
 msgstr ""
diff --git a/manual/po/ro/live-manual.ssm.po b/manual/po/ro/live-manual.ssm.po
index f138894..efe11e2 100644
--- a/manual/po/ro/live-manual.ssm.po
+++ b/manual/po/ro/live-manual.ssm.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-11-01 06:47-0200\n"
+"POT-Creation-Date: 2010-11-04 16:34-0400\n"
 "PO-Revision-Date: 2010-10-23 00:04+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -46,7 +46,7 @@ msgstr ""
 #, no-wrap
 msgid ""
 "@date:\n"
-" :published: 2010-11-01\n"
+" :published: 2010-11-04\n"
 msgstr ""
 
 #. type: Plain text
@@ -147,11 +147,21 @@ msgstr ""
 
 #. type: Plain text
 #: en/live-manual.ssm:55
+msgid ":B~ Examples ~#"
+msgstr ""
+
+#. type: Plain text
+#: en/live-manual.ssm:57
+msgid "<< user_examples.ssi"
+msgstr ""
+
+#. type: Plain text
+#: en/live-manual.ssm:59
 msgid ":B~ Other ~#"
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:61
+#: en/live-manual.ssm:65
 msgid ""
 "Other material that formerly appeared in this section is out of date and/or "
 "has not been approved for release. It has therefore been omitted, but can "
@@ -161,76 +171,76 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:63
+#: en/live-manual.ssm:67
 msgid "% << other_customization-bootup.ssi"
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:65
+#: en/live-manual.ssm:69
 msgid "% << other_customization-binary.ssi"
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:67
+#: en/live-manual.ssm:71
 msgid "% << other_customization-backports.ssi"
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:69
+#: en/live-manual.ssm:73
 msgid "% << other_common-tasks.ssi"
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:71
+#: en/live-manual.ssm:75
 msgid "% << other_live-environment.ssi"
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:73
+#: en/live-manual.ssm:77
 msgid "% << other_faq.ssi"
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:75
+#: en/live-manual.ssm:79
 msgid "% << other_howtos.ssi"
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:77
+#: en/live-manual.ssm:81
 msgid "% << other_coding-style.ssi"
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:79
+#: en/live-manual.ssm:83
 msgid "% << other_procedures.ssi"
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:81
+#: en/live-manual.ssm:85
 msgid "% << other_resources.ssi"
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:83
+#: en/live-manual.ssm:87
 msgid "% << other_use-cases.ssi"
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:85
+#: en/live-manual.ssm:89
 msgid "% << other_success-stories.ssi"
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:87
+#: en/live-manual.ssm:91
 msgid "% << other_troubleshooting.ssi"
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:89
+#: en/live-manual.ssm:93
 msgid "% << other_configuration-layout.ssi"
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:90
+#: en/live-manual.ssm:94
 msgid "% << other_configuration-files.ssi"
 msgstr ""
diff --git a/manual/po/ro/user_customization-internationalization.ssi.po b/manual/po/ro/user_examples.ssi.po
similarity index 55%
copy from manual/po/ro/user_customization-internationalization.ssi.po
copy to manual/po/ro/user_examples.ssi.po
index 148d727..f9c2bc0 100644
--- a/manual/po/ro/user_customization-internationalization.ssi.po
+++ b/manual/po/ro/user_examples.ssi.po
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-10-28 09:15-0200\n"
-"PO-Revision-Date: 2010-10-22 08:57-0200\n"
+"POT-Creation-Date: 2010-11-04 16:34-0400\n"
+"PO-Revision-Date: 2010-11-04 16:34-0400\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
 "Language: ro\n"
@@ -40,19 +40,16 @@ msgstr ""
 #: en/other_live-environment.ssi:93 en/other_live-environment.ssi:116
 #: en/other_live-environment.ssi:124 en/other_live-environment.ssi:133
 #: en/other_procedures.ssi:12 en/other_procedures.ssi:46
-#: en/other_procedures.ssi:58 en/other_use-cases.ssi:24
-#: en/other_use-cases.ssi:49 en/other_use-cases.ssi:75
-#: en/other_use-cases.ssi:103 en/other_use-cases.ssi:111
-#: en/project_bugs.ssi:58 en/user_basics.ssi:32 en/user_basics.ssi:42
-#: en/user_basics.ssi:54 en/user_basics.ssi:66 en/user_basics.ssi:78
-#: en/user_basics.ssi:88 en/user_basics.ssi:102 en/user_basics.ssi:110
-#: en/user_basics.ssi:118 en/user_basics.ssi:128 en/user_basics.ssi:140
-#: en/user_basics.ssi:152 en/user_basics.ssi:160 en/user_basics.ssi:168
-#: en/user_basics.ssi:182 en/user_basics.ssi:190 en/user_basics.ssi:200
-#: en/user_basics.ssi:220 en/user_basics.ssi:253 en/user_basics.ssi:269
-#: en/user_basics.ssi:277 en/user_basics.ssi:297 en/user_basics.ssi:322
-#: en/user_customization-contents.ssi:34 en/user_customization-contents.ssi:43
-#: en/user_customization-contents.ssi:66
+#: en/other_procedures.ssi:58 en/project_bugs.ssi:58 en/user_basics.ssi:32
+#: en/user_basics.ssi:42 en/user_basics.ssi:54 en/user_basics.ssi:66
+#: en/user_basics.ssi:78 en/user_basics.ssi:88 en/user_basics.ssi:102
+#: en/user_basics.ssi:110 en/user_basics.ssi:118 en/user_basics.ssi:128
+#: en/user_basics.ssi:140 en/user_basics.ssi:152 en/user_basics.ssi:160
+#: en/user_basics.ssi:168 en/user_basics.ssi:182 en/user_basics.ssi:190
+#: en/user_basics.ssi:200 en/user_basics.ssi:220 en/user_basics.ssi:253
+#: en/user_basics.ssi:269 en/user_basics.ssi:277 en/user_basics.ssi:297
+#: en/user_basics.ssi:322 en/user_customization-contents.ssi:34
+#: en/user_customization-contents.ssi:43 en/user_customization-contents.ssi:66
 #: en/user_customization-internationalization.ssi:10
 #: en/user_customization-internationalization.ssi:18
 #: en/user_customization-internationalization.ssi:26
@@ -66,15 +63,15 @@ msgstr ""
 #: en/user_customization-packages.ssi:166
 #: en/user_customization-packages.ssi:176
 #: en/user_customization-packages.ssi:186
-#: en/user_customization-packages.ssi:196 en/user_installation.ssi:38
-#: en/user_installation.ssi:46 en/user_installation.ssi:56
-#: en/user_installation.ssi:64 en/user_installation.ssi:76
-#: en/user_installation.ssi:84 en/user_installation.ssi:104
-#: en/user_installation.ssi:118 en/user_installation.ssi:135
-#: en/user_managing_a_configuration.ssi:24
+#: en/user_customization-packages.ssi:196 en/user_examples.ssi:24
+#: en/user_installation.ssi:38 en/user_installation.ssi:46
+#: en/user_installation.ssi:56 en/user_installation.ssi:64
+#: en/user_installation.ssi:76 en/user_installation.ssi:84
+#: en/user_installation.ssi:104 en/user_installation.ssi:118
+#: en/user_installation.ssi:135 en/user_managing_a_configuration.ssi:24
 #: en/user_managing_a_configuration.ssi:35
-#: en/user_managing_a_configuration.ssi:47 en/user_overview.ssi:46
-#: en/user_overview.ssi:90 en/user_overview.ssi:98
+#: en/user_managing_a_configuration.ssi:47 en/user_overview.ssi:36
+#: en/user_overview.ssi:80 en/user_overview.ssi:88
 msgid "code{"
 msgstr "code{"
 
@@ -101,18 +98,16 @@ msgstr "code{"
 #: en/other_live-environment.ssi:120 en/other_live-environment.ssi:129
 #: en/other_live-environment.ssi:138 en/other_procedures.ssi:16
 #: en/other_procedures.ssi:54 en/other_procedures.ssi:131
-#: en/other_use-cases.ssi:33 en/other_use-cases.ssi:69
-#: en/other_use-cases.ssi:97 en/other_use-cases.ssi:107
-#: en/other_use-cases.ssi:137 en/project_bugs.ssi:62 en/user_basics.ssi:36
-#: en/user_basics.ssi:46 en/user_basics.ssi:60 en/user_basics.ssi:72
-#: en/user_basics.ssi:82 en/user_basics.ssi:94 en/user_basics.ssi:106
-#: en/user_basics.ssi:114 en/user_basics.ssi:122 en/user_basics.ssi:132
-#: en/user_basics.ssi:146 en/user_basics.ssi:156 en/user_basics.ssi:164
-#: en/user_basics.ssi:172 en/user_basics.ssi:186 en/user_basics.ssi:194
-#: en/user_basics.ssi:204 en/user_basics.ssi:245 en/user_basics.ssi:257
-#: en/user_basics.ssi:273 en/user_basics.ssi:281 en/user_basics.ssi:308
-#: en/user_basics.ssi:347 en/user_customization-contents.ssi:39
-#: en/user_customization-contents.ssi:54 en/user_customization-contents.ssi:70
+#: en/project_bugs.ssi:62 en/user_basics.ssi:36 en/user_basics.ssi:46
+#: en/user_basics.ssi:60 en/user_basics.ssi:72 en/user_basics.ssi:82
+#: en/user_basics.ssi:94 en/user_basics.ssi:106 en/user_basics.ssi:114
+#: en/user_basics.ssi:122 en/user_basics.ssi:132 en/user_basics.ssi:146
+#: en/user_basics.ssi:156 en/user_basics.ssi:164 en/user_basics.ssi:172
+#: en/user_basics.ssi:186 en/user_basics.ssi:194 en/user_basics.ssi:204
+#: en/user_basics.ssi:245 en/user_basics.ssi:257 en/user_basics.ssi:273
+#: en/user_basics.ssi:281 en/user_basics.ssi:308 en/user_basics.ssi:347
+#: en/user_customization-contents.ssi:39 en/user_customization-contents.ssi:54
+#: en/user_customization-contents.ssi:70
 #: en/user_customization-internationalization.ssi:14
 #: en/user_customization-internationalization.ssi:22
 #: en/user_customization-internationalization.ssi:30
@@ -126,95 +121,108 @@ msgstr "code{"
 #: en/user_customization-packages.ssi:172
 #: en/user_customization-packages.ssi:182
 #: en/user_customization-packages.ssi:192
-#: en/user_customization-packages.ssi:202 en/user_installation.ssi:42
-#: en/user_installation.ssi:50 en/user_installation.ssi:60
-#: en/user_installation.ssi:72 en/user_installation.ssi:80
-#: en/user_installation.ssi:88 en/user_installation.ssi:108
-#: en/user_installation.ssi:123 en/user_installation.ssi:138
-#: en/user_managing_a_configuration.ssi:31
+#: en/user_customization-packages.ssi:202 en/user_examples.ssi:33
+#: en/user_installation.ssi:42 en/user_installation.ssi:50
+#: en/user_installation.ssi:60 en/user_installation.ssi:72
+#: en/user_installation.ssi:80 en/user_installation.ssi:88
+#: en/user_installation.ssi:108 en/user_installation.ssi:123
+#: en/user_installation.ssi:138 en/user_managing_a_configuration.ssi:31
 #: en/user_managing_a_configuration.ssi:43
-#: en/user_managing_a_configuration.ssi:52 en/user_overview.ssi:84
-#: en/user_overview.ssi:94 en/user_overview.ssi:102
+#: en/user_managing_a_configuration.ssi:52 en/user_overview.ssi:74
+#: en/user_overview.ssi:84 en/user_overview.ssi:92
 msgid "}code"
 msgstr "}code"
 
 #. type: Plain text
-#: en/user_customization-internationalization.ssi:2
-msgid "B~ Customizing locale and language"
+#: en/other_faq.ssi:85 en/other_faq.ssi:247 en/user_examples.ssi:26
+msgid "#!/bin/sh"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-internationalization.ssi:4
-msgid "1~customizing-locale-and-language Customizing locale and language"
+#: en/user_examples.ssi:2
+msgid "B~ Examples"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-internationalization.ssi:6
-msgid "2~ Default locale and keyboard"
+#: en/user_examples.ssi:4
+msgid "1~ Use Case Builds"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-internationalization.ssi:8
+#: en/user_examples.ssi:6
 msgid ""
-"The default locale when building a Live system is \"locales=en_US.UTF-8\", "
-"to set the locale for e.g. Switzerland, you can use \"locales=de_CH.UTF-8\"."
+"This chapter covers example builds for specific use cases with Debian Live."
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-internationalization.ssi:12
-msgid "$ lb config --bootappend-live \"locales=de_CH.UTF-8\""
+#: en/user_examples.ssi:8
+msgid "2~ VNC Kiosk Client"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-internationalization.ssi:16
-msgid "The entry for a Swiss-German keyboard would be:"
+#: en/user_examples.ssi:10
+msgid "Create an image with live-build to boot directly to a VNC server."
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-internationalization.ssi:20
-msgid "$ lb config --bootappend-live \"keyboard-layouts=ch\""
+#: en/user_examples.ssi:12
+msgid "_* Make a build directory: #{$ mkdir vncBuild}#"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-internationalization.ssi:24
-msgid "Combined, the keyboard and locale configured for Switzerland would be:"
+#: en/user_examples.ssi:14
+msgid "_* Move to the build directory: #{$ cd vncBuild}#"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-internationalization.ssi:28
+#: en/user_examples.ssi:16
 msgid ""
-"$ lb config --bootappend-live =\"locales=de_CH.UTF-8 keyboard-layouts=ch\""
+"Example to config the build directory to include gdm metacity "
+"xtightvncviewer: #{$ lb config --packages \"gdm3 metacity xtightvncviewer\"}#"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-internationalization.ssi:32
+#: en/user_examples.ssi:18
 msgid ""
-"Note: You can find a list of options in the manpage for live-config. "
-"Currently, only UTF-8 locales are supported."
+"Create a folder /etc/skel folder for a custom .xsession for the default "
+"user: #{$ mkdir -p config/chroot_local-includes/etc/skel}#"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-internationalization.ssi:34
-msgid "2~ l10n Packages"
+#: en/user_examples.ssi:20
+msgid ""
+"Create the .xsession for the default user: #{$ touch config/chroot_local-"
+"includes/etc/skel/.xsession}#"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-internationalization.ssi:36
+#: en/user_examples.ssi:22
 msgid ""
-"An experimental feature of live-build is to automatically check for each "
-"package for which it is know that there are -l10n packages available and "
-"install them. To add German packages the entry would be"
+"Edit the .xsession file to launch metacity and start xvncviewer with "
+"something similar to the below:"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-internationalization.ssi:40
-msgid "$ lb config --language \"de\""
+#: en/user_examples.ssi:29
+msgid "/usr/bin/metacity & /usr/bin/vncviewer xxx.xxx.xxx.xxx:PORT"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-internationalization.ssi:43
-msgid ""
-"This will also change the default syslinux language if translations are "
-"available or local translations have been put into #{config/templates/"
-"syslinux/de}#."
+#: en/user_examples.ssi:31
+msgid "exit"
+msgstr ""
+
+#. type: Plain text
+#: en/user_examples.ssi:35
+msgid "_* Build the image: #{# lb build}#"
+msgstr ""
+
+#. type: Plain text
+#: en/user_examples.ssi:37
+msgid "_* Enjoy."
+msgstr ""
+
+#. type: Plain text
+#: en/user_examples.ssi:39
+msgid "2~ Next Example FIXME"
 msgstr ""
diff --git a/manual/po4a.cfg b/manual/po4a.cfg
index 8b43a9c..2ac4a63 100644
--- a/manual/po4a.cfg
+++ b/manual/po4a.cfg
@@ -17,13 +17,13 @@
 [type: text] en/other_resources.ssi $lang:$lang/other_resources.ssi
 [type: text] en/other_success-stories.ssi $lang:$lang/other_success-stories.ssi
 [type: text] en/other_troubleshooting.ssi $lang:$lang/other_troubleshooting.ssi
-[type: text] en/other_use-cases.ssi $lang:$lang/other_use-cases.ssi
 [type: text] en/project_bugs.ssi $lang:$lang/project_bugs.ssi
 [type: text] en/user_basics.ssi $lang:$lang/user_basics.ssi
 [type: text] en/user_customization-contents.ssi $lang:$lang/user_customization-contents.ssi
 [type: text] en/user_customization-internationalization.ssi $lang:$lang/user_customization-internationalization.ssi
 [type: text] en/user_customization-overview.ssi $lang:$lang/user_customization-overview.ssi
 [type: text] en/user_customization-packages.ssi $lang:$lang/user_customization-packages.ssi
+[type: text] en/user_examples.ssi $lang:$lang/user_examples.ssi
 [type: text] en/user_installation.ssi $lang:$lang/user_installation.ssi
 [type: text] en/user_managing_a_configuration.ssi $lang:$lang/user_managing_a_configuration.ssi
 [type: text] en/user_overview.ssi $lang:$lang/user_overview.ssi
diff --git a/manual/pot/live-manual.ssm.pot b/manual/pot/live-manual.ssm.pot
index f20c0c1..b50d2a4 100644
--- a/manual/pot/live-manual.ssm.pot
+++ b/manual/pot/live-manual.ssm.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-11-01 06:47-0200\n"
+"POT-Creation-Date: 2010-11-04 16:34-0400\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -45,7 +45,7 @@ msgstr ""
 #, no-wrap
 msgid ""
 "@date:\n"
-" :published: 2010-11-01\n"
+" :published: 2010-11-04\n"
 msgstr ""
 
 #. type: Plain text
@@ -146,11 +146,21 @@ msgstr ""
 
 #. type: Plain text
 #: en/live-manual.ssm:55
+msgid ":B~ Examples ~#"
+msgstr ""
+
+#. type: Plain text
+#: en/live-manual.ssm:57
+msgid "<< user_examples.ssi"
+msgstr ""
+
+#. type: Plain text
+#: en/live-manual.ssm:59
 msgid ":B~ Other ~#"
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:61
+#: en/live-manual.ssm:65
 msgid ""
 "Other material that formerly appeared in this section is out of date and/or "
 "has not been approved for release. It has therefore been omitted, but can "
@@ -160,76 +170,76 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:63
+#: en/live-manual.ssm:67
 msgid "% << other_customization-bootup.ssi"
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:65
+#: en/live-manual.ssm:69
 msgid "% << other_customization-binary.ssi"
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:67
+#: en/live-manual.ssm:71
 msgid "% << other_customization-backports.ssi"
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:69
+#: en/live-manual.ssm:73
 msgid "% << other_common-tasks.ssi"
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:71
+#: en/live-manual.ssm:75
 msgid "% << other_live-environment.ssi"
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:73
+#: en/live-manual.ssm:77
 msgid "% << other_faq.ssi"
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:75
+#: en/live-manual.ssm:79
 msgid "% << other_howtos.ssi"
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:77
+#: en/live-manual.ssm:81
 msgid "% << other_coding-style.ssi"
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:79
+#: en/live-manual.ssm:83
 msgid "% << other_procedures.ssi"
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:81
+#: en/live-manual.ssm:85
 msgid "% << other_resources.ssi"
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:83
+#: en/live-manual.ssm:87
 msgid "% << other_use-cases.ssi"
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:85
+#: en/live-manual.ssm:89
 msgid "% << other_success-stories.ssi"
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:87
+#: en/live-manual.ssm:91
 msgid "% << other_troubleshooting.ssi"
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:89
+#: en/live-manual.ssm:93
 msgid "% << other_configuration-layout.ssi"
 msgstr ""
 
 #. type: Plain text
-#: en/live-manual.ssm:90
+#: en/live-manual.ssm:94
 msgid "% << other_configuration-files.ssi"
 msgstr ""
diff --git a/manual/pot/user_customization-internationalization.ssi.pot b/manual/pot/user_examples.ssi.pot
similarity index 55%
copy from manual/pot/user_customization-internationalization.ssi.pot
copy to manual/pot/user_examples.ssi.pot
index 7d6accb..7494c39 100644
--- a/manual/pot/user_customization-internationalization.ssi.pot
+++ b/manual/pot/user_examples.ssi.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-10-28 09:15-0200\n"
+"POT-Creation-Date: 2010-11-04 16:34-0400\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -39,19 +39,16 @@ msgstr ""
 #: en/other_live-environment.ssi:93 en/other_live-environment.ssi:116
 #: en/other_live-environment.ssi:124 en/other_live-environment.ssi:133
 #: en/other_procedures.ssi:12 en/other_procedures.ssi:46
-#: en/other_procedures.ssi:58 en/other_use-cases.ssi:24
-#: en/other_use-cases.ssi:49 en/other_use-cases.ssi:75
-#: en/other_use-cases.ssi:103 en/other_use-cases.ssi:111
-#: en/project_bugs.ssi:58 en/user_basics.ssi:32 en/user_basics.ssi:42
-#: en/user_basics.ssi:54 en/user_basics.ssi:66 en/user_basics.ssi:78
-#: en/user_basics.ssi:88 en/user_basics.ssi:102 en/user_basics.ssi:110
-#: en/user_basics.ssi:118 en/user_basics.ssi:128 en/user_basics.ssi:140
-#: en/user_basics.ssi:152 en/user_basics.ssi:160 en/user_basics.ssi:168
-#: en/user_basics.ssi:182 en/user_basics.ssi:190 en/user_basics.ssi:200
-#: en/user_basics.ssi:220 en/user_basics.ssi:253 en/user_basics.ssi:269
-#: en/user_basics.ssi:277 en/user_basics.ssi:297 en/user_basics.ssi:322
-#: en/user_customization-contents.ssi:34 en/user_customization-contents.ssi:43
-#: en/user_customization-contents.ssi:66
+#: en/other_procedures.ssi:58 en/project_bugs.ssi:58 en/user_basics.ssi:32
+#: en/user_basics.ssi:42 en/user_basics.ssi:54 en/user_basics.ssi:66
+#: en/user_basics.ssi:78 en/user_basics.ssi:88 en/user_basics.ssi:102
+#: en/user_basics.ssi:110 en/user_basics.ssi:118 en/user_basics.ssi:128
+#: en/user_basics.ssi:140 en/user_basics.ssi:152 en/user_basics.ssi:160
+#: en/user_basics.ssi:168 en/user_basics.ssi:182 en/user_basics.ssi:190
+#: en/user_basics.ssi:200 en/user_basics.ssi:220 en/user_basics.ssi:253
+#: en/user_basics.ssi:269 en/user_basics.ssi:277 en/user_basics.ssi:297
+#: en/user_basics.ssi:322 en/user_customization-contents.ssi:34
+#: en/user_customization-contents.ssi:43 en/user_customization-contents.ssi:66
 #: en/user_customization-internationalization.ssi:10
 #: en/user_customization-internationalization.ssi:18
 #: en/user_customization-internationalization.ssi:26
@@ -65,15 +62,15 @@ msgstr ""
 #: en/user_customization-packages.ssi:166
 #: en/user_customization-packages.ssi:176
 #: en/user_customization-packages.ssi:186
-#: en/user_customization-packages.ssi:196 en/user_installation.ssi:38
-#: en/user_installation.ssi:46 en/user_installation.ssi:56
-#: en/user_installation.ssi:64 en/user_installation.ssi:76
-#: en/user_installation.ssi:84 en/user_installation.ssi:104
-#: en/user_installation.ssi:118 en/user_installation.ssi:135
-#: en/user_managing_a_configuration.ssi:24
+#: en/user_customization-packages.ssi:196 en/user_examples.ssi:24
+#: en/user_installation.ssi:38 en/user_installation.ssi:46
+#: en/user_installation.ssi:56 en/user_installation.ssi:64
+#: en/user_installation.ssi:76 en/user_installation.ssi:84
+#: en/user_installation.ssi:104 en/user_installation.ssi:118
+#: en/user_installation.ssi:135 en/user_managing_a_configuration.ssi:24
 #: en/user_managing_a_configuration.ssi:35
-#: en/user_managing_a_configuration.ssi:47 en/user_overview.ssi:46
-#: en/user_overview.ssi:90 en/user_overview.ssi:98
+#: en/user_managing_a_configuration.ssi:47 en/user_overview.ssi:36
+#: en/user_overview.ssi:80 en/user_overview.ssi:88
 msgid "code{"
 msgstr ""
 
@@ -100,18 +97,16 @@ msgstr ""
 #: en/other_live-environment.ssi:120 en/other_live-environment.ssi:129
 #: en/other_live-environment.ssi:138 en/other_procedures.ssi:16
 #: en/other_procedures.ssi:54 en/other_procedures.ssi:131
-#: en/other_use-cases.ssi:33 en/other_use-cases.ssi:69
-#: en/other_use-cases.ssi:97 en/other_use-cases.ssi:107
-#: en/other_use-cases.ssi:137 en/project_bugs.ssi:62 en/user_basics.ssi:36
-#: en/user_basics.ssi:46 en/user_basics.ssi:60 en/user_basics.ssi:72
-#: en/user_basics.ssi:82 en/user_basics.ssi:94 en/user_basics.ssi:106
-#: en/user_basics.ssi:114 en/user_basics.ssi:122 en/user_basics.ssi:132
-#: en/user_basics.ssi:146 en/user_basics.ssi:156 en/user_basics.ssi:164
-#: en/user_basics.ssi:172 en/user_basics.ssi:186 en/user_basics.ssi:194
-#: en/user_basics.ssi:204 en/user_basics.ssi:245 en/user_basics.ssi:257
-#: en/user_basics.ssi:273 en/user_basics.ssi:281 en/user_basics.ssi:308
-#: en/user_basics.ssi:347 en/user_customization-contents.ssi:39
-#: en/user_customization-contents.ssi:54 en/user_customization-contents.ssi:70
+#: en/project_bugs.ssi:62 en/user_basics.ssi:36 en/user_basics.ssi:46
+#: en/user_basics.ssi:60 en/user_basics.ssi:72 en/user_basics.ssi:82
+#: en/user_basics.ssi:94 en/user_basics.ssi:106 en/user_basics.ssi:114
+#: en/user_basics.ssi:122 en/user_basics.ssi:132 en/user_basics.ssi:146
+#: en/user_basics.ssi:156 en/user_basics.ssi:164 en/user_basics.ssi:172
+#: en/user_basics.ssi:186 en/user_basics.ssi:194 en/user_basics.ssi:204
+#: en/user_basics.ssi:245 en/user_basics.ssi:257 en/user_basics.ssi:273
+#: en/user_basics.ssi:281 en/user_basics.ssi:308 en/user_basics.ssi:347
+#: en/user_customization-contents.ssi:39 en/user_customization-contents.ssi:54
+#: en/user_customization-contents.ssi:70
 #: en/user_customization-internationalization.ssi:14
 #: en/user_customization-internationalization.ssi:22
 #: en/user_customization-internationalization.ssi:30
@@ -125,95 +120,108 @@ msgstr ""
 #: en/user_customization-packages.ssi:172
 #: en/user_customization-packages.ssi:182
 #: en/user_customization-packages.ssi:192
-#: en/user_customization-packages.ssi:202 en/user_installation.ssi:42
-#: en/user_installation.ssi:50 en/user_installation.ssi:60
-#: en/user_installation.ssi:72 en/user_installation.ssi:80
-#: en/user_installation.ssi:88 en/user_installation.ssi:108
-#: en/user_installation.ssi:123 en/user_installation.ssi:138
-#: en/user_managing_a_configuration.ssi:31
+#: en/user_customization-packages.ssi:202 en/user_examples.ssi:33
+#: en/user_installation.ssi:42 en/user_installation.ssi:50
+#: en/user_installation.ssi:60 en/user_installation.ssi:72
+#: en/user_installation.ssi:80 en/user_installation.ssi:88
+#: en/user_installation.ssi:108 en/user_installation.ssi:123
+#: en/user_installation.ssi:138 en/user_managing_a_configuration.ssi:31
 #: en/user_managing_a_configuration.ssi:43
-#: en/user_managing_a_configuration.ssi:52 en/user_overview.ssi:84
-#: en/user_overview.ssi:94 en/user_overview.ssi:102
+#: en/user_managing_a_configuration.ssi:52 en/user_overview.ssi:74
+#: en/user_overview.ssi:84 en/user_overview.ssi:92
 msgid "}code"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-internationalization.ssi:2
-msgid "B~ Customizing locale and language"
+#: en/other_faq.ssi:85 en/other_faq.ssi:247 en/user_examples.ssi:26
+msgid "#!/bin/sh"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-internationalization.ssi:4
-msgid "1~customizing-locale-and-language Customizing locale and language"
+#: en/user_examples.ssi:2
+msgid "B~ Examples"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-internationalization.ssi:6
-msgid "2~ Default locale and keyboard"
+#: en/user_examples.ssi:4
+msgid "1~ Use Case Builds"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-internationalization.ssi:8
+#: en/user_examples.ssi:6
 msgid ""
-"The default locale when building a Live system is \"locales=en_US.UTF-8\", "
-"to set the locale for e.g. Switzerland, you can use \"locales=de_CH.UTF-8\"."
+"This chapter covers example builds for specific use cases with Debian Live."
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-internationalization.ssi:12
-msgid "$ lb config --bootappend-live \"locales=de_CH.UTF-8\""
+#: en/user_examples.ssi:8
+msgid "2~ VNC Kiosk Client"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-internationalization.ssi:16
-msgid "The entry for a Swiss-German keyboard would be:"
+#: en/user_examples.ssi:10
+msgid "Create an image with live-build to boot directly to a VNC server."
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-internationalization.ssi:20
-msgid "$ lb config --bootappend-live \"keyboard-layouts=ch\""
+#: en/user_examples.ssi:12
+msgid "_* Make a build directory: #{$ mkdir vncBuild}#"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-internationalization.ssi:24
-msgid "Combined, the keyboard and locale configured for Switzerland would be:"
+#: en/user_examples.ssi:14
+msgid "_* Move to the build directory: #{$ cd vncBuild}#"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-internationalization.ssi:28
+#: en/user_examples.ssi:16
 msgid ""
-"$ lb config --bootappend-live =\"locales=de_CH.UTF-8 keyboard-layouts=ch\""
+"Example to config the build directory to include gdm metacity "
+"xtightvncviewer: #{$ lb config --packages \"gdm3 metacity xtightvncviewer\"}#"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-internationalization.ssi:32
+#: en/user_examples.ssi:18
 msgid ""
-"Note: You can find a list of options in the manpage for live-config. "
-"Currently, only UTF-8 locales are supported."
+"Create a folder /etc/skel folder for a custom .xsession for the default "
+"user: #{$ mkdir -p config/chroot_local-includes/etc/skel}#"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-internationalization.ssi:34
-msgid "2~ l10n Packages"
+#: en/user_examples.ssi:20
+msgid ""
+"Create the .xsession for the default user: #{$ touch config/chroot_local-"
+"includes/etc/skel/.xsession}#"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-internationalization.ssi:36
+#: en/user_examples.ssi:22
 msgid ""
-"An experimental feature of live-build is to automatically check for each "
-"package for which it is know that there are -l10n packages available and "
-"install them. To add German packages the entry would be"
+"Edit the .xsession file to launch metacity and start xvncviewer with "
+"something similar to the below:"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-internationalization.ssi:40
-msgid "$ lb config --language \"de\""
+#: en/user_examples.ssi:29
+msgid "/usr/bin/metacity & /usr/bin/vncviewer xxx.xxx.xxx.xxx:PORT"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-internationalization.ssi:43
-msgid ""
-"This will also change the default syslinux language if translations are "
-"available or local translations have been put into #{config/templates/"
-"syslinux/de}#."
+#: en/user_examples.ssi:31
+msgid "exit"
+msgstr ""
+
+#. type: Plain text
+#: en/user_examples.ssi:35
+msgid "_* Build the image: #{# lb build}#"
+msgstr ""
+
+#. type: Plain text
+#: en/user_examples.ssi:37
+msgid "_* Enjoy."
+msgstr ""
+
+#. type: Plain text
+#: en/user_examples.ssi:39
+msgid "2~ Next Example FIXME"
 msgstr ""
diff --git a/manual/pt_BR/live-manual.ssm b/manual/pt_BR/live-manual.ssm
index 5558c36..d2a738c 100644
--- a/manual/pt_BR/live-manual.ssm
+++ b/manual/pt_BR/live-manual.ssm
@@ -9,7 +9,7 @@
  :license: This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.<br><br>This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.<br><br>You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/. <br><br>On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL-3 file.
 
 @date:
- :published: 2010-11-01
+ :published: 2010-11-04
 
 @publisher: Debian Live Project <debian-live at lists.debian.org>
 
@@ -51,6 +51,10 @@
 
 << project_bugs.ssi
 
+:B~ Examples ~#
+
+<< user_examples.ssi
+
 :B~ Other ~#
 
 Other material that formerly appeared in this section is out of date and/or
diff --git a/manual/pt_BR/other_use-cases.ssi b/manual/pt_BR/other_use-cases.ssi
deleted file mode 100644
index 232e3ac..0000000
--- a/manual/pt_BR/other_use-cases.ssi
+++ /dev/null
@@ -1,146 +0,0 @@
-B~ Use Cases
-
-1~ Use Cases
-
-This chapter is for users to document their use cases with Debian Live.
-
-2~ VNC Kiosk Client
-
-Create an image with live-helper to boot directly to a VNC server.
-
-_* Make a build directory: #{$ mkdir vncBuild}#
-
-_* Move to the build directory: #{$ cd vncBuild}#
-
-Example to config the build directory to include gdm metacity
-xtightvncviewer: #{$ lh config --packages "gdm metacity xtightvncviewer"}#
-
-Create a folder /etc/skel folder for a custom .xsession for the default
-user: #{$ mkdir -p config/chroot_local-includes/etc/skel}#
-
-Create the .xsession for the default user: #{$ touch
-config/chroot_local-includes/etc/skel/.xsession}#
-
-Edit the .xsession file to launch metacity and start xvncviewer with
-something similar to the below:
-
-code{
-
-#!/bin/sh
-
-/usr/bin/metacity & /usr/bin/vncviewer xxx.xxx.xxx.xxx:PORT
-
-exit
-
-}code
-
-_* Build the image: #{# lh build}#
-
-_* Enjoy.
-
-2~ VMWare-Player Sessions
-
-Create an image with live-helper to boot directly to a specifiv VMWare
-session.
-
-_* Make a build directory: #{$ mkdir VMWare-Player}#
-
-_* Move to the build directory: #{$ cd VMWare-Player}#
-
-_* Example to config the build directory to include gdm metacity
-xtightvncviewer:
-
-code{
-
-$ lh config --apt apt \
-        ---apt-recommends disabled \
-        --archive-areas "main" \
-        --binary-images iso \
-        --binary-indices none \
-        --syslinux-menu vesamenu \
-        ---bootappend-live "persistent quickreboot" \
-        ---bootappend-install "-- plainroot persistent video=vesa:ywrap,mtrr vga=788 quickreboot quiet live-config" \
-        ---debian-installer live \
-        ---distribution lenny \
-        ---hostname vmare-player-firmware \
-        ---includes none \
-        ---linux-flavours 686 \
-        ---packages-lists "gnome-core" \
-        ---packages "gcc gparted linux-headers-2.6-\${LH_LINUX_FLAVOURS} live-config-staging make metacity rsync wireless-tools" \
-        ---repositories live.debian.net \
-        ---win32-loader disabled
-
-}code
-
-_* Create the 01-vmware-player hook: #{$ touch
-config/chroot_local-hooks/01-vmware-player.sh}#
-
-Edit the 01-vmware-player hook to launch the VMWare-Player. The hook should
-look something like the below:
-
-code{
-
-#!/bin/sh
-
-_URL="http://archive.debian-maintainers.org/vmware/other/vmware-player/"
-_VMPLAYER_VERSION="VMware-Player.i386.bundle"
-
-echo "I: Starting script for install of VMWare Player." cd /root
-
-echo "I: Beginning download of ${_VMPLAYER_VERSION} from ${_URL} ." wget
-${_URL}${_VMPLAYER_VERSION}
-
-echo "I: Starting install of VMWare Player." sh /root/${_VMPLAYER_VERSION}
-
-echo "I: Cleaning up the VMWare Player download." rm
-/root/${_VMPLAYER_VERSION}
-
-#echo "I: Starting interactive shell." #bash
-
-}code
-
-_* Build the image (note that during the build the VMWare-Player will prompt
-you to install or cancel): #{#lh build}#
-
-_* After the build you will have an image you can boot live or install as
-firmware. The package live-config-staging is the package that installs the
-ability to utilize the VMWare-Player by calling live-config.vmware-player as
-a boot parameter in the following form:
-
-code{
-
-live-config.vmware-player=ACTION:IMAGEPATH:VMXNAME
-
-}code
-
-Notes from the 900-vmware-player file are as follows:
-
-code{
-
-# The script tests for boot parameter of
-# live-config.vmware-player=ACTION:IMAGEPATH:VMXNAME
-#
-# ACTION: The operation to perform on the workstation (none|scratch)
-# IMAGEPATH: The folder path to the VMware image you want to run.
-# VMXNAME: The name of the VMware image you want to run.
-#
-# Notes:To use this file with WMWare images you will need to have a few things
-# setup:
-#
-# 1. The VMware Player needs to be installed in the image.
-# 2. This script uses (s|h)da1 for writing image data, and is used as a scratch
-#    space. This scratch space should be a file system with linux permissions
-#    such as ext2.
-# 3. VMware image(s) should be in a mounted folder and setup as follows:
-#    - Image(s) set to snapshot mode.
-#    - For each image, the image folder needs to have a file called
-#      image-release with a variable CRELEASE. An example: CRELEASE="1.0.0"
-#
-# The image-release file is used by the image maintainer and this script to tell
-# workstation(s) using a given image, to erase locally stored vmware image files
-# and setup with the newly configure image. The operation of erasing locally
-# stored vmare image files, is referred to as a scratch.
-
-}code
-
-_* Enjoy.
diff --git a/manual/pt_BR/user_examples.ssi b/manual/pt_BR/user_examples.ssi
new file mode 100644
index 0000000..2567323
--- /dev/null
+++ b/manual/pt_BR/user_examples.ssi
@@ -0,0 +1,43 @@
+B~ Examples
+
+1~ Use Case Builds
+
+This chapter covers example builds for specific use cases with Debian Live.
+
+2~ VNC Kiosk Client
+
+Create an image with live-build to boot directly to a VNC server.
+
+_* Make a build directory: #{$ mkdir vncBuild}#
+
+_* Move to the build directory: #{$ cd vncBuild}#
+
+Example to config the build directory to include gdm metacity
+xtightvncviewer: #{$ lb config --packages "gdm3 metacity xtightvncviewer"}#
+
+Create a folder /etc/skel folder for a custom .xsession for the default
+user: #{$ mkdir -p config/chroot_local-includes/etc/skel}#
+
+Create the .xsession for the default user: #{$ touch
+config/chroot_local-includes/etc/skel/.xsession}#
+
+Edit the .xsession file to launch metacity and start xvncviewer with
+something similar to the below:
+
+code{
+
+#!/bin/sh
+
+/usr/bin/metacity & /usr/bin/vncviewer xxx.xxx.xxx.xxx:PORT
+
+exit
+
+}code
+
+_* Build the image: #{# lb build}#
+
+_* Enjoy.
+
+2~ Next Example FIXME
+
+
diff --git a/manual/ro/live-manual.ssm b/manual/ro/live-manual.ssm
index 5558c36..d2a738c 100644
--- a/manual/ro/live-manual.ssm
+++ b/manual/ro/live-manual.ssm
@@ -9,7 +9,7 @@
  :license: This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.<br><br>This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.<br><br>You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/. <br><br>On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL-3 file.
 
 @date:
- :published: 2010-11-01
+ :published: 2010-11-04
 
 @publisher: Debian Live Project <debian-live at lists.debian.org>
 
@@ -51,6 +51,10 @@
 
 << project_bugs.ssi
 
+:B~ Examples ~#
+
+<< user_examples.ssi
+
 :B~ Other ~#
 
 Other material that formerly appeared in this section is out of date and/or
diff --git a/manual/ro/other_use-cases.ssi b/manual/ro/other_use-cases.ssi
deleted file mode 100644
index 232e3ac..0000000
--- a/manual/ro/other_use-cases.ssi
+++ /dev/null
@@ -1,146 +0,0 @@
-B~ Use Cases
-
-1~ Use Cases
-
-This chapter is for users to document their use cases with Debian Live.
-
-2~ VNC Kiosk Client
-
-Create an image with live-helper to boot directly to a VNC server.
-
-_* Make a build directory: #{$ mkdir vncBuild}#
-
-_* Move to the build directory: #{$ cd vncBuild}#
-
-Example to config the build directory to include gdm metacity
-xtightvncviewer: #{$ lh config --packages "gdm metacity xtightvncviewer"}#
-
-Create a folder /etc/skel folder for a custom .xsession for the default
-user: #{$ mkdir -p config/chroot_local-includes/etc/skel}#
-
-Create the .xsession for the default user: #{$ touch
-config/chroot_local-includes/etc/skel/.xsession}#
-
-Edit the .xsession file to launch metacity and start xvncviewer with
-something similar to the below:
-
-code{
-
-#!/bin/sh
-
-/usr/bin/metacity & /usr/bin/vncviewer xxx.xxx.xxx.xxx:PORT
-
-exit
-
-}code
-
-_* Build the image: #{# lh build}#
-
-_* Enjoy.
-
-2~ VMWare-Player Sessions
-
-Create an image with live-helper to boot directly to a specifiv VMWare
-session.
-
-_* Make a build directory: #{$ mkdir VMWare-Player}#
-
-_* Move to the build directory: #{$ cd VMWare-Player}#
-
-_* Example to config the build directory to include gdm metacity
-xtightvncviewer:
-
-code{
-
-$ lh config --apt apt \
-        ---apt-recommends disabled \
-        --archive-areas "main" \
-        --binary-images iso \
-        --binary-indices none \
-        --syslinux-menu vesamenu \
-        ---bootappend-live "persistent quickreboot" \
-        ---bootappend-install "-- plainroot persistent video=vesa:ywrap,mtrr vga=788 quickreboot quiet live-config" \
-        ---debian-installer live \
-        ---distribution lenny \
-        ---hostname vmare-player-firmware \
-        ---includes none \
-        ---linux-flavours 686 \
-        ---packages-lists "gnome-core" \
-        ---packages "gcc gparted linux-headers-2.6-\${LH_LINUX_FLAVOURS} live-config-staging make metacity rsync wireless-tools" \
-        ---repositories live.debian.net \
-        ---win32-loader disabled
-
-}code
-
-_* Create the 01-vmware-player hook: #{$ touch
-config/chroot_local-hooks/01-vmware-player.sh}#
-
-Edit the 01-vmware-player hook to launch the VMWare-Player. The hook should
-look something like the below:
-
-code{
-
-#!/bin/sh
-
-_URL="http://archive.debian-maintainers.org/vmware/other/vmware-player/"
-_VMPLAYER_VERSION="VMware-Player.i386.bundle"
-
-echo "I: Starting script for install of VMWare Player." cd /root
-
-echo "I: Beginning download of ${_VMPLAYER_VERSION} from ${_URL} ." wget
-${_URL}${_VMPLAYER_VERSION}
-
-echo "I: Starting install of VMWare Player." sh /root/${_VMPLAYER_VERSION}
-
-echo "I: Cleaning up the VMWare Player download." rm
-/root/${_VMPLAYER_VERSION}
-
-#echo "I: Starting interactive shell." #bash
-
-}code
-
-_* Build the image (note that during the build the VMWare-Player will prompt
-you to install or cancel): #{#lh build}#
-
-_* After the build you will have an image you can boot live or install as
-firmware. The package live-config-staging is the package that installs the
-ability to utilize the VMWare-Player by calling live-config.vmware-player as
-a boot parameter in the following form:
-
-code{
-
-live-config.vmware-player=ACTION:IMAGEPATH:VMXNAME
-
-}code
-
-Notes from the 900-vmware-player file are as follows:
-
-code{
-
-# The script tests for boot parameter of
-# live-config.vmware-player=ACTION:IMAGEPATH:VMXNAME
-#
-# ACTION: The operation to perform on the workstation (none|scratch)
-# IMAGEPATH: The folder path to the VMware image you want to run.
-# VMXNAME: The name of the VMware image you want to run.
-#
-# Notes:To use this file with WMWare images you will need to have a few things
-# setup:
-#
-# 1. The VMware Player needs to be installed in the image.
-# 2. This script uses (s|h)da1 for writing image data, and is used as a scratch
-#    space. This scratch space should be a file system with linux permissions
-#    such as ext2.
-# 3. VMware image(s) should be in a mounted folder and setup as follows:
-#    - Image(s) set to snapshot mode.
-#    - For each image, the image folder needs to have a file called
-#      image-release with a variable CRELEASE. An example: CRELEASE="1.0.0"
-#
-# The image-release file is used by the image maintainer and this script to tell
-# workstation(s) using a given image, to erase locally stored vmware image files
-# and setup with the newly configure image. The operation of erasing locally
-# stored vmare image files, is referred to as a scratch.
-
-}code
-
-_* Enjoy.
diff --git a/manual/ro/user_examples.ssi b/manual/ro/user_examples.ssi
new file mode 100644
index 0000000..2567323
--- /dev/null
+++ b/manual/ro/user_examples.ssi
@@ -0,0 +1,43 @@
+B~ Examples
+
+1~ Use Case Builds
+
+This chapter covers example builds for specific use cases with Debian Live.
+
+2~ VNC Kiosk Client
+
+Create an image with live-build to boot directly to a VNC server.
+
+_* Make a build directory: #{$ mkdir vncBuild}#
+
+_* Move to the build directory: #{$ cd vncBuild}#
+
+Example to config the build directory to include gdm metacity
+xtightvncviewer: #{$ lb config --packages "gdm3 metacity xtightvncviewer"}#
+
+Create a folder /etc/skel folder for a custom .xsession for the default
+user: #{$ mkdir -p config/chroot_local-includes/etc/skel}#
+
+Create the .xsession for the default user: #{$ touch
+config/chroot_local-includes/etc/skel/.xsession}#
+
+Edit the .xsession file to launch metacity and start xvncviewer with
+something similar to the below:
+
+code{
+
+#!/bin/sh
+
+/usr/bin/metacity & /usr/bin/vncviewer xxx.xxx.xxx.xxx:PORT
+
+exit
+
+}code
+
+_* Build the image: #{# lb build}#
+
+_* Enjoy.
+
+2~ Next Example FIXME
+
+

-- 
live-manual



More information about the debian-live-changes mailing list