improve the completeness of the docs and corresponding examples
git-svn-id: http://emdebian.org/svn/current@7333 563faec7-e20c-0410-992a-a66f704d0ccd
This commit is contained in:
parent
a92c5505f2
commit
d8d06a21a5
13 changed files with 114 additions and 75 deletions
|
@ -10,6 +10,9 @@ cleanup=true
|
||||||
# keyring packages listed in each debootstrap will
|
# keyring packages listed in each debootstrap will
|
||||||
# still be installed.
|
# still be installed.
|
||||||
noauth=false
|
noauth=false
|
||||||
|
# whether to add the /suite to be explicit about where apt
|
||||||
|
# needs to look for packages. Default is false.
|
||||||
|
explicitsuite=false
|
||||||
# extract all downloaded archives (default is true)
|
# extract all downloaded archives (default is true)
|
||||||
unpack=true
|
unpack=true
|
||||||
# the order of sections is not important.
|
# the order of sections is not important.
|
||||||
|
@ -24,3 +27,4 @@ packages=gcc-4.2-base dpkg-dev binutils-multiarch
|
||||||
source=http://ftp.uk.debian.org/debian
|
source=http://ftp.uk.debian.org/debian
|
||||||
keyring=debian-archive-keyring
|
keyring=debian-archive-keyring
|
||||||
suite=stable
|
suite=stable
|
||||||
|
omitdebsrc=false
|
||||||
|
|
|
@ -10,6 +10,9 @@ cleanup=true
|
||||||
# keyring packages listed in each debootstrap will
|
# keyring packages listed in each debootstrap will
|
||||||
# still be installed.
|
# still be installed.
|
||||||
noauth=false
|
noauth=false
|
||||||
|
# whether to add the /suite to be explicit about where apt
|
||||||
|
# needs to look for packages. Default is false.
|
||||||
|
explicitsuite=false
|
||||||
# extract all downloaded archives (default is true)
|
# extract all downloaded archives (default is true)
|
||||||
unpack=true
|
unpack=true
|
||||||
# the order of sections is not important.
|
# the order of sections is not important.
|
||||||
|
@ -23,3 +26,4 @@ packages=dpkg-dev binutils-multiarch
|
||||||
source=http://ftp.uk.debian.org/debian
|
source=http://ftp.uk.debian.org/debian
|
||||||
keyring=debian-archive-keyring
|
keyring=debian-archive-keyring
|
||||||
suite=testing
|
suite=testing
|
||||||
|
omitdebsrc=false
|
||||||
|
|
|
@ -9,6 +9,9 @@ cleanup=true
|
||||||
# keyring packages listed in each debootstrap will
|
# keyring packages listed in each debootstrap will
|
||||||
# still be installed.
|
# still be installed.
|
||||||
noauth=false
|
noauth=false
|
||||||
|
# whether to add the /suite to be explicit about where apt
|
||||||
|
# needs to look for packages. Default is false.
|
||||||
|
explicitsuite=false
|
||||||
# extract all downloaded archives (default is true)
|
# extract all downloaded archives (default is true)
|
||||||
unpack=true
|
unpack=true
|
||||||
# the order of sections is not important.
|
# the order of sections is not important.
|
||||||
|
@ -23,3 +26,4 @@ packages=build-essential fakeroot
|
||||||
source=http://ftp.uk.debian.org/debian
|
source=http://ftp.uk.debian.org/debian
|
||||||
keyring=debian-archive-keyring
|
keyring=debian-archive-keyring
|
||||||
suite=unstable
|
suite=unstable
|
||||||
|
omitdebsrc=false
|
||||||
|
|
|
@ -10,6 +10,9 @@ cleanup=true
|
||||||
# keyring packages listed in each debootstrap will
|
# keyring packages listed in each debootstrap will
|
||||||
# still be installed.
|
# still be installed.
|
||||||
noauth=false
|
noauth=false
|
||||||
|
# whether to add the /suite to be explicit about where apt
|
||||||
|
# needs to look for packages. Default is false.
|
||||||
|
explicitsuite=false
|
||||||
# extract all downloaded archives (default is true)
|
# extract all downloaded archives (default is true)
|
||||||
unpack=true
|
unpack=true
|
||||||
# the order of sections is not important.
|
# the order of sections is not important.
|
||||||
|
@ -24,3 +27,4 @@ packages=gcc-4.2-base dpkg-dev binutils-multiarch
|
||||||
source=http://ftp.uk.debian.org/debian
|
source=http://ftp.uk.debian.org/debian
|
||||||
keyring=debian-archive-keyring
|
keyring=debian-archive-keyring
|
||||||
suite=stable
|
suite=stable
|
||||||
|
omitdebsrc=false
|
||||||
|
|
|
@ -10,7 +10,8 @@ cleanup=true
|
||||||
# keyring packages listed in each debootstrap will
|
# keyring packages listed in each debootstrap will
|
||||||
# still be installed.
|
# still be installed.
|
||||||
noauth=false
|
noauth=false
|
||||||
# set apt to get particular packages from specified suites.
|
# whether to add the /suite to be explicit about where apt
|
||||||
|
# needs to look for packages. Default is false.
|
||||||
explicitsuite=true
|
explicitsuite=true
|
||||||
# extract all downloaded archives (default is true)
|
# extract all downloaded archives (default is true)
|
||||||
unpack=true
|
unpack=true
|
||||||
|
@ -26,6 +27,7 @@ packages=gcc-4.2-base
|
||||||
source=http://ftp.uk.debian.org/debian
|
source=http://ftp.uk.debian.org/debian
|
||||||
keyring=debian-archive-keyring
|
keyring=debian-archive-keyring
|
||||||
suite=stable
|
suite=stable
|
||||||
|
omitdebsrc=false
|
||||||
|
|
||||||
# this is a duplicate if the suite is the same as the toolchain.
|
# this is a duplicate if the suite is the same as the toolchain.
|
||||||
[Debian]
|
[Debian]
|
||||||
|
@ -33,3 +35,4 @@ packages=dpkg-dev binutils-multiarch
|
||||||
source=http://ftp.uk.debian.org/debian
|
source=http://ftp.uk.debian.org/debian
|
||||||
keyring=debian-archive-keyring
|
keyring=debian-archive-keyring
|
||||||
suite=testing
|
suite=testing
|
||||||
|
omitdebsrc=false
|
||||||
|
|
|
@ -10,7 +10,8 @@ cleanup=true
|
||||||
# keyring packages listed in each debootstrap will
|
# keyring packages listed in each debootstrap will
|
||||||
# still be installed.
|
# still be installed.
|
||||||
noauth=false
|
noauth=false
|
||||||
# set apt to get particular packages from specified suites.
|
# whether to add the /suite to be explicit about where apt
|
||||||
|
# needs to look for packages. Default is false.
|
||||||
explicitsuite=true
|
explicitsuite=true
|
||||||
# extract all downloaded archives (default is true)
|
# extract all downloaded archives (default is true)
|
||||||
unpack=true
|
unpack=true
|
||||||
|
@ -26,6 +27,7 @@ packages=gcc-4.2-base
|
||||||
source=http://ftp.uk.debian.org/debian
|
source=http://ftp.uk.debian.org/debian
|
||||||
keyring=debian-archive-keyring
|
keyring=debian-archive-keyring
|
||||||
suite=stable
|
suite=stable
|
||||||
|
omitdebsrc=false
|
||||||
|
|
||||||
# this is a duplicate if the suite is the same as the toolchain.
|
# this is a duplicate if the suite is the same as the toolchain.
|
||||||
[Debian]
|
[Debian]
|
||||||
|
@ -33,3 +35,4 @@ packages=dpkg-dev binutils-multiarch build-essential dpkg-cross
|
||||||
source=http://ftp.uk.debian.org/debian
|
source=http://ftp.uk.debian.org/debian
|
||||||
keyring=debian-archive-keyring
|
keyring=debian-archive-keyring
|
||||||
suite=unstable
|
suite=unstable
|
||||||
|
omitdebsrc=false
|
||||||
|
|
55
doc/po/fr.po
55
doc/po/fr.po
|
@ -7,17 +7,18 @@
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: multistrap 2.1.4\n"
|
"Project-Id-Version: multistrap 2.1.4\n"
|
||||||
"POT-Creation-Date: 2010-06-05 18:18+0200\n"
|
"POT-Creation-Date: 2010-07-20 23:00+0200\n"
|
||||||
"PO-Revision-Date: 2010-05-30 11:24+0100\n"
|
"PO-Revision-Date: 2010-05-30 11:24+0100\n"
|
||||||
"Last-Translator: Alexandre Normand <aj.normand@free.fr>\n"
|
"Last-Translator: Alexandre Normand <aj.normand@free.fr>\n"
|
||||||
"Language-Team: French <debian-l10n-french@lists.debian.org>\n"
|
"Language-Team: French <debian-l10n-french@lists.debian.org>\n"
|
||||||
|
"Language: fr\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"X-Poedit-Bookmarks: 138,-1,-1,-1,-1,-1,-1,-1,-1,-1\n"
|
"X-Poedit-Bookmarks: 138,-1,-1,-1,-1,-1,-1,-1,-1,-1\n"
|
||||||
|
|
||||||
#. type: =head1
|
#. type: =head1
|
||||||
#: pod/multistrap:3 device-table.pl:161
|
#: pod/multistrap:3 device-table.pl:153
|
||||||
msgid "Name"
|
msgid "Name"
|
||||||
msgstr "Nom"
|
msgstr "Nom"
|
||||||
|
|
||||||
|
@ -29,7 +30,7 @@ msgstr ""
|
||||||
"capacité de gérer plusieurs dépôts"
|
"capacité de gérer plusieurs dépôts"
|
||||||
|
|
||||||
#. type: =head1
|
#. type: =head1
|
||||||
#: pod/multistrap:7 device-table.pl:165
|
#: pod/multistrap:7 device-table.pl:157
|
||||||
msgid "Synopsis"
|
msgid "Synopsis"
|
||||||
msgstr "Synopsis"
|
msgstr "Synopsis"
|
||||||
|
|
||||||
|
@ -48,7 +49,7 @@ msgstr ""
|
||||||
"\n"
|
"\n"
|
||||||
|
|
||||||
#. type: =head1
|
#. type: =head1
|
||||||
#: pod/multistrap:13 device-table.pl:170
|
#: pod/multistrap:13 device-table.pl:162
|
||||||
msgid "Options"
|
msgid "Options"
|
||||||
msgstr "Options"
|
msgstr "Options"
|
||||||
|
|
||||||
|
@ -296,9 +297,9 @@ msgid ""
|
||||||
"'Architecture' and 'directory' can be overridden on the command line. Some "
|
"'Architecture' and 'directory' can be overridden on the command line. Some "
|
||||||
"other general options also have command line options."
|
"other general options also have command line options."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"« Architecture » et « directory » peuvent être modifiés en ligne de commande. "
|
"« Architecture » et « directory » peuvent être modifiés en ligne de "
|
||||||
"D'autres options générales peuvent aussi être indiquées en ligne de "
|
"commande. D'autres options générales peuvent aussi être indiquées en ligne "
|
||||||
"commande, sauf debootstrap."
|
"de commande, sauf debootstrap."
|
||||||
|
|
||||||
#. type: =head1
|
#. type: =head1
|
||||||
#: pod/multistrap:97
|
#: pod/multistrap:97
|
||||||
|
@ -370,8 +371,8 @@ msgid ""
|
||||||
"'directory' specifies the top level directory where the bootstrap will be "
|
"'directory' specifies the top level directory where the bootstrap will be "
|
||||||
"created - it is not packed into a .tgz once complete."
|
"created - it is not packed into a .tgz once complete."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"« directory » indique le répertoire de haut niveau dans lequel le debootstrap "
|
"« directory » indique le répertoire de haut niveau dans lequel le "
|
||||||
"sera créé - il n'est pas empaqueté en un .tgz une fois complété."
|
"debootstrap sera créé - il n'est pas empaqueté en un .tgz une fois complété."
|
||||||
|
|
||||||
#. type: textblock
|
#. type: textblock
|
||||||
#: pod/multistrap:123
|
#: pod/multistrap:123
|
||||||
|
@ -1240,14 +1241,14 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: textblock
|
#. type: textblock
|
||||||
#: device-table.pl:163
|
#: device-table.pl:155
|
||||||
msgid "device-table.pl - parses simple device tables and passes to mknod"
|
msgid "device-table.pl - parses simple device tables and passes to mknod"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"device-table.pl - analyse des tables de périphériques simples et passe la "
|
"device-table.pl - analyse des tables de périphériques simples et passe la "
|
||||||
"sortie à mknod"
|
"sortie à mknod"
|
||||||
|
|
||||||
#. type: verbatim
|
#. type: verbatim
|
||||||
#: device-table.pl:167
|
#: device-table.pl:159
|
||||||
#, fuzzy, no-wrap
|
#, fuzzy, no-wrap
|
||||||
#| msgid ""
|
#| msgid ""
|
||||||
#| " device-table.pl [-d DIR] [-f FILE]\n"
|
#| " device-table.pl [-d DIR] [-f FILE]\n"
|
||||||
|
@ -1263,7 +1264,7 @@ msgstr ""
|
||||||
"\n"
|
"\n"
|
||||||
|
|
||||||
#. type: textblock
|
#. type: textblock
|
||||||
#: device-table.pl:172
|
#: device-table.pl:164
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgid ""
|
#| msgid ""
|
||||||
#| "By default, device-table.pl writes out the device nodes in the current "
|
#| "By default, device-table.pl writes out the device nodes in the current "
|
||||||
|
@ -1277,7 +1278,7 @@ msgstr ""
|
||||||
"écrire vers un autre emplacement."
|
"écrire vers un autre emplacement."
|
||||||
|
|
||||||
#. type: textblock
|
#. type: textblock
|
||||||
#: device-table.pl:175
|
#: device-table.pl:167
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgid ""
|
#| msgid ""
|
||||||
#| "multistrap contains a default device-table file, use the file option to "
|
#| "multistrap contains a default device-table file, use the file option to "
|
||||||
|
@ -1291,14 +1292,14 @@ msgstr ""
|
||||||
"device-table.txt"
|
"device-table.txt"
|
||||||
|
|
||||||
#. type: textblock
|
#. type: textblock
|
||||||
#: device-table.pl:178
|
#: device-table.pl:170
|
||||||
msgid "Use the dry-run option to see the commands that would be run."
|
msgid "Use the dry-run option to see the commands that would be run."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Il faut utiliser l'option dry-run pour voir les commandes qui seraient "
|
"Il faut utiliser l'option dry-run pour voir les commandes qui seraient "
|
||||||
"exécutées."
|
"exécutées."
|
||||||
|
|
||||||
#. type: textblock
|
#. type: textblock
|
||||||
#: device-table.pl:180
|
#: device-table.pl:172
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgid ""
|
#| msgid ""
|
||||||
#| "Device nodes needs fakeroot or another way to use root access. If device-"
|
#| "Device nodes needs fakeroot or another way to use root access. If device-"
|
||||||
|
@ -1316,7 +1317,7 @@ msgstr ""
|
||||||
"no-fakeroot pour abandonner l'utilisation interne de fakeroot."
|
"no-fakeroot pour abandonner l'utilisation interne de fakeroot."
|
||||||
|
|
||||||
#. type: textblock
|
#. type: textblock
|
||||||
#: device-table.pl:185
|
#: device-table.pl:177
|
||||||
msgid ""
|
msgid ""
|
||||||
"Note that fakeroot does not support changing the actual ownerships, for "
|
"Note that fakeroot does not support changing the actual ownerships, for "
|
||||||
"that, run the final packing into a tarball under fakeroot as well, or use "
|
"that, run the final packing into a tarball under fakeroot as well, or use "
|
||||||
|
@ -1324,12 +1325,12 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: =head1
|
#. type: =head1
|
||||||
#: device-table.pl:189
|
#: device-table.pl:181
|
||||||
msgid "Device table format"
|
msgid "Device table format"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: textblock
|
#. type: textblock
|
||||||
#: device-table.pl:191
|
#: device-table.pl:183
|
||||||
msgid ""
|
msgid ""
|
||||||
"Device table files are tab separated value files (TSV). All lines in the "
|
"Device table files are tab separated value files (TSV). All lines in the "
|
||||||
"device table must have exactly 10 entries, each separated by a single tab, "
|
"device table must have exactly 10 entries, each separated by a single tab, "
|
||||||
|
@ -1337,12 +1338,12 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: textblock
|
#. type: textblock
|
||||||
#: device-table.pl:195
|
#: device-table.pl:187
|
||||||
msgid "Device table entries take the form of:"
|
msgid "Device table entries take the form of:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: verbatim
|
#. type: verbatim
|
||||||
#: device-table.pl:197
|
#: device-table.pl:189
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid ""
|
msgid ""
|
||||||
" <name> <type> <mode> <uid> <gid> <major> <minor> <start> <inc> <count>\n"
|
" <name> <type> <mode> <uid> <gid> <major> <minor> <start> <inc> <count>\n"
|
||||||
|
@ -1350,12 +1351,12 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: textblock
|
#. type: textblock
|
||||||
#: device-table.pl:199
|
#: device-table.pl:191
|
||||||
msgid "where name is the file name, type can be one of:"
|
msgid "where name is the file name, type can be one of:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: verbatim
|
#. type: verbatim
|
||||||
#: device-table.pl:201
|
#: device-table.pl:193
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid ""
|
msgid ""
|
||||||
" f A regular file\n"
|
" f A regular file\n"
|
||||||
|
@ -1369,7 +1370,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: textblock
|
#. type: textblock
|
||||||
#: device-table.pl:209
|
#: device-table.pl:201
|
||||||
msgid ""
|
msgid ""
|
||||||
"symlinks and hardlinks are extensions to the device table, just for F<device-"
|
"symlinks and hardlinks are extensions to the device table, just for F<device-"
|
||||||
"table.pl>, other device table parsers might not handle these types. The "
|
"table.pl>, other device table parsers might not handle these types. The "
|
||||||
|
@ -1378,7 +1379,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: verbatim
|
#. type: verbatim
|
||||||
#: device-table.pl:215
|
#: device-table.pl:207
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid ""
|
msgid ""
|
||||||
" /proc/self/fd/0 s /dev/stdin - - - - - - -\n"
|
" /proc/self/fd/0 s /dev/stdin - - - - - - -\n"
|
||||||
|
@ -1386,7 +1387,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: textblock
|
#. type: textblock
|
||||||
#: device-table.pl:217
|
#: device-table.pl:209
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
#| msgid "See also: http://wiki.debian.org/Multistrap"
|
#| msgid "See also: http://wiki.debian.org/Multistrap"
|
||||||
msgid "See http://wiki.debian.org/DeviceTableScripting"
|
msgid "See http://wiki.debian.org/DeviceTableScripting"
|
||||||
|
@ -2058,8 +2059,8 @@ msgstr "Voir aussi : http://wiki.debian.org/Multistrap"
|
||||||
#~ "Adds \"export DEBCONF_USE_CDEBCONF=true\" to $TARGET/etc/profile for "
|
#~ "Adds \"export DEBCONF_USE_CDEBCONF=true\" to $TARGET/etc/profile for "
|
||||||
#~ "cdebconf support."
|
#~ "cdebconf support."
|
||||||
#~ msgstr ""
|
#~ msgstr ""
|
||||||
#~ "Ajoute « export DEBCONF_USE_CDEBCONF=true » au fichier $TARGET/etc/profile "
|
#~ "Ajoute « export DEBCONF_USE_CDEBCONF=true » au fichier $TARGET/etc/"
|
||||||
#~ "pour activer l'assistance de cdebconf."
|
#~ "profile pour activer l'assistance de cdebconf."
|
||||||
|
|
||||||
#~ msgid "symlink_rcS"
|
#~ msgid "symlink_rcS"
|
||||||
#~ msgstr "symlink_rcS"
|
#~ msgstr "symlink_rcS"
|
||||||
|
|
40
doc/po/pt.po
40
doc/po/pt.po
|
@ -6,7 +6,7 @@
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: multistrap 2.1.4\n"
|
"Project-Id-Version: multistrap 2.1.4\n"
|
||||||
"POT-Creation-Date: 2010-06-01 23:46+0200\n"
|
"POT-Creation-Date: 2010-07-20 23:00+0200\n"
|
||||||
"PO-Revision-Date: 2010-05-14 20:52+0100\n"
|
"PO-Revision-Date: 2010-05-14 20:52+0100\n"
|
||||||
"Last-Translator: Américo Monteiro <a_monteiro@netcabo.pt>\n"
|
"Last-Translator: Américo Monteiro <a_monteiro@netcabo.pt>\n"
|
||||||
"Language-Team: Portuguese <traduz@debianpt.org>\n"
|
"Language-Team: Portuguese <traduz@debianpt.org>\n"
|
||||||
|
@ -18,7 +18,7 @@ msgstr ""
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
#. type: =head1
|
#. type: =head1
|
||||||
#: pod/multistrap:3 device-table.pl:161
|
#: pod/multistrap:3 device-table.pl:153
|
||||||
msgid "Name"
|
msgid "Name"
|
||||||
msgstr "Nome"
|
msgstr "Nome"
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@ msgstr ""
|
||||||
"multistrap - substituto do debootstrap para suporte a múltiplos repositórios"
|
"multistrap - substituto do debootstrap para suporte a múltiplos repositórios"
|
||||||
|
|
||||||
#. type: =head1
|
#. type: =head1
|
||||||
#: pod/multistrap:7 device-table.pl:165
|
#: pod/multistrap:7 device-table.pl:157
|
||||||
msgid "Synopsis"
|
msgid "Synopsis"
|
||||||
msgstr "Sinopse"
|
msgstr "Sinopse"
|
||||||
|
|
||||||
|
@ -48,7 +48,7 @@ msgstr ""
|
||||||
"\n"
|
"\n"
|
||||||
|
|
||||||
#. type: =head1
|
#. type: =head1
|
||||||
#: pod/multistrap:13 device-table.pl:170
|
#: pod/multistrap:13 device-table.pl:162
|
||||||
msgid "Options"
|
msgid "Options"
|
||||||
msgstr "Opções"
|
msgstr "Opções"
|
||||||
|
|
||||||
|
@ -1158,14 +1158,14 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: textblock
|
#. type: textblock
|
||||||
#: device-table.pl:163
|
#: device-table.pl:155
|
||||||
msgid "device-table.pl - parses simple device tables and passes to mknod"
|
msgid "device-table.pl - parses simple device tables and passes to mknod"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"device-table.pl - analisa tabelas de dispositivos simples e passa-o para o "
|
"device-table.pl - analisa tabelas de dispositivos simples e passa-o para o "
|
||||||
"mknod"
|
"mknod"
|
||||||
|
|
||||||
#. type: verbatim
|
#. type: verbatim
|
||||||
#: device-table.pl:167
|
#: device-table.pl:159
|
||||||
#, fuzzy, no-wrap
|
#, fuzzy, no-wrap
|
||||||
msgid ""
|
msgid ""
|
||||||
" device-table.pl [-n|--dry-run] [-d DIR] [-f FILE]\n"
|
" device-table.pl [-n|--dry-run] [-d DIR] [-f FILE]\n"
|
||||||
|
@ -1177,7 +1177,7 @@ msgstr ""
|
||||||
"\n"
|
"\n"
|
||||||
|
|
||||||
#. type: textblock
|
#. type: textblock
|
||||||
#: device-table.pl:172
|
#: device-table.pl:164
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
"By default, F<device-table.pl> writes out the device nodes in the current "
|
"By default, F<device-table.pl> writes out the device nodes in the current "
|
||||||
|
@ -1188,7 +1188,7 @@ msgstr ""
|
||||||
"sítio."
|
"sítio."
|
||||||
|
|
||||||
#. type: textblock
|
#. type: textblock
|
||||||
#: device-table.pl:175
|
#: device-table.pl:167
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
"multistrap contains a default device-table file, use the file option to "
|
"multistrap contains a default device-table file, use the file option to "
|
||||||
|
@ -1198,12 +1198,12 @@ msgstr ""
|
||||||
"para sobrepor a predefinição /usr/share/multistrap/device-table.txt"
|
"para sobrepor a predefinição /usr/share/multistrap/device-table.txt"
|
||||||
|
|
||||||
#. type: textblock
|
#. type: textblock
|
||||||
#: device-table.pl:178
|
#: device-table.pl:170
|
||||||
msgid "Use the dry-run option to see the commands that would be run."
|
msgid "Use the dry-run option to see the commands that would be run."
|
||||||
msgstr "Use a opção dry-run para ver os comandos que seriam executados."
|
msgstr "Use a opção dry-run para ver os comandos que seriam executados."
|
||||||
|
|
||||||
#. type: textblock
|
#. type: textblock
|
||||||
#: device-table.pl:180
|
#: device-table.pl:172
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
"Device nodes need fakeroot or another way to use root access. If F<device-"
|
"Device nodes need fakeroot or another way to use root access. If F<device-"
|
||||||
|
@ -1217,7 +1217,7 @@ msgstr ""
|
||||||
"fakeroot."
|
"fakeroot."
|
||||||
|
|
||||||
#. type: textblock
|
#. type: textblock
|
||||||
#: device-table.pl:185
|
#: device-table.pl:177
|
||||||
msgid ""
|
msgid ""
|
||||||
"Note that fakeroot does not support changing the actual ownerships, for "
|
"Note that fakeroot does not support changing the actual ownerships, for "
|
||||||
"that, run the final packing into a tarball under fakeroot as well, or use "
|
"that, run the final packing into a tarball under fakeroot as well, or use "
|
||||||
|
@ -1225,12 +1225,12 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: =head1
|
#. type: =head1
|
||||||
#: device-table.pl:189
|
#: device-table.pl:181
|
||||||
msgid "Device table format"
|
msgid "Device table format"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: textblock
|
#. type: textblock
|
||||||
#: device-table.pl:191
|
#: device-table.pl:183
|
||||||
msgid ""
|
msgid ""
|
||||||
"Device table files are tab separated value files (TSV). All lines in the "
|
"Device table files are tab separated value files (TSV). All lines in the "
|
||||||
"device table must have exactly 10 entries, each separated by a single tab, "
|
"device table must have exactly 10 entries, each separated by a single tab, "
|
||||||
|
@ -1238,12 +1238,12 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: textblock
|
#. type: textblock
|
||||||
#: device-table.pl:195
|
#: device-table.pl:187
|
||||||
msgid "Device table entries take the form of:"
|
msgid "Device table entries take the form of:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: verbatim
|
#. type: verbatim
|
||||||
#: device-table.pl:197
|
#: device-table.pl:189
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid ""
|
msgid ""
|
||||||
" <name> <type> <mode> <uid> <gid> <major> <minor> <start> <inc> <count>\n"
|
" <name> <type> <mode> <uid> <gid> <major> <minor> <start> <inc> <count>\n"
|
||||||
|
@ -1251,12 +1251,12 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: textblock
|
#. type: textblock
|
||||||
#: device-table.pl:199
|
#: device-table.pl:191
|
||||||
msgid "where name is the file name, type can be one of:"
|
msgid "where name is the file name, type can be one of:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: verbatim
|
#. type: verbatim
|
||||||
#: device-table.pl:201
|
#: device-table.pl:193
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid ""
|
msgid ""
|
||||||
" f A regular file\n"
|
" f A regular file\n"
|
||||||
|
@ -1270,7 +1270,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: textblock
|
#. type: textblock
|
||||||
#: device-table.pl:209
|
#: device-table.pl:201
|
||||||
msgid ""
|
msgid ""
|
||||||
"symlinks and hardlinks are extensions to the device table, just for F<device-"
|
"symlinks and hardlinks are extensions to the device table, just for F<device-"
|
||||||
"table.pl>, other device table parsers might not handle these types. The "
|
"table.pl>, other device table parsers might not handle these types. The "
|
||||||
|
@ -1279,7 +1279,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: verbatim
|
#. type: verbatim
|
||||||
#: device-table.pl:215
|
#: device-table.pl:207
|
||||||
#, no-wrap
|
#, no-wrap
|
||||||
msgid ""
|
msgid ""
|
||||||
" /proc/self/fd/0 s /dev/stdin - - - - - - -\n"
|
" /proc/self/fd/0 s /dev/stdin - - - - - - -\n"
|
||||||
|
@ -1287,7 +1287,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#. type: textblock
|
#. type: textblock
|
||||||
#: device-table.pl:217
|
#: device-table.pl:209
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid "See http://wiki.debian.org/DeviceTableScripting"
|
msgid "See http://wiki.debian.org/DeviceTableScripting"
|
||||||
msgstr "Veja também: http://wiki.debian.org/Multistrap"
|
msgstr "Veja também: http://wiki.debian.org/Multistrap"
|
||||||
|
|
|
@ -9,7 +9,8 @@ cleanup=true
|
||||||
# keyring packages listed in each debootstrap will
|
# keyring packages listed in each debootstrap will
|
||||||
# still be installed.
|
# still be installed.
|
||||||
noauth=false
|
noauth=false
|
||||||
# set apt to get particular packages from specified suites.
|
# whether to add the /suite to be explicit about where apt
|
||||||
|
# needs to look for packages. Default is false.
|
||||||
explicitsuite=false
|
explicitsuite=false
|
||||||
# extract all downloaded archives (default is true)
|
# extract all downloaded archives (default is true)
|
||||||
unpack=true
|
unpack=true
|
||||||
|
|
|
@ -10,7 +10,8 @@ cleanup=true
|
||||||
# keyring packages listed in each debootstrap will
|
# keyring packages listed in each debootstrap will
|
||||||
# still be installed.
|
# still be installed.
|
||||||
noauth=false
|
noauth=false
|
||||||
# set apt to get particular packages from specified suites.
|
# whether to add the /suite to be explicit about where apt
|
||||||
|
# needs to look for packages. Default is false.
|
||||||
explicitsuite=false
|
explicitsuite=false
|
||||||
# extract all downloaded archives (default is true)
|
# extract all downloaded archives (default is true)
|
||||||
unpack=true
|
unpack=true
|
||||||
|
@ -25,3 +26,4 @@ packages=
|
||||||
source=http://ftp.uk.debian.org/debian
|
source=http://ftp.uk.debian.org/debian
|
||||||
keyring=debian-archive-keyring
|
keyring=debian-archive-keyring
|
||||||
suite=stable
|
suite=stable
|
||||||
|
omitdebsrc=false
|
||||||
|
|
|
@ -9,7 +9,8 @@ cleanup=true
|
||||||
# keyring packages listed in each debootstrap will
|
# keyring packages listed in each debootstrap will
|
||||||
# still be installed.
|
# still be installed.
|
||||||
noauth=false
|
noauth=false
|
||||||
# set apt to get particular packages from specified suites.
|
# whether to add the /suite to be explicit about where apt
|
||||||
|
# needs to look for packages. Default is false.
|
||||||
explicitsuite=false
|
explicitsuite=false
|
||||||
# extract all downloaded archives (default is true)
|
# extract all downloaded archives (default is true)
|
||||||
unpack=true
|
unpack=true
|
||||||
|
|
|
@ -9,7 +9,8 @@ cleanup=true
|
||||||
# keyring packages listed in each debootstrap will
|
# keyring packages listed in each debootstrap will
|
||||||
# still be installed.
|
# still be installed.
|
||||||
noauth=false
|
noauth=false
|
||||||
# set apt to get particular packages from specified suites.
|
# whether to add the /suite to be explicit about where apt
|
||||||
|
# needs to look for packages. Default is false.
|
||||||
explicitsuite=false
|
explicitsuite=false
|
||||||
# extract all downloaded archives (default is true)
|
# extract all downloaded archives (default is true)
|
||||||
unpack=true
|
unpack=true
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
=head1 Name
|
=head1 Name
|
||||||
|
|
||||||
multistrap - debootstrap replacement for multiple repository support
|
multistrap - multiple repository bootstraps
|
||||||
|
|
||||||
=head1 Synopsis
|
=head1 Synopsis
|
||||||
|
|
||||||
|
@ -74,13 +74,20 @@ Example configuration:
|
||||||
suite=lenny
|
suite=lenny
|
||||||
|
|
||||||
This will result in a completely normal debootstrap of Debian lenny from
|
This will result in a completely normal debootstrap of Debian lenny from
|
||||||
the specified mirror, for armel in '/opt/multistrap/'.
|
the specified mirror, for armel in '/opt/multistrap/'. (This configuration
|
||||||
|
is retained in the package as F</usr/share/multistrap/lenny.conf>)
|
||||||
|
|
||||||
Specify a package to extend the multistrap to include that package and
|
Specify a package to extend the multistrap to include that package and
|
||||||
all dependencies.
|
all dependencies of that package.
|
||||||
|
|
||||||
Specify more bootstraps by adding new sections. Section names are used
|
Specify more repositories for the bootstrap by adding new sections.
|
||||||
in the bootstrap general option.
|
Section names need to be listed in the bootstrap general option for the
|
||||||
|
packages to be included in the bootstrap.
|
||||||
|
|
||||||
|
Specify which repositories will be available to the final system at
|
||||||
|
boot by listing the section names in the aptsources general option,
|
||||||
|
e.g. to exclude some internal sources or when using a local mirror when
|
||||||
|
building the rootfs.
|
||||||
|
|
||||||
Section names are case-insensitive.
|
Section names are case-insensitive.
|
||||||
|
|
||||||
|
@ -89,7 +96,8 @@ repositories, to use only the most recent and most suitable
|
||||||
dependencies. Note that multistrap turns off Install-Recommends
|
dependencies. Note that multistrap turns off Install-Recommends
|
||||||
so if the multistrap needs a package that is only a Recommended
|
so if the multistrap needs a package that is only a Recommended
|
||||||
dependency, the recommended package needs to be specified in the
|
dependency, the recommended package needs to be specified in the
|
||||||
packages line explicitly.
|
packages line explicitly. See C<Explicit suite specification> for
|
||||||
|
more information on getting specific packages from specific suites.
|
||||||
|
|
||||||
'Architecture' and 'directory' can be overridden on the command line.
|
'Architecture' and 'directory' can be overridden on the command line.
|
||||||
Some other general options also have command line options.
|
Some other general options also have command line options.
|
||||||
|
@ -147,7 +155,8 @@ a tarball.
|
||||||
Note that multistrap ignores any unrecognised options in the config
|
Note that multistrap ignores any unrecognised options in the config
|
||||||
file - this allows for backwards-compatible behaviour as well as
|
file - this allows for backwards-compatible behaviour as well as
|
||||||
overloading the multistrap config files to support other tools
|
overloading the multistrap config files to support other tools
|
||||||
(like pbuilder).
|
(like pbuilder). Use the C<--simulate> option to see the combined
|
||||||
|
configuration settings.
|
||||||
|
|
||||||
=head1 Section settings
|
=head1 Section settings
|
||||||
|
|
||||||
|
@ -157,10 +166,10 @@ overloading the multistrap config files to support other tools
|
||||||
keyring=debian-archive-keyring
|
keyring=debian-archive-keyring
|
||||||
suite=lenny
|
suite=lenny
|
||||||
|
|
||||||
The section name (in [] brackets) needs to be unique for this configuration
|
The section name (in [] brackets) needs to be unique for this
|
||||||
file and any configuration files which this file includes. Section names
|
configuration file and any configuration files which this file
|
||||||
are case insensitive (all comparisons happen after conversion to lower
|
includes. Section names are case insensitive (all comparisons happen
|
||||||
case).
|
after conversion to lower case).
|
||||||
|
|
||||||
'packages' is the list of packages to be added when this Section
|
'packages' is the list of packages to be added when this Section
|
||||||
is listed in C<bootstrap>.
|
is listed in C<bootstrap>.
|
||||||
|
@ -186,15 +195,15 @@ The codename (etch, lenny, squeeze, sid) does not change.
|
||||||
|
|
||||||
To use authenticated apt repositories, multistrap either needs to be
|
To use authenticated apt repositories, multistrap either needs to be
|
||||||
able to install an appropriate keyring package from the existing apt
|
able to install an appropriate keyring package from the existing apt
|
||||||
sources *outside the multistrap environment* or have the relevant keys
|
sources B<outside the multistrap environment> or have the relevant keys
|
||||||
already configured using apt-key *on the host system*.
|
already configured using apt-key B<on the host system>.
|
||||||
|
|
||||||
If relevant packages exist, specify them in the 'keyring' option for
|
If relevant packages exist, specify them in the 'keyring' option for
|
||||||
each repository. multistrap will then check that apt has already
|
each repository. multistrap will then check that apt has already
|
||||||
installed this package so that the repository can be authenticated
|
installed this package so that the repository can be authenticated
|
||||||
before any packages are downloaded from it.
|
before any packages are downloaded from it.
|
||||||
|
|
||||||
Note that *all* repositories to be used with multistrap must be
|
Note that B<all> repositories to be used with multistrap must be
|
||||||
authenticated or apt will fail. Similarly, secure apt can only be
|
authenticated or apt will fail. Similarly, secure apt can only be
|
||||||
disabled for all repositories (by using the --no-auth command line
|
disabled for all repositories (by using the --no-auth command line
|
||||||
option or setting the general noauth option in the configuration
|
option or setting the general noauth option in the configuration
|
||||||
|
@ -213,7 +222,7 @@ running multistrap itself.
|
||||||
multistrap is stateless - if the directory exists, it will simply
|
multistrap is stateless - if the directory exists, it will simply
|
||||||
proceed as normal and apt will try to pick up where it left off.
|
proceed as normal and apt will try to pick up where it left off.
|
||||||
|
|
||||||
=head1 Configuration
|
=head1 Root Filesystem Configuration
|
||||||
|
|
||||||
multistrap unpacks the downloaded packages but other stages of
|
multistrap unpacks the downloaded packages but other stages of
|
||||||
system configuration are not attempted. Examples include:
|
system configuration are not attempted. Examples include:
|
||||||
|
@ -228,13 +237,11 @@ system configuration are not attempted. Examples include:
|
||||||
/etc/init.d
|
/etc/init.d
|
||||||
/etc/dhcp3
|
/etc/dhcp3
|
||||||
|
|
||||||
Any device-specific device nodes will also need to be created
|
Any device-specific device nodes will also need to be created using
|
||||||
using MAKEDEV.
|
MAKEDEV or C<device-table.pl> - a helper script that can work around
|
||||||
|
some of the issues with MAKEDEV. F<device-table.pl> requires a device
|
||||||
As an alternative, multistrap includes a device-table.pl helper
|
table file along the lines of the one in the mtd-utils source package.
|
||||||
script that can work around some of the issues with MAKEDEV.
|
See F</usr/share/doc/multistrap/examples/device_table.txt>
|
||||||
device-table.pl requires a device table file along the lines of
|
|
||||||
the one in the mtd-utils source package.
|
|
||||||
|
|
||||||
Once multistrap has successfully created the basic file and
|
Once multistrap has successfully created the basic file and
|
||||||
directory layout, other device-specific scripts are needed before
|
directory layout, other device-specific scripts are needed before
|
||||||
|
@ -369,6 +376,10 @@ rootfs. Only the packages specified manually in the configuration
|
||||||
files will be used in the calculations - dependencies of those packages
|
files will be used in the calculations - dependencies of those packages
|
||||||
will be added but no others.
|
will be added but no others.
|
||||||
|
|
||||||
|
Packages with Priority: important or standard are never included by
|
||||||
|
C<multistrap> unless specifically included in a C<packages=> option in
|
||||||
|
a section specified in the C<bootstrap> general option.
|
||||||
|
|
||||||
=head1 Recommends behaviour
|
=head1 Recommends behaviour
|
||||||
|
|
||||||
The Debian default behaviour after the Lenny release was to consider
|
The Debian default behaviour after the Lenny release was to consider
|
||||||
|
|
Loading…
Reference in a new issue