[SCM] live-manual branch, debian, updated. debian/3.0_a13-1

chals chals at altorricon.com
Wed Jun 27 13:07:59 UTC 2012


The following commit has been merged in the debian branch:
commit d815835aa38cd84b8b3b3e9be2c9a9d98e215f59
Author: chals <chals at altorricon.com>
Date:   Wed Jun 6 23:28:06 2012 +0200

    Substituting binary.log for build.log globally.

diff --git a/manual/de/user_examples.ssi b/manual/de/user_examples.ssi
index 2b724dc..07e5172 100644
--- a/manual/de/user_examples.ssi
+++ b/manual/de/user_examples.ssi
@@ -55,7 +55,7 @@ Now, as superuser, build the image, saving a log as you build with #{tee}#.
 
 code{
 
- # lb build 2>&1 | tee binary.log
+ # lb build 2>&1 | tee build.log
 
 }code
 
@@ -97,7 +97,7 @@ Build the image, again as superuser, keeping a log as in {Tutorial
 
 code{
 
- # lb build 2>&1 | tee binary.log
+ # lb build 2>&1 | tee build.log
 
 }code
 
@@ -162,7 +162,7 @@ code{
 }code
 
 Note that unlike in the first two tutorials, we no longer have to type
-#{2>&1 | tee binary.log}# as that is now included in #{auto/build}#.
+#{2>&1 | tee build.log}# as that is now included in #{auto/build}#.
 
 Once you've tested the image (as in {Tutorial 1}#tutorial-1) and are
 satisfied it works, it's time to initialize our #{git}# repository, adding
@@ -301,7 +301,7 @@ Now, build the image in the usual way:
 
 code{
 
- # lb build 2>&1 | tee binary.log
+ # lb build 2>&1 | tee build.log
 
 }code
 
diff --git a/manual/de/user_managing_a_configuration.ssi b/manual/de/user_managing_a_configuration.ssi
index 8f6089a..6deb8ad 100644
--- a/manual/de/user_managing_a_configuration.ssi
+++ b/manual/de/user_managing_a_configuration.ssi
@@ -65,7 +65,7 @@ code{
  lb clean noauto "${@}"
  rm -f config/binary config/bootstrap \
      config/chroot config/common config/source
- rm -f binary.log
+ rm -f build.log
 
 }code
 
@@ -74,7 +74,7 @@ code{
 code{
 
  #!/bin/sh
- lb build noauto "${@}" 2>&1 | tee binary.log
+ lb build noauto "${@}" 2>&1 | tee build.log
 
 }code
 
diff --git a/manual/en/user_examples.ssi b/manual/en/user_examples.ssi
index c063620..6a72646 100644
--- a/manual/en/user_examples.ssi
+++ b/manual/en/user_examples.ssi
@@ -38,7 +38,7 @@ Now, as superuser, build the image, saving a log as you build with #{tee}#.
 
 code{
 
- # lb build 2>&1 | tee binary.log
+ # lb build 2>&1 | tee build.log
 
 }code
 
@@ -65,7 +65,7 @@ Build the image, again as superuser, keeping a log as in {Tutorial 1}#tutorial-1
 
 code{
 
- # lb build 2>&1 | tee binary.log
+ # lb build 2>&1 | tee build.log
 
 }code
 
@@ -119,7 +119,7 @@ code{
 
 }code
 
-Note that unlike in the first two tutorials, we no longer have to type #{2>&1 | tee binary.log}# as that is now included in #{auto/build}#.
+Note that unlike in the first two tutorials, we no longer have to type #{2>&1 | tee build.log}# as that is now included in #{auto/build}#.
 
 Once you've tested the image (as in {Tutorial 1}#tutorial-1) and are satisfied it works, it's time to initialize our #{git}# repository, adding only the auto scripts we just created, and then make the first commit:
 
@@ -230,7 +230,7 @@ Now, build the image in the usual way:
 
 code{
 
- # lb build 2>&1 | tee binary.log
+ # lb build 2>&1 | tee build.log
 
 }code
 
diff --git a/manual/en/user_managing_a_configuration.ssi b/manual/en/user_managing_a_configuration.ssi
index 7342877..b8721d3 100644
--- a/manual/en/user_managing_a_configuration.ssi
+++ b/manual/en/user_managing_a_configuration.ssi
@@ -37,7 +37,7 @@ code{
  lb clean noauto "${@}"
  rm -f config/binary config/bootstrap \
      config/chroot config/common config/source
- rm -f binary.log
+ rm -f build.log
 
 }code
 
@@ -46,7 +46,7 @@ code{
 code{
 
  #!/bin/sh
- lb build noauto "${@}" 2>&1 | tee binary.log
+ lb build noauto "${@}" 2>&1 | tee build.log
 
 }code
 
diff --git a/manual/es/user_examples.ssi b/manual/es/user_examples.ssi
index 28d711a..34c2a75 100644
--- a/manual/es/user_examples.ssi
+++ b/manual/es/user_examples.ssi
@@ -62,7 +62,7 @@ mientras se crea.
 
 code{
 
- # lb build 2>&1 | tee binary.log
+ # lb build 2>&1 | tee build.log
 
 }code
 
@@ -105,7 +105,7 @@ Crear la imagen, de nuevo como superusuario, guardando un log como en el
 
 code{
 
- # lb build 2>&1 | tee binary.log
+ # lb build 2>&1 | tee build.log
 
 }code
 
@@ -173,7 +173,7 @@ code{
 }code
 
 Tener en cuenta que a diferencia de los dos primeros tutoriales, ya no se
-tiene que escribir #{2>&1 | tee binary.log}# ya que esto se incluye ahora en
+tiene que escribir #{2>&1 | tee build.log}# ya que esto se incluye ahora en
 #{auto/build}#.
 
 Una vez que se ha probado la imagen (como en el {Tutorial 1}#tutorial-1) y
@@ -319,7 +319,7 @@ Ahora, crear la imagen de forma habitual:
 
 code{
 
- # lb build 2>&1 | tee binary.log
+ # lb build 2>&1 | tee build.log
 
 }code
 
diff --git a/manual/es/user_managing_a_configuration.ssi b/manual/es/user_managing_a_configuration.ssi
index ff8a810..24183b2 100644
--- a/manual/es/user_managing_a_configuration.ssi
+++ b/manual/es/user_managing_a_configuration.ssi
@@ -78,7 +78,7 @@ code{
  lb clean noauto "${@}"
  rm -f config/binary config/bootstrap \
      config/chroot config/common config/source
- rm -f binary.log
+ rm -f build.log
 
 }code
 
@@ -87,7 +87,7 @@ code{
 code{
 
  #!/bin/sh
- lb build noauto "${@}" 2>&1 | tee binary.log
+ lb build noauto "${@}" 2>&1 | tee build.log
 
 }code
 
diff --git a/manual/fr/user_examples.ssi b/manual/fr/user_examples.ssi
index cc169cb..0618967 100644
--- a/manual/fr/user_examples.ssi
+++ b/manual/fr/user_examples.ssi
@@ -62,7 +62,7 @@ un journal avec #{tee}#.
 
 code{
 
- # lb build 2>&1 | tee binary.log
+ # lb build 2>&1 | tee build.log
 
 }code
 
@@ -105,7 +105,7 @@ journal comme dans {Tutoriel 1}#tutorial-1:
 
 code{
 
- # lb build 2>&1 | tee binary.log
+ # lb build 2>&1 | tee build.log
 
 }code
 
@@ -174,7 +174,7 @@ code{
 }code
 
 Notez que contrairement aux deux premiers tutoriels, nous n'avons plus
-besoin de taper #{2>&1 | tee binary.log}# parce que cela est maintenant
+besoin de taper #{2>&1 | tee build.log}# parce que cela est maintenant
 inclus dans #{auto/build}#.
 
 Une fois que vous avez testé l'image (comme dans {Tutoriel 1}#tutorial-1) et
@@ -321,7 +321,7 @@ Maintenant, construire l'image de la manière habituelle:
 
 code{
 
- # lb build 2>&1 | tee binary.log
+ # lb build 2>&1 | tee build.log
 
 }code
 
diff --git a/manual/fr/user_managing_a_configuration.ssi b/manual/fr/user_managing_a_configuration.ssi
index efeb930..9bcf765 100644
--- a/manual/fr/user_managing_a_configuration.ssi
+++ b/manual/fr/user_managing_a_configuration.ssi
@@ -70,7 +70,7 @@ code{
  lb clean noauto "${@}"
  rm -f config/binary config/bootstrap \
      config/chroot config/common config/source
- rm -f binary.log
+ rm -f build.log
 
 }code
 
@@ -79,7 +79,7 @@ code{
 code{
 
  #!/bin/sh
- lb build noauto "${@}" 2>&1 | tee binary.log
+ lb build noauto "${@}" 2>&1 | tee build.log
 
 }code
 
diff --git a/manual/it/user_examples.ssi b/manual/it/user_examples.ssi
index d8f0dd5..93bc906 100644
--- a/manual/it/user_examples.ssi
+++ b/manual/it/user_examples.ssi
@@ -57,7 +57,7 @@ Ora, come super-utente, si generi l'immagine, salvando un log con #{tee}#.
 
 code{
 
- # lb build 2>&1 | tee binary.log
+ # lb build 2>&1 | tee build.log
 
 }code
 
@@ -101,7 +101,7 @@ Si generi l'immagine, ancora come super-utente, conservando un log come in
 
 code{
 
- # lb build 2>&1 | tee binary.log
+ # lb build 2>&1 | tee build.log
 
 }code
 
@@ -169,7 +169,7 @@ code{
 }code
 
 Si noti che diversamente dai primi due tutorial, non occorre più digitare
-#{2>&1 | tee binary.log}# dato che questo è ora incluso in #{auto/build}#.
+#{2>&1 | tee build.log}# dato che questo è ora incluso in #{auto/build}#.
 
 Una volta che l'immagine è stata collaudata (come in {Tutorial
 1}#tutorial-1) e che si è sicuri che funzioni correttamente, è il momento di
@@ -315,7 +315,7 @@ Costruire quindi l'immagine nel modo consueto:
 
 code{
 
- # lb build 2>&1 | tee binary.log
+ # lb build 2>&1 | tee build.log
 
 }code
 
diff --git a/manual/it/user_managing_a_configuration.ssi b/manual/it/user_managing_a_configuration.ssi
index bb14c0c..29d3d9d 100644
--- a/manual/it/user_managing_a_configuration.ssi
+++ b/manual/it/user_managing_a_configuration.ssi
@@ -66,7 +66,7 @@ code{
  lb clean noauto "${@}"
  rm -f config/binary config/bootstrap \
      config/chroot config/common config/source
- rm -f binary.log
+ rm -f build.log
 
 }code
 
@@ -75,7 +75,7 @@ code{
 code{
 
  #!/bin/sh
- lb build noauto "${@}" 2>&1 | tee binary.log
+ lb build noauto "${@}" 2>&1 | tee build.log
 
 }code
 
diff --git a/manual/po/de/user_examples.ssi.po b/manual/po/de/user_examples.ssi.po
index 20b9f9d..42c320c 100644
--- a/manual/po/de/user_examples.ssi.po
+++ b/manual/po/de/user_examples.ssi.po
@@ -270,7 +270,7 @@ msgstr ""
 #. type: Plain text
 #: en/user_examples.ssi:42 en/user_examples.ssi:69 en/user_examples.ssi:234
 #, no-wrap
-msgid " # lb build 2>&1 | tee binary.log\n"
+msgid " # lb build 2>&1 | tee build.log\n"
 msgstr ""
 
 #. type: Plain text
@@ -420,7 +420,7 @@ msgstr ""
 #: en/user_examples.ssi:123
 msgid ""
 "Note that unlike in the first two tutorials, we no longer have to type #"
-"{2>&1 | tee binary.log}# as that is now included in #{auto/build}#."
+"{2>&1 | tee build.log}# as that is now included in #{auto/build}#."
 msgstr ""
 
 #. type: Plain text
diff --git a/manual/po/de/user_managing_a_configuration.ssi.po b/manual/po/de/user_managing_a_configuration.ssi.po
index a131226..9a98c39 100644
--- a/manual/po/de/user_managing_a_configuration.ssi.po
+++ b/manual/po/de/user_managing_a_configuration.ssi.po
@@ -269,7 +269,7 @@ msgid ""
 " lb clean noauto \"${@}\"\n"
 " rm -f config/binary config/bootstrap \\\n"
 "     config/chroot config/common config/source\n"
-" rm -f binary.log\n"
+" rm -f build.log\n"
 msgstr ""
 
 #. type: Plain text
@@ -282,7 +282,7 @@ msgstr ""
 #, no-wrap
 msgid ""
 " #!/bin/sh\n"
-" lb build noauto \"${@}\" 2>&1 | tee binary.log\n"
+" lb build noauto \"${@}\" 2>&1 | tee build.log\n"
 msgstr ""
 
 #. type: Plain text
diff --git a/manual/po/es/user_examples.ssi.po b/manual/po/es/user_examples.ssi.po
index bb1fc64..d537aec 100644
--- a/manual/po/es/user_examples.ssi.po
+++ b/manual/po/es/user_examples.ssi.po
@@ -304,7 +304,7 @@ msgstr ""
 #. type: Plain text
 #: en/user_examples.ssi:42 en/user_examples.ssi:69 en/user_examples.ssi:234
 #, no-wrap
-msgid " # lb build 2>&1 | tee binary.log\n"
+msgid " # lb build 2>&1 | tee build.log\n"
 msgstr ""
 
 #. type: Plain text
@@ -490,10 +490,10 @@ msgstr "Ahora, crear la imagen:"
 #: en/user_examples.ssi:123
 msgid ""
 "Note that unlike in the first two tutorials, we no longer have to type #"
-"{2>&1 | tee binary.log}# as that is now included in #{auto/build}#."
+"{2>&1 | tee build.log}# as that is now included in #{auto/build}#."
 msgstr ""
 "Tener en cuenta que a diferencia de los dos primeros tutoriales, ya no se "
-"tiene que escribir #{2>&1 | tee binary.log}# ya que esto se incluye ahora en "
+"tiene que escribir #{2>&1 | tee build.log}# ya que esto se incluye ahora en "
 "#{auto/build}#."
 
 #. type: Plain text
diff --git a/manual/po/es/user_managing_a_configuration.ssi.po b/manual/po/es/user_managing_a_configuration.ssi.po
index f8a2055..9273550 100644
--- a/manual/po/es/user_managing_a_configuration.ssi.po
+++ b/manual/po/es/user_managing_a_configuration.ssi.po
@@ -321,7 +321,7 @@ msgid ""
 " lb clean noauto \"${@}\"\n"
 " rm -f config/binary config/bootstrap \\\n"
 "     config/chroot config/common config/source\n"
-" rm -f binary.log\n"
+" rm -f build.log\n"
 msgstr ""
 
 #. type: Plain text
@@ -334,7 +334,7 @@ msgstr "#{auto/build}#"
 #, no-wrap
 msgid ""
 " #!/bin/sh\n"
-" lb build noauto \"${@}\" 2>&1 | tee binary.log\n"
+" lb build noauto \"${@}\" 2>&1 | tee build.log\n"
 msgstr ""
 
 #. type: Plain text
diff --git a/manual/po/fr/user_examples.ssi.po b/manual/po/fr/user_examples.ssi.po
index e353f71..1403383 100644
--- a/manual/po/fr/user_examples.ssi.po
+++ b/manual/po/fr/user_examples.ssi.po
@@ -300,7 +300,7 @@ msgstr ""
 #. type: Plain text
 #: en/user_examples.ssi:42 en/user_examples.ssi:69 en/user_examples.ssi:234
 #, no-wrap
-msgid " # lb build 2>&1 | tee binary.log\n"
+msgid " # lb build 2>&1 | tee build.log\n"
 msgstr ""
 
 #. type: Plain text
@@ -487,10 +487,10 @@ msgstr "Maintenant, construire l'image:"
 #: en/user_examples.ssi:123
 msgid ""
 "Note that unlike in the first two tutorials, we no longer have to type #"
-"{2>&1 | tee binary.log}# as that is now included in #{auto/build}#."
+"{2>&1 | tee build.log}# as that is now included in #{auto/build}#."
 msgstr ""
 "Notez que contrairement aux deux premiers tutoriels, nous n'avons plus "
-"besoin de taper #{2>&1 | tee binary.log}# parce que cela est maintenant "
+"besoin de taper #{2>&1 | tee build.log}# parce que cela est maintenant "
 "inclus dans #{auto/build}#."
 
 #. type: Plain text
diff --git a/manual/po/fr/user_managing_a_configuration.ssi.po b/manual/po/fr/user_managing_a_configuration.ssi.po
index 87a551c..69e856d 100644
--- a/manual/po/fr/user_managing_a_configuration.ssi.po
+++ b/manual/po/fr/user_managing_a_configuration.ssi.po
@@ -308,7 +308,7 @@ msgid ""
 " lb clean noauto \"${@}\"\n"
 " rm -f config/binary config/bootstrap \\\n"
 "     config/chroot config/common config/source\n"
-" rm -f binary.log\n"
+" rm -f build.log\n"
 msgstr ""
 
 #. type: Plain text
@@ -321,7 +321,7 @@ msgstr ""
 #, no-wrap
 msgid ""
 " #!/bin/sh\n"
-" lb build noauto \"${@}\" 2>&1 | tee binary.log\n"
+" lb build noauto \"${@}\" 2>&1 | tee build.log\n"
 msgstr ""
 
 #. type: Plain text
diff --git a/manual/po/it/user_examples.ssi.po b/manual/po/it/user_examples.ssi.po
index 12feec7..8546031 100644
--- a/manual/po/it/user_examples.ssi.po
+++ b/manual/po/it/user_examples.ssi.po
@@ -297,7 +297,7 @@ msgstr ""
 #. type: Plain text
 #: en/user_examples.ssi:42 en/user_examples.ssi:69 en/user_examples.ssi:234
 #, no-wrap
-msgid " # lb build 2>&1 | tee binary.log\n"
+msgid " # lb build 2>&1 | tee build.log\n"
 msgstr ""
 
 #. type: Plain text
@@ -484,10 +484,10 @@ msgstr "Costruire quindi l'immagine:"
 #: en/user_examples.ssi:123
 msgid ""
 "Note that unlike in the first two tutorials, we no longer have to type #"
-"{2>&1 | tee binary.log}# as that is now included in #{auto/build}#."
+"{2>&1 | tee build.log}# as that is now included in #{auto/build}#."
 msgstr ""
 "Si noti che diversamente dai primi due tutorial, non occorre più digitare #"
-"{2>&1 | tee binary.log}# dato che questo è ora incluso in #{auto/build}#."
+"{2>&1 | tee build.log}# dato che questo è ora incluso in #{auto/build}#."
 
 #. type: Plain text
 #: en/user_examples.ssi:125
diff --git a/manual/po/it/user_managing_a_configuration.ssi.po b/manual/po/it/user_managing_a_configuration.ssi.po
index 28e39b3..8e6ddce 100644
--- a/manual/po/it/user_managing_a_configuration.ssi.po
+++ b/manual/po/it/user_managing_a_configuration.ssi.po
@@ -305,7 +305,7 @@ msgid ""
 " lb clean noauto \"${@}\"\n"
 " rm -f config/binary config/bootstrap \\\n"
 "     config/chroot config/common config/source\n"
-" rm -f binary.log\n"
+" rm -f build.log\n"
 msgstr ""
 
 #. type: Plain text
@@ -318,7 +318,7 @@ msgstr ""
 #, no-wrap
 msgid ""
 " #!/bin/sh\n"
-" lb build noauto \"${@}\" 2>&1 | tee binary.log\n"
+" lb build noauto \"${@}\" 2>&1 | tee build.log\n"
 msgstr ""
 
 #. type: Plain text
diff --git a/manual/po/pt_BR/user_examples.ssi.po b/manual/po/pt_BR/user_examples.ssi.po
index 1594f89..4d43e74 100644
--- a/manual/po/pt_BR/user_examples.ssi.po
+++ b/manual/po/pt_BR/user_examples.ssi.po
@@ -270,7 +270,7 @@ msgstr ""
 #. type: Plain text
 #: en/user_examples.ssi:42 en/user_examples.ssi:69 en/user_examples.ssi:234
 #, no-wrap
-msgid " # lb build 2>&1 | tee binary.log\n"
+msgid " # lb build 2>&1 | tee build.log\n"
 msgstr ""
 
 #. type: Plain text
@@ -420,7 +420,7 @@ msgstr ""
 #: en/user_examples.ssi:123
 msgid ""
 "Note that unlike in the first two tutorials, we no longer have to type #"
-"{2>&1 | tee binary.log}# as that is now included in #{auto/build}#."
+"{2>&1 | tee build.log}# as that is now included in #{auto/build}#."
 msgstr ""
 
 #. type: Plain text
diff --git a/manual/po/pt_BR/user_managing_a_configuration.ssi.po b/manual/po/pt_BR/user_managing_a_configuration.ssi.po
index 501779d..2f46979 100644
--- a/manual/po/pt_BR/user_managing_a_configuration.ssi.po
+++ b/manual/po/pt_BR/user_managing_a_configuration.ssi.po
@@ -269,7 +269,7 @@ msgid ""
 " lb clean noauto \"${@}\"\n"
 " rm -f config/binary config/bootstrap \\\n"
 "     config/chroot config/common config/source\n"
-" rm -f binary.log\n"
+" rm -f build.log\n"
 msgstr ""
 
 #. type: Plain text
@@ -282,7 +282,7 @@ msgstr ""
 #, no-wrap
 msgid ""
 " #!/bin/sh\n"
-" lb build noauto \"${@}\" 2>&1 | tee binary.log\n"
+" lb build noauto \"${@}\" 2>&1 | tee build.log\n"
 msgstr ""
 
 #. type: Plain text
diff --git a/manual/po/ro/user_examples.ssi.po b/manual/po/ro/user_examples.ssi.po
index aab8dbd..f1fec3e 100644
--- a/manual/po/ro/user_examples.ssi.po
+++ b/manual/po/ro/user_examples.ssi.po
@@ -271,7 +271,7 @@ msgstr ""
 #. type: Plain text
 #: en/user_examples.ssi:42 en/user_examples.ssi:69 en/user_examples.ssi:234
 #, no-wrap
-msgid " # lb build 2>&1 | tee binary.log\n"
+msgid " # lb build 2>&1 | tee build.log\n"
 msgstr ""
 
 #. type: Plain text
@@ -421,7 +421,7 @@ msgstr ""
 #: en/user_examples.ssi:123
 msgid ""
 "Note that unlike in the first two tutorials, we no longer have to type #"
-"{2>&1 | tee binary.log}# as that is now included in #{auto/build}#."
+"{2>&1 | tee build.log}# as that is now included in #{auto/build}#."
 msgstr ""
 
 #. type: Plain text
diff --git a/manual/po/ro/user_managing_a_configuration.ssi.po b/manual/po/ro/user_managing_a_configuration.ssi.po
index 842b295..b85adf5 100644
--- a/manual/po/ro/user_managing_a_configuration.ssi.po
+++ b/manual/po/ro/user_managing_a_configuration.ssi.po
@@ -270,7 +270,7 @@ msgid ""
 " lb clean noauto \"${@}\"\n"
 " rm -f config/binary config/bootstrap \\\n"
 "     config/chroot config/common config/source\n"
-" rm -f binary.log\n"
+" rm -f build.log\n"
 msgstr ""
 
 #. type: Plain text
@@ -283,7 +283,7 @@ msgstr ""
 #, no-wrap
 msgid ""
 " #!/bin/sh\n"
-" lb build noauto \"${@}\" 2>&1 | tee binary.log\n"
+" lb build noauto \"${@}\" 2>&1 | tee build.log\n"
 msgstr ""
 
 #. type: Plain text
diff --git a/manual/pot/user_examples.ssi.pot b/manual/pot/user_examples.ssi.pot
index 161036d..0bb158b 100644
--- a/manual/pot/user_examples.ssi.pot
+++ b/manual/pot/user_examples.ssi.pot
@@ -271,7 +271,7 @@ msgstr ""
 #. type: Plain text
 #: en/user_examples.ssi:42 en/user_examples.ssi:69 en/user_examples.ssi:234
 #, no-wrap
-msgid " # lb build 2>&1 | tee binary.log\n"
+msgid " # lb build 2>&1 | tee build.log\n"
 msgstr ""
 
 #. type: Plain text
@@ -421,7 +421,7 @@ msgstr ""
 #: en/user_examples.ssi:123
 msgid ""
 "Note that unlike in the first two tutorials, we no longer have to type #"
-"{2>&1 | tee binary.log}# as that is now included in #{auto/build}#."
+"{2>&1 | tee build.log}# as that is now included in #{auto/build}#."
 msgstr ""
 
 #. type: Plain text
diff --git a/manual/pot/user_managing_a_configuration.ssi.pot b/manual/pot/user_managing_a_configuration.ssi.pot
index 6f93f4a..2750197 100644
--- a/manual/pot/user_managing_a_configuration.ssi.pot
+++ b/manual/pot/user_managing_a_configuration.ssi.pot
@@ -270,7 +270,7 @@ msgid ""
 " lb clean noauto \"${@}\"\n"
 " rm -f config/binary config/bootstrap \\\n"
 "     config/chroot config/common config/source\n"
-" rm -f binary.log\n"
+" rm -f build.log\n"
 msgstr ""
 
 #. type: Plain text
@@ -283,7 +283,7 @@ msgstr ""
 #, no-wrap
 msgid ""
 " #!/bin/sh\n"
-" lb build noauto \"${@}\" 2>&1 | tee binary.log\n"
+" lb build noauto \"${@}\" 2>&1 | tee build.log\n"
 msgstr ""
 
 #. type: Plain text
diff --git a/manual/pt_BR/user_examples.ssi b/manual/pt_BR/user_examples.ssi
index aa406ad..2108b14 100644
--- a/manual/pt_BR/user_examples.ssi
+++ b/manual/pt_BR/user_examples.ssi
@@ -55,7 +55,7 @@ Now, as superuser, build the image, saving a log as you build with #{tee}#.
 
 code{
 
- # lb build 2>&1 | tee binary.log
+ # lb build 2>&1 | tee build.log
 
 }code
 
@@ -97,7 +97,7 @@ Build the image, again as superuser, keeping a log as in {Tutorial
 
 code{
 
- # lb build 2>&1 | tee binary.log
+ # lb build 2>&1 | tee build.log
 
 }code
 
@@ -162,7 +162,7 @@ code{
 }code
 
 Note that unlike in the first two tutorials, we no longer have to type
-#{2>&1 | tee binary.log}# as that is now included in #{auto/build}#.
+#{2>&1 | tee build.log}# as that is now included in #{auto/build}#.
 
 Once you've tested the image (as in {Tutorial 1}#tutorial-1) and are
 satisfied it works, it's time to initialize our #{git}# repository, adding
@@ -301,7 +301,7 @@ Now, build the image in the usual way:
 
 code{
 
- # lb build 2>&1 | tee binary.log
+ # lb build 2>&1 | tee build.log
 
 }code
 
diff --git a/manual/pt_BR/user_managing_a_configuration.ssi b/manual/pt_BR/user_managing_a_configuration.ssi
index 8f6089a..6deb8ad 100644
--- a/manual/pt_BR/user_managing_a_configuration.ssi
+++ b/manual/pt_BR/user_managing_a_configuration.ssi
@@ -65,7 +65,7 @@ code{
  lb clean noauto "${@}"
  rm -f config/binary config/bootstrap \
      config/chroot config/common config/source
- rm -f binary.log
+ rm -f build.log
 
 }code
 
@@ -74,7 +74,7 @@ code{
 code{
 
  #!/bin/sh
- lb build noauto "${@}" 2>&1 | tee binary.log
+ lb build noauto "${@}" 2>&1 | tee build.log
 
 }code
 
diff --git a/manual/ro/user_examples.ssi b/manual/ro/user_examples.ssi
index aa406ad..2108b14 100644
--- a/manual/ro/user_examples.ssi
+++ b/manual/ro/user_examples.ssi
@@ -55,7 +55,7 @@ Now, as superuser, build the image, saving a log as you build with #{tee}#.
 
 code{
 
- # lb build 2>&1 | tee binary.log
+ # lb build 2>&1 | tee build.log
 
 }code
 
@@ -97,7 +97,7 @@ Build the image, again as superuser, keeping a log as in {Tutorial
 
 code{
 
- # lb build 2>&1 | tee binary.log
+ # lb build 2>&1 | tee build.log
 
 }code
 
@@ -162,7 +162,7 @@ code{
 }code
 
 Note that unlike in the first two tutorials, we no longer have to type
-#{2>&1 | tee binary.log}# as that is now included in #{auto/build}#.
+#{2>&1 | tee build.log}# as that is now included in #{auto/build}#.
 
 Once you've tested the image (as in {Tutorial 1}#tutorial-1) and are
 satisfied it works, it's time to initialize our #{git}# repository, adding
@@ -301,7 +301,7 @@ Now, build the image in the usual way:
 
 code{
 
- # lb build 2>&1 | tee binary.log
+ # lb build 2>&1 | tee build.log
 
 }code
 
diff --git a/manual/ro/user_managing_a_configuration.ssi b/manual/ro/user_managing_a_configuration.ssi
index 8f6089a..6deb8ad 100644
--- a/manual/ro/user_managing_a_configuration.ssi
+++ b/manual/ro/user_managing_a_configuration.ssi
@@ -65,7 +65,7 @@ code{
  lb clean noauto "${@}"
  rm -f config/binary config/bootstrap \
      config/chroot config/common config/source
- rm -f binary.log
+ rm -f build.log
 
 }code
 
@@ -74,7 +74,7 @@ code{
 code{
 
  #!/bin/sh
- lb build noauto "${@}" 2>&1 | tee binary.log
+ lb build noauto "${@}" 2>&1 | tee build.log
 
 }code
 

-- 
live-manual



More information about the debian-live-changes mailing list