[SCM] live-manual branch, debian-next, updated. debian/3.0_a14-1-23-gb0111ef

chals chals at altorricon.com
Sun Aug 5 10:51:48 UTC 2012


The following commit has been merged in the debian-next branch:
commit b0111efacc68903e4eb3b76cee0558a8f43c63f5
Author: chals <chals at altorricon.com>
Date:   Sun Aug 5 12:52:26 2012 +0200

    Removing 'standard-x11 list' and explaining the lists a bit better.

diff --git a/manual/en/user_customization-packages.ssi b/manual/en/user_customization-packages.ssi
index 1792188..5a48de8 100644
--- a/manual/en/user_customization-packages.ssi
+++ b/manual/en/user_customization-packages.ssi
@@ -134,7 +134,7 @@ Package lists that exist in this directory need to have a #{.list}# suffix in or
 
 To make a binary stage list, place a file suffixed with #{.list.binary}# in #{config/package-lists/}#. These packages are not installed in the live filesystem, but are included on the live media under #{pool/}#. You would typically use such a list with one of the non-live installer variants. As mentioned above, if you want this list to be the same as your chroot stage list, simply use the #{.list}# suffix by itself.
 
-3~ Generated package lists
+3~generated-package-lists Generated package lists
 
 It sometimes happens that the best way to compose a list is to generate it with a script. Any line starting with an exclamation point indicates a command to be executed within the chroot when the image is built. For example, one might include the line #{! grep-aptavail -n -sPackage -FPriority standard | sort}# in a package list to produce a sorted list of available packages with #{Priority: standard}#.
 
diff --git a/manual/en/user_examples.ssi b/manual/en/user_examples.ssi
index 3a45a18..9654d64 100644
--- a/manual/en/user_examples.ssi
+++ b/manual/en/user_examples.ssi
@@ -181,7 +181,7 @@ We've come to the end of our tutorial series. While many more kinds of customiza
 
 *{Use case:}* Create an image with live-build to boot directly to a VNC server.
 
-Make a build directory and create a skeletal configuration in it built around the standard-x11 list, including /{gdm3}/, /{metacity}/ and /{xvnc4viewer}/, disabling recommends to make a minimal system:
+Make a build directory and create an skeletal configuration inside it, disabling recommends to make a minimal system. And then create two package lists: the first one generated with a script provided by live-build named #{Packages}# (see {Generated package lists}#generated-package-lists), and the second one including /{xorg}/, /{gdm3}/, /{metacity}/ and /{xvnc4viewer}/.
 
 code{
 
@@ -193,7 +193,7 @@ code{
 
 }code
 
-Create the directory #{/etc/skel}# and put a custom #{.xsession}# in it for the default user that will launch /{metacity}/ and start /{xvncviewer}/, connecting to port #{5901}# on a server at #{192.168.1.2}#:
+Create the directory #{/etc/skel}# in #{config/includes.chroot}# and put a custom #{.xsession}# in it for the default user that will launch /{metacity}/ and start /{xvncviewer}/, connecting to port #{5901}# on a server at #{192.168.1.2}#:
 
 code{
 

-- 
live-manual



More information about the debian-live-changes mailing list