[SCM] live-manual branch, debian-next, updated. debian/3.0_a15-1-28-g384bc75

chals chals at altorricon.com
Thu Aug 30 12:19:23 UTC 2012


The following commit has been merged in the debian-next branch:
commit 3d3d6ae3c84d6ee624c25b861119d256d1c2a642
Author: chals <chals at altorricon.com>
Date:   Thu Aug 30 14:09:10 2012 +0200

    Preparing to rewrite the minimal system example with --debootstrap-options getting rid of firmware-linux-free which is not true anymore and adding continuity to a paragraph.

diff --git a/manual/en/user_examples.ssi b/manual/en/user_examples.ssi
index f1e6bea..73a73ba 100644
--- a/manual/en/user_examples.ssi
+++ b/manual/en/user_examples.ssi
@@ -211,7 +211,7 @@ code{
 
 }code
 
-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}#:
+After that, 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{
 
@@ -268,7 +268,7 @@ code{
 
 On the author's system at the time of writing this, the above configuration produced a 95Mbyte image. This compares favourably with the 182Mbyte image produced by the default configuration in {Tutorial 1}#tutorial-1.
 
-The biggest space-saver here, compared to building a standard image on an #{i386}# architecture system, is to select only the #{486}# kernel flavour instead of the default #{-k "486 686-pae"}#. Leaving off APT's indices with #{--apt-indices false}# also saves a fair amount of space, the tradeoff being that you need to #{apt-get update}# before using apt in the live system. Dropping recommended packages with #{--apt-recommends false}# saves some additional space, at the expense of omitting some packages you might otherwise expect to be there, such as /{firmware-linux-free}/ which may be needed to support certain hardware. #{--memtest none}# prevents the installation of a memory tester. And finally, the execution of the #{minimal.chroot}# hook removes some unused packages and files.
+The biggest space-saver here, compared to building a standard image on an #{i386}# architecture system, is to select only the #{486}# kernel flavour instead of the default #{-k "486 686-pae"}#. Leaving off APT's indices with #{--apt-indices false}# also saves a fair amount of space, the tradeoff being that you need to #{apt-get update}# before using apt in the live system. Dropping recommended packages with #{--apt-recommends false}# saves some additional space, at the expense of omitting some packages you might otherwise expect to be there. #{--memtest none}# prevents the installation of a memory tester. And finally, the execution of the #{minimal.chroot}# hook removes some unused packages and files.
 
 Using other hooks, like for example the #{stripped.chroot}# hook found in #{/usr/share/doc/live-build/examples/hooks}#, may shave off additional small amounts of space and produce an image of 76MB. But it is up to you to decide if the functionality that is sacrificed with each size optimization is worth the loss of functionality.
 

-- 
live-manual



More information about the debian-live-changes mailing list