[SCM] live-manual branch, debian-next, updated. debian/3.0_a15-1-4-ga18a7d5
chals
chals at altorricon.com
Sun Aug 12 16:48:18 UTC 2012
The following commit has been merged in the debian-next branch:
commit a5abb964c5f1026ab9a87795e35bee56d5895a30
Author: chals <chals at altorricon.com>
Date: Sun Aug 12 17:10:38 2012 +0200
Changing pt-latin1 for pt to make the example work without errors.
diff --git a/manual/en/user_examples.ssi b/manual/en/user_examples.ssi
index caf6ef4..b2d687c 100644
--- a/manual/en/user_examples.ssi
+++ b/manual/en/user_examples.ssi
@@ -203,11 +203,11 @@ code{
}code
-In this example we found out that we had to re-include several packages recommended by live-config and live-boot: #{user-setup}# to make autologin work and #{sudo}# as an essential program to shutdown the system. Besides, it could be handy to add #{live-tools}# to be able to copy the image to RAM and #{eject}# to eventually eject the live media, So:
+In this example we found out that we had to re-include several packages recommended by live-config and live-boot: #{user-setup}# to make autologin work and #{sudo}# as an essential program to shutdown the system. Besides, it could be handy to add #{live-tools}# to be able to copy the image to RAM and #{eject}# to eventually eject the live media. So:
code{
-$ echo "live-tools user-setup sudo eject" > config/package-lists/recommends.list.chroot
+ $ echo "live-tools user-setup sudo eject" > config/package-lists/recommends.list.chroot
}code
@@ -305,7 +305,7 @@ code{
}code
-At boot time we will generate the pt_BR.UTF-8 locale and select the pt-latin1 keyboard layout. Now let's put the pieces together. Recalling from {Using metapackages}#using-metapackages that task metapackages are prefixed #{task-}#, we just specify these language boot parameters, then add standard priority packages and all our discovered task metapackages to our package list as follows:
+At boot time we will generate the *{pt_BR.UTF-8}* locale and select the *{pt}* keyboard layout. Now let's put the pieces together. Recalling from {Using metapackages}#using-metapackages that task metapackages are prefixed #{task-}#, we just specify these language boot parameters, then add standard priority packages and all our discovered task metapackages to our package list as follows:
code{
@@ -314,7 +314,7 @@ code{
$ lb config \
-a i386 \
-k 486 \
- --bootappend-live "locales=pt_BR.UTF-8 keyboard-layouts=pt-latin1" \
+ --bootappend-live "locales=pt_BR.UTF-8 keyboard-layouts=pt" \
--debian-installer live
$ echo '! Packages Priority standard' > config/package-lists/standard.list.chroot
$ echo task-kde-desktop task-brazilian-portuguese task-brazilian-portuguese-desktop \
--
live-manual
More information about the debian-live-changes
mailing list