Codebase list live-build / f1b5cad
Import Debian version 20210902 live-build (1:20210902) unstable; urgency=medium . [ Thore Sommer ] * Adding dm-verity support for rootfs * docs: documentation for dm-verity feature * Enable dm-verity support also for ext filesystems . [ David Hewitt ] * binary_grub-efi: Allow removal of protected packages . [ Nick Brown ] * Export variables for hooks (Closes: #992572) . [ Luca Boccassi ] * Bump debhelper-compat to 13, no changes * Bump Standards-Version to 4.6.0, no changes Luca Boccassi authored 2 years ago Sophie Brun committed 2 years ago
63 changed file(s) with 10954 addition(s) and 9308 deletion(s). Raw diff Collapse all Expand all
0 live-build (1:20210902) unstable; urgency=medium
1
2 [ Thore Sommer ]
3 * Adding dm-verity support for rootfs
4 * docs: documentation for dm-verity feature
5 * Enable dm-verity support also for ext filesystems
6
7 [ David Hewitt ]
8 * binary_grub-efi: Allow removal of protected packages
9
10 [ Nick Brown ]
11 * Export variables for hooks (Closes: #992572)
12
13 [ Luca Boccassi ]
14 * Bump debhelper-compat to 13, no changes
15 * Bump Standards-Version to 4.6.0, no changes
16
17 -- Luca Boccassi <[email protected]> Thu, 02 Sep 2021 13:55:32 +0100
18
019 live-build (1:20210407) unstable; urgency=medium
120
221 * Upload to unstable.
44 Uploaders: Raphaël Hertzog <[email protected]>,
55 Luca Boccassi <[email protected]>,
66 Build-Depends:
7 debhelper-compat (= 12),
7 debhelper-compat (= 13),
88 po4a,
99 gettext,
10 Standards-Version: 4.5.1
10 Standards-Version: 4.6.0
1111 Rules-Requires-Root: no
1212 Homepage: https://wiki.debian.org/DebianLive
1313 Vcs-Browser: https://salsa.debian.org/live-team/live-build
2222 apt-utils,
2323 bzip2,
2424 cpio,
25 cryptsetup,
2526 file,
2627 live-boot-doc,
2728 live-config-doc,
3333 _QUIET="${_QUIET:-false}"
3434 _VERBOSE="${_VERBOSE:-false}"
3535
36 LB_CONFIGURATION_VERSION="${LB_CONFIGURATION_VERSION:-${LIVE_BUILD_VERSION}}"
37 LIVE_CONFIGURATION_VERSION="${LB_CONFIGURATION_VERSION}" #for backwards compatibility with hooks
36 export LB_CONFIGURATION_VERSION="${LB_CONFIGURATION_VERSION:-${LIVE_BUILD_VERSION}}"
37 export LIVE_CONFIGURATION_VERSION="${LB_CONFIGURATION_VERSION}" #for backwards compatibility with hooks
3838
3939 LB_SYSTEM="${LB_SYSTEM:-live}"
4040
6363 DATE_UTC_OPTION=""
6464 fi
6565
66 LB_IMAGE_NAME="${LB_IMAGE_NAME:-live-image}"
67 LB_IMAGE_TYPE="${LB_IMAGE_TYPE:-iso-hybrid}"
66 export LB_IMAGE_NAME="${LB_IMAGE_NAME:-live-image}"
67 export LB_IMAGE_TYPE="${LB_IMAGE_TYPE:-iso-hybrid}"
6868 #for backwards compatibility with hooks
69 LIVE_IMAGE_NAME="${LB_IMAGE_NAME}"
70 LIVE_IMAGE_TYPE="${LB_IMAGE_TYPE}"
69 export LIVE_IMAGE_NAME="${LB_IMAGE_NAME}"
70 export LIVE_IMAGE_TYPE="${LB_IMAGE_TYPE}"
7171
7272 if [ -z "${LB_ARCHITECTURE}" ]; then
7373 if command -v dpkg >/dev/null; then
8989 esac
9090 fi
9191 fi
92 export LB_ARCHITECTURE
9293 # For backwards compat with custom hooks and conditional includes
93 LB_ARCHITECTURES="${LB_ARCHITECTURE}"
94 export LB_ARCHITECTURES="${LB_ARCHITECTURE}"
9495
9596 LB_ARCHIVE_AREAS="${LB_ARCHIVE_AREAS:-main}"
9697 LB_PARENT_ARCHIVE_AREAS="${LB_PARENT_ARCHIVE_AREAS:-${LB_ARCHIVE_AREAS}}"
97 LB_ARCHIVE_AREAS="$(echo "${LB_ARCHIVE_AREAS}" | tr "," " ")"
98 LB_PARENT_ARCHIVE_AREAS="$(echo "${LB_PARENT_ARCHIVE_AREAS}" | tr "," " ")"
98 export LB_ARCHIVE_AREAS="$(echo "${LB_ARCHIVE_AREAS}" | tr "," " ")"
99 export LB_PARENT_ARCHIVE_AREAS="$(echo "${LB_PARENT_ARCHIVE_AREAS}" | tr "," " ")"
99100
100101 LB_BACKPORTS="${LB_BACKPORTS:-false}"
101102 if [ -n "$LB_PARENT_DISTRIBUTION" ]; then
0 .TH LIVE\-BUILD 1 2020\-03\-30 1:20191222 "Debian Live Project"
0 .TH LIVE\-BUILD 1 2021\-09\-02 1:20210902 "Debian Live Project"
11
22 .SH NAME
33 \fBlb\fR \- wrapper for live\-build programs
0 .TH LIVE\-BUILD 1 2020\-03\-30 1:20191222 "Debian Live Project"
0 .TH LIVE\-BUILD 1 2021\-09\-02 1:20210902 "Debian Live Project"
11
22 .SH NAME
33 \fBlb_binary\fR \- Complete the binary stage
0 .TH LIVE\-BUILD 1 2020\-03\-30 1:20191222 "Debian Live Project"
0 .TH LIVE\-BUILD 1 2021\-09\-02 1:20210902 "Debian Live Project"
11
22 .SH NAME
33 \fBlb_bootstrap\fR \- Complete the bootstrap stage
0 .TH LIVE\-BUILD 1 2020\-03\-30 1:20191222 "Debian Live Project"
0 .TH LIVE\-BUILD 1 2021\-09\-02 1:20210902 "Debian Live Project"
11
22 .SH NAME
33 \fBlb_build\fR \- Complete the bootstrap, chroot, installer, binary, and source stages
0 .TH LIVE\-BUILD 1 2020\-03\-30 1:20191222 "Debian Live Project"
0 .TH LIVE\-BUILD 1 2021\-09\-02 1:20210902 "Debian Live Project"
11
22 .SH NAME
33 \fBlb_chroot\fR \- Complete the chroot stage
0 .TH LIVE\-BUILD 1 2020\-03\-30 1:20191222 "Debian Live Project"
0 .TH LIVE\-BUILD 1 2021\-09\-02 1:20210902 "Debian Live Project"
11
22 .SH NAME
33 \fBlb_clean\fR \- Clean build directory
0 .TH LIVE\-BUILD 1 2020\-04\-27 1:20191222 "Debian Live Project"
0 .TH LIVE\-BUILD 1 2021\-09\-02 1:20210902 "Debian Live Project"
11
22 .SH NAME
33 \fBlb_config\fR \- Create config directory
104104 [\fB\-\-distribution\-chroot\fR \fICODENAME\fR]
105105 .br
106106 [\fB\-\-distribution\-binary\fR \fICODENAME\fR]
107 .br
108 [\fB\-\-dm\-verity\fR]
109 .br
110 [\fB\-\-dm\-verity\-fec\fR \fINB_ROOTS\fR]
111 .br
112 [\fB\-\-dm\-verity\-sign\fR \fISIGN_SCRIPT\fR]
107113 .br
108114 [\fB\-\-dump\fR]
109115 .br
333339 defines the distribution enabled in the resulting live system (defaults to the value set in \fB\-\-distribution\fR)
334340 .IP "\fB\-\-distribution\-chroot\fR \fICODENAME\fR" 4
335341 defines the distribution used to build the live system (defaults to the value set in \fB\-\-distribution\fR)
342 .IP "\fB\-\-dm\-verity\fR" 4
343 Enables dm\-verity support for root file system. Only squashfs, ext2, ext3 and ext4 are supported. For more information see \fIlive\-boot\fR(7).
344 .IP "\fB\-\-dm\-verity\-fec\fR \fINB_ROOTS\fR" 4
345 Enables forward error correction for dm-verity. \fINB_ROOTS\fR is the number of error correction roots thas should be used. The value can be between 2 and 24. Android uses 2 by default.
346 .IP "\fB\-\-dm\-verity\-sign\fR \fISIGN_SCRIPT\fR" 4
347 Sign root hash of dm-verity device. Script takes two arguments: the root hash and a file to output the signature to.
336348 .IP "\fB\-\-dump\fR" 4
337349 prepares a report of the currently present live system configuration and the version of live\-build used. This is useful to provide if you submit bug reports, helping to provide basic useful information required for us to locate and replicate an error.
338350 .IP "\fB\-\-firmware\-binary\fR true|false" 4
0 .TH LIVE\-BUILD 1 2020\-03\-30 1:20191222 "Debian Live Project"
0 .TH LIVE\-BUILD 1 2021\-09\-02 1:20210902 "Debian Live Project"
11
22 .SH NAME
33 \fBlb_installer\fR \- Complete the installer stage
0 .TH LIVE\-BUILD 1 2020\-03\-30 1:20191222 "Debian Live Project"
0 .TH LIVE\-BUILD 1 2021\-09\-02 1:20210902 "Debian Live Project"
11
22 .SH NAME
33 \fBlb_source\fR \- Complete the source stage
0 .TH LIVE\-BUILD 7 2020\-04\-27 1:20191222 "Debian Live Project"
0 .TH LIVE\-BUILD 7 2021\-09\-02 1:20210902 "Debian Live Project"
11
22 .SH NAME
33 \fBlive\-build\fR \- the Debian Live tool suite
22 .\" This file was generated with po4a. Translate the source file.
33 .\"
44 .\"*******************************************************************
5 .TH LIVE\-BUILD 1 2017\-08\-29 1:20170807kali1 "Projet Debian Live"
5 .TH LIVE\-BUILD 1 2021\-09\-02 1:20210902 "Debian Live Project"
66
77 .SH NOM
88 \fBlb\fP \- emballage pour les programmes live\-build
99
1010 .SH SYNOPSIS
11 \fBlb\fP COMMANDE [OPTIONS_DE_COMMANDE]
11 \fBlb\fP \fICOMMAND\fP [\fICOMMAND_OPTIONS\fP]
1212 .PP
13 \fBlb\fP [\fIlive\-build\ options\fP]
13 \fBlb\fP [\fIOPTIONS\fP]
1414
1515 .SH DESCRIPTION
16 \fBlb\fP est une commande de haut\-niveau (porcelaine) de \fIlive\-build\fP(7), la
17 suite d'outils Debian Live.
18 .PP
16 \fBlb\fP is a high\-level command (porcelain) of \fIlive\-build\fP(7), the Debian
17 Live tool suite.
1918
20 .\" FIXME
2119 .SH OPTIONS
2220 \fBlb\fP n'a pas d'options spécifiques mais fonctionne avec toutes les options
2321 génériques de live\-build. Voir \fIlive\-build\fP(7) pour une liste complète de
3331
3432 .SH "PAGE D'ACCUEIL"
3533 More information about live\-build and the Debian Live project can be found
36 on the homepage at <\fIhttps://debian\-live.alioth.debian.org/\fP>.
34 on the homepage at <\fIhttps://wiki.debian.org/DebianLive\fP>.
3735
3836 .SH BOGUES
39 Les bogues peuvent être signalés en soumettant un rapport de bogue pour le
40 paquet live\-build dans le BTS à <\fIhttp://bugs.debian.org/\fP> ou par
41 l'écriture d'un courriel à la liste de diffusion Debian Live à
37 Bugs can be reported by submitting a bug report for the live\-build package
38 in the Bug Tracking System at <\fIhttp://bugs.debian.org/\fP> or by
39 writing a mail to the Debian Live mailing list at
4240 <\fIdebian\[email protected]\fP>.
4341
4442 .SH AUTEUR
45 live\-images a été écrit par Daniel Baumann
46 <\fImail@daniel\-baumann.ch\fP>.
43 live\-build was originally written by Daniel Baumann
44 <\fImail@daniel\-baumann.ch\fP>. Since 2016 development has been
45 continued by the Debian Live team.
22 .\" This file was generated with po4a. Translate the source file.
33 .\"
44 .\"*******************************************************************
5 .TH LIVE\-BUILD 1 2017\-08\-29 1:20170807kali1 "Projet Debian Live"
5 .TH LIVE\-BUILD 1 2021\-09\-02 1:20210902 "Debian Live Project"
66
77 .SH NOM
88 \fBlb_binary\fP \- Complete the binary stage
99
1010 .SH SYNOPSIS
11 \fBlb binary\fP [\fIlive\-build options\fP]
11 \fBlb binary\fP [\fIOPTIONS\fP]
1212
1313 .SH DESCRIPTION
14 \fBlb binary\fP est une commande de haut\-niveau (porcelaine) de
15 \fIlive\-build\fP(7), la suite d'outils de live\-systems.
14 \fBlb binary\fP is a high\-level command (porcelain) of \fIlive\-build\fP(7), the
15 Debian Live tool suite.
1616 .PP
1717 \fBlb binary\fP appelle tous les programmes live\-build nécessaires dans le bon
1818 ordre pour complèter le stage binaire.
3232
3333 .SH "PAGE D'ACCUEIL"
3434 More information about live\-build and the Debian Live project can be found
35 on the homepage at <\fIhttps://debian\-live.alioth.debian.org/\fP>.
35 on the homepage at <\fIhttps://wiki.debian.org/DebianLive\fP>.
3636
3737 .SH BOGUES
38 Les bogues peuvent être signalés en soumettant un rapport de bogue pour le
39 paquet live\-build dans le BTS à <\fIhttp://bugs.debian.org/\fP> ou par
40 l'écriture d'un courriel à la liste de diffusion Debian Live à
38 Bugs can be reported by submitting a bug report for the live\-build package
39 in the Bug Tracking System at <\fIhttp://bugs.debian.org/\fP> or by
40 writing a mail to the Debian Live mailing list at
4141 <\fIdebian\[email protected]\fP>.
4242
4343 .SH AUTEUR
44 live\-images a été écrit par Daniel Baumann
45 <\fImail@daniel\-baumann.ch\fP>.
44 live\-build was originally written by Daniel Baumann
45 <\fImail@daniel\-baumann.ch\fP>. Since 2016 development has been
46 continued by the Debian Live team.
22 .\" This file was generated with po4a. Translate the source file.
33 .\"
44 .\"*******************************************************************
5 .TH LIVE\-BUILD 1 2017\-08\-29 1:20170807kali1 "Projet Debian Live"
5 .TH LIVE\-BUILD 1 2021\-09\-02 1:20210902 "Debian Live Project"
66
77 .SH NOM
88 \fBlb_bootstrap\fP \- Complete the bootstrap stage
99
1010 .SH SYNOPSIS
11 \fBlb bootstrap\fP [\fIlive\-build options\fP]
11 \fBlb bootstrap\fP [\fIOPTIONS\fP]
1212
1313 .SH DESCRIPTION
14 \fBlb bootstrap\fP est une commande de haut\-niveau (porcelaine) de
15 \fIlive\-build\fP(7), la suite d'outils de live\-systems.
14 \fBlb bootstrap\fP is a high\-level command (porcelain) of \fIlive\-build\fP(7), the
15 Debian Live tool suite.
1616 .PP
1717 \fBlb bootstrap\fP appelle tous les programmes live\-build nécessaires dans le
1818 bon ordre pour complèter le stage d'amorçage.
3232
3333 .SH "PAGE D'ACCUEIL"
3434 More information about live\-build and the Debian Live project can be found
35 on the homepage at <\fIhttps://debian\-live.alioth.debian.org/\fP>.
35 on the homepage at <\fIhttps://wiki.debian.org/DebianLive\fP>.
3636
3737 .SH BOGUES
38 Les bogues peuvent être signalés en soumettant un rapport de bogue pour le
39 paquet live\-build dans le BTS à <\fIhttp://bugs.debian.org/\fP> ou par
40 l'écriture d'un courriel à la liste de diffusion Debian Live à
38 Bugs can be reported by submitting a bug report for the live\-build package
39 in the Bug Tracking System at <\fIhttp://bugs.debian.org/\fP> or by
40 writing a mail to the Debian Live mailing list at
4141 <\fIdebian\[email protected]\fP>.
4242
4343 .SH AUTEUR
44 live\-images a été écrit par Daniel Baumann
45 <\fImail@daniel\-baumann.ch\fP>.
44 live\-build was originally written by Daniel Baumann
45 <\fImail@daniel\-baumann.ch\fP>. Since 2016 development has been
46 continued by the Debian Live team.
22 .\" This file was generated with po4a. Translate the source file.
33 .\"
44 .\"*******************************************************************
5 .TH LIVE\-BUILD 1 2017\-08\-29 1:20170807kali1 "Projet Debian Live"
5 .TH LIVE\-BUILD 1 2021\-09\-02 1:20210902 "Debian Live Project"
66
77 .SH NOM
8 \fBlb_build\fP \- Complete the bootstrap, chroot, binary, and source stages
8 \fBlb_build\fP \- Complete the bootstrap, chroot, installer, binary, and source
9 stages
910
1011 .SH SYNOPSIS
11 \fBlb build\fP [\fIlive\-build options\fP]
12 \fBlb build\fP [\fIOPTIONS\fP]
1213
1314 .SH DESCRIPTION
14 \fBlb build\fP est une commande de haut\-niveau (porcelaine) de
15 \fIlive\-build\fP(7), la suite d'outils de live\-systems.
15 \fBlb build\fP is a high\-level command (porcelain) of \fIlive\-build\fP(7), the
16 Debian Live tool suite.
1617 .PP
17 \fBlb build\fP appelle tous les programmes live\-build nécessaires dans le bon
18 ordre pour complèter les stages d'amorçage, de chroot, binaire et source.
18 \fBlb build\fP calls all necessary live\-build programs in the correct order to
19 complete the bootstrap, chroot, installer, binary, and source stages.
1920
2021 .SH OPTIONS
2122 \fBlb build\fP n'a pas d'options spécifiques mais fonctionne avec toutes les
2324 complète de toutes les options génériques de live\-build options.
2425
2526 .SH FICHIERS
26 .\" FIXME
2727 .IP \fBauto/build\fP 4
2828
29 .\" FIXME
3029 .SH "VOIR AUSSI"
3130 \fIlive\-build\fP(7)
3231 .PP
3433
3534 .SH "PAGE D'ACCUEIL"
3635 More information about live\-build and the Debian Live project can be found
37 on the homepage at <\fIhttps://debian\-live.alioth.debian.org/\fP>.
36 on the homepage at <\fIhttps://wiki.debian.org/DebianLive\fP>.
3837
3938 .SH BOGUES
40 Les bogues peuvent être signalés en soumettant un rapport de bogue pour le
41 paquet live\-build dans le BTS à <\fIhttp://bugs.debian.org/\fP> ou par
42 l'écriture d'un courriel à la liste de diffusion Debian Live à
39 Bugs can be reported by submitting a bug report for the live\-build package
40 in the Bug Tracking System at <\fIhttp://bugs.debian.org/\fP> or by
41 writing a mail to the Debian Live mailing list at
4342 <\fIdebian\[email protected]\fP>.
4443
4544 .SH AUTEUR
46 live\-images a été écrit par Daniel Baumann
47 <\fImail@daniel\-baumann.ch\fP>.
45 live\-build was originally written by Daniel Baumann
46 <\fImail@daniel\-baumann.ch\fP>. Since 2016 development has been
47 continued by the Debian Live team.
22 .\" This file was generated with po4a. Translate the source file.
33 .\"
44 .\"*******************************************************************
5 .TH LIVE\-BUILD 1 2017\-08\-29 1:20170807kali1 "Projet Debian Live"
5 .TH LIVE\-BUILD 1 2021\-09\-02 1:20210902 "Debian Live Project"
66
77 .SH NOM
88 \fBlb_chroot\fP \- Complete the chroot stage
99
1010 .SH SYNOPSIS
11 \fBlb chroot\fP [\fIlive\-build options\fP]
11 \fBlb chroot\fP [\fIOPTIONS\fP]
1212
1313 .SH DESCRIPTION
14 \fBlb chroot\fP est une commande de haut\-niveau (porcelaine) de
15 \fIlive\-build\fP(7), la suite d'outils de live\-systems.
14 \fBlb chroot\fP is a high\-level command (porcelain) of \fIlive\-build\fP(7), the
15 Debian Live tool suite.
1616 .PP
1717 \fBlb chroot\fP appelle tous les programmes live\-build nécessaires dans le bon
1818 ordre pour complèter le stage de source.
3232
3333 .SH "PAGE D'ACCUEIL"
3434 More information about live\-build and the Debian Live project can be found
35 on the homepage at <\fIhttps://debian\-live.alioth.debian.org/\fP>.
35 on the homepage at <\fIhttps://wiki.debian.org/DebianLive\fP>.
3636
3737 .SH BOGUES
38 Les bogues peuvent être signalés en soumettant un rapport de bogue pour le
39 paquet live\-build dans le BTS à <\fIhttp://bugs.debian.org/\fP> ou par
40 l'écriture d'un courriel à la liste de diffusion Debian Live à
38 Bugs can be reported by submitting a bug report for the live\-build package
39 in the Bug Tracking System at <\fIhttp://bugs.debian.org/\fP> or by
40 writing a mail to the Debian Live mailing list at
4141 <\fIdebian\[email protected]\fP>.
4242
4343 .SH AUTEUR
44 live\-images a été écrit par Daniel Baumann
45 <\fImail@daniel\-baumann.ch\fP>.
44 live\-build was originally written by Daniel Baumann
45 <\fImail@daniel\-baumann.ch\fP>. Since 2016 development has been
46 continued by the Debian Live team.
22 .\" This file was generated with po4a. Translate the source file.
33 .\"
44 .\"*******************************************************************
5 .TH LIVE\-BUILD 1 2017\-08\-29 1:20170807kali1 "Projet Debian Live"
5 .TH LIVE\-BUILD 1 2021\-09\-02 1:20210902 "Debian Live Project"
66
77 .SH NOM
88 \fBlb_clean\fP \- Clean build directory
99
1010 .SH SYNOPSIS
11 \fBlb clean\fP [\fIlive\-build options\fP]
11 \fBlb clean\fP [\fIOPTIONS\fP]
1212
1313 .SH DESCRIPTION
14 \fBlb clean\fP est une commande de haut\-niveau (porcelaine) de
15 \fIlive\-build\fP(7), la suite d'outils de live\-systems.
14 \fBlb clean\fP is a high\-level command (porcelain) of \fIlive\-build\fP(7), the
15 Debian Live tool suite.
1616 .PP
17 .\" FIXME
18 .\" FIXME
1917 \fBlb clean\fP est responsable du nettoyage après la construction d'un
2018 système. Il supprime les répertoires de constructions, et supprime d'autres
2119 fichiers y compris les fichiers de stage, et tout détritus oublié par les
2624 options génériques de live\-build. Voir \fIlive\-build\fP(7) pour une liste
2725 complète de toutes les options génériques de live\-build options.
2826 .PP
29 .\" FIXME
3027 .IP \fB\-\-all\fP 4
3128 supprimes le chroot, le binaire, le stage et la source. Le répertoire de
3229 cache est conservé. C'est l'opération par défaut et sera activé si aucun
4744 .IP \fB\-\-stage\fP 4
4845 supprime tous les fichiers de stage.
4946 .IP \fB\-\-source\fP 4
50 .\" FIXME
5147 supprime tous les caches, fichiers, répertoires et fichiers de stage
5248 relatifs aux sources.
5349
5450 .SH FICHIERS
55 .\" FIXME
5651 .IP \fBauto/clean\fP 4
5752
58 .\" FIXME
5953 .SH "VOIR AUSSI"
6054 \fIlive\-build\fP(7)
6155 .PP
6357
6458 .SH "PAGE D'ACCUEIL"
6559 More information about live\-build and the Debian Live project can be found
66 on the homepage at <\fIhttps://debian\-live.alioth.debian.org/\fP>.
60 on the homepage at <\fIhttps://wiki.debian.org/DebianLive\fP>.
6761
6862 .SH BOGUES
69 Les bogues peuvent être signalés en soumettant un rapport de bogue pour le
70 paquet live\-build dans le BTS à <\fIhttp://bugs.debian.org/\fP> ou par
71 l'écriture d'un courriel à la liste de diffusion Debian Live à
63 Bugs can be reported by submitting a bug report for the live\-build package
64 in the Bug Tracking System at <\fIhttp://bugs.debian.org/\fP> or by
65 writing a mail to the Debian Live mailing list at
7266 <\fIdebian\[email protected]\fP>.
7367
7468 .SH AUTEUR
75 live\-images a été écrit par Daniel Baumann
76 <\fImail@daniel\-baumann.ch\fP>.
69 live\-build was originally written by Daniel Baumann
70 <\fImail@daniel\-baumann.ch\fP>. Since 2016 development has been
71 continued by the Debian Live team.
22 .\" This file was generated with po4a. Translate the source file.
33 .\"
44 .\"*******************************************************************
5 .TH LIVE\-BUILD 1 2017\-08\-29 1:20170807kali1 "Projet Debian Live"
5 .TH LIVE\-BUILD 1 2021\-09\-02 1:20210902 "Debian Live Project"
66
77 .SH NOM
88 \fBlb_config\fP \- Create config directory
99
1010 .SH SYNOPSIS
11 \fBlb config\fP [\fIlive\-build options\fP]
11 \fBlb config\fP {\fB\-h\fP|\fB\-\-help\fP|\fB\-u\fP|\fB\-\-usage\fP|\fB\-v\fP|\fB\-\-version\fP}
1212 .PP
13 .\" FIXME
1413 \fBlb config\fP
1514 .br
16 [\fB\-\-apt\fP apt|aptitude]
15 [\fB\-\-apt\fP apt|apt\-get|aptitude]
1716 .br
1817 [\fB\-\-apt\-ftp\-proxy\fP \fIURL\fP]
1918 .br
2322 .br
2423 [\fB\-\-apt\-options\fP \fIOPTION\fP|"\fIOPTIONS\fP"]
2524 .br
25 [\fB\-\-apt\-pipeline\fP \fIPROFONDEUR\fP]
26 .br
27 [\fB\-\-apt\-recommends\fP true|false]
28 .br
29 [\fB\-\-apt\-secure\fP true|false]
30 .br
31 [\fB\-\-apt\-source\-archives\fP true|false]
32 .br
2633 [\fB\-\-aptitude\-options\fP \fIOPTION\fP|"\fIOPTIONS\fP"]
2734 .br
28 [\fB\-\-apt\-pipeline\fP \fIPROFONDEUR\fP]
29 .br
30 [\fB\-\-apt\-recommends\fP true|false]
31 .br
32 [\fB\-\-apt\-secure\fP true|false]
33 .br
34 [\fB\-\-apt\-source\-archives\fP true|false]
35 .br
36 [\-a|\fB\-\-architectures\fP \fIARCHITECTURE\fP]
37 .br
38 [\-b|\fB\-\-binary\-images\fP iso|iso\-hybrid|netboot|tar|hdd]
39 .br
40 [\fB\-\-binary\-filesystem\fP fat16|fat32|ext2|ext3|ext4]
41 .br
42 [\fB\-\-bootappend\-install\fP \fIPARAMÈTRES\fP|\fI"PARAMÈTRES"\fP]
43 .br
44 [\fB\-\-bootappend\-live\fP \fIPARAMÈTRES\fP|\fI"PARAMÈTRES"\fP]
45 .br
46 [\fB\-\-bootappend\-live\-failsafe\fP \fIPARAMETER\fP|\fI"PARAMETERS"\fP]
47 .br
48 [\fB\-\-bootloaders\fP grub\-legacy|grub\-pc|syslinux|grub\-efi]
35 [\fB\-a\fP|\fB\-\-architecture\fP \fIARCHITECTURE\fP]
36 .br
37 [\fB\-\-archive\-areas\fP \fIARCHIVE_AREA\fP|"\fIARCHIVE_AREAS\fP"]
38 .br
39 [\fB\-\-backports\fP true|false]
40 .br
41 [\fB\-\-binary\-filesystem\fP fat16|fat32|ext2|ext3|ext4|ntfs]
42 .br
43 [\fB\-b\fP|\fB\-\-binary\-image\fP iso|iso\-hybrid|netboot|tar|hdd]
44 .br
45 [\fB\-\-bootappend\-install\fP \fIPARAMETER\fP|"\fIPARAMETERS\fP"]
46 .br
47 [\fB\-\-bootappend\-live\fP \fIPARAMETER\fP|"\fIPARAMETERS\fP"]
48 .br
49 [\fB\-\-bootappend\-live\-failsafe\fP \fIPARAMETER\fP|"\fIPARAMETERS\fP"]
50 .br
51 [\fB\-\-bootloaders\fP grub\-legacy|grub\-pc|syslinux|grub\-efi|"\fIBOOTLOADERS\fP"]
52 .br
53 [\fB\-\-bootstrap\-qemu\-arch\fP \fIARCH\fP]
54 .br
55 [\fB\-\-bootstrap\-qemu\-exclude\fP \fIPACKAGE\fP|"\fIPACKAGES\fP"]
56 .br
57 [\fB\-\-bootstrap\-qemu\-static\fP \fIPATH\fP]
58 .br
59 [\fB\-\-breakpoints\fP]
60 .br
61 [\fB\-\-build\-with\-chroot\fP true|false]
4962 .br
5063 [\fB\-\-cache\fP true|false]
5164 .br
5366 .br
5467 [\fB\-\-cache\-packages\fP true|false]
5568 .br
56 [\fB\-\-cache\-stages\fP \fISTAGE\fP|\fI"STAGES"\fP]
57 .br
58 [\fB\-\-checksums\fP md5|sha1|sha256|none]
59 .br
60 [\fB\-\-compression\fP bzip2|gzip|lzip|none]
61 .br
62 [\fB\-\-config\fP \fIGIT_URL::GIT_ID\fP]
63 .br
64 [\fB\-\-build\-with\-chroot\fP true|false]
69 [\fB\-\-cache\-stages\fP \fISTAGE\fP|"\fISTAGES\fP"]
70 .br
71 [\fB\-\-checksums\fP md5|sha1|sha224|sha256|sha384|sha512|none]
6572 .br
6673 [\fB\-\-chroot\-filesystem\fP ext2|ext3|ext4|squashfs|jffs2|none]
6774 .br
75 [\fB\-\-chroot\-squashfs\-compression\-level\fP LEVEL]
76 .br
77 [\fB\-\-chroot\-squashfs\-compression\-type\fP gzip|lzma|lzo|lz4|xz|zstd]
78 .br
6879 [\fB\-\-clean\fP]
6980 .br
70 [\-c|\fB\-\-conffile\fP \fIFICHIER\fP]
81 [\fB\-\-color\fP]
82 .br
83 [\fB\-\-compression\fP bzip2|gzip|lzip|xz|none]
84 .br
85 [\fB\-c\fP|\fB\-\-conffile\fP \fIFILE\fP]
86 .br
87 [\fB\-\-config\fP \fIGIT_URL\fP::\fIGIT_BRANCH\fP]
7188 .br
7289 [\fB\-\-debconf\-frontend\fP dialog|editor|noninteractive|readline]
7390 .br
7491 [\fB\-\-debconf\-priority\fP low|medium|high|critical]
7592 .br
76 [\fB\-\-debian\-installer\fP true|cdrom|netinst|netboot|businesscard|live|false]
93 [\fB\-\-debian\-installer\fP cdrom|netinst|netboot|businesscard|live|none]
7794 .br
7895 [\fB\-\-debian\-installer\-distribution\fP daily|\fINOM_DE_CODE\fP]
7996 .br
97 [\fB\-\-debian\-installer\-gui\fP true|false]
98 .br
8099 [\fB\-\-debian\-installer\-preseedfile\fP \fIFICHIER\fP|\fIURL\fP]
81100 .br
82 [\fB\-\-debian\-installer\-gui\fP true|false]
83 .br
84 [\fB\-\-debootstrap\-options\fP \fIOPTIONS\fP]
101 [\fB\-\-debootstrap\-options\fP \fIOPTION\fP|"\fIOPTIONS\fP"]
85102 .br
86103 [\fB\-\-debootstrap\-script\fP \fISCRIPT\fP]
87104 .br
88105 [\fB\-\-debug\fP]
89106 .br
90 [\-d|\fB\-\-distribution\fP \fINOM_DE_CODE\fP]
107 [\fB\-d\fP|\fB\-\-distribution\fP \fICODENAME\fP]
108 .br
109 [\fB\-\-distribution\-chroot\fP \fICODENAME\fP]
110 .br
111 [\fB\-\-distribution\-binary\fP \fICODENAME\fP]
112 .br
113 [\fB\-\-dm\-verity\fP]
114 .br
115 [\fB\-\-dm\-verity\-fec\fP \fINB_ROOTS\fP]
116 .br
117 [\fB\-\-dm\-verity\-sign\fP \fISIGN_SCRIPT\fP]
118 .br
119 [\fB\-\-dump\fP]
120 .br
121 [\fB\-\-firmware\-binary\fP true|false]
122 .br
123 [\fB\-\-firmware\-chroot\fP true|false]
124 .br
125 [\fB\-\-force\fP]
126 .br
127 [\fB\-\-gzip\-options\fP \fIOPTION\fP|"\fIOPTIONS\fP"]
128 .br
129 [\fB\-\-hdd\-label\fP \fILABEL\fP]
130 .br
131 [\fB\-\-hdd\-partition\-start\fP \fISTART\fP]
132 .br
133 [\fB\-\-hdd\-size\fP \fISIZE\fP]
134 .br
135 [\fB\-\-ignore\-system\-defaults\fP]
136 .br
137 [\fB\-\-image\-name\fP \fINAME\fP]
138 .br
139 [\fB\-\-initramfs\fP none|live\-boot]
140 .br
141 [\fB\-\-initramfs\-compression\fP bzip2|gzip|lzma]
142 .br
143 [\fB\-\-initsystem\fP sysvinit|systemd|none]
144 .br
145 [\fB\-\-interactive\fP true|shell|x11|xnest|false]
146 .br
147 [\fB\-\-iso\-application\fP \fINOM\fP]
148 .br
149 [\fB\-\-iso\-preparer\fP \fINOM\fP]
150 .br
151 [\fB\-\-iso\-publisher\fP \fINOM\fP]
152 .br
153 [\fB\-\-iso\-volume\fP \fINOM\fP]
154 .br
155 [\fB\-\-jffs2\-eraseblock\fP \fITAILLE\fP]
156 .br
157 [\fB\-\-keyring\-packages\fP \fIPACKAGE\fP|"\fIPACKAGES\fP"]
158 .br
159 [\fB\-k\fP|\fB\-\-linux\-flavours\fP \fIFLAVOUR\fP|"\fIFLAVOURS\fP"]
160 .br
161 [\fB\-\-linux\-packages\fP \fIPACKAGE\fP|"\fIPACKAGES\fP"]
162 .br
163 [\fB\-\-loadlin\fP true|false]
164 .br
165 [\fB\-\-memtest\fP memtest86+|memtest86|none]
166 .br
167 [\fB\-\-mirror\-binary\fP \fIURL\fP]
168 .br
169 [\fB\-\-mirror\-binary\-security\fP \fIURL\fP]
170 .br
171 [\fB\-\-mirror\-bootstrap\fP \fIURL\fP]
172 .br
173 [\fB\-\-mirror\-chroot\fP \fIURL\fP]
174 .br
175 [\fB\-\-mirror\-chroot\-security\fP \fIURL\fP]
176 .br
177 [\fB\-\-mirror\-debian\-installer\fP \fIURL\fP]
178 .br
179 [\fB\-\-mode\fP debian]
180 .br
181 [\fB\-\-net\-tarball\fP true|false]
182 .br
183 [\fB\-\-no\-color\fP]
184 .br
185 [\fB\-\-onie\fP true|false]
186 .br
187 [\fB\-\-onie\-kernel\-cmdline\fP \fIOPTION\fP|"\fIOPTIONS\fP"]
188 .br
189 [\fB\-\-parent\-archive\-areas\fP \fIARCHIVE_AREA\fP|"\fIARCHIVE_AREAS\fP"]
190 .br
191 [\fB\-\-parent\-debian\-installer\-distribution\fP daily|\fICODENAME\fP]
91192 .br
92193 [\fB\-\-parent\-distribution\fP \fINOM_DE_CODE\fP]
93194 .br
94 [\fB\-\-parent\-debian\-installer\-distribution\fP \fINOM_DE_CODE\fP]
95 .br
96 [\fB\-\-dump\fP]
97 .br
98 [\fB\-\-fdisk\fP fdisk|fdisk.dist]
99 .br
100 [\fB\-\-firmware\-binary true|false\fP]
101 .br
102 [\fB\-\-firmware\-chroot true|false\fP]
103 .br
104 [\fB\-\-force\fP]
105 .br
106 [\fB\-\-grub\-splash\fP \fIFICHIER\fP]
107 .br
108 [\fB\-\-gzip\-options\fP \fIOPTION\fP|"\fIOPTIONS\fP"]
109 .br
110 [\fB\-\-hooks\fP \fIFICHIER\fP]
111 .br
112 [\fB\-\-ignore\-system\-defaults\fP]
113 .br
114 [\fB\-\-initramfs\fP auto|none|live\-boot|casper]
115 .br
116 [\fB\-\-initramfs\-compression\fP bzip2|gzip|lzma]
117 .br
118 [\fB\-\-initsystem\fP sysvinit|runit|systemd|upstart|none]
119 .br
120 [\fB\-\-interactive\fP shell]
121 .br
122 [\fB\-\-isohybrid\-options\fP \fIOPTION\fP|"\fIOPTIONS\fP"]
123 .br
124 [\fB\-\-iso\-application\fP \fINOM\fP]
125 .br
126 [\fB\-\-iso\-preparer\fP \fINOM\fP]
127 .br
128 [\fB\-\-iso\-publisher\fP \fINOM\fP]
129 .br
130 [\fB\-\-iso\-volume\fP \fINOM\fP]
131 .br
132 [\fB\-\-jffs2\-eraseblock\fP \fITAILLE\fP]
133 .br
134 [\fB\-\-keyring\-packages\fP \fIPAQUET|"PAQUETS"\fP]
135 .br
136 [\-k|\fB\-\-linux\-flavours\fP \fIVARIÉTÉ\fP|\fI"VARIÉTÉS"\fP]
137 .br
138 [\fB\-\-linux\-packages\fP \fI"PAQUETS"\fP]
139 .br
140 [\fB\-\-losetup\fP losetup|losetup.orig]
141 .br
142 [\fB\-\-memtest\fP memtest86+|memtest86|none]
143 .br
144 [\-m|\fB\-\-parent\-mirror\-bootstrap\fP \fIURL\fP]
195 [\fB\-\-parent\-distribution\-chroot\fP \fICODENAME\fP]
196 .br
197 [\fB\-\-parent\-distribution\-binary\fP \fICODENAME\fP]
198 .br
199 [\fB\-\-parent\-mirror\-binary\fP \fIURL\fP]
200 .br
201 [\fB\-\-parent\-mirror\-binary\-security\fP \fIURL\fP]
202 .br
203 [\fB\-m\fP|\fB\-\-parent\-mirror\-bootstrap\fP \fIURL\fP]
145204 .br
146205 [\fB\-\-parent\-mirror\-chroot\fP \fIURL\fP]
147206 .br
148207 [\fB\-\-parent\-mirror\-chroot\-security\fP \fIURL\fP]
149208 .br
150 [\fB\-\-parent\-mirror\-chroot\-updates\fP \fIURL\fP]
151 .br
152 [\fB\-\-parent\-mirror\-chroot\-backports\fP \fIURL\fP]
153 .br
154 [\fB\-\-parent\-mirror\-binary\fP \fIURL\fP]
155 .br
156 [\fB\-\-parent\-mirror\-binary\-security\fP \fIURL\fP]
157 .br
158 [\fB\-\-parent\-mirror\-binary\-updates\fP \fIURL\fP]
159 .br
160 [\fB\-\-parent\-mirror\-binary\-backports\fP \fIURL\fP]
161 .br
162209 [\fB\-\-parent\-mirror\-debian\-installer\fP \fIURL\fP]
163210 .br
164 [\fB\-\-mirror\-bootstrap\fP \fIURL\fP]
165 .br
166 [\fB\-\-mirror\-chroot\fP \fIURL\fP]
167 .br
168 [\fB\-\-mirror\-chroot\-security\fP \fIURL\fP]
169 .br
170 [\fB\-\-mirror\-chroot\-updates\fP \fIURL\fP]
171 .br
172 [\fB\-\-mirror\-chroot\-backports\fP \fIURL\fP]
173 .br
174 [\fB\-\-mirror\-binary\fP \fIURL\fP]
175 .br
176 [\fB\-\-mirror\-binary\-security\fP \fIURL\fP]
177 .br
178 [\fB\-\-mirror\-binary\-updates\fP \fIURL\fP]
179 .br
180 [\fB\-\-mirror\-binary\-backports\fP \fIURL\fP]
181 .br
182 [\fB\-\-mirror\-debian\-installer\fP \fIURL\fP]
183 .br
184 [\fB\-\-mode\fP debian|progress\-linux|ubuntu]
211 [\fB\-\-quiet\fP]
212 .br
213 [\fB\-\-security\fP true|false]
214 .br
215 [\fB\-\-source\fP true|false]
216 .br
217 [\fB\-s\fP|\fB\-\-source\-images\fP iso|netboot|tar|hdd|"\fIIMAGES\fP"]
218 .br
219 [\fB\-\-swap\-file\-path\fP \fIPATH\fP]
220 .br
221 [\fB\-\-swap\-file\-size\fP \fIMB\fP]
185222 .br
186223 [\fB\-\-system\fP live|normal]
187224 .br
188 [\fB\-\-net\-root\-filesystem\fP nfs|cfs]
189 .br
190 [\fB\-\-net\-root\-mountoptions\fP \fIOPTIONS\fP]
191 .br
192 [\fB\-\-net\-root\-path\fP \fICHEMIN\fP]
193 .br
194 [\fB\-\-net\-root\-server\fP \fIIP\fP|\fINOM_D_HÔTE\fP]
195 .br
196 [\fB\-\-net\-cow\-filesystem\fP nfs|cfs]
197 .br
198 [\fB\-\-net\-cow\-mountoptions\fP \fIOPTIONS\fP]
199 .br
200 [\fB\-\-net\-cow\-path\fP \fICHEMIN\fP]
201 .br
202 [\fB\-\-net\-cow\-server\fP \fIIP\fP|\fINOM_D_HÔTE\fP]
203 .br
204 [\fB\-\-net\-tarball\fP true|false]
205 .br
206 [\fB\-\-quiet\fP]
207 .br
208 [\fB\-\-archive\-areas\fP \fIDOMAINE_D'ARCHIVE\fP|\fI"DOMAINES_D'ARCHIVE"\fP]
209 .br
210 [\fB\-\-parent\-archive\-areas\fP
211 \fIDOMAINE_D'ARCHIVE_PARENT\fP|\fI"DOMAINE_D'ARCHIVE_PARENT"\fP]
212 .br
213 [\fB\-\-security\fP true|false]
214 .br
215 [\fB\-\-source\fP true|false]
216 .br
217 [\-s|\fB\-\-source\-images\fP iso|netboot|tar|hdd]
218 .br
219 [\fB\-\-tasksel\fP apt|aptitude|tasksel]
220 .br
221 [\fB\-\-templates\fP \fICHEMIN\fP]
222 .br
223 [\fB\-\-hdd\-size \fP\fIMB\fP]
225 [\fB\-\-uefi\-secure\-boot\fP auto|enable|disable]
224226 .br
225227 [\fB\-\-updates\fP true|false]
226228 .br
227 [\fB\-\-backports\fP true|false]
229 [\fB\-\-utc\-time\fP true|false]
230 .br
231 [\fB\-\-validate\fP]
228232 .br
229233 [\fB\-\-verbose\fP]
230234 .br
231 .\" FIXME
232 [\fB\-\-win32\-loader true|false]\fP
235 [\fB\-\-win32\-loader\fP true|false]
236 .br
237 [\fB\-\-zsync\fP true|false]
233238
234239 .SH DESCRIPTION
235 \fBlb config\fP est une commande de haut\-niveau (porcelaine) de
236 \fIlive\-build\fP(7), la suite d'outils Debian Live.
240 \fBlb config\fP is a high\-level command (porcelain) of \fIlive\-build\fP(7), the
241 Debian Live tool suite.
237242 .PP
238 .\" FIXME
239 \fBlb config\fP rempli le répertoire de configuration pour live\-build. Par
240 défaut, ce répertoire est nomméd 'config' et est crée dans le répertoire
241 courant où \fBlb config\fP a été éxecuté.
243 \fBlb config\fP populates the configuration directory for live\-build. This
244 directory is named 'config' and is created in the current directory where
245 \fBlb config\fP was executed.
242246 .PP
243 .\" FIXME
244 Note : actuellement, \fBlb config\fP essaie d'être malin et paramètre les
245 défauts pour plusieurs des options dépendemment des paramètres d'autres
246 options (ex quel paquet linux doit être utililisé si un système wheezy est
247 construit ou non). Ceci signifie que lorsque vous générez une nouvelle
248 configuration, vous devriez appeler \fBlb config\fP une seule fois avec toutes
249 les options spécifiées. L'appeler une seule fois avec uniquement un
250 sous\-ensemble des options à chaque fois peut résulter dans des
251 configurations non\-fonctionnelles. Ceci est également engendré par le fait
252 que \fBlb config\fP appelé avec une seule option va seulement modifier cette
253 option, et laisser tout le reste en l'état, sauf si ça n'est pas
254 défini. Toutefois, \fBlb config\fP ne préviens pas à propos de combinaisons
255 connues comme étant ou semblant impossibles qui conduiraient à un système
256 live non\-fonctionnel. Si vous n'êtes pas sûr, supprimer
257 config/{binary,bootstrap,chroot,common,source} et rappeler \fBlb config\fP.
247 Note: \fBlb config\fP tries to be smart and sets defaults for some options
248 depending upon the settings of others. However, this only typically happens
249 when no existing saved config exists, because values are only automatically
250 set when not already defined (and running \fBlb config\fP involves loading any
251 existing config). This means that when generating a new configuration, you
252 should typically first ensure that any existing saved config files are
253 removed (by deletion of \fBconfig/{binary,bootstrap,chroot,common,source}\fP),
254 before then calling \fBlb config\fP just once with \fBall\fP necessary options
255 specified. Calling it when an existing saved config exists risks ending up
256 with a non\-working configuration, depending on the options changed, since in
257 doing so other options may end up with different values than they otherwise
258 might have had had automatic setting of them not been blocked by an existing
259 saved value. In some cases invalid combinations will be noticed and reported
260 as an error or warning, but this is not always the case and should not be
261 relied upon.
258262
259263 .SH OPTIONS
260264 En plus de ses options spécifiques \fBlb config\fP fonctionne avec toutes les
261265 options génériques de live\-build. Voir \fIlive\-build\fP(7) pour une liste
262266 complète de toutes les options génériques de live\-build options.
263267 .PP
264 .\" FIXME
265 .IP "\fB\-\-apt\fP apt|aptitude" 4
268 .IP "\fB\-\-apt\fP apt|apt\-get|aptitude" 4
266269 définit si apt\-get ou aptitude est utilisé pour installer des paquets lors
267270 de la construction de l'image. Par défaut : apt.
268271 .IP "\fB\-\-apt\-ftp\-proxy\fP \fIURL\fP" 4
269 paramètre le proxy ftp à être utilisé par apt. Par défaut, cette option est
270 vide. Notez que cette variable est uniquement pour le proxy qui est utilisé
271 par apt à l'intérieur du chroot, il n'est utilisé pour rien d'autre.
272 sets the FTP proxy to be used by apt. By default, this is empty. Note that
273 this variable is only for the proxy that gets used by initial debootstrap,
274 and by apt internally within the chroot. It is not used for anything else.
272275 .IP "\fB\-\-apt\-http\-proxy\fP \fIURL\fP" 4
273 paramètre le proxy http à être utilisé par apt. Par défaut, cette option est
274 vide. Notez que cette variable est uniquement pour le proxy qui est utilisé
275 par apt à l'intérieur du chroot, il n'est utilisé pour rien d'autre.
276 .IP "\fB\-\-apt\-indices\fP true|false|none" 4
277 définit si les images résultantes devraient avoir des indices apt ou non et
278 paramètre true par défaut. Si paramétré à none, aucun indice ne sera inclu.
276 sets the HTTP proxy to be used by apt. By default, this is empty. Note that
277 this variable is only for the proxy that gets used by initial debootstrap,
278 and by apt internally within the chroot. It is not used for anything else.
279 .IP "\fB\-\-apt\-indices\fP true|false" 4
280 defines if the resulting images should have apt indices or not and defaults
281 to true.
279282 .IP "\fB\-\-apt\-options\fP \fIOPTION\fP|\(dq\fIOPTIONS\fP\(dq" 4
280 définit les options par défaut qui seront ajoutées à chaque appel apt qui
281 est fait à l'intérieur du chroot pendant la construction de l'image. Par
282 défaut, ceci est paramétré à \-\-yes pour permettre l'installation
283 non\-interactive de paquets.
284 .IP "\fB\-\-aptitude\-options\fP \fIOPTION\fP|\(dq\fIOPTIONS\fP\(dq" 4
285 définit les options par défaut qui seront ajoutées à chaque appel d'aptitude
286 fait à l'intérieur du chroot pendant la construction de l'image. Par défaut,
287 ceci est paramétré à \-\-assume\-yes pour permettre l'installation
288 non\-interactive de paquets.
283 defines the default options that will be appended to every apt call that is
284 made inside chroot during the building of the image. By default, this is set
285 to '\-\-yes' to allow non\-interactive installation of packages.
289286 .IP "\fB\-\-apt\-pipeline\fP \fIPROFONDEUR\fP" 4
290 paramètre la profondeur du tube (pipeline) apt/aptitude. Dans les cas où le
291 serveur distant n'est pas conforme aux RFC ou est bogué (comme Squid 2.0.2),
292 cette option peut être une valeur de 0 à 5 indiquant combien de requêtes
293 non\-résolue APT devrait envoyer. Une valeur de zéro doit être spécifiée si
294 l'hôte distant s'attarde improprement sur les connexions TCP \- autrement,
295 une corruption des données apparaîtra. Les hôtes qui nécessitent ceci sont
296 en violation de la RFC 2068. Par défaut, live\-build ne paramètre pas cette
297 option.
287 sets the depth of the apt/aptitude pipeline. In cases where the remote
288 server is not RFC conforming or buggy (such as Squid 2.0.2) this option can
289 be a value from 0 to 5 indicating how many outstanding requests apt should
290 send. A value of zero MUST be specified if the remote host does not properly
291 linger on TCP connections \- otherwise data corruption will occur. Hosts
292 which require this are in violation of RFC 2068. By default, live\-build does
293 not set this option.
298294 .IP "\fB\-\-apt\-recommends\fP true|false" 4
299295 définit si apt devrait installer automatiquement les paquets
300296 recommandés. Par défaut : true.
301297 .IP "\fB\-\-apt\-secure\fP true|false" 4
302298 définit si apt devrait vérifier les signatures de dépôt. Par défaut : true.
303299 .IP "\fB\-\-apt\-source\-archives\fP true|false" 4
304 définit si les entrées deb\-src doivent être incluses dans l'image live
305 résultante ou non. Par défaut : true.
306 .IP "\-a|\fB\-\-architectures\fP \fIARCHITECTURE\fP" 4
307 définit l'architecture de l'image devant être construite. Par défaut, ceci
308 est paramètré sur l'architecture hôte. Notez que vous ne pouvez pas
309 crossbuilder pour une autre architecture si votre système hôte n'est pas
310 capable d'exécuter les binaires pour la distribution cible nativement. Par
311 exemple, construire des images amd64 sur un i386 et vice versa est possible
312 si vous avez un processeur i386 compatible 64bits et le bon noyau. Mais
313 construire des images powerpc sur une système i386 n'est pas possible.
314 .IP "\-b|\fB\-\-binary\-images\fP iso|iso\-hybrid|netboot|tar|hdd" 4
315 définit le type d'image à construire. Par défaut, pour les images utilisant
316 syslinux, ceci est paramétré pour iso\-hybrid pour construire des images
317 CD/DVD qui peuvent également être utilisée comme images hdd, pour les images
318 non\-syslinux, le défaut est iso.
319 .IP "\fB\-\-binary\-filesystem\fP fat16|fat32|ext2|ext3|ext4" 4
300 defines if deb\-src entries should be included in the resulting live image's
301 apt sources.list or not, defaults to true.
302 .IP "\fB\-\-aptitude\-options\fP \fIOPTION\fP|\(dq\fIOPTIONS\fP\(dq" 4
303 defines the default options that will be appended to every aptitude call
304 that is made inside chroot during building of the image. By default, this is
305 set to '\-\-assume\-yes' to allow non\-interactive installation of packages.
306 .IP "\fB\-a\fP|\fB\-\-architecture\fP \fIARCHITECTURE\fP" 4
307 defines the architecture of the to be built image. By default, this is set
308 to the host architecture. Note that you cannot crossbuild for another
309 architecture if your host system is not able to execute binaries for the
310 target architecture natively. For example, building amd64 images on i386 and
311 vice versa is possible if you have a 64bit capable i386 processor and the
312 right kernel. But building powerpc images on an i386 system is not possible.
313 .IP "\fB\-\-archive\-areas\fP \fIARCHIVE_AREA\fP|\(dq\fIARCHIVE_AREAS\fP\(dq" 4
314 defines which package archive areas (a comma or space separated list) of a
315 debian package archive should be used for configured debian package
316 mirrors. By default, this is set to main only. Remember to check the
317 licenses of each package with respect to their redistributability in your
318 juristiction when enabling contrib or non\-free with this mechanism.
319 .IP "\fB\-\-backports\fP true|false" 4
320 defines if debian backports package archives should be included in the image
321 or not.
322 .IP "\fB\-\-binary\-filesystem\fP fat16|fat32|ext2|ext3|ext4|ntfs" 4
320323 defines the filesystem to be used in the image type. This only has an effect
321324 if the selected binary image type lets you choose a filesystem. For example,
322 when selection iso the resulting CD/DVD has always the filesystem
323 ISO9660. When building hdd images for usb sticks, this is active. Note that
324 it defaults to fat16 on all architectures except sparc where it defaults to
325 ext4. Also note that if you choose fat16 and your resulting binary image
326 gets bigger than 2GB, the binary filesystem automatically gets switched to
327 fat32.
325 for the ISO image type the resulting CD/DVD always has the filesystem
326 ISO9660. When building HDD images for USB sticks, multiple filesystem
327 formats are supported, thus this becomes applicable to allow selection. Note
328 that it defaults to 'fat32' on all architectures. Also note that if you
329 choose 'fat16' and your resulting binary image gets bigger than 2GB, the
330 binary filesystem automatically gets switched to 'fat32'.
331 .IP "\fB\-b\fP|\fB\-\-binary\-image\fP iso|iso\-hybrid|netboot|tar|hdd" 4
332 defines the image type to build. By default, for images using syslinux, this
333 is set to 'iso\-hybrid' to build CD/DVD images that may also be used like HDD
334 images, for non\-syslinux images, it defaults to 'iso'.
328335 .IP "\fB\-\-bootappend\-install\fP \fIPARAMÈTRE\fP|\(dq\fIPARAMÈTRES\fP\(dq" 4
329336 paramètre les options de démarrage spécifiques à debian\-installer, si inclu.
330337 .IP "\fB\-\-bootappend\-live\fP \fIPARAMÈTRE\fP|\(dq\fIPARAMÈTRES\fP\(dq" 4
335342 sets boot parameters specific to debian\-live failsafe boot entries. A
336343 complete list of boot parameters can be found in the \fIlive\-boot\fP(7) and
337344 \fIlive\-config\fP(7) manual pages.
338 .IP "\fB\-\-bootloaders\fP grub\-legacy|grub\-pc|syslinux|grub\-efi" 4
339 defines which bootloader is being used in the generated image. This has only
340 an effect if the selected binary image type lets you choose the
341 bootloader. For example, if you build a iso, always syslinux (or more
342 precise, isolinux) is being used. Also note that some combinations of binary
343 images types and bootloaders may be possible but live\-build does not support
344 them yet. \fBlb config\fP will fail to create such a not yet supported
345 configuration and give a explanation about it. For hdd images on amd64 and
346 i386, the default is syslinux.
345 .IP "\fB\-\-bootloaders\fP grub\-legacy|grub\-pc|syslinux|grub\-efi|\(dq\fIBOOTLOADERS\fP\(dq" 4
346 defines which bootloaders to use in the generated image. This only has an
347 effect if the selected binary image type lets you choose the bootloader. For
348 example, if you build an ISO then syslinux (or more precise, isolinux) is
349 always used. Also note that not all combinations of binary image types and
350 bootloaders are supported (\fBlb config\fP will fail to create such an
351 unsupported configuration and will give a explanation about it). For HDD
352 images on amd64 and i386, the default is 'syslinux'. This option supports
353 more than one bootloader to be specified (space or comma separated) in order
354 to allow for both BIOS and EFI bootloaders to be included, though note that
355 only one of each type can be used (i.e. do not try to use two BIOS
356 bootloaders).
357 .IP "\fB\-\-bootstrap\-qemu\-arch\fP \fIARCH\fP" 4
358 sets the architecture to use for foreign bootstrap. Defaults to empty.
359 .IP "\fB\-\-bootstrap\-qemu\-exclude\fP \fIPACKAGE\fP|\(dq\fIPACKAGES\fP\(dq" 4
360 sets the packages to exclude during foreign bootstrap. Defaults to empty.
361 .IP "\fB\-\-bootstrap\-qemu\-static\fP \fIPATH\fP" 4
362 sets the static qemu binary for foreign bootstrap. Defaults to empty.
363 .IP \fB\-\-breakpoints\fP 4
364 inserts pauses during the generation of the image, where breakpoints have
365 been placed, if any (development oriented).
366 .IP "\fB\-\-build\-with\-chroot\fP true|false" 4
367 defines whether live\-build should use the tools from within the chroot to
368 build the binary image or not by using and including the host system's
369 tools. This is a very dangerous option, using the tools of the host system
370 can lead to tainted and even non\-bootable images if the host systems version
371 of the required tools (mainly these are the bootloaders such as syslinux and
372 grub, and the auxiliary tools such as dosfstools, xorriso, squashfs\-tools
373 and others) do not \fBexactly\fP match what is present at build\-time in the
374 target distribution. Never disable this option unless you are \fBexactly\fP
375 sure what you are doing and have \fBcompletely\fP understood its consequences.
347376 .IP "\fB\-\-cache\fP true|false" 4
348 définit globalement si un cache devrait être utilisé. Les différents caches
349 peuvent être controlés à travers leurs propres options.
377 defines globally if any cache should be used at all. Different caches can be
378 controlled through their own options.
350379 .IP "\fB\-\-cache\-indices\fP true|false" 4
351 defines if downloaded package indices and lists should be cached which is
380 defines if downloaded package indices and lists should be cached. This is
352381 false by default. Enabling it lets you rebuild an image completely offline,
353382 however, you would not get updates anymore then.
354383 .IP "\fB\-\-cache\-packages\fP true|false" 4
355 définit si les fichiers de paquets téléchargés pourrait être cachés ce qui
356 est vrai (true) par défaut. Le désactiver économise la consomation d'espace
357 dans votre répertoire de construction mais rappelez\-vous que vous créerez
358 beaucoup de traffic non\-nécessaire si vous effectuez une paire de
359 reconstructions. En général, vous devriez toujours le laisser à vrai (true),
360 toutefois, dans certains cas particuliers d'environnement de constructions,
361 il peut être plus rapide de re\-télécharger les paquets depuis le miroir
362 réseau local plutôt que d'utiliser le disque local.
363 .IP "\fB\-\-cache\-stages\fP true|false|\fISTAGE\fP|\(dq\fISTAGES\fP\(dq" 4
364 paramètre quels stages seront mis en cache. Par défaut, le paramètre est sur
365 démarrage (bootstrap). En tant qu'exception au noms de stages normaux,
366 rootfs peut également être utilisé ici ce qui met en cache uniquement le
367 système de fichier racine généré dans filesystem.{dir,ext*,squashfs}. Ceci
368 est utile le dévelopmment si vous désirez reconstruire le stage binaire mais
369 pas régénéré le système de fichier à chaque reprise.
370 .IP "\fB\-\-checksums\fP md5|sha1|sha256|none" 4
371 définit si l'image binaire devrait contenir un fichier appelé md5sums.txt,
372 sha1sums.txt et/ou sha256sums.txt. Ceux\-ci listent tous les fichiers
373 présents dans l'image avec leurs sommes de vérification. Ils pourront alors
374 être utilisés par la vérification d'intégrité inclue dans live\-boot pour
375 vérifier le dispositif si spécifié à l'invite de démarrage. En général, ceci
376 ne devrait pas être faux (false) et est une fonctionnalité important des
377 versions de live system pour le public. Toutefois, pendant le développement
378 de grosses images, ceci peut économiser du temps en ne calculant pas les
379 sommes de vérification.
380 .IP "\fB\-\-compression\fP bzip2|gzip|lzip|none" 4
381 définit le programme de compression à utiliser pour compresser les
382 tarballs. Par défaut : gzip.
383 .IP "\fB\-\-config\fP \fIGIT_URL\fP::\fIGIT_ID\fP" 4
384 bootstrap the config tree from a git repository, optionally appended by a
385 Git Id (branch, commit, tag, etc.).
386 .IP "\fB\-\-build\-with\-chroot\fP true|false" 4
387 définit si live\-build devrait utiliser les outils de l'intérieur du chroot
388 pour construire l'image binaire ou non en utilisant et incluant les outils
389 du système hôte. Ceci est une option très dangereuse, l'utilisation des
390 outils du système hôte peut amener à des images teintées et même à des
391 images non\-démarrables si les versions des outils nécessaires du système
392 hôte (principalement il s'agit des bootloaders comme syslinux et grub, et
393 des outils auxiliaires tels que dosfstools, xorriso, squashfs\-tools et
394 autres) ne correspondent pas \fBexactement\fP à ce qui est présent au moment de
395 la construction dans la distribution cible. Ne jamais désactivée cette
396 option sauf si vous savez \fBexactement\fP ce que vous faites et avez compris
397 \fBcomplètement\fP\fI les conséquences.\fP
384 defines if downloaded packages files should be cached. This is true by
385 default. Disabling it does save space consumption in your build directory,
386 but remember that you will cause much unnecessary traffic if you do a couple
387 of rebuilds. In general you should always leave it true, however, in some
388 particular rare build setups, it can be faster to refetch packages from the
389 network mirror, if using a local one, rather than to utilize the local disk.
390 .IP "\fB\-\-cache\-stages\fP \fISTAGE\fP|\(dq\fISTAGES\fP\(dq" 4
391 sets which stages should be cached (a comma or space separated list). By
392 default this is set to 'bootstrap'. As an exception to the normal stage
393 names, 'rootfs' can also be used here which means only cache the generated
394 root filesystem in filesystem.{dir,ext*,squashfs}. This is useful during
395 development if you want to rebuild the binary stage but not regenerate the
396 root filesystem all the time.
397 .IP "\fB\-\-checksums\fP md5|sha1|sha224|sha256|sha384|sha512|none" 4
398 defines if the binary image should contain a file called XXXsums.txt, where
399 XXX is one of the mentioned checksum types. This file lists all files on the
400 image together with their checksums. This in turn can be used by
401 \fIlive\-boot\fP(7)'s built\-in integrity\-check to verify the medium if specified
402 at boot prompt. In general, this should not be 'none' and is an important
403 feature of live system released to the public. However, during development
404 of very big images it can save some time by not calculating the checksums.
398405 .IP "\fB\-\-chroot\-filesystem\fP ext2|ext3|ext4|squashfs|jffs2|none" 4
399 définit quel type de système de fichier devrait être utilisé pour l'image du
400 système de fichier racine. Si vous utilisez none, alors aucune image de
401 système de fichiers n'est créée et le contenu du système de fichier racine
402 est copiée sur le système de fichiers de l'image binaire en tant que
403 fichiers plats. En fonction de quel système de fichiers binaire vous avez
404 choisi, il pourrait ne pas être possible de construire avec un tel système
405 de fichiers racine plein, exemple : fat16/fat32 ne fonctionneront pas
406 puisque linux ne supporte pas directement de fonctionner dessus.
406 defines which filesystem type should be used for the root filesystem
407 image. If you use none, then no filesystem image is created and the root
408 filesystem content is copied on the binary image filesystem as flat
409 files. Depending on what binary filesystem you have chosen, it may not be
410 possible to build with such a plain root filesystem, e.g. fat16/fat32 will
411 not work as linux does not support running directly on them.
412 .IP "\fB\-\-chroot\-squashfs\-compression\-level\fP LEVEL" 4
413 defines the compression level that is used for the root filesystem image if
414 squashfs is used. Each compression algorithm supports different levels (or
415 none). You can look them up in the \fImksquashfs\fP help. Defaults to the
416 default setting in \fImksquashfs\fP.
417 .IP "\fB\-\-chroot\-squashfs\-compression\-type\fP gzip|lzma|lzo|lz4|xz|zstd" 4
418 defines the compression algorithm that is used for the root filesystem image
419 if squashfs is used. Defaults to xz.
407420 .IP \fB\-\-clean\fP 4
408421 minimise le répertoire de configuration en supprimant automatiquement les
409422 sous\-répertoires non\-utilisés et donc vides.
410 .IP "\-c|\fB\-\-conffile\fP \fIFICHIER\fP" 4
411 l'utilisation d'un fichier de configuration anternatif spécifique pour un
412 utilisateur en addition à celui utilisé normalement dans le répertoire de
413 configuration.
423 .IP \fB\-\-color\fP 4
424 turns on color in the messages.
425 .IP "\fB\-\-compression\fP bzip2|gzip|lzip|xz|none" 4
426 defines the compression program to be used to compress tarballs. Defaults to
427 none.
428 .IP "\fB\-c\fP|\fB\-\-conffile\fP \fIFILE\fP" 4
429 defines a user specified alternative configuration file to use in addition
430 to the normally used one in the config directory.
431 .IP "\fB\-\-config\fP \fIGIT_URL\fP::\fIGIT_BRANCH\fP" 4
432 bootstraps the config tree from a git repository, optionally appended by a
433 Git ID (branch, commit, tag, etc.).
414434 .IP "\fB\-\-debconf\-frontend\fP dialog|editor|noninteractive|readline" 4
415 définit à quelle valeur le frontend debconf devrait être paramétré à
416 l'intérieur du chroot. Notez que le mettre à n'importe lequel sauf
417 noninteractive, qui est le défaut, fait que le processus vous posera des
418 questions pendant la construction.
435 defines what value the debconf frontend should be set to inside the
436 chroot. Note that setting it to anything but 'noninteractive', which is the
437 default, makes your build asking questions during the build.
419438 .IP "\fB\-\-debconf\-priority\fP low|medium|high|critical" 4
420439 définit à quelle valeur la priorité debconf devra être paramétrée dans le
421440 chroot. Par défaut, elle est paramétrée à critical, ce qui signifie que
422441 presque aucune question n'est affichée. Notez que ceci a seulement un effet
423442 si vous utilisez un des frontend debconf n'étant pas noninteractive.
424 .IP "\fB\-\-debian\-installer\fP true|cdrom|netinst|netboot|businesscard|live|false" 4
443 .IP "\fB\-\-debian\-installer\fP cdrom|netinst|netboot|businesscard|live|none" 4
425444 définit quel type, si vous en demandez un, de debian\-installer devrait être
426445 inclu dans l'image binaire résultante. Par défaut, aucun installateur n'est
427446 inclu. Toutes les flavours sauf live sont les configurations identiques
431450 de l'installation du système debian depuis les paquets du média ou du
432451 réseau, il installe le système live sur le disque.
433452 .IP "\fB\-\-debian\-installer\-distribution\fP daily|\fINOM_DE_CODE\fP" 4
434 définit la distribution d'où les fichiers de l'installateur debian devrait
435 être pris. Normallement, ceci devrait être paramétré pour la même
436 distribution que le système live. Ceci dit, parfois, quelqu'un veut utiliser
437 un installateur plus récent ou même une construction du jour.
453 defines the distribution where the debian\-installer files should be taken
454 out from. Normally, this should be set to the same distribution as the live
455 system. However, sometimes, one wants to use a newer or even daily built
456 installer.
457 .IP "\fB\-\-debian\-installer\-gui\fP true|false" 4
458 defines whether the graphical version of the debian\-installer should be
459 provided alongside the text based one. This defaults to true.
438460 .IP "\fB\-\-debian\-installer\-preseedfile\fP \fIFICHIER\fP|\fIURL\fP" 4
439461 paramètre le nom de fichier ou l'URL pour un fichier de pré\-configuration
440462 inclu ou utilisé optionnellement pour l'installateur debian. Si le
441463 config/binary_debian\-installer/preseed.cfg existe, il sera utilisé par
442464 défaut.
443 .IP "\fB\-\-debian\-installer\-gui\fP true|false" 4
444 définit si l'interface graphique GTK de l'installateur\-debian devrait être
445 vraie ou pas. En mode Debian et pour la plupart des versions d'Ubuntu, cette
446 option est vraie, tandis que sinon fausse, par défaut.
447 .IP "\fB\-\-debootstrap\-options\fP \fIOPTIONS\fP" 4
465 .IP "\fB\-\-debootstrap\-options\fP \fIOPTION\fP|\(dq\fIOPTIONS\fP\(dq" 4
448466 passes the given options to debootstrap when setting up the base system.
449467 .IP "\fB\-\-debootstrap\-script\fP \fISCRIPT\fP" 4
450468 tells debootstrap to use an alternate bootstrap script (last parameter to
451469 debootstrap).
452470 .IP \fB\-\-debug\fP 4
453 active les messages d'information de déboguage.
454 .IP "\-d|\fB\-\-distribution\fP \fINOM_DE_CODE\fP" 4
455 définit la distribution du système live résultant.
456 .IP "\-d|\fB\-\-parent\-distribution\fP \fINOM_DE_CODE\fP" 4
457 définit la distribution parente pour les dérivations du système live
458 résultant.
459 .IP "\-d|\fB\-\-parent\-debian\-installer\-distribution\fP \fICODENAME\fP" 4
460 définit la distribution de l'installateur\-debian parent pour les dérivations
461 du système live résultant.
471 turns on debugging informational messages.
472 .IP "\fB\-d\fP|\fB\-\-distribution\fP \fICODENAME\fP" 4
473 defines the distribution of the resulting live system. This currently
474 defaults to 'buster'. The value 'sid' can be used for Debian unstable.
475 .IP "\fB\-\-distribution\-binary\fP \fICODENAME\fP" 4
476 defines the distribution enabled in the resulting live system (defaults to
477 the value set in \fB\-\-distribution\fP)
478 .IP "\fB\-\-distribution\-chroot\fP \fICODENAME\fP" 4
479 defines the distribution used to build the live system (defaults to the
480 value set in \fB\-\-distribution\fP)
481 .IP \fB\-\-dm\-verity\fP 4
482 Enables dm\-verity support for root file system. Only squashfs, ext2, ext3
483 and ext4 are supported. For more information see \fIlive\-boot\fP(7).
484 .IP "\fB\-\-dm\-verity\-fec\fP \fINB_ROOTS\fP" 4
485 Enables forward error correction for dm\-verity. \fINB_ROOTS\fP is the number of
486 error correction roots thas should be used. The value can be between 2 and
487 24. Android uses 2 by default.
488 .IP "\fB\-\-dm\-verity\-sign\fP \fISIGN_SCRIPT\fP" 4
489 Sign root hash of dm\-verity device. Script takes two arguments: the root
490 hash and a file to output the signature to.
462491 .IP \fB\-\-dump\fP 4
463492 prepares a report of the currently present live system configuration and the
464493 version of live\-build used. This is useful to provide if you submit bug
465 reports, we do get all information required for us to locate and replicate
466 an error.
467 .IP "\fB\-\-fdisk\fP fdisk|fdisk.dist" 4
468 sets the filename of the fdisk binary from the host system that should be
469 used. This is autodetected and does generally not need any customization.
494 reports, helping to provide basic useful information required for us to
495 locate and replicate an error.
496 .IP "\fB\-\-firmware\-binary\fP true|false" 4
497 includes firmware packages in debian\-installer. Defaults to true.
498 .IP "\fB\-\-firmware\-chroot\fP true|false" 4
499 includes firmware packages in the live image. Defaults to true. Beware that
500 some firmware packages are non\-free and will only be included if the
501 non\-free archive area is included in \fB\-\-archive\-areas\fP (and
502 \fB\-\-parent\-archive\-areas\fP). This is particularly relevant if you want
503 working wifi for instance.
470504 .IP \fB\-\-force\fP 4
471505 forces re\-execution of already run stages. Use only if you know what you are
472506 doing. It is generally safer to use \fBlb clean\fP to clean up before
473507 re\-executing \fBlb build\fP.
474 .IP "\fB\-\-grub\-splash\fP \fIFILE\fP" 4
475 defines the name of an optional to be included splash screen graphic for the
476 grub bootloader.
477508 .IP "\fB\-\-gzip\-options\fP \fIOPTION\fP|\(dq\fIOPTIONS\fP\(dq" 4
478509 defines the default options that will be appended to (almost) every gzip
479 call during the building of the image. By default, this is set to \-\-best to
480 use highest (but slowest) compression. Dynamically, if the host system
481 supports it, also \-\-rsyncable is added.
482 .IP "\fB\-\-hooks\fP \fIFILE\fP" 4
483 defines which hooks available in /usr/share/live/build/examples/hooks should
484 be activated. Normally, there are no hooks executed. Make sure you know and
485 understood the hook before you enable it.
510 call during the building of the image. By default, this is set to '\-\-best'
511 to use highest (but slowest) compression. Dynamically, if the host system
512 supports it, also '\-\-rsyncable' is added.
513 .IP "\fB\-\-hdd\-label\fP \fILABEL\fP" 4
514 defines the label for the HDD target. Defaults to 'DEBIAN_LIVE'.
515 .IP "\fB\-\-hdd\-partition\-start\fP \fISTART\fP" 4
516 sets the start of the partition for the HDD target for BIOSes that expect a
517 specific boot partition start (e.g. "63s"). If empty, use optimal
518 layout. Defaults to empty.
519 .IP "\fB\-\-hdd\-size\fP \fISIZE\fP" 4
520 defines the size for the HDD target. The unit is MiB. Defaults to 'auto',
521 which generates the smallest possible image.
486522 .IP \fB\-\-ignore\-system\-defaults\fP 4
487523 \fBlb config\fP by default reads system defaults from \fI/etc/live/build.conf\fP
488524 and \fI/etc/live/build/*\fP when generating a new live system config
489525 directory. This is useful if you want to set global settings, such as mirror
490 locations, and don't want to specify them all of the time.
491 .IP "\fB\-\-initramfs\fP auto|none|live\-boot|casper" 4
492 sets the name of package that contains the live system specific initramfs
493 modification. By default, auto is used, which means that at build time of
494 the image rather than on configuration time, the value will be expanded to
495 casper when building ubuntu systems, to live\-boot for all other
496 systems. Using 'none' is useful if the resulting system image should not be
497 a live image (experimental).
526 locations, and don't want to specify them all of the time. This option
527 allows you to ignore such global settings.
528 .IP "\fB\-\-image\-name\fP \fINAME\fP" 4
529 sets the base name of the image. Defaults to live\-image.
530 .IP "\fB\-\-initramfs\fP none|live\-boot" 4
531 sets the name of the package that contains the live system specific
532 initramfs modification and defaults to live\-boot. Using 'none' is useful if
533 the resulting system image should not be a live image (experimental).
498534 .IP "\fB\-\-initramfs\-compression\fP bzip2|gzip|lzma]"
499535 defines the compression program to be used to compress the
500 initramfs. Defaults to gzip.
501 .IP "\fB\-\-interactive\fP shell" 4
536 initramfs. Defaults to 'gzip'.
537 .IP "\fB\-\-initsystem\fP sysvinit|systemd|none]"
538 defines the init system. Defaults to 'systemd'.
539 .IP "\fB\-\-interactive\fP true|shell|x11|xnest|false" 4
502540 defines if after the chroot stage and before the beginning of the binary
503 stage, a interactive shell login should be spawned in the chroot in order to
504 allow you to do manual customizations. Once you close the shell with logout
505 or exit, the build will continue as usual. Note that it's strongly
506 discouraged to use this for anything else than testing. Modifications that
507 should be present in all builds of a live system should be properly made
508 through hooks. Everything else destroys the beauty of being able to
509 completely automatise the build process and making it non interactive. By
510 default, this is of course false.
511 .IP "\fB\-\-isohybrid\-options\fP \fIOPTION\fP|\(dq\fIOPTIONS\fP\(dq" 4
512 defines options to pass to isohybrid.
541 stage, an interactive shell login should be spawned in the chroot in order
542 to allow you to do manual customizations, or as an alternative to 'true' and
543 \&'false' a specific shell to use (note that 'true' corresponds to a value of
544 \&'shell'). Once you close the shell with logout or exit, the build will
545 continue as usual. Note that it's strongly discouraged to use this for
546 anything else than testing. Modifications that should be present in all
547 builds of a live system should be properly made through hooks. Everything
548 else destroys the beauty of being able to completely automate the build
549 process and making it non\-interactive. By default, this is of course
550 \&'false'.
513551 .IP "\fB\-\-iso\-application\fP \fINAME\fP" 4
514552 sets the APPLICATION field in the header of a resulting CD/DVD image and
515 defaults to "Debian Live" in debian mode, and "Ubuntu Live" in ubuntu mode.
553 defaults to "Debian Live".
516554 .IP "\fB\-\-iso\-preparer\fP \fINAME\fP" 4
517555 sets the PREPARER field in the header of a resulting CD/DVD image. By
518556 default this is set to "live\-build \fIVERSION\fP;
519 http://debian\-live.alioth.debian.org/live\-build", where VERSION is expanded
520 to the version of live\-build that was used to build the image.
557 https://salsa.debian.org/live\-team/live\-build", where VERSION is expanded to
558 the version of live\-build that was used to build the image.
521559 .IP "\fB\-\-iso\-publisher\fP \fINAME\fP" 4
522560 sets the PUBLISHED field in the header of a resulting CD/DVD image. By
523 default, this is set to 'Debian Live project; http:/live\-systems.org/;
524 debian\[email protected]'. Remember to change this to the appropriate
525 values at latest when you distributing custom and unofficial images.
561 default, this is set to 'Debian Live project;
562 https://wiki.debian.org/DebianLive; debian\[email protected]'. Remember
563 to change this to the appropriate value when distributing custom and
564 unofficial images.
526565 .IP "\fB\-\-iso\-volume\fP \fINAME\fP" 4
527566 sets the VOLUME field in the header of a resulting CD/DVD and defaults to
528 \&'(\fIMODE\fP) (\fIDISTRIBUTION\fP) (\fIDATE\fP)' whereas MODE is expanded to the name
529 of the mode in use, DISTRIBUTION the distribution name, and DATE with the
530 current date and time of the generation.
567 \&'Debian (\fIDISTRIBUTION\fP) (\fIDATE\fP)' where DISTRIBUTION is replaced with the
568 distribution name, and DATE with the current date and time of the
569 generation.
531570 .IP "\fB\-\-jffs2\-eraseblock\fP \fISIZE\fP" 4
532571 sets the eraseblock size for a JFFS2 (Second Journaling Flash File System)
533572 filesystem. The default is 64 KiB. If you use an erase block size different
534573 than the erase block size of the target MTD device, JFFS2 may not perform
535574 optimally. If the SIZE specified is below 4096, the units are assumed to be
536575 KiB.
537 .IP "\fB\-\-keyring\-packages\fP \fIPACKAGE|\(dqPACKAGES\fP\(dq" 4
538 sets the keyring package or additional keyring packages. By default this is
539 set to debian\-archive\-keyring.
540 .IP "\-k|\fB\-\-linux\-flavours\fP \fIFLAVOUR\fP|\(dq\fIFLAVOURS\fP\(dq" 4
541 sets the kernel flavours to be installed. Note that in case you specify more
542 than that the first will be configured the default kernel that gets booted.
543 .IP "\fB\-\-linux\-packages\fP \(dq\fIPACKAGES\fP\(dq" 4
544 sets the internal name of the kernel packages naming scheme. If you use
545 debian kernel packages, you will not have to adjust it. If you decide to use
546 custom kernel packages that do not follow the debian naming scheme, remember
547 to set this option to the stub of the packages only (for debian this is
548 linux\-image\-2.6), so that \fISTUB\fP\-\fIFLAVOUR\fP results in a valid package name
549 (for debian e.g. linux\-image\-686\-pae). Preferably you use the meta package
550 name, if any, for the stub, so that your configuration is ABI
551 independent. Also don't forget that you have to include stubs of the binary
552 modules packages for unionfs or aufs, and squashfs if you built them
553 out\-of\-tree.
554 .IP "\fB\-\-losetup\fP losetup|losetup.orig" 4
555 sets the filename of the losetup binary from the host system that should be
556 used. This is autodetected and does generally not need any customization.
576 .IP "\fB\-\-keyring\-packages\fP \fIPACKAGE\fP|\(dq\fIPACKAGES\fP\(dq" 4
577 sets the keyring package or additional keyring packages (a space separated
578 list). By default this is set to 'debian\-archive\-keyring'.
579 .IP "\fB\-k\fP|\fB\-\-linux\-flavours\fP \fIFLAVOUR\fP|\(dq\fIFLAVOURS\fP\(dq" 4
580 sets the kernel flavours to be installed (a space separated list). Note that
581 in case you specify more than one the first will be configured as the
582 default kernel that gets booted. Optionally you can use an architecture
583 qualifier, e.g. amd64:amd64. Given an i386 system you can enable amd64
584 foreign architecture thanks to the commands: "dpkg \-\-add\-architecture amd64
585 ; apt\-get update". This enables you to use "686 amd64:amd64" as a linux
586 flavour. The amd64 kernel will be installed alongside the i386's 686 kernel.
587 .IP "\fB\-\-linux\-packages\fP \fIPACKAGE\fP|\(dq\fIPACKAGES\fP\(dq" 4
588 defines a space separated list of partial kernel package names. For each
589 name given and for each flavour in \fBLB_LINUX_FLAVOURS_WITH_ARCH\fP
590 (\fB\-\-linux\-flavours\fP), '\-FLAVOUR' will be appended to the name to get the
591 names of kernel packages to be included. By default this is
592 \&'linux\-image'. So for instance if this is set to "linux\-image linux\-headers"
593 and \fBLB_LINUX_FLAVOURS_WITH_ARCH\fP is "i386 amd64:amd64" then you will get
594 the four packages "linux\-image\-i386", "linux\-image\-amd64:amd64",
595 "linux\-headers\-i386" and "linux\-headers\-amd64:amd64". You can specify "none"
596 to disable the kernel installation step.
597 .IP "\fB\-\-loadlin\fP true|false" 4
598 sets loadlin. Defaults to false, except when the debian\-installer is
599 included for x86_64 or i386.
557600 .IP "\fB\-\-memtest\fP memtest86+|memtest86|none" 4
558601 defines if memtest, memtest86+ or no memory tester at all should be included
559 as secondary bootloader configuration. This is only available on amd64 and
602 (available as a bootloader menu entry). This is only available on amd64 and
560603 i386 and defaults to memtest86+.
561 .IP "\-m|\fB\-\-parent\-mirror\-bootstrap\fP \fIURL\fP" 4
562 sets the location of the debian package mirror that should be used to
563 bootstrap from. This defaults to http://ftp.de.debian.org/debian/ which may
564 not be a good default if you live outside of Europe.
565 .IP "\fB\-\-parent\-mirror\-chroot\fP \fIURL\fP" 4
566 sets the location of the debian package mirror that will be used to fetch
567 the packages in order to build the live system. By default, this is set to
568 the value of \-\-parent\-mirror\-bootstrap.
569 .IP "\fB\-\-parent\-mirror\-chroot\-security\fP \fIURL\fP" 4
570 sets the location of the debian security package mirror that will be used to
571 fetch the packages in order to build the live system. By default, this
572 points to http://security.debian.org/debian/.
573 .IP "\fB\-\-parent\-mirror\-chroot\-updates\fP \fIURL\fP" 4
574 sets the location of the debian updates package mirror that will be used to
575 fetch packages in order to build the live system. By default, this is set to
576 the value of \-\-parent\-mirror\-chroot.
577 .IP "\fB\-\-parent\-mirror\-chroot\-backports\fP \fIURL\fP" 4
578 sets the location of the debian backports package mirror that will be used
579 to fetch packages in order to build the live system. By default, this points
580 to http://backports.debian.org/debian\-backports/.
581 .IP "\fB\-\-parent\-mirror\-binary\fP \fIURL\fP" 4
582 sets the location of the debian package mirror that should end up configured
583 in the final image and which is the one a user would see and use. This has
584 not necessarily to be the same that is used to build the image, e.g. if you
585 use a local mirror but want to have an official mirror in the image. By
586 default, 'http://httpredir.debian.org/debian/' is used.
587 .IP "\fB\-\-parent\-mirror\-binary\-security\fP \fIURL\fP" 4
588 sets the location of the debian security package mirror that should end up
589 configured in the final image. By default, 'http://security.debian.org/' is
590 used.
591 .IP "\fB\-\-parent\-mirror\-binary\-updates\fP \fIURL\fP" 4
592 sets the location of the debian updates package mirror that should end up
593 configured in the final image. By default, the value of
594 \-\-parent\-mirror\-binary is used.
595 .IP "\fB\-\-parent\-mirror\-binary\-backports\fP \fIURL\fP" 4
596 sets the location of the debian backports package mirror that should end up
597 configured in the final image. By default,
598 \&'http://backports.debian.org/debian\-backports/' is used.
599 .IP "\fB\-\-parent\-mirror\-debian\-installer\fP \fIURL\fP" 4
600 sets the location of the mirror that will be used to fetch the debian
601 installer images. By default, this points to the same mirror used to build
602 the live system, i.e. the value of \-\-parent\-mirror\-bootstrap.
603 .IP "\fB\-\-mirror\-bootstrap\fP \fIURL\fP" 4
604 sets the location of the debian package mirror that should be used to
605 bootstrap the derivative from. This defaults to
606 http://ftp.de.debian.org/debian/ which may not be a good default if you live
607 outside of Europe.
608 .IP "\fB\-\-mirror\-chroot\fP \fIURL\fP" 4
609 sets the location of the debian package mirror that will be used to fetch
610 the packages of the derivative in order to build the live system. By
611 default, this is set to the value of \-\-mirror\-bootstrap.
612 .IP "\fB\-\-mirror\-chroot\-security\fP \fIURL\fP" 4
613 sets the location of the debian security package mirror that will be used to
614 fetch the packages of the derivative in order to build the live system. By
615 default, this points to http://security.debian.org/debian/.
616 .IP "\fB\-\-mirror\-chroot\-updates\fP \fIURL\fP" 4
617 sets the location of the debian updates package mirror that will be used to
618 fetch packages of the derivative in order to build the live system. By
619 default, this is set to the value of \-\-mirror\-chroot.
620 .IP "\fB\-\-mirror\-chroot\-backports\fP \fIURL\fP" 4
621 sets the location of the debian backports package mirror that will be used
622 to fetch packages of the derivative in order to build the live system. By
623 default, this points to http://backports.debian.org/debian\-backports/.
624604 .IP "\fB\-\-mirror\-binary\fP \fIURL\fP" 4
625605 sets the location of the derivative package mirror that should end up
626606 configured in the final image and which is the one a user would see and
627607 use. This has not necessarily to be the same that is used to build the
628608 image, e.g. if you use a local mirror but want to have an official mirror in
629 the image.
609 the image. This defaults to 'http://deb.debian.org/debian/'.
630610 .IP "\fB\-\-mirror\-binary\-security\fP \fIURL\fP" 4
631611 sets the location of the derivatives security package mirror that should end
632 up configured in the final image.
633 .IP "\fB\-\-mirror\-binary\-updates\fP \fIURL\fP" 4
634 sets the location of the derivatives updates package mirror that should end
635 up configured in the final image.
636 .IP "\fB\-\-mirror\-binary\-backports\fP \fIURL\fP" 4
637 sets the location of the derivatives backports package mirror that should
638 end up configured in the final image.
612 up configured in the final image. This defaults to
613 \&'http://security.debian.org/'.
614 .IP "\fB\-\-mirror\-bootstrap\fP \fIURL\fP" 4
615 sets the location of the debian package mirror that should be used to
616 bootstrap the derivative from. This defaults to
617 \&'http://deb.debian.org/debian/'.
618 .IP "\fB\-\-mirror\-chroot\fP \fIURL\fP" 4
619 sets the location of the debian package mirror that will be used to fetch
620 the packages of the derivative in order to build the live system. By
621 default, this is set to the value of \fB\-\-mirror\-bootstrap\fP.
622 .IP "\fB\-\-mirror\-chroot\-security\fP \fIURL\fP" 4
623 sets the location of the debian security package mirror that will be used to
624 fetch the packages of the derivative in order to build the live system. By
625 default, this points to 'http://security.debian.org/'.
639626 .IP "\fB\-\-mirror\-debian\-installer\fP \fIURL\fP" 4
640627 sets the location of the mirror that will be used to fetch the debian
641628 installer images of the derivative. By default, this points to the same
642 mirror used to build the live system, i.e. the value of \-\-mirror\-bootstrap.
643 .IP "\fB\-\-mode\fP debian|progress|ubuntu" 4
629 mirror used to build the live system, i.e. the value of \fB\-\-mirror\-chroot\fP.
630 .IP "\fB\-\-mode\fP debian" 4
644631 defines a global mode to load project specific defaults. By default this is
645632 set to debian.
646 .IP "\fB\-\-system\fP live|normal" 4
647 defines if the resulting system image should a live system or a normal,
648 non\-live system.
649 .IP "\fB\-\-net\-root\-filesystem\fP nfs|cfs" 4
650 defines the filesystem that will be configured in the bootloader
651 configuration for your netboot image. This defaults to nfs.
652 .IP "\fB\-\-net\-root\-mountoptions\fP \fIOPTIONS\fP" 4
653 sets additional options for mounting the root filesystem in netboot images
654 and is by default empty.
655 .IP "\fB\-\-net\-root\-path\fP \fIPATH\fP" 4
656 sets the file path that will be configured in the bootloader configuration
657 for your netboot image. This defaults to /srv/debian\-live in debian mode,
658 and /srv/ubuntu\-live when in ubuntu mode.
659 .IP "\fB\-\-net\-root\-server\fP \fIIP\fP|\fIHOSTNAME\fP" 4
660 sets the IP or hostname that will be configured in the bootloader
661 configuration for the root filesystem of your netboot image. This defaults
662 to 192.168.1.1.
663 .IP "\fB\-\-net\-cow\-filesystem\fP nfs|cfs" 4
664 defines the filesystem type for the copy\-on\-write layer and defaults to nfs.
665 .IP "\fB\-\-net\-cow\-mountoptions\fP \fIOPTIONS\fP" 4
666 sets additional options for mounting the copy\-on\-write layer in netboot
667 images and is by default empty.
668 .IP "\fB\-\-net\-cow\-path\fP \fIPATH\fP" 4
669 defines the path to client writable filesystem. Anywhere that
670 \fIclient_mac_address\fP is specified in the path live\-boot will substitute the
671 MAC address of the client delimited with hyphens.
672 .PP
673 .IP "" 4
674 Example:
675 .br
676 /export/hosts/client_mac_address
677 .br
678 /export/hosts/00\-16\-D3\-33\-92\-E8
679 .IP "\fB\-\-net\-cow\-server\fP \fIIP\fP|\fIHOSTNAME\fP" 4
680 sets the IP or hostname that will be configured in the bootloader
681 configuration for the copy\-on\-write filesystem of your netboot image and is
682 by default empty.
683633 .IP "\fB\-\-net\-tarball\fP true|false" 4
684 defines if a compressed tarball should be created. Disabling this options
685 leads to no tarball at all, the plain binary directory is considered the
686 output in this case. Default is true.
634 defines if a compressed tarball should be created. If disabled, the plain
635 binary directory is considered the output. Default is true.
636 .IP \fB\-\-no\-color\fP 4
637 turns off color in the messages.
638 .IP "\fB\-\-onie\fP true|false" 4
639 defines if an ONIE.bin image is generated. ONIE binaries can be loaded by
640 supported systems, and will in turn boot the live image. Note that ISO or
641 hybrid\-iso are the only formats supported. For more information visit
642 <\fIhttp://onie.org/\fP>. Default is false.
643 .IP "\fB\-\-onie\-kernel\-cmdline\fP \fIOPTION\fP|\(dq\fIOPTIONS\fP\(dq" 4
644 defines additional kernel command line options that the ONIE system will use
645 when booting the image. Default is empty string.
646 .IP "\fB\-\-parent\-archive\-areas\fP \fIARCHIVE_AREA\fP|\(dq\fIARCHIVE_AREAS\fP\(dq" 4
647 defines the archive areas for derivatives of the resulting live system (a
648 comma or space separated list).
649 .IP "\fB\-\-parent\-debian\-installer\-distribution\fP daily|\fICODENAME\fP" 4
650 définit la distribution de l'installateur\-debian parent pour les dérivations
651 du système live résultant.
652 .IP "\fB\-\-parent\-distribution\fP \fICODENAME\fP" 4
653 définit la distribution parente pour les dérivations du système live
654 résultant.
655 .IP "\fB\-\-parent\-distribution\-binary\fP \fICODENAME\fP" 4
656 defines the derivative's parent distribution enabled in the resulting live
657 system.
658 .IP "\fB\-\-parent\-distribution\-chroot\fP \fICODENAME\fP" 4
659 defines the derivative's parent distribution used to build the live system.
660 .IP "\fB\-\-parent\-mirror\-binary\fP \fIURL\fP" 4
661 sets the location of the debian package mirror that should end up configured
662 in the final image and which is the one a user would see and use. This has
663 not necessarily to be the same that is used to build the image, e.g. if you
664 use a local mirror but want to have an official mirror in the image. This
665 defaults to the value of \fB\-\-mirror\-binary\fP.
666 .IP "\fB\-\-parent\-mirror\-binary\-security\fP \fIURL\fP" 4
667 sets the location of the debian security package mirror that should end up
668 configured in the final image. This defaults to the value of
669 \fB\-\-mirror\-binary\-security\fP.
670 .IP "\-m|\fB\-\-parent\-mirror\-bootstrap\fP \fIURL\fP" 4
671 sets the location of the debian package mirror that should be used to
672 bootstrap from. This defaults to the value of \fB\-\-mirror\-bootstrap\fP.
673 .IP "\fB\-\-parent\-mirror\-chroot\fP \fIURL\fP" 4
674 sets the location of the debian package mirror that will be used to fetch
675 the packages in order to build the live system. This defaults to the value
676 of \fB\-\-parent\-mirror\-bootstrap\fP.
677 .IP "\fB\-\-parent\-mirror\-chroot\-security\fP \fIURL\fP" 4
678 sets the location of the debian security package mirror that will be used to
679 fetch the packages in order to build the live system. This defaults to the
680 value of \fB\-\-mirror\-chroot\-security\fP.
681 .IP "\fB\-\-parent\-mirror\-debian\-installer\fP \fIURL\fP" 4
682 sets the location of the mirror that will be used to fetch the debian
683 installer images. This defaults to the value of \fB\-\-parent\-mirror\-chroot\fP.
687684 .IP \fB\-\-quiet\fP 4
688685 reduces the verbosity of messages output by \fBlb build\fP.
689 .IP "\fB\-\-archive\-areas\fP \fIARCHIVE_AREA\fP|\(dq\fIARCHIVE_AREAS\fP\(dq" 4
690 defines which package archive areas of a debian packages archive should be
691 used for configured debian package mirrors. By default, this is set to
692 main. Remember to check the licenses of each packages with respect to their
693 redistributability in your juristiction when enabling contrib or non\-free
694 with this mechanism.
695 .IP "\fB\-\-parent\-archive\-areas\fP \fIPARENT_ARCHIVE_AREA\fP|\(dq\fIPARENT_ARCHIVE_AREAS\fP\(dq" 4
696 defines the archive areas for derivatives of the resulting live system.
697686 .IP "\fB\-\-security\fP true|false" 4
698687 defines if the security repositories specified in the security mirror
699688 options should be used or not.
700689 .IP "\fB\-\-source\fP true|false" 4
701690 defines if a corresponding source image to the binary image should be
702 build. By default this is false because most people do not require this and
703 would require to download quite a few source packages. However, once you
704 start distributing your live image, you should make sure you build it with a
705 source image alongside.
706 .IP "\-s|\fB\-\-source\-images\fP iso|netboot|tar|hdd" 4
707 defines the image type for the source image. Default is tar.
708 .IP "\fB\-\-firmware\-binary\fP true|false" 4
709 defines if firmware packages should be automatically included into the
710 binary pool for debian\-installer. Note that only firmware packages available
711 within the configured archive areas are included, e.g. an image with
712 packages from main only will not automatically include firmware from
713 non\-free. This option does not interfere with explicitly listed packages in
714 binary package lists.
715 .IP "\fB\-\-firmware\-chroot\fP true|false" 4
716 defines if firmware packages should be automatically included into the live
717 image. Note that only firmware packages available within the configured
718 archive areas are included, e.g. an image with packages from main only will
719 not automatically include firmware from non\-free. This option does not
720 interfere with explicitly listed packages in chroot package lists.
691 built. By default this is false because most people do not require this and
692 it involves downloading quite a few source packages. However, if you
693 distribute your live image to others, you should make sure you build it with
694 a source image alongside to help enable you to comply with licensing terms.
695 .IP "\fB\-s\fP|\fB\-\-source\-images\fP iso|netboot|tar|hdd" 4
696 defines the image type for the source image. Default is tar. More than one
697 can be specified (a comma or space separated list).
721698 .IP "\fB\-\-swap\-file\-path\fP \fIPATH\fP" 4
722699 defines the path to a swap file to create in the binary image. Default is
723700 not to create a swap file.
724701 .IP "\fB\-\-swap\-file\-size\fP \fIMB\fP" 4
725702 defines what size in megabytes the swap file should be, if one is to be
726703 created. Default is 512MB.
727 .IP "\fB\-\-tasksel\fP apt|aptitude|tasksel" 4
728 selects which program is used to install tasks. By default, this is set to
729 tasksel.
730 .IP "\fB\-\-templates\fP \fIPATH\fP" 4
731 sets the path to the templates that live\-build is going to use, e.g. for
732 bootloaders. By default, this is set to /usr/share/live/build/templates/.
733 .IP "\fB\-\-hdd\-size\fP MB" 4
734 defines what size the hdd image should be. Note that although the default is
735 set to 10000 (= 10GB), it will not need 10GB space on your harddisk as the
736 files are created as sparse files.
704 .IP "\fB\-\-system\fP live|normal" 4
705 defines if the resulting system image should be a live system or a normal,
706 non\-live system. Defaults to live.
707 .IP "\fB\-\-uefi\-secure\-boot\fP auto|enable|disable" 4
708 enables or disables Secure Boot support when using grub\-efi, by installing
709 signed shim and grub\-efi packages. By default, this is set to auto, which
710 means if the packages are available they will be installed, but if not only
711 a warning will be printed and the normal non\-signed grub\-efi will be used.
737712 .IP "\fB\-\-updates\fP true|false" 4
738713 defines if debian updates package archives should be included in the image
739714 or not.
740 .IP "\fB\-\-backports\fP true|false" 4
741 defines if debian backports package archives should be included in the image
742 or not.
715 .IP "\fB\-\-utc\-time\fP true|false" 4
716 defines if timestamps should be UTC. Default is false, unless
717 SOURCE_DATE_EPOCH is set. Note, this does not affect the build log which
718 remains local time.
719 .IP \fB\-\-validate\fP 4
720 requests that the config be validated only, not changed, thus after the
721 validation check the script ends rather than writing an updated
722 config. Please note that at the time of writing, many options do not have
723 corresponding validation checks.
743724 .IP \fB\-\-verbose\fP 4
744725 increases the verbosity of messages output by \fBlb build\fP.
745 .IP "\fB\-\-win32\-loader true|false\fP" 4
746 .\" FIXME
726 .IP "\fB\-\-win32\-loader\fP true|false" 4
747727 defines if win32\-loader should be included in the binary image or not.
728 .IP "\fB\-\-zsync\fP true|false" 4
729 defines whether a file for distributing the image in \fIzsync\fP(1) format will
730 be generated. Defaults to true.
748731
749732 .SH ENVIRONMENT
750 .\" FIXME
751733 Currently, command line switches can also be specified through the
752734 corresponding environment variable. However, this generally should not be
753735 relied upon, as it is an implementation detail that is subject to change in
754736 future releases. For options applying directly to live\-build, environment
755737 variables are named LB_FOO, meaning, e.g. \fB\-\-apt\-ftp\-proxy\fP becomes
756 LB_APT_FTP_PROXY (the exception being internal options such as
738 \fBLB_APT_FTP_PROXY\fP (the exception being internal options such as
757739 \fB\-\-debug\fP). For options passed to another program, as in APT_OPTIONS or
758740 GZIP_OPTIONS, no LB_ prefix is used.
759741
760
761 .\" FIXME
762742 .SH FICHIERS
763 .\" FIXME
764743 .IP \fBauto/config\fP 4
765744 .IP "\fB/etc/live/build.conf, /etc/live/build/*\fP" 4
766 .\" FIXME
767745 An optional, global configuration file for \fBlb config\fP variables. It is
768746 useful to specify a few system wide defaults, like
769 LB_PARENT_MIRROR_BOOTSTRAP. This feature can be false by specifying the
747 \fBLB_PARENT_MIRROR_BOOTSTRAP\fP. This feature can be disabled by using the
770748 \fB\-\-ignore\-system\-defaults\fP option.
771749
772750 .SH "VOIR AUSSI"
780758
781759 .SH "PAGE D'ACCUEIL"
782760 More information about live\-build and the Debian Live project can be found
783 on the homepage at <\fIhttps://debian\-live.alioth.debian.org/\fP>.
761 on the homepage at <\fIhttps://wiki.debian.org/DebianLive\fP>.
784762
785763 .SH BOGUES
786 Les bogues peuvent être signalés en soumettant un rapport de bogue pour le
787 paquet live\-build dans le BTS à <\fIhttp://bugs.debian.org/\fP> ou par
788 l'écriture d'un courriel à la liste de diffusion Debian Live à
764 Bugs can be reported by submitting a bug report for the live\-build package
765 in the Bug Tracking System at <\fIhttp://bugs.debian.org/\fP> or by
766 writing a mail to the Debian Live mailing list at
789767 <\fIdebian\[email protected]\fP>.
790768
791769 .SH AUTEUR
792 live\-images a été écrit par Daniel Baumann
793 <\fImail@daniel\-baumann.ch\fP>.
770 live\-build was originally written by Daniel Baumann
771 <\fImail@daniel\-baumann.ch\fP>. Since 2016 development has been
772 continued by the Debian Live team.
22 .\" This file was generated with po4a. Translate the source file.
33 .\"
44 .\"*******************************************************************
5 .TH LIVE\-BUILD 1 2017\-08\-29 1:20170807kali1 "Projet Debian Live"
5 .TH LIVE\-BUILD 1 2021\-09\-02 1:20210902 "Debian Live Project"
66
77 .SH NOM
88 \fBlb_source\fP \- Complete the source stage
99
1010 .SH SYNOPSIS
11 \fBlb source\fP [\fIlive\-build options\fP]
11 \fBlb source\fP [\fIOPTIONS\fP]
1212
1313 .SH DESCRIPTION
14 \fBlb source\fP est une commande de haut\-niveau (porcelaine) de
15 \fIlive\-build\fP(7), la suite d'outils de live\-systems.
14 \fBlb source\fP is a high\-level command (porcelain) of \fIlive\-build\fP(7), the
15 Debian Live tool suite.
1616 .PP
1717 \fBlb source\fP appelle tous les programmes live\-build nécessaires dans le bon
1818 ordre pour complèter le stage de source.
3232
3333 .SH "PAGE D'ACCUEIL"
3434 More information about live\-build and the Debian Live project can be found
35 on the homepage at <\fIhttps://debian\-live.alioth.debian.org/\fP>.
35 on the homepage at <\fIhttps://wiki.debian.org/DebianLive\fP>.
3636
3737 .SH BOGUES
38 Les bogues peuvent être signalés en soumettant un rapport de bogue pour le
39 paquet live\-build dans le BTS à <\fIhttp://bugs.debian.org/\fP> ou par
40 l'écriture d'un courriel à la liste de diffusion Debian Live à
38 Bugs can be reported by submitting a bug report for the live\-build package
39 in the Bug Tracking System at <\fIhttp://bugs.debian.org/\fP> or by
40 writing a mail to the Debian Live mailing list at
4141 <\fIdebian\[email protected]\fP>.
4242
4343 .SH AUTEUR
44 live\-images a été écrit par Daniel Baumann
45 <\fImail@daniel\-baumann.ch\fP>.
44 live\-build was originally written by Daniel Baumann
45 <\fImail@daniel\-baumann.ch\fP>. Since 2016 development has been
46 continued by the Debian Live team.
22 .\" This file was generated with po4a. Translate the source file.
33 .\"
44 .\"*******************************************************************
5 .TH LIVE\-BUILD 7 2017\-08\-29 1:20170807kali1 "Projet Debian Live"
5 .TH LIVE\-BUILD 7 2021\-09\-02 1:20210902 "Debian Live Project"
66
77 .SH NOM
8 \fBlive\-build\fP \- la suite d'outils Debian Live
8 \fBlive\-build\fP \- the Debian Live tool suite
99
1010 .SH SYNOPSIS
11 .\" FIXME
12 .\" FIXME
13 \fBlb \fP\fICOMMAND\fP [\fB\-h|\-\-help\fP] [\fB\-u|\-\-usage\fP] [\fB\-v|\-\-version\fP]
14 [\fB\-\-breakpoints\fP] [\fB\-\-conffile\fP] [\fB\-\-debug\fP] [\fB\-\-force\fP] [\fB\-\-quiet\fP]
15 [\fB\-\-verbose\fP]
11 \fBlb\fP {\fB\-h\fP|\fB\-\-help\fP|\fB\-u\fP|\fB\-\-usage\fP|\fB\-v\fP|\fB\-\-version\fP}
12 .PP
13 \fBlb\fP \fICOMMAND\fP [\fIOPTIONS\fP]
1614
1715 .SH DESCRIPTION
18 .\" FIXME
1916 live\-build est un ensemble de scripts pour construire des images de système
2017 live. L'idée derrière live\-build est une suite d'outils qui utilise un
2118 répertoire de configuration pour automatiser complètement et personnaliser
2320 .PP
2421 La \fICOMMANDE\fP est un nom d'une commande live\-build (voir ci\-dessous).
2522 .PP
26 .\" FIXME
2723 More documentation about how to use live\-build is available in the
2824 individual manpages for each helper and in the manual at
29 <\fIhttps://debian\-live.alioth.debian.org/manual/\fP>.
25 <\fIhttps://live\-team.pages.debian.net/live\-manual/\fP>.
3026
3127 .SH OPTIONS
32 .\" FIXME
3328 .SS "Options live\-build partagées"
3429 Les options en ligne de commande suivantes sont supportées par l'ensemble
3530 des programmes live\-build.
4540 une explication complète de ce que chaque option fait.
4641 .IP \fB\-\-breakpoints\fP 4
4742 lance avec des points d'arrêt (breakpoints).
48 .IP \fB\-\-conffile\fP 4
49 utilise un fichier de configuration personnalisé.
43 .IP \fB\-\-color\fP 4
44 enable color use in messages.
5045 .IP \fB\-\-debug\fP 4
5146 affiche des informations de déboguage.
5247 .IP \fB\-\-force\fP 4
5348 force l'exécution d'un assistant, même si le fichier de stage existe.
49 .IP \fB\-\-no\-color\fP 4
50 disable color use in messages.
5451 .IP \fB\-\-quiet\fP 4
5552 soit discret.
5653 .IP \fB\-\-verbose\fP 4
57 .\" FIXME
5854 soit verbeux.
5955
6056 .SH "COMMANDES LIVE\-BUILD"
61 .\" FIXME
62 Nous divisons live\-build entre des commandes de haut\-niveau ("porcelaine")
63 et de bas\-niveau ("plomberie").
64 .PP
65 .\" FIXME
57 We divide live\-build into high level ("porcelain") commands, secondary major
58 build stage ("porcelain") commands, and low level ("plumbing") commands.
59 .PP
6660 Voici une liste complète de toutes les commandes live\-build
6761 disponibles. Consultez leurs pages de manuel pour obtenir de la
6862 documentation additionnelle.
6963
7064 .SH "COMMANDES HAUT\-NIVEAU (PORCELAINE)"
71 .\" FIXME
7265 Nous séparons les commandes porcelaine en commandes principales et en
7366 utilitaires utilisateur auxiliaires.
7467 .SS "Commandes porcelaine principales"
7568 .IP "\fBlb config\fP(1)" 4
7669 creates configuration for live\-build
70 .IP "\fBlb build\fP(1)" 4
71 executes the build process (by executing all of the secondary level major
72 build stages in sequence)
73 .IP "\fBlb clean\fP(1)" 4
74 cleans up system build directories
75 .SS "Commandes auxiliaires"
76 .IP \fBlb\fP(1) 4
77 generic live\-build script execution wrapper
78
79 .SH "SECONDARY\-LEVEL BUILD COMMANDS (PORCELAIN)"
80 The following are the commands that execute each major stage of the build
81 process, in their necessary order of execution. Normally a user might just
82 execute the higher level \fBlb build\fP(1) command rather than use these
83 individually.
7784 .IP "\fBlb bootstrap\fP(1)" 4
7885 executes the first build stage, creating (bootstraping) a basic Debian root
7986 filesystem
8289 .IP "\fBlb installer\fP(1)" 4
8390 executes the third build stage, obtaining installer components (optional)
8491 .IP "\fBlb binary\fP(1)" 4
85 executes the fourth build stage, generating a binary image
92 executes the fourth build stage, generating the binary (live) image
8693 .IP "\fBlb source\fP(1)" 4
87 executes the fifth build stage, generating a source image (optional)
88 .IP "\fBlb clean\fP(1)" 4
89 cleans up system build directories
90 .SS "Commandes auxiliaires"
91 .IP \fBlb\fP(1) 4
92 generic live\-build script execution wrapper
93 .IP "\fBlb build\fP(1)" 4
94 .\" FIXME
95 alias for all build stages
94 executes the fifth build stage, generating a corresponding source image
95 (optional)
9696
9797 .SH "LOW\-LEVEL COMMANDS (PLUMBING) \- BUILD STAGE COMPONENTS"
98 .\" FIXME
99 Le travail réel de live\-build est implémenté dans les commandes bas\-niveau,
100 appelées plomberie. Elles ne sont pas supposées être utilisées par les
101 utilisateurs finaux, ils devraient rester avec les porcelaines puisqu'elles
102 s'assurent que toutes les différentes commandes de plomberie sont exécutées
103 dans le bon ordre. Toutefois, si vous prévoyez de ré\-utiliser les commandes
104 live\-build dans vos propres scripts, alors les plomberies pourraient vous
105 intéresser.
98 The actual work of live\-build is implemented in the low\-level commands,
99 called plumbing. They are not supposed to be used by end users, who should
100 stick with porcelains as they ensure that all the different plumbing
101 commands are executed in the right order. However, if you intend to reuse
102 live\-build commands in your own scripts, then the plumbings might be of
103 interest for you.
106104 .PP
107105 Notez que l'interface (ensemble des options et des semantiques) de ces
108106 commandes bas\-niveau sont pensées pour être beaucoup plus stables que les
116114 in save mode, saves to cache a copy of the generated bootstrap directory,
117115 and in restore mode, restores from cache a previously generated copy
118116 .IP "\fBlb bootstrap_debootstrap\fP(1)" 4
119 creates (bootstrap) a basic Debian root filesystem using debootstrap(8)
117 creates (bootstraps) a basic Debian root filesystem using debootstrap(8)
120118 .SS "Chroot stage specific commands"
121119 .PP
122120 Note: The following chroot_ prefixed commands are used in building the live
148146 .IP "\fBlb chroot_linux\-image\fP(1)" 4
149147 compiles a list of kernel images to be installed in the live OS root
150148 filesystem
151 .IP "\fBlb chroot_live\-packages\fP(1)" 4
152 installs a set of live system specific packages to the live OS root
153 filesystem
154149 .IP "\fBlb chroot_package\-lists\fP(1)" 4
155150 compiles a list of packages provided in the user\' local config to be
156151 installed in the live OS root filesystem
159154 root filesystem
160155 .SS "Installer stage specific commands"
161156 .IP "\fBlb installer_debian\-installer\fP(1)" 4
162 obtains and sets up Debian installer(d\-i) components
157 obtains and sets up Debian installer (d\-i) components
163158 .IP "\fBlb installer_preseed\fP(1)" 4
164159 installs pre\-configured answers to certain install prompts
165160 .SS "Binary stage specific commands"
166161 .IP "\fBlb binary_checksums\fP(1)" 4
167162 creates checksums (md5, sha1, and/or sha256) for live image content
168163 .IP "\fBlb binary_chroot\fP(1)" 4
169 duplicates the chroot directory, to place a copy of what whould be the
164 duplicates the chroot directory, to place a copy of what would be the
170165 completed live OS root filesystem to one side, allowing the original to
171166 continue to be used in executing certain parts of the remainder of the build
172167 process
173168 .IP "\fBlb binary_disk\fP(1)" 4
174169 creates disk information files to be added to live image
175 .IP "\fBlb binary_grub\fP(1)" 4
170 .IP "\fBlb binary_grub_cfg\fP(1)" 4
171 creates the config for grub\-pc and grub\-efi, and also enables loopback
172 support (which depends upon it) in the live image
173 .IP "\fBlb binary_grub\-efi\fP(1)" 4
174 installs grub\-efi (grub2 for EFI) into live image to provide image boot
175 capability. It relies upon \fBlb binary_grub_cfg\fP to create the config.
176 .IP "\fBlb binary_grub\-legacy\fP(1)" 4
176177 installs grub into live image to provide image boot capability
177 .IP "\fBlb binary_grub2\fP(1)" 4
178 installs grub2 into live image to provide image boot capability
178 .IP "\fBlb binary_grub\-pc\fP(1)" 4
179 installs grub\-pc (grub2 for BIOS) into live image to provide image boot
180 capability. It relies upon \fBlb binary_grub_cfg\fP to create the config.
179181 .IP "\fBlb binary_hdd\fP(1)" 4
180 compiles the final live image into an hdd image file
182 compiles the final live image into an HDD image file
181183 .IP "\fBlb binary_hooks\fP(1)" 4
182184 executes local hooks against the live image, if any are provided
183185 .IP "\fBlb binary_includes\fP(1)" 4
184186 copies a set of local files from the config directory into the live image,
185187 if any are provided
186188 .IP "\fBlb binary_iso\fP(1)" 4
187 compiles the final live image into an iso file
189 compiles the final live image into an ISO file
188190 .IP "\fBlb binary_linux\-image\fP(1)" 4
189191 copies the linux\-image into the live image
190192 .IP "\fBlb binary_loadlin\fP(1)" 4
197199 bundles a copy of memtest into the live image
198200 .IP "\fBlb binary_netboot\fP(1)" 4
199201 compiles the final live image into a netboot tar archive
202 .IP "\fBlb binary_onie\fP(1)" 4
203 installs onie into the live image
200204 .IP "\fBlb binary_package\-lists\fP(1)" 4
201205 processes local lists of packages to obtain and bundle into image (from
202206 which they could later be installed if not already)
220224 .IP "\fBlb source_disk\fP(1)" 4
221225 creates disk information files to be added to source image
222226 .IP "\fBlb source_hdd\fP(1)" 4
223 compiles the final source image into an hdd image file
227 compiles the final source image into an HDD image file
224228 .IP "\fBlb source_hooks\fP(1)" 4
225229 executes local hooks against the source image, if any are provided
226230 .IP "\fBlb source_iso\fP(1)" 4
227 compiles the final source image into an iso file
231 compiles the final source image into an ISO file
228232 .IP "\fBlb source_live\fP(1)" 4
229233 copies live\-build config into source
230234 .IP "\fBlb source_tar\fP(1)" 4
231 .\" FIXME
232235 compiles the final source image into a tar archive
233236
234237 .SH "LOW\-LEVEL COMMANDS (PLUMBING) \- CHROOT PREP COMPONENTS"
235 .\" FIXME
236238 The notes above under the section regarding build\-stage specific low\-level
237239 plumbing commands also apply here.
238240 .PP
243245 process, and later to remove those modification, unmounting things that were
244246 mounted, and making the chroot suitable for use as the root filesystem of
245247 the live OS to be bundled into the live image.
248 .PP
249 Note that the \fBlb chroot_prep\fP(1) command can be used to run these
250 components in bulk.
251 .IP "\fBlb chroot_prep\fP(1)" 4
252 a helper to run the below components in bulk. The first parameter it takes
253 is the execution mode \- install or remove \- to pass along. The second
254 parameter is the set of helpers to run (they can be space or comma
255 separated; remember to quote if space separated). Following this one or more
256 of the special parameters 'mode\-archives\-chroot', 'mode\-archives\-binary',
257 \&'mode\-archives\-source' and 'mode\-apt\-install\-binary' can optionally be used,
258 to select the 'pass' parameter for \fBlb chroot_archives\fP(1) in the case of
259 the first three (required if 'archives' is one of the helpers to be run),
260 and to run \fBlb chroot_apt\fP(1) in 'install\-binary' mode in the last
261 case. Any remaining parameters (i.e. options like \-\-force) are passed along
262 to all scripts run. The second parameter can be simply 'all' in which case a
263 default set of all components are used, or 'all\-except\-archives' which
264 differs in skipping \fBlb chroot_archives\fP(1). Components can be specified
265 without their filename 'chroot_' prefix for brevity. In remove mode the list
266 of components are run in reverse order, so no need to provide them in
267 reverse order yourself.
246268 .IP "\fBlb chroot_apt\fP(1)" 4
247269 manages apt configuration; in apply mode it applies configuration for use
248270 during build process, and in remove mode removes that configuration
274296 manages the /usr/sbin/policy\-rc.d file
275297 .IP "\fBlb chroot_tmpfs\fP(1)" 4
276298 manages configuration of dpkg to use a tmpfs filesystem
277 .IP "\fBlb chroot_upstart\fP(1)" 4
278 .\" FIXME
279 manages use of upstart /sbin/initctl program; in apply mode blocking
280 execution through a dpkg diversion, and in remove mode enabling execution
281 again
282299
283300 .SH "FICHIERS DE CONFIGURATION"
284 .\" FIXME
285 Plusieurs commandes live\-build utilisent des fichiers dans le répertoire
286 \fIconfig/\fP pour contrôler ce qu'elles font. En plus du \fIconfig/common\fP
287 commun, qui est utilisé par toutes les commandes live\-build, plusieurs
288 fichiers additionels peuvent être utilisés pour configurer le comportement
289 de commandes live\-build spécifiques. Ces fichiers sont typiquement nommés
290 config/stage ou config/stage_assistant (où "stage" est évidemment remplacé
291 par le nom du stage auquel il appartient, "assistant" par le nom de
292 l'assistant).
293 .PP
294 For example, lb bootstrap_debootstrap uses files named config/bootstrap and
295 config/bootstrap_debootstrap to read the options it will use. See the man
296 pages of individual commands for details about the names and formats of the
297 files they use. Generally, these files contain variables with values
298 assigned, one variable per line. Some programs in live\-build use pairs of
299 values or slightly more complicated variable assignments.
301 Many live\-build commands make use of files in the \fIconfig/\fP directory to
302 control what they do. Besides the common \fIconfig/common\fP, which is used by
303 all live\-build commands, some additional files can be used to configure the
304 behavior of specific live\-build commands. These files are typically named
305 config/stage (where "stage" of course, is replaced with the name of the
306 stage that they belong to).
300307 .PP
301308 Notez que live\-build respectera les variables d'environment présentes dans
302309 le contexte du shell lancé. Si les variables peuvent être lues depuis les
306313 donnée, aucune valeur ne peut être trouvée et donc, est non\-paramétrèe,
307314 live\-build la paramètrera automatiquement à la valeur par défaut.
308315 .PP
309 Dans de rares cas, vous pourriez vouloir avoir différentes versions de ces
310 fichiers pour différentes architectures ou distributions. Si des fichiers
311 nommés config/stage.arch ou config/stage_assistant.arch, et
312 config/stage.dist ou config/stage_assistant.dist existent, où "arch" est
313 équivalent à la sortie de "dpkg \-\-print\-architecture" et "dist" équivalent
314 au nom de code de la distribution cible, alors ils seront utilisés en
315 priorité aux autres fichier plus généraux.
316 .PP
317 .\" FIXME
316 In some rare cases, you may want to have different versions of these files
317 for different architectures or distributions. If files named
318 config/stage.arch and config/stage.dist exist, where "arch" is the same as
319 the output of "dpkg \-\-print\-architecture" and "dist" is the same as the
320 codename of the target distribution, then they will be used in preference to
321 other, more general files.
322 .PP
318323 Tous les fichiers de configuration sont des scripts shell qui sont sourcés
319324 par un programme live\-build. Ceci signifie qu'ils doivent suivre la syntaxe
320325 de shell normale. Vous pouvez également mettre des commentaires dans ces
333338
334339 .SH "PAGE D'ACCUEIL"
335340 More information about live\-build and the Debian Live project can be found
336 on the homepage at <\fIhttps://debian\-live.alioth.debian.org/\fP>.
341 on the homepage at <\fIhttps://wiki.debian.org/DebianLive\fP>.
337342
338343 .SH BOGUES
339 Les bogues peuvent être signalés en soumettant un rapport de bogue pour le
340 paquet live\-build dans le BTS à <\fIhttp://bugs.debian.org/\fP> ou par
341 l'écriture d'un courriel à la liste de diffusion Debian Live à
344 Bugs can be reported by submitting a bug report for the live\-build package
345 in the Bug Tracking System at <\fIhttp://bugs.debian.org/\fP> or by
346 writing a mail to the Debian Live mailing list at
342347 <\fIdebian\[email protected]\fP>.
343348
344349 .SH AUTEUR
345 live\-images a été écrit par Daniel Baumann
346 <\fImail@daniel\-baumann.ch\fP>.
350 live\-build was originally written by Daniel Baumann
351 <\fImail@daniel\-baumann.ch\fP>. Since 2016 development has been
352 continued by the Debian Live team.
22 .\" This file was generated with po4a. Translate the source file.
33 .\"
44 .\"*******************************************************************
5 .TH LIVE\-BUILD 1 2017\-08\-29 1:20170807kali1 "Live システムプロジェクト"
5 .TH LIVE\-BUILD 1 2021\-09\-02 1:20210902 "Debian Live Project"
66
77 .SH 名前
88 \fBlb\fP \- live\-build プログラムのラッパー
99
1010 .SH 概要
11 \fBlb\fP コマンド [コマンドのオプション]
11 \fBlb\fP \fICOMMAND\fP [\fICOMMAND_OPTIONS\fP]
1212 .PP
13 \fBlb\fP [\fIlive\-build\ オプション\fP]
13 \fBlb\fP [\fIOPTIONS\fP]
1414
1515 .SH 説明
16 \fBlb\fP は Live システムツール集 \fIlive\-build\fP(7) の高レベルコマンド (porcelain) です。
17 .PP
16 \fBlb\fP is a high\-level command (porcelain) of \fIlive\-build\fP(7), the Debian
17 Live tool suite.
1818
19 .\" FIXME
2019 .SH オプション
2120 \fBlb\fP には特定のオプションはありませんが、live\-build 全般のオプションを全て理解します。live\-build
2221 全般のオプションの全容については \fIlive\-build\fP(7) を見てください。
3130
3231 .SH ホームページ
3332 More information about live\-build and the Debian Live project can be found
34 on the homepage at <\fIhttps://debian\-live.alioth.debian.org/\fP>.
33 on the homepage at <\fIhttps://wiki.debian.org/DebianLive\fP>.
3534
3635 .SH バグ
37 バグは <\fIhttp://bugs.debian.org/\fP> にあるバグ追跡システムに live\-build
38 パッケージのバグ報告として提出するか、<\fIdebian\[email protected]\fP> にある Live
39 システムのメーリングリスト宛てにメールを書くことにより報告できます。
36 Bugs can be reported by submitting a bug report for the live\-build package
37 in the Bug Tracking System at <\fIhttp://bugs.debian.org/\fP> or by
38 writing a mail to the Debian Live mailing list at
39 <\fIdebian\[email protected]\fP>.
4040
4141 .SH 作者
42 live\-build は Daniel Baumann さん <\fImail@daniel\-baumann.ch\fP>
43 により書かれました。
42 live\-build was originally written by Daniel Baumann
43 <\fImail@daniel\-baumann.ch\fP>. Since 2016 development has been
44 continued by the Debian Live team.
22 .\" This file was generated with po4a. Translate the source file.
33 .\"
44 .\"*******************************************************************
5 .TH LIVE\-BUILD 1 2017\-08\-29 1:20170807kali1 "Live システムプロジェクト"
5 .TH LIVE\-BUILD 1 2021\-09\-02 1:20210902 "Debian Live Project"
66
77 .SH 名前
88 \fBlb_binary\fP \- Complete the binary stage
99
1010 .SH 概要
11 \fBlb binary\fP [\fIlive\-build オプション\fP]
11 \fBlb binary\fP [\fIOPTIONS\fP]
1212
1313 .SH 説明
14 \fBlb binary\fP は Live システムツール集 \fIlive\-build\fP(7) の高レベルコマンド (porcelain) です。
14 \fBlb binary\fP is a high\-level command (porcelain) of \fIlive\-build\fP(7), the
15 Debian Live tool suite.
1516 .PP
1617 \fBlb binary\fP はバイナリ段階を完了させるために必要な live\-build プログラムを全て正しい順で呼び出します。
1718
2930
3031 .SH ホームページ
3132 More information about live\-build and the Debian Live project can be found
32 on the homepage at <\fIhttps://debian\-live.alioth.debian.org/\fP>.
33 on the homepage at <\fIhttps://wiki.debian.org/DebianLive\fP>.
3334
3435 .SH バグ
35 バグは <\fIhttp://bugs.debian.org/\fP> にあるバグ追跡システムに live\-build
36 パッケージのバグ報告として提出するか、<\fIdebian\[email protected]\fP> にある Live
37 システムのメーリングリスト宛てにメールを書くことにより報告できます。
36 Bugs can be reported by submitting a bug report for the live\-build package
37 in the Bug Tracking System at <\fIhttp://bugs.debian.org/\fP> or by
38 writing a mail to the Debian Live mailing list at
39 <\fIdebian\[email protected]\fP>.
3840
3941 .SH 作者
40 live\-build は Daniel Baumann さん <\fImail@daniel\-baumann.ch\fP>
41 により書かれました。
42 live\-build was originally written by Daniel Baumann
43 <\fImail@daniel\-baumann.ch\fP>. Since 2016 development has been
44 continued by the Debian Live team.
22 .\" This file was generated with po4a. Translate the source file.
33 .\"
44 .\"*******************************************************************
5 .TH LIVE\-BUILD 1 2017\-08\-29 1:20170807kali1 "Live システムプロジェクト"
5 .TH LIVE\-BUILD 1 2021\-09\-02 1:20210902 "Debian Live Project"
66
77 .SH 名前
88 \fBlb_bootstrap\fP \- Complete the bootstrap stage
99
1010 .SH 概要
11 \fBlb bootstrap\fP [\fIlive\-build オプション\fP]
11 \fBlb bootstrap\fP [\fIOPTIONS\fP]
1212
1313 .SH 説明
14 \fBlb bootstrap\fP は Live システムツール集 \fIlive\-build\fP(7) の高レベルコマンド (porcelain) です。
14 \fBlb bootstrap\fP is a high\-level command (porcelain) of \fIlive\-build\fP(7), the
15 Debian Live tool suite.
1516 .PP
1617 \fBlb bootstrap\fP はパッケージ収集段階を完了させるために必要な live\-build プログラムを全て正しい順で呼び出します。
1718
2930
3031 .SH ホームページ
3132 More information about live\-build and the Debian Live project can be found
32 on the homepage at <\fIhttps://debian\-live.alioth.debian.org/\fP>.
33 on the homepage at <\fIhttps://wiki.debian.org/DebianLive\fP>.
3334
3435 .SH バグ
35 バグは <\fIhttp://bugs.debian.org/\fP> にあるバグ追跡システムに live\-build
36 パッケージのバグ報告として提出するか、<\fIdebian\[email protected]\fP> にある Live
37 システムのメーリングリスト宛てにメールを書くことにより報告できます。
36 Bugs can be reported by submitting a bug report for the live\-build package
37 in the Bug Tracking System at <\fIhttp://bugs.debian.org/\fP> or by
38 writing a mail to the Debian Live mailing list at
39 <\fIdebian\[email protected]\fP>.
3840
3941 .SH 作者
40 live\-build は Daniel Baumann さん <\fImail@daniel\-baumann.ch\fP>
41 により書かれました。
42 live\-build was originally written by Daniel Baumann
43 <\fImail@daniel\-baumann.ch\fP>. Since 2016 development has been
44 continued by the Debian Live team.
22 .\" This file was generated with po4a. Translate the source file.
33 .\"
44 .\"*******************************************************************
5 .TH LIVE\-BUILD 1 2017\-08\-29 1:20170807kali1 "Live システムプロジェクト"
5 .TH LIVE\-BUILD 1 2021\-09\-02 1:20210902 "Debian Live Project"
66
77 .SH 名前
8 \fBlb_build\fP \- Complete the bootstrap, chroot, binary, and source stages
8 \fBlb_build\fP \- Complete the bootstrap, chroot, installer, binary, and source
9 stages
910
1011 .SH 概要
11 \fBlb build\fP [\fIlive\-build オプション\fP]
12 \fBlb build\fP [\fIOPTIONS\fP]
1213
1314 .SH 説明
14 \fBlb build\fP は Live システムツール集 \fIlive\-build\fP(7) の高レベルコマンド (porcelain) です。
15 \fBlb build\fP is a high\-level command (porcelain) of \fIlive\-build\fP(7), the
16 Debian Live tool suite.
1517 .PP
16 \fBlb build\fP はパッケージ収集、chroot、バイナリ、ソース段階を完了させるために必要な live\-build
17 プログラムを全て正しい順で呼び出します。
18 \fBlb build\fP calls all necessary live\-build programs in the correct order to
19 complete the bootstrap, chroot, installer, binary, and source stages.
1820
1921 .SH オプション
2022 \fBlb build\fP には特定のオプションはありませんが、live\-build 全般のオプションを全て理解します。live\-build
2123 全般のオプションの全容については \fIlive\-build\fP(7) を見てください。
2224
2325 .SH ファイル
24 .\" FIXME
2526 .IP \fBauto/build\fP 4
2627
27 .\" FIXME
2828 .SH 関連項目
2929 \fIlive\-build\fP(7)
3030 .PP
3232
3333 .SH ホームページ
3434 More information about live\-build and the Debian Live project can be found
35 on the homepage at <\fIhttps://debian\-live.alioth.debian.org/\fP>.
35 on the homepage at <\fIhttps://wiki.debian.org/DebianLive\fP>.
3636
3737 .SH バグ
38 バグは <\fIhttp://bugs.debian.org/\fP> にあるバグ追跡システムに live\-build
39 パッケージのバグ報告として提出するか、<\fIdebian\[email protected]\fP> にある Live
40 システムのメーリングリスト宛てにメールを書くことにより報告できます。
38 Bugs can be reported by submitting a bug report for the live\-build package
39 in the Bug Tracking System at <\fIhttp://bugs.debian.org/\fP> or by
40 writing a mail to the Debian Live mailing list at
41 <\fIdebian\[email protected]\fP>.
4142
4243 .SH 作者
43 live\-build は Daniel Baumann さん <\fImail@daniel\-baumann.ch\fP>
44 により書かれました。
44 live\-build was originally written by Daniel Baumann
45 <\fImail@daniel\-baumann.ch\fP>. Since 2016 development has been
46 continued by the Debian Live team.
22 .\" This file was generated with po4a. Translate the source file.
33 .\"
44 .\"*******************************************************************
5 .TH LIVE\-BUILD 1 2017\-08\-29 1:20170807kali1 "Live システムプロジェクト"
5 .TH LIVE\-BUILD 1 2021\-09\-02 1:20210902 "Debian Live Project"
66
77 .SH 名前
88 \fBlb_chroot\fP \- Complete the chroot stage
99
1010 .SH 概要
11 \fBlb chroot\fP [\fIlive\-build オプション\fP]
11 \fBlb chroot\fP [\fIOPTIONS\fP]
1212
1313 .SH 説明
14 \fBlb chroot\fP は Live システムツール集 \fIlive\-build\fP(7) の高レベルコマンド (porcelain) です。
14 \fBlb chroot\fP is a high\-level command (porcelain) of \fIlive\-build\fP(7), the
15 Debian Live tool suite.
1516 .PP
1617 \fBlb chroot\fP は chroot 段階を完了させるために必要な live\-build プログラムを全て正しい順で呼び出します。
1718
2930
3031 .SH ホームページ
3132 More information about live\-build and the Debian Live project can be found
32 on the homepage at <\fIhttps://debian\-live.alioth.debian.org/\fP>.
33 on the homepage at <\fIhttps://wiki.debian.org/DebianLive\fP>.
3334
3435 .SH バグ
35 バグは <\fIhttp://bugs.debian.org/\fP> にあるバグ追跡システムに live\-build
36 パッケージのバグ報告として提出するか、<\fIdebian\[email protected]\fP> にある Live
37 システムのメーリングリスト宛てにメールを書くことにより報告できます。
36 Bugs can be reported by submitting a bug report for the live\-build package
37 in the Bug Tracking System at <\fIhttp://bugs.debian.org/\fP> or by
38 writing a mail to the Debian Live mailing list at
39 <\fIdebian\[email protected]\fP>.
3840
3941 .SH 作者
40 live\-build は Daniel Baumann さん <\fImail@daniel\-baumann.ch\fP>
41 により書かれました。
42 live\-build was originally written by Daniel Baumann
43 <\fImail@daniel\-baumann.ch\fP>. Since 2016 development has been
44 continued by the Debian Live team.
22 .\" This file was generated with po4a. Translate the source file.
33 .\"
44 .\"*******************************************************************
5 .TH LIVE\-BUILD 1 2017\-08\-29 1:20170807kali1 "Live システムプロジェクト"
5 .TH LIVE\-BUILD 1 2021\-09\-02 1:20210902 "Debian Live Project"
66
77 .SH 名前
88 \fBlb_clean\fP \- Clean build directory
99
1010 .SH 概要
11 \fBlb clean\fP [\fIlive\-build オプション\fP]
11 \fBlb clean\fP [\fIOPTIONS\fP]
1212
1313 .SH 説明
14 \fBlb clean\fP は Live システムツール集 \fIlive\-build\fP(7) の高レベルコマンド (porcelain) です。
14 \fBlb clean\fP is a high\-level command (porcelain) of \fIlive\-build\fP(7), the
15 Debian Live tool suite.
1516 .PP
16 .\" FIXME
17 .\" FIXME
1817 \fBlb clean\fP はシステムビルド後の掃除を担当します。ビルドディレクトリや段階ファイル等その他のファイルの一部を削除します。他の
1918 live\-build コマンドの残骸は全て残します。
2019
2221 \fBlb clean\fP は固有のオプションに加え、live\-build 全般のオプションを全て理解します。live\-build
2322 全般のオプションの全容については \fIlive\-build\fP(7) を見てください。
2423 .PP
25 .\" FIXME
2624 .IP \fB\-\-all\fP 4
2725 chroot、バイナリ、各段階での生成物、ソースを削除します。キャッシュディレクトリは残します。これはデフォルトの動作で、引数がない場合はこの動作になります。
2826 .IP \fB\-\-cache\fP 4
3836 .IP \fB\-\-stage\fP 4
3937 各段階で生成したファイルを全て削除します。
4038 .IP \fB\-\-source\fP 4
41 .\" FIXME
4239 ソース関連のキャッシュやファイル、ディレクトリ、各段階で生成したファイルを全て削除します。
4340
4441 .SH ファイル
45 .\" FIXME
4642 .IP \fBauto/clean\fP 4
4743
48 .\" FIXME
4944 .SH 関連項目
5045 \fIlive\-build\fP(7)
5146 .PP
5348
5449 .SH ホームページ
5550 More information about live\-build and the Debian Live project can be found
56 on the homepage at <\fIhttps://debian\-live.alioth.debian.org/\fP>.
51 on the homepage at <\fIhttps://wiki.debian.org/DebianLive\fP>.
5752
5853 .SH バグ
59 バグは <\fIhttp://bugs.debian.org/\fP> にあるバグ追跡システムに live\-build
60 パッケージのバグ報告として提出するか、<\fIdebian\[email protected]\fP> にある Live
61 システムのメーリングリスト宛てにメールを書くことにより報告できます。
54 Bugs can be reported by submitting a bug report for the live\-build package
55 in the Bug Tracking System at <\fIhttp://bugs.debian.org/\fP> or by
56 writing a mail to the Debian Live mailing list at
57 <\fIdebian\[email protected]\fP>.
6258
6359 .SH 作者
64 live\-build は Daniel Baumann さん <\fImail@daniel\-baumann.ch\fP>
65 により書かれました。
60 live\-build was originally written by Daniel Baumann
61 <\fImail@daniel\-baumann.ch\fP>. Since 2016 development has been
62 continued by the Debian Live team.
22 .\" This file was generated with po4a. Translate the source file.
33 .\"
44 .\"*******************************************************************
5 .TH LIVE\-BUILD 1 2017\-08\-29 1:20170807kali1 "Live システムプロジェクト"
5 .TH LIVE\-BUILD 1 2021\-09\-02 1:20210902 "Debian Live Project"
66
77 .SH 名前
88 \fBlb_config\fP \- Create config directory
99
1010 .SH 概要
11 \fBlb config\fP [\fIlive\-build オプション\fP]
11 \fBlb config\fP {\fB\-h\fP|\fB\-\-help\fP|\fB\-u\fP|\fB\-\-usage\fP|\fB\-v\fP|\fB\-\-version\fP}
1212 .PP
13 .\" FIXME
1413 \fBlb config\fP
1514 .br
16 [\fB\-\-apt\fP apt|aptitude]
15 [\fB\-\-apt\fP apt|apt\-get|aptitude]
1716 .br
1817 [\fB\-\-apt\-ftp\-proxy\fP \fIURL\fP]
1918 .br
2322 .br
2423 [\fB\-\-apt\-options\fP \fIオプション\fP|"\fIオプション\fP"]
2524 .br
25 [\fB\-\-apt\-pipeline\fP \fI深度\fP]
26 .br
27 [\fB\-\-apt\-recommends\fP true|false]
28 .br
29 [\fB\-\-apt\-secure\fP true|false]
30 .br
31 [\fB\-\-apt\-source\-archives\fP true|false]
32 .br
2633 [\fB\-\-aptitude\-options\fP \fIオプション\fP|"\fIオプション\fP"]
2734 .br
28 [\fB\-\-apt\-pipeline\fP \fI深度\fP]
29 .br
30 [\fB\-\-apt\-recommends\fP true|false]
31 .br
32 [\fB\-\-apt\-secure\fP true|false]
33 .br
34 [\fB\-\-apt\-source\-archives\fP true|false]
35 .br
36 [\-a|\fB\-\-architectures\fP \fIアーキテクチャ\fP]
37 .br
38 [\-b|\fB\-\-binary\-images\fP iso|iso\-hybrid|netboot|tar|hdd]
39 .br
40 [\fB\-\-binary\-filesystem\fP fat16|fat32|ext2|ext3|ext4]
41 .br
42 [\fB\-\-bootappend\-install\fP \fIパラメータ\fP|\fI"パラメータ"\fP]
43 .br
44 [\fB\-\-bootappend\-live\fP \fIパラメータ\fP|\fI"パラメータ"\fP]
45 .br
46 [\fB\-\-bootappend\-live\-failsafe\fP \fIPARAMETER\fP|\fI"PARAMETERS"\fP]
47 .br
48 [\fB\-\-bootloaders\fP grub\-legacy|grub\-pc|syslinux|grub\-efi]
35 [\fB\-a\fP|\fB\-\-architecture\fP \fIARCHITECTURE\fP]
36 .br
37 [\fB\-\-archive\-areas\fP \fIARCHIVE_AREA\fP|"\fIARCHIVE_AREAS\fP"]
38 .br
39 [\fB\-\-backports\fP true|false]
40 .br
41 [\fB\-\-binary\-filesystem\fP fat16|fat32|ext2|ext3|ext4|ntfs]
42 .br
43 [\fB\-b\fP|\fB\-\-binary\-image\fP iso|iso\-hybrid|netboot|tar|hdd]
44 .br
45 [\fB\-\-bootappend\-install\fP \fIPARAMETER\fP|"\fIPARAMETERS\fP"]
46 .br
47 [\fB\-\-bootappend\-live\fP \fIPARAMETER\fP|"\fIPARAMETERS\fP"]
48 .br
49 [\fB\-\-bootappend\-live\-failsafe\fP \fIPARAMETER\fP|"\fIPARAMETERS\fP"]
50 .br
51 [\fB\-\-bootloaders\fP grub\-legacy|grub\-pc|syslinux|grub\-efi|"\fIBOOTLOADERS\fP"]
52 .br
53 [\fB\-\-bootstrap\-qemu\-arch\fP \fIARCH\fP]
54 .br
55 [\fB\-\-bootstrap\-qemu\-exclude\fP \fIPACKAGE\fP|"\fIPACKAGES\fP"]
56 .br
57 [\fB\-\-bootstrap\-qemu\-static\fP \fIPATH\fP]
58 .br
59 [\fB\-\-breakpoints\fP]
60 .br
61 [\fB\-\-build\-with\-chroot\fP true|false]
4962 .br
5063 [\fB\-\-cache\fP true|false]
5164 .br
5366 .br
5467 [\fB\-\-cache\-packages\fP true|false]
5568 .br
56 [\fB\-\-cache\-stages\fP \fI段階\fP|\fI"段階"\fP]
57 .br
58 [\fB\-\-checksums\fP md5|sha1|sha256|none]
59 .br
60 [\fB\-\-compression\fP bzip2|gzip|lzip|none]
61 .br
62 [\fB\-\-config\fP \fIGIT_URL::GIT_ID\fP]
63 .br
64 [\fB\-\-build\-with\-chroot\fP true|false]
69 [\fB\-\-cache\-stages\fP \fISTAGE\fP|"\fISTAGES\fP"]
70 .br
71 [\fB\-\-checksums\fP md5|sha1|sha224|sha256|sha384|sha512|none]
6572 .br
6673 [\fB\-\-chroot\-filesystem\fP ext2|ext3|ext4|squashfs|jffs2|none]
6774 .br
75 [\fB\-\-chroot\-squashfs\-compression\-level\fP LEVEL]
76 .br
77 [\fB\-\-chroot\-squashfs\-compression\-type\fP gzip|lzma|lzo|lz4|xz|zstd]
78 .br
6879 [\fB\-\-clean\fP]
6980 .br
70 [\-c|\fB\-\-conffile\fP \fIファイル\fP]
81 [\fB\-\-color\fP]
82 .br
83 [\fB\-\-compression\fP bzip2|gzip|lzip|xz|none]
84 .br
85 [\fB\-c\fP|\fB\-\-conffile\fP \fIFILE\fP]
86 .br
87 [\fB\-\-config\fP \fIGIT_URL\fP::\fIGIT_BRANCH\fP]
7188 .br
7289 [\fB\-\-debconf\-frontend\fP dialog|editor|noninteractive|readline]
7390 .br
7491 [\fB\-\-debconf\-priority\fP low|medium|high|critical]
7592 .br
76 [\fB\-\-debian\-installer\fP true|cdrom|netinst|netboot|businesscard|live|false]
93 [\fB\-\-debian\-installer\fP cdrom|netinst|netboot|businesscard|live|none]
7794 .br
7895 [\fB\-\-debian\-installer\-distribution\fP daily|\fIコード名\fP]
7996 .br
97 [\fB\-\-debian\-installer\-gui\fP true|false]
98 .br
8099 [\fB\-\-debian\-installer\-preseedfile\fP \fIファイル\fP|\fIURL\fP]
81100 .br
82 [\fB\-\-debian\-installer\-gui\fP true|false]
83 .br
84 [\fB\-\-debootstrap\-options\fP \fIOPTIONS\fP]
101 [\fB\-\-debootstrap\-options\fP \fIOPTION\fP|"\fIOPTIONS\fP"]
85102 .br
86103 [\fB\-\-debootstrap\-script\fP \fISCRIPT\fP]
87104 .br
88105 [\fB\-\-debug\fP]
89106 .br
90 [\-d|\fB\-\-distribution\fP \fIコード名\fP]
107 [\fB\-d\fP|\fB\-\-distribution\fP \fICODENAME\fP]
108 .br
109 [\fB\-\-distribution\-chroot\fP \fICODENAME\fP]
110 .br
111 [\fB\-\-distribution\-binary\fP \fICODENAME\fP]
112 .br
113 [\fB\-\-dm\-verity\fP]
114 .br
115 [\fB\-\-dm\-verity\-fec\fP \fINB_ROOTS\fP]
116 .br
117 [\fB\-\-dm\-verity\-sign\fP \fISIGN_SCRIPT\fP]
118 .br
119 [\fB\-\-dump\fP]
120 .br
121 [\fB\-\-firmware\-binary\fP true|false]
122 .br
123 [\fB\-\-firmware\-chroot\fP true|false]
124 .br
125 [\fB\-\-force\fP]
126 .br
127 [\fB\-\-gzip\-options\fP \fIオプション\fP|"\fIオプション\fP"]
128 .br
129 [\fB\-\-hdd\-label\fP \fILABEL\fP]
130 .br
131 [\fB\-\-hdd\-partition\-start\fP \fISTART\fP]
132 .br
133 [\fB\-\-hdd\-size\fP \fISIZE\fP]
134 .br
135 [\fB\-\-ignore\-system\-defaults\fP]
136 .br
137 [\fB\-\-image\-name\fP \fINAME\fP]
138 .br
139 [\fB\-\-initramfs\fP none|live\-boot]
140 .br
141 [\fB\-\-initramfs\-compression\fP bzip2|gzip|lzma]
142 .br
143 [\fB\-\-initsystem\fP sysvinit|systemd|none]
144 .br
145 [\fB\-\-interactive\fP true|shell|x11|xnest|false]
146 .br
147 [\fB\-\-iso\-application\fP \fI名前\fP]
148 .br
149 [\fB\-\-iso\-preparer\fP \fINAME\fP]
150 .br
151 [\fB\-\-iso\-publisher\fP \fI名前\fP]
152 .br
153 [\fB\-\-iso\-volume\fP \fI名前\fP]
154 .br
155 [\fB\-\-jffs2\-eraseblock\fP \fIサイズ\fP]
156 .br
157 [\fB\-\-keyring\-packages\fP \fIPACKAGE\fP|"\fIPACKAGES\fP"]
158 .br
159 [\fB\-k\fP|\fB\-\-linux\-flavours\fP \fIFLAVOUR\fP|"\fIFLAVOURS\fP"]
160 .br
161 [\fB\-\-linux\-packages\fP \fIPACKAGE\fP|"\fIPACKAGES\fP"]
162 .br
163 [\fB\-\-loadlin\fP true|false]
164 .br
165 [\fB\-\-memtest\fP memtest86+|memtest86|none]
166 .br
167 [\fB\-\-mirror\-binary\fP \fIURL\fP]
168 .br
169 [\fB\-\-mirror\-binary\-security\fP \fIURL\fP]
170 .br
171 [\fB\-\-mirror\-bootstrap\fP \fIURL\fP]
172 .br
173 [\fB\-\-mirror\-chroot\fP \fIURL\fP]
174 .br
175 [\fB\-\-mirror\-chroot\-security\fP \fIURL\fP]
176 .br
177 [\fB\-\-mirror\-debian\-installer\fP \fIURL\fP]
178 .br
179 [\fB\-\-mode\fP debian]
180 .br
181 [\fB\-\-net\-tarball\fP true|false]
182 .br
183 [\fB\-\-no\-color\fP]
184 .br
185 [\fB\-\-onie\fP true|false]
186 .br
187 [\fB\-\-onie\-kernel\-cmdline\fP \fIOPTION\fP|"\fIOPTIONS\fP"]
188 .br
189 [\fB\-\-parent\-archive\-areas\fP \fIARCHIVE_AREA\fP|"\fIARCHIVE_AREAS\fP"]
190 .br
191 [\fB\-\-parent\-debian\-installer\-distribution\fP daily|\fICODENAME\fP]
91192 .br
92193 [\fB\-\-parent\-distribution\fP \fIコード名\fP]
93194 .br
94 [\fB\-\-parent\-debian\-installer\-distribution\fP \fIコード名\fP]
95 .br
96 [\fB\-\-dump\fP]
97 .br
98 [\fB\-\-fdisk\fP fdisk|fdisk.dist]
99 .br
100 [\fB\-\-firmware\-binary true|false\fP]
101 .br
102 [\fB\-\-firmware\-chroot true|false\fP]
103 .br
104 [\fB\-\-force\fP]
105 .br
106 [\fB\-\-grub\-splash\fP \fIファイル\fP]
107 .br
108 [\fB\-\-gzip\-options\fP \fIオプション\fP|"\fIオプション\fP"]
109 .br
110 [\fB\-\-hooks\fP \fIファイル\fP]
111 .br
112 [\fB\-\-ignore\-system\-defaults\fP]
113 .br
114 [\fB\-\-initramfs\fP auto|none|live\-boot|casper]
115 .br
116 [\fB\-\-initramfs\-compression\fP bzip2|gzip|lzma]
117 .br
118 [\fB\-\-initsystem\fP sysvinit|runit|systemd|upstart|none]
119 .br
120 [\fB\-\-interactive\fP shell]
121 .br
122 [\fB\-\-isohybrid\-options\fP \fIオプション\fP|"\fIオプション\fP"]
123 .br
124 [\fB\-\-iso\-application\fP \fI名前\fP]
125 .br
126 [\fB\-\-iso\-preparer\fP \fINAME\fP]
127 .br
128 [\fB\-\-iso\-publisher\fP \fI名前\fP]
129 .br
130 [\fB\-\-iso\-volume\fP \fI名前\fP]
131 .br
132 [\fB\-\-jffs2\-eraseblock\fP \fIサイズ\fP]
133 .br
134 [\fB\-\-keyring\-packages\fP \fIパッケージ|"パッケージ"\fP]
135 .br
136 [\-k|\fB\-\-linux\-flavours\fP \fIフレーバー\fP|\fI"フレーバー"\fP]
137 .br
138 [\fB\-\-linux\-packages\fP \fI"パッケージ"\fP]
139 .br
140 [\fB\-\-losetup\fP losetup|losetup.orig]
141 .br
142 [\fB\-\-memtest\fP memtest86+|memtest86|none]
143 .br
144 [\-m|\fB\-\-parent\-mirror\-bootstrap\fP \fIURL\fP]
195 [\fB\-\-parent\-distribution\-chroot\fP \fICODENAME\fP]
196 .br
197 [\fB\-\-parent\-distribution\-binary\fP \fICODENAME\fP]
198 .br
199 [\fB\-\-parent\-mirror\-binary\fP \fIURL\fP]
200 .br
201 [\fB\-\-parent\-mirror\-binary\-security\fP \fIURL\fP]
202 .br
203 [\fB\-m\fP|\fB\-\-parent\-mirror\-bootstrap\fP \fIURL\fP]
145204 .br
146205 [\fB\-\-parent\-mirror\-chroot\fP \fIURL\fP]
147206 .br
148207 [\fB\-\-parent\-mirror\-chroot\-security\fP \fIURL\fP]
149208 .br
150 [\fB\-\-parent\-mirror\-chroot\-updates\fP \fIURL\fP]
151 .br
152 [\fB\-\-parent\-mirror\-chroot\-backports\fP \fIURL\fP]
153 .br
154 [\fB\-\-parent\-mirror\-binary\fP \fIURL\fP]
155 .br
156 [\fB\-\-parent\-mirror\-binary\-security\fP \fIURL\fP]
157 .br
158 [\fB\-\-parent\-mirror\-binary\-updates\fP \fIURL\fP]
159 .br
160 [\fB\-\-parent\-mirror\-binary\-backports\fP \fIURL\fP]
161 .br
162209 [\fB\-\-parent\-mirror\-debian\-installer\fP \fIURL\fP]
163210 .br
164 [\fB\-\-mirror\-bootstrap\fP \fIURL\fP]
165 .br
166 [\fB\-\-mirror\-chroot\fP \fIURL\fP]
167 .br
168 [\fB\-\-mirror\-chroot\-security\fP \fIURL\fP]
169 .br
170 [\fB\-\-mirror\-chroot\-updates\fP \fIURL\fP]
171 .br
172 [\fB\-\-mirror\-chroot\-backports\fP \fIURL\fP]
173 .br
174 [\fB\-\-mirror\-binary\fP \fIURL\fP]
175 .br
176 [\fB\-\-mirror\-binary\-security\fP \fIURL\fP]
177 .br
178 [\fB\-\-mirror\-binary\-updates\fP \fIURL\fP]
179 .br
180 [\fB\-\-mirror\-binary\-backports\fP \fIURL\fP]
181 .br
182 [\fB\-\-mirror\-debian\-installer\fP \fIURL\fP]
183 .br
184 [\fB\-\-mode\fP debian|progress\-linux|ubuntu]
211 [\fB\-\-quiet\fP]
212 .br
213 [\fB\-\-security\fP true|false]
214 .br
215 [\fB\-\-source\fP true|false]
216 .br
217 [\fB\-s\fP|\fB\-\-source\-images\fP iso|netboot|tar|hdd|"\fIIMAGES\fP"]
218 .br
219 [\fB\-\-swap\-file\-path\fP \fIPATH\fP]
220 .br
221 [\fB\-\-swap\-file\-size\fP \fIMB\fP]
185222 .br
186223 [\fB\-\-system\fP live|normal]
187224 .br
188 [\fB\-\-net\-root\-filesystem\fP nfs|cfs]
189 .br
190 [\fB\-\-net\-root\-mountoptions\fP \fIオプション\fP]
191 .br
192 [\fB\-\-net\-root\-path\fP \fIパス\fP]
193 .br
194 [\fB\-\-net\-root\-server\fP \fIIPアドレス\fP|\fIホスト名\fP]
195 .br
196 [\fB\-\-net\-cow\-filesystem\fP nfs|cfs]
197 .br
198 [\fB\-\-net\-cow\-mountoptions\fP \fIオプション\fP]
199 .br
200 [\fB\-\-net\-cow\-path\fP \fIパス\fP]
201 .br
202 [\fB\-\-net\-cow\-server\fP \fIIPアドレス\fP|\fIホスト名\fP]
203 .br
204 [\fB\-\-net\-tarball\fP true|false]
205 .br
206 [\fB\-\-quiet\fP]
207 .br
208 [\fB\-\-archive\-areas\fP \fIアーカイブ領域\fP|\fI"アーカイブ領域"\fP]
209 .br
210 [\fB\-\-parent\-archive\-areas\fP \fI親アーカイブ領域\fP|\fI"親アーカイブ領域"\fP]
211 .br
212 [\fB\-\-security\fP true|false]
213 .br
214 [\fB\-\-source\fP true|false]
215 .br
216 [\-s|\fB\-\-source\-images\fP iso|netboot|tar|hdd]
217 .br
218 [\fB\-\-tasksel\fP apt|aptitude|tasksel]
219 .br
220 [\fB\-\-templates\fP \fIパス\fP]
221 .br
222 [\fB\-\-hdd\-size \fP\fIMB\fP]
225 [\fB\-\-uefi\-secure\-boot\fP auto|enable|disable]
223226 .br
224227 [\fB\-\-updates\fP true|false]
225228 .br
226 [\fB\-\-backports\fP true|false]
229 [\fB\-\-utc\-time\fP true|false]
230 .br
231 [\fB\-\-validate\fP]
227232 .br
228233 [\fB\-\-verbose\fP]
229234 .br
230 .\" FIXME
231 [\fB\-\-win32\-loader true|false]\fP
235 [\fB\-\-win32\-loader\fP true|false]
236 .br
237 [\fB\-\-zsync\fP true|false]
232238
233239 .SH 説明
234 \fBlb config\fP は Live システムツール集 \fIlive\-build\fP(7) の高レベルコマンド (porcelain) です。
240 \fBlb config\fP is a high\-level command (porcelain) of \fIlive\-build\fP(7), the
241 Debian Live tool suite.
235242 .PP
236 .\" FIXME
237 \fBlb config\fP は live\-build の設定ディレクトリを用意します。デフォルトで、このディレクトリは「config」という名で、\fBlb
238 config\fP が実行された現在のディレクトリに作成されます。
243 \fBlb config\fP populates the configuration directory for live\-build. This
244 directory is named 'config' and is created in the current directory where
245 \fBlb config\fP was executed.
239246 .PP
240 .\" FIXME
241 注意: 現在 \fBlb config\fP は気を利かせようとして、他のオプションの設定に依存する一部のオプションのデフォルト値をセット (例えば利用する
242 linux パッケージをビルドしようとしているのが wheezy システムがどうかにより判断)
243 します。これはつまり、新しい設定を生成する際はオプションを全て指定して \fBlb config\fP
244 を一度だけ実行すべきだということです。一部のオプションだけを指定して何度も実行した場合には、その度に使えない設定が出来る可能性があります。変更するオプションだけを指定して
245 \fBlb config\fP
246 を実行した場合、指定されていないオプションは、定義されている限りは全てそのまま維持されるためにこれが起きることもあります。ただし、不可能あるいはほぼ不可能な組み合わせであることがわかっていて使えない
247 Live システムを作成することになりそうなときには \fBlb config\fP それについて警告します。よくわからない場合は
248 config/{binary,bootstrap,chroot,common,source} を削除して再び \fBlb config\fP
249 を実行してください。
247 Note: \fBlb config\fP tries to be smart and sets defaults for some options
248 depending upon the settings of others. However, this only typically happens
249 when no existing saved config exists, because values are only automatically
250 set when not already defined (and running \fBlb config\fP involves loading any
251 existing config). This means that when generating a new configuration, you
252 should typically first ensure that any existing saved config files are
253 removed (by deletion of \fBconfig/{binary,bootstrap,chroot,common,source}\fP),
254 before then calling \fBlb config\fP just once with \fBall\fP necessary options
255 specified. Calling it when an existing saved config exists risks ending up
256 with a non\-working configuration, depending on the options changed, since in
257 doing so other options may end up with different values than they otherwise
258 might have had had automatic setting of them not been blocked by an existing
259 saved value. In some cases invalid combinations will be noticed and reported
260 as an error or warning, but this is not always the case and should not be
261 relied upon.
250262
251263 .SH オプション
252264 \fBlb config\fP は固有のオプションに加え、live\-build 全般のオプションを全て理解します。live\-build
253265 全般のオプションの全容については \fIlive\-build\fP(7) を見てください。
254266 .PP
255 .\" FIXME
256 .IP "\fB\-\-apt\fP apt|aptitude" 4
267 .IP "\fB\-\-apt\fP apt|apt\-get|aptitude" 4
257268 イメージのビルド時にパッケージをインストールするのに apt\-get と aptitude のどちらを利用するか決定します。デフォルトは apt です。
258269 .IP "\fB\-\-apt\-ftp\-proxy\fP \fIURL\fP" 4
259 apt により利用する ftp プロキシをセットします。デフォルトでは利用しません。この変数は chroot 内で利用する apt
260 でのみ有効で、それ以外では利用されないことに注意してください
270 sets the FTP proxy to be used by apt. By default, this is empty. Note that
271 this variable is only for the proxy that gets used by initial debootstrap,
272 and by apt internally within the chroot. It is not used for anything else.
261273 .IP "\fB\-\-apt\-http\-proxy\fP \fIURL\fP" 4
262 apt により利用する http プロキシをセットします。デフォルトでは利用しません。この変数は chroot 内で利用する apt
263 でのみ有効で、それ以外では利用されないことに注意してください
264 .IP "\fB\-\-apt\-indices\fP true|false|none" 4
265 作成されるイメージに apt の索引ファイルを収録するか否かを決定します。デフォルトは true です。none
266 をセットすると索引ファイルは一切収録されません。
274 sets the HTTP proxy to be used by apt. By default, this is empty. Note that
275 this variable is only for the proxy that gets used by initial debootstrap,
276 and by apt internally within the chroot. It is not used for anything else.
277 .IP "\fB\-\-apt\-indices\fP true|false" 4
278 defines if the resulting images should have apt indices or not and defaults
279 to true.
267280 .IP "\fB\-\-apt\-options\fP \fIオプション\fP|\(dq\fIオプション\fP\(dq" 4
268 イメージのビルド時に chroot 内で apt を利用する際に毎回付加されるデフォルトのオプションを決定します。デフォルトでは \-\-yes
269 がセットされていて、パッケージの対話的ではないインストール処理ができるようになっています。
270 .IP "\fB\-\-aptitude\-options\fP \fIオプション\fP|\(dq\fIオプション\fP\(dq" 4
271 イメージのビルド時に chroot 内で aptitude を利用する際に毎回付加されるデフォルトのオプションを決定します。デフォルトでは
272 \-\-assume\-yes がセットされていて、パッケージの対話的ではないインストール処理ができるようになっています。
281 defines the default options that will be appended to every apt call that is
282 made inside chroot during the building of the image. By default, this is set
283 to '\-\-yes' to allow non\-interactive installation of packages.
273284 .IP "\fB\-\-apt\-pipeline\fP \fI深度\fP" 4
274 apt/aptitude のパイプラインの深さを決定します。リモートのサーバがRFCに準拠していないあるいはバグが多い (Squid 2.0.2 等)
275 の場合、このオプションで「0」から「5」までの値を指定し、APTが送るべき処理中リクエストの数を指示できます。リモートホストがTCP接続を適切に残さない場合は「0」を指定*しないといけません*
276 \- そうしない場合はデータの破損が発生します。これを必要とするホストは RFC 2068 に違反しています。デフォルトで live\-build
277 はこのオプションをセットしていません。
285 sets the depth of the apt/aptitude pipeline. In cases where the remote
286 server is not RFC conforming or buggy (such as Squid 2.0.2) this option can
287 be a value from 0 to 5 indicating how many outstanding requests apt should
288 send. A value of zero MUST be specified if the remote host does not properly
289 linger on TCP connections \- otherwise data corruption will occur. Hosts
290 which require this are in violation of RFC 2068. By default, live\-build does
291 not set this option.
278292 .IP "\fB\-\-apt\-recommends\fP true|false" 4
279293 aptが推奨パッケージを自動的にインストールすべきか否かを決定します。デフォルトは true です。
280294 .IP "\fB\-\-apt\-secure\fP true|false" 4
281295 aptがリポジトリの署名を確認すべきか否かを決定します。デフォルトは true です。
282296 .IP "\fB\-\-apt\-source\-archives\fP true|false" 4
283 作成される Live イメージに deb\-src の行を収録すべきか否かを決定します。デフォルトは true です。
284 .IP "\-a|\fB\-\-architectures\fP \fIアーキテクチャ\fP" 4
285 ビルドされるイメージのアーキテクチャを指定します。デフォルトではホストのアーキテクチャがセットされます。ホストシステムで対象アーキテクチャのバイナリをネイティブに実行できない場合には別のアーキテクチャのクロスビルドはできないことに注意してください。例えば64ビット対応の
286 i386 系列プロセッサ及び適切なカーネルを使っている場合には i386 で amd64 イメージを、あるいはその逆に、ビルドできます。しかし i386
287 システムで powerpc 用イメージをビルドするのは不可能です。
288 .IP "\-b|\fB\-\-binary\-images\fP iso|iso\-hybrid|netboot|tar|hdd" 4
289 ビルドするイメージの種類を決定します。デフォルトで、syslinux を利用するイメージではハードディスク向けイメージと同じようにも利用できる
290 CD/DVD イメージをビルドするため iso\-hybrid が、syslinux 以外のイメージでは iso がセットされます。
291 .IP "\fB\-\-binary\-filesystem\fP fat16|fat32|ext2|ext3|ext4" 4
297 defines if deb\-src entries should be included in the resulting live image's
298 apt sources.list or not, defaults to true.
299 .IP "\fB\-\-aptitude\-options\fP \fIオプション\fP|\(dq\fIオプション\fP\(dq" 4
300 defines the default options that will be appended to every aptitude call
301 that is made inside chroot during building of the image. By default, this is
302 set to '\-\-assume\-yes' to allow non\-interactive installation of packages.
303 .IP "\fB\-a\fP|\fB\-\-architecture\fP \fIARCHITECTURE\fP" 4
304 defines the architecture of the to be built image. By default, this is set
305 to the host architecture. Note that you cannot crossbuild for another
306 architecture if your host system is not able to execute binaries for the
307 target architecture natively. For example, building amd64 images on i386 and
308 vice versa is possible if you have a 64bit capable i386 processor and the
309 right kernel. But building powerpc images on an i386 system is not possible.
310 .IP "\fB\-\-archive\-areas\fP \fIアーカイブ領域\fP|\(dq\fIアーカイブ領域\fP\(dq" 4
311 defines which package archive areas (a comma or space separated list) of a
312 debian package archive should be used for configured debian package
313 mirrors. By default, this is set to main only. Remember to check the
314 licenses of each package with respect to their redistributability in your
315 juristiction when enabling contrib or non\-free with this mechanism.
316 .IP "\fB\-\-backports\fP true|false" 4
317 イメージに backports パッケージアーカイブを収録すべきか否かを決定します。
318 .IP "\fB\-\-binary\-filesystem\fP fat16|fat32|ext2|ext3|ext4|ntfs" 4
292319 defines the filesystem to be used in the image type. This only has an effect
293320 if the selected binary image type lets you choose a filesystem. For example,
294 when selection iso the resulting CD/DVD has always the filesystem
295 ISO9660. When building hdd images for usb sticks, this is active. Note that
296 it defaults to fat16 on all architectures except sparc where it defaults to
297 ext4. Also note that if you choose fat16 and your resulting binary image
298 gets bigger than 2GB, the binary filesystem automatically gets switched to
299 fat32.
321 for the ISO image type the resulting CD/DVD always has the filesystem
322 ISO9660. When building HDD images for USB sticks, multiple filesystem
323 formats are supported, thus this becomes applicable to allow selection. Note
324 that it defaults to 'fat32' on all architectures. Also note that if you
325 choose 'fat16' and your resulting binary image gets bigger than 2GB, the
326 binary filesystem automatically gets switched to 'fat32'.
327 .IP "\fB\-b\fP|\fB\-\-binary\-image\fP iso|iso\-hybrid|netboot|tar|hdd" 4
328 defines the image type to build. By default, for images using syslinux, this
329 is set to 'iso\-hybrid' to build CD/DVD images that may also be used like HDD
330 images, for non\-syslinux images, it defaults to 'iso'.
300331 .IP "\fB\-\-bootappend\-install\fP \fIパラメータ\fP|\(dq\fIパラメータ\fP\(dq" 4
301332 debian\-installer を収録した場合、debian\-installer 特有のブートパラメータをセットします。
302333 .IP "\fB\-\-bootappend\-live\fP \fIパラメータ\fP|\(dq\fIパラメータ\fP\(dq" 4
306337 sets boot parameters specific to debian\-live failsafe boot entries. A
307338 complete list of boot parameters can be found in the \fIlive\-boot\fP(7) and
308339 \fIlive\-config\fP(7) manual pages.
309 .IP "\fB\-\-bootloaders\fP grub\-legacy|grub\-pc|syslinux|grub\-efi" 4
310 defines which bootloader is being used in the generated image. This has only
311 an effect if the selected binary image type lets you choose the
312 bootloader. For example, if you build a iso, always syslinux (or more
313 precise, isolinux) is being used. Also note that some combinations of binary
314 images types and bootloaders may be possible but live\-build does not support
315 them yet. \fBlb config\fP will fail to create such a not yet supported
316 configuration and give a explanation about it. For hdd images on amd64 and
317 i386, the default is syslinux.
340 .IP "\fB\-\-bootloaders\fP grub\-legacy|grub\-pc|syslinux|grub\-efi|\(dq\fIBOOTLOADERS\fP\(dq" 4
341 defines which bootloaders to use in the generated image. This only has an
342 effect if the selected binary image type lets you choose the bootloader. For
343 example, if you build an ISO then syslinux (or more precise, isolinux) is
344 always used. Also note that not all combinations of binary image types and
345 bootloaders are supported (\fBlb config\fP will fail to create such an
346 unsupported configuration and will give a explanation about it). For HDD
347 images on amd64 and i386, the default is 'syslinux'. This option supports
348 more than one bootloader to be specified (space or comma separated) in order
349 to allow for both BIOS and EFI bootloaders to be included, though note that
350 only one of each type can be used (i.e. do not try to use two BIOS
351 bootloaders).
352 .IP "\fB\-\-bootstrap\-qemu\-arch\fP \fIARCH\fP" 4
353 sets the architecture to use for foreign bootstrap. Defaults to empty.
354 .IP "\fB\-\-bootstrap\-qemu\-exclude\fP \fIPACKAGE\fP|\(dq\fIPACKAGES\fP\(dq" 4
355 sets the packages to exclude during foreign bootstrap. Defaults to empty.
356 .IP "\fB\-\-bootstrap\-qemu\-static\fP \fIPATH\fP" 4
357 sets the static qemu binary for foreign bootstrap. Defaults to empty.
358 .IP \fB\-\-breakpoints\fP 4
359 inserts pauses during the generation of the image, where breakpoints have
360 been placed, if any (development oriented).
361 .IP "\fB\-\-build\-with\-chroot\fP true|false" 4
362 defines whether live\-build should use the tools from within the chroot to
363 build the binary image or not by using and including the host system's
364 tools. This is a very dangerous option, using the tools of the host system
365 can lead to tainted and even non\-bootable images if the host systems version
366 of the required tools (mainly these are the bootloaders such as syslinux and
367 grub, and the auxiliary tools such as dosfstools, xorriso, squashfs\-tools
368 and others) do not \fBexactly\fP match what is present at build\-time in the
369 target distribution. Never disable this option unless you are \fBexactly\fP
370 sure what you are doing and have \fBcompletely\fP understood its consequences.
318371 .IP "\fB\-\-cache\fP true|false" 4
319 全体としてキャッシュを使うか否か大域的に決定します。異なるキャッシュを、キャッシュそれぞれのオプションで制御できます。
372 defines globally if any cache should be used at all. Different caches can be
373 controlled through their own options.
320374 .IP "\fB\-\-cache\-indices\fP true|false" 4
321 defines if downloaded package indices and lists should be cached which is
375 defines if downloaded package indices and lists should be cached. This is
322376 false by default. Enabling it lets you rebuild an image completely offline,
323377 however, you would not get updates anymore then.
324378 .IP "\fB\-\-cache\-packages\fP true|false" 4
325 ダウンロードしたパッケージファイルをキャッシュするか否かを決定します。デフォルトで true
326 となっています。無効化するとビルドディレクトリの容量を節約できますが、再ビルドした場合には不要な転送が発生することを覚えておいてください。一般にこれは常に
327 true
328 にしておくべきですが、特定のまれなビルド環境でローカルディスクを使うよりもローカルのネットワークミラーからパッケージを再取得した方が速いことがあります。
329 .IP "\fB\-\-cache\-stages\fP true|false|\fI段階\fP|\(dq\fI段階\fP\(dq" 4
330 キャッシュする段階を指定します。デフォルトでパッケージ収集段階をキャッシュします。通常の段階を示す名前に対する例外として、filesystem.{dir,ext*,squashfs}
331 に生成したルートファイルシステムだけをキャッシュする rootfs
332 を指定できます。開発時にバイナリ段階を再ビルドする際、ルートファイルシステムを毎回再生成するのは避けたい場合にこれは有用です。
333 .IP "\fB\-\-checksums\fP md5|sha1|sha256|none" 4
334 バイナリイメージに md5sums.txt や sha1sums.txt、sha256sums.txt
335 等のファイルを収録するか否かを決定します。この各ファイルではイメージのチェックサムとそのイメージにある全ファイルを列挙します。ブートプロンプトで指定した場合は
336 live\-boot 組み込みの整合性確認によりこれを利用してメディアを検証できます。一般にこれは false にすべきではなく、一般向けにリリースした
337 Live
338 システムにとって重要な機能でもあります。しかし、巨大なイメージの開発の際にはチェックサムを計算しないことによりいくらか時間を節約できる可能性があります。
339 .IP "\fB\-\-compression\fP bzip2|gzip|lzip|none" 4
340 tar アーカイブの圧縮に利用する圧縮プログラムを決定します。デフォルトは gzip です。
341 .IP "\fB\-\-config\fP \fIGIT_URL\fP::\fIGIT_ID\fP" 4
342 bootstrap the config tree from a git repository, optionally appended by a
343 Git Id (branch, commit, tag, etc.).
344 .IP "\fB\-\-build\-with\-chroot\fP true|false" 4
345 live\-build がバイナリイメージのビルドに chroot 内のツールを使うのか、chroot
346 ではなくホストのシステムツールを取り込んで使うのかを決定します。これは非常に危険なオプションであり、ホストシステムのツールを利用することで汚染され、必要とするツール
347 (主に syslinux や grub 等のブートローダや、dosfstools や xorriso、squashfs\-tools その他の補助ツール)
348 のバージョンがホストシステムのものと対象ディストリビューションとでビルド時に存在するものとで\fB正確に\fP一致しないとブート不可能なイメージが出来上がってしまう可能性もあります。何をしているのか\fB正確に\fPわかっていて\fB完全に\fP\fI結果を理解している\fP場合を除き、このオプションを決して無効化することのないようにしてください。
379 defines if downloaded packages files should be cached. This is true by
380 default. Disabling it does save space consumption in your build directory,
381 but remember that you will cause much unnecessary traffic if you do a couple
382 of rebuilds. In general you should always leave it true, however, in some
383 particular rare build setups, it can be faster to refetch packages from the
384 network mirror, if using a local one, rather than to utilize the local disk.
385 .IP "\fB\-\-cache\-stages\fP \fISTAGE\fP|\(dq\fISTAGES\fP\(dq" 4
386 sets which stages should be cached (a comma or space separated list). By
387 default this is set to 'bootstrap'. As an exception to the normal stage
388 names, 'rootfs' can also be used here which means only cache the generated
389 root filesystem in filesystem.{dir,ext*,squashfs}. This is useful during
390 development if you want to rebuild the binary stage but not regenerate the
391 root filesystem all the time.
392 .IP "\fB\-\-checksums\fP md5|sha1|sha224|sha256|sha384|sha512|none" 4
393 defines if the binary image should contain a file called XXXsums.txt, where
394 XXX is one of the mentioned checksum types. This file lists all files on the
395 image together with their checksums. This in turn can be used by
396 \fIlive\-boot\fP(7)'s built\-in integrity\-check to verify the medium if specified
397 at boot prompt. In general, this should not be 'none' and is an important
398 feature of live system released to the public. However, during development
399 of very big images it can save some time by not calculating the checksums.
349400 .IP "\fB\-\-chroot\-filesystem\fP ext2|ext3|ext4|squashfs|jffs2|none" 4
350 ルートファイルシステムのイメージとして利用するファイルシステムの種類を決定します。none
351 を指定した場合はファイルシステムイメージは作成されず、ルートファイルシステムの内容は非圧縮ファイルとしてバイナリイメージファイルシステムにコピーされます。選択したバイナリファイルシステムによっては、こういったそのままのルートファイルシステムのビルドができないものもあります。例えば
352 fat16/fat32 では linux からの直接の実行をサポートしていないため機能しません。
401 defines which filesystem type should be used for the root filesystem
402 image. If you use none, then no filesystem image is created and the root
403 filesystem content is copied on the binary image filesystem as flat
404 files. Depending on what binary filesystem you have chosen, it may not be
405 possible to build with such a plain root filesystem, e.g. fat16/fat32 will
406 not work as linux does not support running directly on them.
407 .IP "\fB\-\-chroot\-squashfs\-compression\-level\fP LEVEL" 4
408 defines the compression level that is used for the root filesystem image if
409 squashfs is used. Each compression algorithm supports different levels (or
410 none). You can look them up in the \fImksquashfs\fP help. Defaults to the
411 default setting in \fImksquashfs\fP.
412 .IP "\fB\-\-chroot\-squashfs\-compression\-type\fP gzip|lzma|lzo|lz4|xz|zstd" 4
413 defines the compression algorithm that is used for the root filesystem image
414 if squashfs is used. Defaults to xz.
353415 .IP \fB\-\-clean\fP 4
354416 未使用のため内容が空のサブディレクトリを自動的に削除し、設定ディレクトリを最小にします。
355 .IP "\-c|\fB\-\-conffile\fP \fIファイル\fP" 4
356 設定ディレクトリの通常利用される設定ファイルに加え、ユーザが指定した別の設定ファイルを使います。
417 .IP \fB\-\-color\fP 4
418 turns on color in the messages.
419 .IP "\fB\-\-compression\fP bzip2|gzip|lzip|xz|none" 4
420 defines the compression program to be used to compress tarballs. Defaults to
421 none.
422 .IP "\fB\-c\fP|\fB\-\-conffile\fP \fIFILE\fP" 4
423 defines a user specified alternative configuration file to use in addition
424 to the normally used one in the config directory.
425 .IP "\fB\-\-config\fP \fIGIT_URL\fP::\fIGIT_BRANCH\fP" 4
426 bootstraps the config tree from a git repository, optionally appended by a
427 Git ID (branch, commit, tag, etc.).
357428 .IP "\fB\-\-debconf\-frontend\fP dialog|editor|noninteractive|readline" 4
358 chroot 内での debconf フロントエンドの値を決定します。デフォルトの noninteractive
359 以外をセットした場合、ビルド中に質問するようになることに注意してください。
429 defines what value the debconf frontend should be set to inside the
430 chroot. Note that setting it to anything but 'noninteractive', which is the
431 default, makes your build asking questions during the build.
360432 .IP "\fB\-\-debconf\-priority\fP low|medium|high|critical" 4
361433 chroot 内での debconf の優先度の値を決定します。デフォルトでは critical で、ほとんどの質問は表示されなくなっています。これは
362434 debconf フロントエンドに noninteractive 以外を指定している場合にのみ有効であることに注意してください
363 .IP "\fB\-\-debian\-installer\fP true|cdrom|netinst|netboot|businesscard|live|false" 4
435 .IP "\fB\-\-debian\-installer\fP cdrom|netinst|netboot|businesscard|live|none" 4
364436 出来上がったバイナリイメージに debian\-installer
365437 を収録する場合にその種類を指定します。デフォルトではインストーラは収録されません。live 以外はどれでも、通常の debian\-cd
366438 として作成されているインストール用メディアと同等の設定を使います。live を選択した場合は live\-installer の udeb
367439 が収録されるため、debian\-installer が普通とは異なる挙動を取ります \- メディアやネットワークのパッケージを使って Debian
368440 システムをインストールするのではなく、ディスクに Live システムをインストールします。
369441 .IP "\fB\-\-debian\-installer\-distribution\fP daily|\fIコード名\fP" 4
370 debian\-installer のファイルを取得するディストリビューションを決定します。これは通常 Live
371 システムと同一のディストリビューションになりますが、新しい、あるいは日次ビルドのインストーラを使いたいときもあります。
442 defines the distribution where the debian\-installer files should be taken
443 out from. Normally, this should be set to the same distribution as the live
444 system. However, sometimes, one wants to use a newer or even daily built
445 installer.
446 .IP "\fB\-\-debian\-installer\-gui\fP true|false" 4
447 defines whether the graphical version of the debian\-installer should be
448 provided alongside the text based one. This defaults to true.
372449 .IP "\fB\-\-debian\-installer\-preseedfile\fP \fIファイル\fP|\fIURL\fP" 4
373450 オプションで利用、収録する debian\-installer 用の preseed
374451 ファイルのファイル名またはURLをセットします。config/binary_debian\-installer/preseed.cfg
375452 が存在する場合はそれがデフォルトで利用されます。
376 .IP "\fB\-\-debian\-installer\-gui\fP true|false" 4
377 debian\-installer グラフィカルGTKインターフェイスを true にするか否かを決定します。デフォルトでは、Debian モードや
378 Ubuntu のほとんどのバージョンで true、それ以外では false となっています。
379 .IP "\fB\-\-debootstrap\-options\fP \fIOPTIONS\fP" 4
453 .IP "\fB\-\-debootstrap\-options\fP \fIOPTION\fP|\(dq\fIOPTIONS\fP\(dq" 4
380454 passes the given options to debootstrap when setting up the base system.
381455 .IP "\fB\-\-debootstrap\-script\fP \fISCRIPT\fP" 4
382456 tells debootstrap to use an alternate bootstrap script (last parameter to
383457 debootstrap).
384458 .IP \fB\-\-debug\fP 4
385 デバッグ情報のメッセージを表示します。
386 .IP "\-d|\fB\-\-distribution\fP \fIコード名\fP" 4
387 出来上がる Live システムのディストリビューションを決定します。
388 .IP "\-d|\fB\-\-parent\-distribution\fP \fIコード名\fP" 4
389 出来上がる Live システムの派生元のディストリビューションを決定します。
390 .IP "\-d|\fB\-\-parent\-debian\-installer\-distribution\fP \fIコード名\fP" 4
391 出来上がる Live システムの派生元の debian\-installer のディストリビューションを決定します。
459 turns on debugging informational messages.
460 .IP "\fB\-d\fP|\fB\-\-distribution\fP \fICODENAME\fP" 4
461 defines the distribution of the resulting live system. This currently
462 defaults to 'buster'. The value 'sid' can be used for Debian unstable.
463 .IP "\fB\-\-distribution\-binary\fP \fICODENAME\fP" 4
464 defines the distribution enabled in the resulting live system (defaults to
465 the value set in \fB\-\-distribution\fP)
466 .IP "\fB\-\-distribution\-chroot\fP \fICODENAME\fP" 4
467 defines the distribution used to build the live system (defaults to the
468 value set in \fB\-\-distribution\fP)
469 .IP \fB\-\-dm\-verity\fP 4
470 Enables dm\-verity support for root file system. Only squashfs, ext2, ext3
471 and ext4 are supported. For more information see \fIlive\-boot\fP(7).
472 .IP "\fB\-\-dm\-verity\-fec\fP \fINB_ROOTS\fP" 4
473 Enables forward error correction for dm\-verity. \fINB_ROOTS\fP is the number of
474 error correction roots thas should be used. The value can be between 2 and
475 24. Android uses 2 by default.
476 .IP "\fB\-\-dm\-verity\-sign\fP \fISIGN_SCRIPT\fP" 4
477 Sign root hash of dm\-verity device. Script takes two arguments: the root
478 hash and a file to output the signature to.
392479 .IP \fB\-\-dump\fP 4
393480 prepares a report of the currently present live system configuration and the
394481 version of live\-build used. This is useful to provide if you submit bug
395 reports, we do get all information required for us to locate and replicate
396 an error.
397 .IP "\fB\-\-fdisk\fP fdisk|fdisk.dist" 4
398 利用するホストシステムの fdisk バイナリのファイル名を指定します。これは自動的に検出されるため通常は独自に指定する必要はありません。
482 reports, helping to provide basic useful information required for us to
483 locate and replicate an error.
484 .IP "\fB\-\-firmware\-binary\fP true|false" 4
485 includes firmware packages in debian\-installer. Defaults to true.
486 .IP "\fB\-\-firmware\-chroot\fP true|false" 4
487 includes firmware packages in the live image. Defaults to true. Beware that
488 some firmware packages are non\-free and will only be included if the
489 non\-free archive area is included in \fB\-\-archive\-areas\fP (and
490 \fB\-\-parent\-archive\-areas\fP). This is particularly relevant if you want
491 working wifi for instance.
399492 .IP \fB\-\-force\fP 4
400493 既に実行した段階を強制的に再び実行します。何をしているのかわかっている場合にのみ実行してください。通常、\fBlb build\fP を再び実行する前に
401494 \fBlb clean\fP を実行して掃除すると安全性は上がります。
402 .IP "\fB\-\-grub\-splash\fP \fIファイル\fP" 4
403 オプションで収録する、grub ブートローダのスプラッシュ画面に利用する画像のファイル名を指定します。
404495 .IP "\fB\-\-gzip\-options\fP \fIオプション\fP|\(dq\fIオプション\fP\(dq" 4
405 イメージのビルド時に gzip を利用する際に (ほぼ) 毎回付加されるデフォルトのオプションを決定します。デフォルトでは \-\-best
406 がセットされていて、圧縮率の最も高い (ただし最も遅い) 圧縮を行います。ホストシステムで対応していれば \-\-rsyncable も動的に付加されます。
407 .IP "\fB\-\-hooks\fP \fIファイル\fP" 4
408 /usr/share/live/build/examples/hooks
409 から利用できるフックから有効にするものを指定します。通常、実行されるフックはありません。フックを有効にする前にそれが何をするものなのか、確実に知って理解するようにしてください。
496 defines the default options that will be appended to (almost) every gzip
497 call during the building of the image. By default, this is set to '\-\-best'
498 to use highest (but slowest) compression. Dynamically, if the host system
499 supports it, also '\-\-rsyncable' is added.
500 .IP "\fB\-\-hdd\-label\fP \fILABEL\fP" 4
501 defines the label for the HDD target. Defaults to 'DEBIAN_LIVE'.
502 .IP "\fB\-\-hdd\-partition\-start\fP \fISTART\fP" 4
503 sets the start of the partition for the HDD target for BIOSes that expect a
504 specific boot partition start (e.g. "63s"). If empty, use optimal
505 layout. Defaults to empty.
506 .IP "\fB\-\-hdd\-size\fP \fISIZE\fP" 4
507 defines the size for the HDD target. The unit is MiB. Defaults to 'auto',
508 which generates the smallest possible image.
410509 .IP \fB\-\-ignore\-system\-defaults\fP 4
411 \fBlb config\fP はデフォルトで、新しい Live システム設定ディレクトリ生成時にシステムのデフォルト値を
412 \fI/etc/live/build.conf\fP と \fI/etc/live/build/*\fP
413 から読み取ります。これはミラーの場所等の全体的な設定を毎回指定したくない場合に有用です。
414 .IP "\fB\-\-initramfs\fP auto|none|live\-boot|casper" 4
415 Live システム特有の initramfs への変更を収録するパッケージの名前をセットします。デフォルトは auto
416 で、イメージの設定時ではなくビルド時に、ubuntu システムをビルドしている場合は casper、それ以外のシステムでは live\-boot
417 に展開されます。出来上がるシステムイメージが Live イメージではない場合には「none」が有用です (実験的設定値)。
510 \fBlb config\fP by default reads system defaults from \fI/etc/live/build.conf\fP
511 and \fI/etc/live/build/*\fP when generating a new live system config
512 directory. This is useful if you want to set global settings, such as mirror
513 locations, and don't want to specify them all of the time. This option
514 allows you to ignore such global settings.
515 .IP "\fB\-\-image\-name\fP \fINAME\fP" 4
516 sets the base name of the image. Defaults to live\-image.
517 .IP "\fB\-\-initramfs\fP none|live\-boot" 4
518 sets the name of the package that contains the live system specific
519 initramfs modification and defaults to live\-boot. Using 'none' is useful if
520 the resulting system image should not be a live image (experimental).
418521 .IP "\fB\-\-initramfs\-compression\fP bzip2|gzip|lzma]"
419 initramfs の圧縮に利用する圧縮プログラムを決定します。デフォルトは gzip です。
420 .IP "\fB\-\-interactive\fP shell" 4
421 chroot 段階の終了とバイナリ段階の開始の間に chroot
422 内で対話シェルへのログインを行い、手作業による介入できる機会を儲けるか否かを決定します。シェルをログアウトまたは終了により閉じた後は、ビルドは通常と同様に続きます。テスト以外でのこの機能の利用は全く勧められないことに注意してください。Live
423 システムの全ビルドで行うべき変更はフックにより適切に行うようにしてください。この機能はビルド過程を完全に自動化して双方向性を排除できるという長所を破壊します。これはもちろんデフォルトで
424 false となっています。
425 .IP "\fB\-\-isohybrid\-options\fP \fIオプション\fP|\(dq\fIオプション\fP\(dq" 4
426 isohybrid に渡すオプションを指定します。
522 defines the compression program to be used to compress the
523 initramfs. Defaults to 'gzip'.
524 .IP "\fB\-\-initsystem\fP sysvinit|systemd|none]"
525 defines the init system. Defaults to 'systemd'.
526 .IP "\fB\-\-interactive\fP true|shell|x11|xnest|false" 4
527 defines if after the chroot stage and before the beginning of the binary
528 stage, an interactive shell login should be spawned in the chroot in order
529 to allow you to do manual customizations, or as an alternative to 'true' and
530 \&'false' a specific shell to use (note that 'true' corresponds to a value of
531 \&'shell'). Once you close the shell with logout or exit, the build will
532 continue as usual. Note that it's strongly discouraged to use this for
533 anything else than testing. Modifications that should be present in all
534 builds of a live system should be properly made through hooks. Everything
535 else destroys the beauty of being able to completely automate the build
536 process and making it non\-interactive. By default, this is of course
537 \&'false'.
427538 .IP "\fB\-\-iso\-application\fP \fI名前\fP" 4
428 出来上がる CD/DVD イメージのヘッダの APPLICATION フィールドをセットします。デフォルトは Debian モードでは「Debian
429 Live」、ubuntu モードでは「Ubuntu Live」となっています。
539 sets the APPLICATION field in the header of a resulting CD/DVD image and
540 defaults to "Debian Live".
430541 .IP "\fB\-\-iso\-preparer\fP \fI名前\fP" 4
431542 sets the PREPARER field in the header of a resulting CD/DVD image. By
432543 default this is set to "live\-build \fIVERSION\fP;
433 http://debian\-live.alioth.debian.org/live\-build", where VERSION is expanded
434 to the version of live\-build that was used to build the image.
544 https://salsa.debian.org/live\-team/live\-build", where VERSION is expanded to
545 the version of live\-build that was used to build the image.
435546 .IP "\fB\-\-iso\-publisher\fP \fI名前\fP" 4
436 出来上がる CD/DVD イメージのヘッダの PUBLISHED フィールドをセットします。デフォルトは「Debian Live project;
437 http:/live\-systems.org/;
438 debian\[email protected]」となっています。独自の非公式イメージを配布する際はこれを忘れずに最新の適切な値に変更してください。
547 sets the PUBLISHED field in the header of a resulting CD/DVD image. By
548 default, this is set to 'Debian Live project;
549 https://wiki.debian.org/DebianLive; debian\[email protected]'. Remember
550 to change this to the appropriate value when distributing custom and
551 unofficial images.
439552 .IP "\fB\-\-iso\-volume\fP \fI名前\fP" 4
440 出来上がる CD/DVD イメージのヘッダの VOLUME フィールドをセットします。デフォルトは「(\fIモード\fP) (\fIディストリビューション\fP)
441 (\fI日時\fP)」で、モードは現在利用しているモード、ディストリビューションはディストリビューションの名前、日時は作成時の日付と時刻に展開されます。
553 sets the VOLUME field in the header of a resulting CD/DVD and defaults to
554 \&'Debian (\fIDISTRIBUTION\fP) (\fIDATE\fP)' where DISTRIBUTION is replaced with the
555 distribution name, and DATE with the current date and time of the
556 generation.
442557 .IP "\fB\-\-jffs2\-eraseblock\fP \fIサイズ\fP" 4
443558 JFFS2 (Second Journaling Flash File System) ファイルシステムの eraseblock
444559 のサイズを指定します。デフォルトは 64 KiB となっています。対象の MTD デバイスと一致しない値をこれに指定した場合は JFFS2
445560 が最適に機能しなくなるかもしれません。サイズに 4096 未満の値が指定された場合は KiB 単位の値が指定されたものと仮定します。
446 .IP "\fB\-\-keyring\-packages\fP \fIパッケージ|\(dqパッケージ\fP\(dq" 4
447 キーリングパッケージや追加のキーリングパッケージをセットします。デフォルトでは debian\-archive\-keyring となっています。
448 .IP "\-k|\fB\-\-linux\-flavours\fP \fIフレーバー\fP|\(dq\fIフレーバー\fP\(dq" 4
449 インストールするカーネルの種類 (フレーバー)
450 を指定します。複数指定した場合は最初に指定したものがデフォルトでブートされるカーネルとして設定されることに注意してください。
451 .IP "\fB\-\-linux\-packages\fP \(dq\fIパッケージ\fP\(dq" 4
452 カーネルのパッケージ命名規則に従った内部名をセットします。Debian のカーネルパッケージを利用している場合は調整する必要はありません。Debian
453 の命名規則に従わない独自のカーネルパッケージを利用する場合にはこのオプションでパッケージの前半部 (Debian の場合は
454 linux\-image\-2.6) だけを忘れずに指定し、\fI前半部\fP\-\fIフレーバー\fP (Debian の場合は例えば
455 linux\-image\-686\-pae)
456 が有効なパッケージ名になるようにしてください。好ましいのは、メタパッケージがある場合にはその名前を前半部に使うことで、そうすると設定とABIが独立します。また、unionfs
457 や aufs、squashfs
458 のバイナリモジュールパッケージについても、ツリー外でビルドした場合にはその前半部を含める必要があることを忘れないようにしてください。
459 .IP "\fB\-\-losetup\fP losetup|losetup.orig" 4
460 利用するホストシステムの losetup バイナリのファイル名を指定します。これは自動的に検出されるため通常は独自に指定する必要はありません。
561 .IP "\fB\-\-keyring\-packages\fP \fIPACKAGE\fP|\(dq\fIPACKAGES\fP\(dq" 4
562 sets the keyring package or additional keyring packages (a space separated
563 list). By default this is set to 'debian\-archive\-keyring'.
564 .IP "\fB\-k\fP|\fB\-\-linux\-flavours\fP \fIFLAVOUR\fP|\(dq\fIFLAVOURS\fP\(dq" 4
565 sets the kernel flavours to be installed (a space separated list). Note that
566 in case you specify more than one the first will be configured as the
567 default kernel that gets booted. Optionally you can use an architecture
568 qualifier, e.g. amd64:amd64. Given an i386 system you can enable amd64
569 foreign architecture thanks to the commands: "dpkg \-\-add\-architecture amd64
570 ; apt\-get update". This enables you to use "686 amd64:amd64" as a linux
571 flavour. The amd64 kernel will be installed alongside the i386's 686 kernel.
572 .IP "\fB\-\-linux\-packages\fP \fIPACKAGE\fP|\(dq\fIPACKAGES\fP\(dq" 4
573 defines a space separated list of partial kernel package names. For each
574 name given and for each flavour in \fBLB_LINUX_FLAVOURS_WITH_ARCH\fP
575 (\fB\-\-linux\-flavours\fP), '\-FLAVOUR' will be appended to the name to get the
576 names of kernel packages to be included. By default this is
577 \&'linux\-image'. So for instance if this is set to "linux\-image linux\-headers"
578 and \fBLB_LINUX_FLAVOURS_WITH_ARCH\fP is "i386 amd64:amd64" then you will get
579 the four packages "linux\-image\-i386", "linux\-image\-amd64:amd64",
580 "linux\-headers\-i386" and "linux\-headers\-amd64:amd64". You can specify "none"
581 to disable the kernel installation step.
582 .IP "\fB\-\-loadlin\fP true|false" 4
583 sets loadlin. Defaults to false, except when the debian\-installer is
584 included for x86_64 or i386.
461585 .IP "\fB\-\-memtest\fP memtest86+|memtest86|none" 4
462 補助的なブートローダ設定として、memtest や memtest86+
463 を収録するか、あるいはメモリのテスト用プログラムを収録しないのかを決定します。これは amd64 及び i386 でのみ利用可能で、デフォルトは
464 memtest86+ となっています。
586 defines if memtest, memtest86+ or no memory tester at all should be included
587 (available as a bootloader menu entry). This is only available on amd64 and
588 i386 and defaults to memtest86+.
589 .IP "\fB\-\-mirror\-binary\fP \fIURL\fP" 4
590 sets the location of the derivative package mirror that should end up
591 configured in the final image and which is the one a user would see and
592 use. This has not necessarily to be the same that is used to build the
593 image, e.g. if you use a local mirror but want to have an official mirror in
594 the image. This defaults to 'http://deb.debian.org/debian/'.
595 .IP "\fB\-\-mirror\-binary\-security\fP \fIURL\fP" 4
596 sets the location of the derivatives security package mirror that should end
597 up configured in the final image. This defaults to
598 \&'http://security.debian.org/'.
599 .IP "\fB\-\-mirror\-bootstrap\fP \fIURL\fP" 4
600 sets the location of the debian package mirror that should be used to
601 bootstrap the derivative from. This defaults to
602 \&'http://deb.debian.org/debian/'.
603 .IP "\fB\-\-mirror\-chroot\fP \fIURL\fP" 4
604 sets the location of the debian package mirror that will be used to fetch
605 the packages of the derivative in order to build the live system. By
606 default, this is set to the value of \fB\-\-mirror\-bootstrap\fP.
607 .IP "\fB\-\-mirror\-chroot\-security\fP \fIURL\fP" 4
608 sets the location of the debian security package mirror that will be used to
609 fetch the packages of the derivative in order to build the live system. By
610 default, this points to 'http://security.debian.org/'.
611 .IP "\fB\-\-mirror\-debian\-installer\fP \fIURL\fP" 4
612 sets the location of the mirror that will be used to fetch the debian
613 installer images of the derivative. By default, this points to the same
614 mirror used to build the live system, i.e. the value of \fB\-\-mirror\-chroot\fP.
615 .IP "\fB\-\-mode\fP debian" 4
616 プロジェクト特有のデフォルト値を読み込むようにする大域モードを指定します。デフォルトでは debian となっています。
617 .IP "\fB\-\-net\-tarball\fP true|false" 4
618 defines if a compressed tarball should be created. If disabled, the plain
619 binary directory is considered the output. Default is true.
620 .IP \fB\-\-no\-color\fP 4
621 turns off color in the messages.
622 .IP "\fB\-\-onie\fP true|false" 4
623 defines if an ONIE.bin image is generated. ONIE binaries can be loaded by
624 supported systems, and will in turn boot the live image. Note that ISO or
625 hybrid\-iso are the only formats supported. For more information visit
626 <\fIhttp://onie.org/\fP>. Default is false.
627 .IP "\fB\-\-onie\-kernel\-cmdline\fP \fIOPTION\fP|\(dq\fIOPTIONS\fP\(dq" 4
628 defines additional kernel command line options that the ONIE system will use
629 when booting the image. Default is empty string.
630 .IP "\fB\-\-parent\-archive\-areas\fP \fIARCHIVE_AREA\fP|\(dq\fIARCHIVE_AREAS\fP\(dq" 4
631 defines the archive areas for derivatives of the resulting live system (a
632 comma or space separated list).
633 .IP "\fB\-\-parent\-debian\-installer\-distribution\fP daily|\fICODENAME\fP" 4
634 出来上がる Live システムの派生元の debian\-installer のディストリビューションを決定します。
635 .IP "\fB\-\-parent\-distribution\fP \fICODENAME\fP" 4
636 出来上がる Live システムの派生元のディストリビューションを決定します。
637 .IP "\fB\-\-parent\-distribution\-binary\fP \fICODENAME\fP" 4
638 defines the derivative's parent distribution enabled in the resulting live
639 system.
640 .IP "\fB\-\-parent\-distribution\-chroot\fP \fICODENAME\fP" 4
641 defines the derivative's parent distribution used to build the live system.
642 .IP "\fB\-\-parent\-mirror\-binary\fP \fIURL\fP" 4
643 sets the location of the debian package mirror that should end up configured
644 in the final image and which is the one a user would see and use. This has
645 not necessarily to be the same that is used to build the image, e.g. if you
646 use a local mirror but want to have an official mirror in the image. This
647 defaults to the value of \fB\-\-mirror\-binary\fP.
648 .IP "\fB\-\-parent\-mirror\-binary\-security\fP \fIURL\fP" 4
649 sets the location of the debian security package mirror that should end up
650 configured in the final image. This defaults to the value of
651 \fB\-\-mirror\-binary\-security\fP.
465652 .IP "\-m|\fB\-\-parent\-mirror\-bootstrap\fP \fIURL\fP" 4
466 パッケージ収集段階で利用するパッケージミラーの場所を指定します。デフォルトは「http://ftp.de.debian.org/debian/」ですが、ヨーロッパ以外では適切なデフォルトではないかもしれません。
653 sets the location of the debian package mirror that should be used to
654 bootstrap from. This defaults to the value of \fB\-\-mirror\-bootstrap\fP.
467655 .IP "\fB\-\-parent\-mirror\-chroot\fP \fIURL\fP" 4
468 Live システムをビルドするためにパッケージを取得するのに利用するパッケージのミラーの場所をセットします。デフォルトでは
469 \-\-parent\-mirror\-bootstrap で指定された値が利用されます。
656 sets the location of the debian package mirror that will be used to fetch
657 the packages in order to build the live system. This defaults to the value
658 of \fB\-\-parent\-mirror\-bootstrap\fP.
470659 .IP "\fB\-\-parent\-mirror\-chroot\-security\fP \fIURL\fP" 4
471 Live
472 システムをビルドするためにパッケージを取得するのに利用するセキュリティパッケージのミラーの場所をセットします。デフォルトでは「http://security.debian.org/debian/」が利用されます。
473 .IP "\fB\-\-parent\-mirror\-chroot\-updates\fP \fIURL\fP" 4
474 Live システムをビルドするためにパッケージを取得するのに利用する updates パッケージのミラーの場所をセットします。デフォルトでは
475 \-\-parent\-mirror\-chroot で指定された値が利用されます。
476 .IP "\fB\-\-parent\-mirror\-chroot\-backports\fP \fIURL\fP" 4
477 Live システムをビルドするためにパッケージを取得するのに利用する backports
478 パッケージのミラーの場所をセットします。デフォルトでは「http://backports.debian.org/debian\-backports/」が利用されます。
479 .IP "\fB\-\-parent\-mirror\-binary\fP \fIURL\fP" 4
480 出来上がったイメージ中で設定され、ユーザが利用することになる Debian
481 パッケージミラーの場所を指定します。これはイメージのビルドに利用するものと同一である必要はありません。例えばローカルミラーを利用しているけれどもイメージでは公式のミラーを使うようにしたい場合。デフォルトでは「http://httpredir.debian.org/debian/」を利用します。
482 .IP "\fB\-\-parent\-mirror\-binary\-security\fP \fIURL\fP" 4
483 最終的に出来上がるイメージで設定すべきセキュリティパッケージのミラーの場所をセットします。デフォルトでは「http://security.debian.org/」が利用されます。
484 .IP "\fB\-\-parent\-mirror\-binary\-updates\fP \fIURL\fP" 4
485 最終的に出来上がるイメージで設定すべき updates パッケージのミラーの場所をセットします。デフォルトでは
486 \-\-parent\-mirror\-binary で指定された値が利用されます。
487 .IP "\fB\-\-parent\-mirror\-binary\-backports\fP \fIURL\fP" 4
488 最終的に出来上がるイメージで設定すべき backports
489 パッケージのミラーの場所をセットします。デフォルトでは「http://backports.debian.org/debian\-backports/」が利用されます。
660 sets the location of the debian security package mirror that will be used to
661 fetch the packages in order to build the live system. This defaults to the
662 value of \fB\-\-mirror\-chroot\-security\fP.
490663 .IP "\fB\-\-parent\-mirror\-debian\-installer\fP \fIURL\fP" 4
491 debian インストーラのイメージを取得するのに利用するミラーの場所をセットします。デフォルトでは Live
492 システムをビルドするために利用するのと同じミラー、つまり \-\-parent\-mirror\-bootstrap で指定された値が利用されます。
493 .IP "\fB\-\-mirror\-bootstrap\fP \fIURL\fP" 4
494 派生物のパッケージ収集段階で利用するパッケージのミラーの場所をセットします。デフォルトは「http://ftp.de.debian.org/debian/」ですが、ヨーロッパ以外では適切なデフォルトではないかもしれません。
495 .IP "\fB\-\-mirror\-chroot\fP \fIURL\fP" 4
496 Live システムをビルドするために派生物のパッケージを取得するのに利用するパッケージのミラーの場所をセットします。デフォルトでは
497 \-\-mirror\-bootstrap で指定された値が利用されます。
498 .IP "\fB\-\-mirror\-chroot\-security\fP \fIURL\fP" 4
499 Live
500 システムをビルドするために派生物のパッケージを取得するのに利用するセキュリティパッケージのミラーの場所をセットします。デフォルトでは「http://security.debian.org/debian/」が利用されます。
501 .IP "\fB\-\-mirror\-chroot\-updates\fP \fIURL\fP" 4
502 Live システムをビルドするために派生物のパッケージを取得するのに利用する updates パッケージのミラーの場所をセットします。デフォルトでは
503 \-\-mirror\-chroot で指定された値が利用されます。
504 .IP "\fB\-\-mirror\-chroot\-backports\fP \fIURL\fP" 4
505 Live システムをビルドするために派生物のパッケージを取得するのに利用する backports
506 パッケージのミラーの場所をセットします。デフォルトでは「http://backports.debian.org/debian\-backports/」が利用されます。
507 .IP "\fB\-\-mirror\-binary\fP \fIURL\fP" 4
508 出来上がったイメージ中で設定され、ユーザが利用することになる派生物のパッケージミラーの場所を指定します。これはイメージのビルドに利用するものと同一である必要はありません。例えばローカルミラーを利用しているけれどもイメージでは公式のミラーを使うようにしたい場合。デフォルトでは「http://httpredir.debian.org/debian/」を利用します。
509 .IP "\fB\-\-mirror\-binary\-security\fP \fIURL\fP" 4
510 最終的に出来上がるイメージで設定すべき派生セキュリティパッケージのミラーの場所をセットします。
511 .IP "\fB\-\-mirror\-binary\-updates\fP \fIURL\fP" 4
512 最終的に出来上がるイメージで設定すべき派生 updates パッケージのミラーの場所をセットします。
513 .IP "\fB\-\-mirror\-binary\-backports\fP \fIURL\fP" 4
514 最終的に出来上がるイメージで設定すべき派生 backports パッケージのミラーの場所をセットします。
515 .IP "\fB\-\-mirror\-debian\-installer\fP \fIURL\fP" 4
516 派生物の debian インストーラのイメージを取得するのに利用するミラーの場所をセットします。デフォルトでは Live
517 システムをビルドするために利用するのと同じミラー、つまり \-\-mirror\-bootstrap で指定された値が利用されます。
518 .IP "\fB\-\-mode\fP debian|progress|ubuntu" 4
519 プロジェクト特有のデフォルト値を読み込むようにする大域モードを指定します。デフォルトでは debian となっています。
520 .IP "\fB\-\-system\fP live|normal" 4
521 出来上がるシステムのイメージを Live システムにするのか Live システムではない普通のイメージにするのかを指定します。
522 .IP "\fB\-\-net\-root\-filesystem\fP nfs|cfs" 4
523 ネットワーク経由のブート用イメージのブートローダ設定で設定するファイルシステムを指定します。デフォルトは nfs となっています。
524 .IP "\fB\-\-net\-root\-mountoptions\fP \fIオプション\fP" 4
525 ネットワーク経由のブート用イメージのルートファイルシステムをマウントする際のオプションを指定します。デフォルトは空です。
526 .IP "\fB\-\-net\-root\-path\fP \fIパス\fP" 4
527 ネットワーク経由のブート用イメージのブートローダ設定で設定するファイルのパスをセットします。デフォルトは Debian
528 モードでは「/srv/debian\-live」、ubuntu モードでは「/srv/ubuntu\-live」となっています。
529 .IP "\fB\-\-net\-root\-server\fP \fIIPアドレス\fP|\fIホスト名\fP" 4
530 ネットワーク経由のブート用イメージのルートファイルシステムのブートローダ設定で設定するIPアドレスやホスト名をセットします。デフォルトは
531 192.168.1.1 となっています。
532 .IP "\fB\-\-net\-cow\-filesystem\fP nfs|cfs" 4
533 copy\-on\-write レイヤーのファイルシステムの種類を指定します。デフォルトは nfs です。
534 .IP "\fB\-\-net\-cow\-mountoptions\fP \fIオプション\fP" 4
535 ネットワーク経由のブート用イメージの copy\-on\-write レイヤーをマウントする際の追加オプションを指定します。デフォルトは空です。
536 .IP "\fB\-\-net\-cow\-path\fP \fIパス\fP" 4
537 クライアントの書き込み可能ファイルシステムへのパスを指定します。パス中のどこかに \fIclient_mac_address\fP を指定すると
538 live\-boot はその部分をクライアントのMACアドレスをハイフンで区切ったものに置き換えます。
539 .PP
540 .IP "" 4
541 例:
542 .br
543 /export/hosts/client_mac_address
544 .br
545 /export/hosts/00\-16\-D3\-33\-92\-E8
546 .IP "\fB\-\-net\-cow\-server\fP \fIIPアドレス\fP|\fIホスト名\fP" 4
547 ネットワーク経由のブート用イメージの copy\-on\-write
548 ファイルシステムのブートローダ設定で設定するIPアドレスやホスト名をセットします。デフォルトは空です。
549 .IP "\fB\-\-net\-tarball\fP true|false" 4
550 圧縮した tar アーカイブを作成するか否かを決定します。このオプションを無効にすると tar
551 アーカイブは作成されなくなり、その場合はそのままのバイナリディレクトリが出力されることになります。デフォルトは true です。
664 sets the location of the mirror that will be used to fetch the debian
665 installer images. This defaults to the value of \fB\-\-parent\-mirror\-chroot\fP.
552666 .IP \fB\-\-quiet\fP 4
553667 \fBlb build\fP からのメッセージの出力を少なくします。
554 .IP "\fB\-\-archive\-areas\fP \fIアーカイブ領域\fP|\(dq\fIアーカイブ領域\fP\(dq" 4
555 設定した Debian パッケージミラーに利用する Debian パッケージアーカイブのパッケージアーカイブ領域を指定します。デフォルトでは main
556 となっています。この仕組みにより contrib や non\-free
557 を有効化する際は、該当する法律の下で再配布が可能かどうか、各パッケージのライセンスを忘れずに確認してください。
558 .IP "\fB\-\-parent\-archive\-areas\fP \fI親アーカイブ領域\fP|\(dq\fI親アーカイブ領域\fP\(dq" 4
559 出来上がる Live システムの派生物のアーカイブ領域のディストリビューションを決定します。
560668 .IP "\fB\-\-security\fP true|false" 4
561669 セキュリティミラーオプションで指定されたセキュリティリポジトリを利用するか否かを決定します。
562670 .IP "\fB\-\-source\fP true|false" 4
563 バイナリイメージに対応するソースイメージをビルドするか否かを決定します。ソースパッケージはほとんどの人にとって不要で、ダウンロードする必要があるものはかなり少数なので、デフォルトでは
564 false となっています。しかし、作成した Live イメージの配布を始める際には平行して、ソースイメージを利用してビルドできることを確認すべきです。
565 .IP "\-s|\fB\-\-source\-images\fP iso|netboot|tar|hdd" 4
566 ソースイメージのイメージの種類を指定します。デフォルトは tar です。
567 .IP "\fB\-\-firmware\-binary\fP true|false" 4
568 ファームウェアパッケージを debian\-installer
569 用のバイナリ置き場に自動的に収録するか否かを決定します。設定したアーカイブ領域で利用できるファームウェアパッケージだけが収録されることに注意してください。例えば
570 main のパッケージだけで構成したイメージでは non\-free
571 のファームウェアを自動的には収録しません。このオプションはバイナリパッケージ一覧で明示的に指定したパッケージには干渉しません。
572 .IP "\fB\-\-firmware\-chroot\fP true|false" 4
573 ファームウェアパッケージを Live
574 イメージに自動的に収録するか否かを決定します。設定したアーカイブ領域で利用できるファームウェアパッケージだけが収録されることに注意してください。例えば
575 main のパッケージだけで構成したイメージでは non\-free
576 のファームウェアを自動的には収録しません。このオプションはバイナリパッケージ一覧で明示的に指定したパッケージには干渉しません。
671 defines if a corresponding source image to the binary image should be
672 built. By default this is false because most people do not require this and
673 it involves downloading quite a few source packages. However, if you
674 distribute your live image to others, you should make sure you build it with
675 a source image alongside to help enable you to comply with licensing terms.
676 .IP "\fB\-s\fP|\fB\-\-source\-images\fP iso|netboot|tar|hdd" 4
677 defines the image type for the source image. Default is tar. More than one
678 can be specified (a comma or space separated list).
577679 .IP "\fB\-\-swap\-file\-path\fP \fIパス\fP" 4
578680 バイナリイメージ中に作成するスワップファイルのパスを指定します。デフォルトではスワップファイルを作成しません。
579681 .IP "\fB\-\-swap\-file\-size\fP \fIMB\fP" 4
580682 スワップファイルを作成する場合のサイズをメガバイトで指定します。デフォルトは 512MB です。
581 .IP "\fB\-\-tasksel\fP apt|aptitude|tasksel" 4
582 タスクのインストールに利用するプログラムを選択します。デフォルトでは tasksel となっています。
583 .IP "\fB\-\-templates\fP \fIパス\fP" 4
584 例えばブートローダ用に live\-build が利用するテンプレートへのパスを指定します。デフォルトでは
585 /usr/share/live/build/templates/ となっています。
586 .IP "\fB\-\-hdd\-size\fP MB" 4
587 hddイメージのサイズを指定します。デフォルトは 10000 (= 10GB)
588 となっていますが、イメージファイルはわずかなファイルとして作成されるためハードディスクに 10GB
589 の空き容量が必要というわけではないことに注意してください。
683 .IP "\fB\-\-system\fP live|normal" 4
684 defines if the resulting system image should be a live system or a normal,
685 non\-live system. Defaults to live.
686 .IP "\fB\-\-uefi\-secure\-boot\fP auto|enable|disable" 4
687 enables or disables Secure Boot support when using grub\-efi, by installing
688 signed shim and grub\-efi packages. By default, this is set to auto, which
689 means if the packages are available they will be installed, but if not only
690 a warning will be printed and the normal non\-signed grub\-efi will be used.
590691 .IP "\fB\-\-updates\fP true|false" 4
591692 イメージに updates パッケージアーカイブを収録すべきか否かを決定します。
592 .IP "\fB\-\-backports\fP true|false" 4
593 イメージに backports パッケージアーカイブを収録すべきか否かを決定します。
693 .IP "\fB\-\-utc\-time\fP true|false" 4
694 defines if timestamps should be UTC. Default is false, unless
695 SOURCE_DATE_EPOCH is set. Note, this does not affect the build log which
696 remains local time.
697 .IP \fB\-\-validate\fP 4
698 requests that the config be validated only, not changed, thus after the
699 validation check the script ends rather than writing an updated
700 config. Please note that at the time of writing, many options do not have
701 corresponding validation checks.
594702 .IP \fB\-\-verbose\fP 4
595703 \fBlb build\fP からのメッセージの出力を多くします。
596 .IP "\fB\-\-win32\-loader true|false\fP" 4
597 .\" FIXME
704 .IP "\fB\-\-win32\-loader\fP true|false" 4
598705 バイナリイメージに win32\-loader を収録すべきか否かを決定します。
706 .IP "\fB\-\-zsync\fP true|false" 4
707 defines whether a file for distributing the image in \fIzsync\fP(1) format will
708 be generated. Defaults to true.
599709
600710 .SH 環境変数
601 .\" FIXME
602 コマンドラインオプションは現在、対応する環境変数でも同様に指定できます。しかし、この実装は将来のリリースで変更される対象であり、基本的に使うべきではありません。live\-build
603 に直接適用するオプションに対応する環境変数は LB_FOO のようになり、例えば \fB\-\-apt\-ftp\-proxy\fP は
604 LB_APT_FTP_PROXY となります (\fB\-\-debug\fP 等の内部オプションは例外です)。他のプログラムに渡されるオプションには
605 APT_OPTIONS や GZIP_OPTIONS と同様に LB_ を付加しません。
606
607
608 .\" FIXME
711 Currently, command line switches can also be specified through the
712 corresponding environment variable. However, this generally should not be
713 relied upon, as it is an implementation detail that is subject to change in
714 future releases. For options applying directly to live\-build, environment
715 variables are named LB_FOO, meaning, e.g. \fB\-\-apt\-ftp\-proxy\fP becomes
716 \fBLB_APT_FTP_PROXY\fP (the exception being internal options such as
717 \fB\-\-debug\fP). For options passed to another program, as in APT_OPTIONS or
718 GZIP_OPTIONS, no LB_ prefix is used.
719
609720 .SH ファイル
610 .\" FIXME
611721 .IP \fBauto/config\fP 4
612722 .IP "\fB/etc/live/build.conf, /etc/live/build/*\fP" 4
613 .\" FIXME
614 \fBlb config\fP 変数向けのオプションの大域設定ファイルです。LB_PARENT_MIRROR_BOOTSTRAP
615 のようなシステム全体の少数のデフォルトを指定するのに有用です。この機能は \fB\-\-ignore\-system\-defaults\fP
616 オプションを指定することで無効にできます。
723 An optional, global configuration file for \fBlb config\fP variables. It is
724 useful to specify a few system wide defaults, like
725 \fBLB_PARENT_MIRROR_BOOTSTRAP\fP. This feature can be disabled by using the
726 \fB\-\-ignore\-system\-defaults\fP option.
617727
618728 .SH 関連項目
619729 \fIlive\-build\fP(7)
626736
627737 .SH ホームページ
628738 More information about live\-build and the Debian Live project can be found
629 on the homepage at <\fIhttps://debian\-live.alioth.debian.org/\fP>.
739 on the homepage at <\fIhttps://wiki.debian.org/DebianLive\fP>.
630740
631741 .SH バグ
632 バグは <\fIhttp://bugs.debian.org/\fP> にあるバグ追跡システムに live\-build
633 パッケージのバグ報告として提出するか、<\fIdebian\[email protected]\fP> にある Live
634 システムのメーリングリスト宛てにメールを書くことにより報告できます。
742 Bugs can be reported by submitting a bug report for the live\-build package
743 in the Bug Tracking System at <\fIhttp://bugs.debian.org/\fP> or by
744 writing a mail to the Debian Live mailing list at
745 <\fIdebian\[email protected]\fP>.
635746
636747 .SH 作者
637 live\-build は Daniel Baumann さん <\fImail@daniel\-baumann.ch\fP>
638 により書かれました。
748 live\-build was originally written by Daniel Baumann
749 <\fImail@daniel\-baumann.ch\fP>. Since 2016 development has been
750 continued by the Debian Live team.
22 .\" This file was generated with po4a. Translate the source file.
33 .\"
44 .\"*******************************************************************
5 .TH LIVE\-BUILD 1 2017\-08\-29 1:20170807kali1 "Live システムプロジェクト"
5 .TH LIVE\-BUILD 1 2021\-09\-02 1:20210902 "Debian Live Project"
66
77 .SH 名前
88 \fBlb_source\fP \- Complete the source stage
99
1010 .SH 概要
11 \fBlb source\fP [\fIlive\-build オプション\fP]
11 \fBlb source\fP [\fIOPTIONS\fP]
1212
1313 .SH 説明
14 \fBlb source\fP は Live システムツール集 \fIlive\-build\fP(7) の高レベルコマンド (porcelain) です。
14 \fBlb source\fP is a high\-level command (porcelain) of \fIlive\-build\fP(7), the
15 Debian Live tool suite.
1516 .PP
1617 \fBlb source\fP はソース段階を完了させるために必要な live\-build プログラムを全て正しい順で呼び出します。
1718
2930
3031 .SH ホームページ
3132 More information about live\-build and the Debian Live project can be found
32 on the homepage at <\fIhttps://debian\-live.alioth.debian.org/\fP>.
33 on the homepage at <\fIhttps://wiki.debian.org/DebianLive\fP>.
3334
3435 .SH バグ
35 バグは <\fIhttp://bugs.debian.org/\fP> にあるバグ追跡システムに live\-build
36 パッケージのバグ報告として提出するか、<\fIdebian\[email protected]\fP> にある Live
37 システムのメーリングリスト宛てにメールを書くことにより報告できます。
36 Bugs can be reported by submitting a bug report for the live\-build package
37 in the Bug Tracking System at <\fIhttp://bugs.debian.org/\fP> or by
38 writing a mail to the Debian Live mailing list at
39 <\fIdebian\[email protected]\fP>.
3840
3941 .SH 作者
40 live\-build は Daniel Baumann さん <\fImail@daniel\-baumann.ch\fP>
41 により書かれました。
42 live\-build was originally written by Daniel Baumann
43 <\fImail@daniel\-baumann.ch\fP>. Since 2016 development has been
44 continued by the Debian Live team.
22 .\" This file was generated with po4a. Translate the source file.
33 .\"
44 .\"*******************************************************************
5 .TH LIVE\-BUILD 7 2017\-08\-29 1:20170807kali1 "Live システムプロジェクト"
5 .TH LIVE\-BUILD 7 2021\-09\-02 1:20210902 "Debian Live Project"
66
77 .SH 名前
8 \fBlive\-build\fP \- Live システムツール集
8 \fBlive\-build\fP \- the Debian Live tool suite
99
1010 .SH 概要
11 .\" FIXME
12 .\" FIXME
13 \fBlb \fP\fIコマンド\fP [\fB\-h|\-\-help\fP] [\fB\-u|\-\-usage\fP] [\fB\-v|\-\-version\fP]
14 [\fB\-\-breakpoints\fP] [\fB\-\-conffile\fP] [\fB\-\-debug\fP] [\fB\-\-force\fP] [\fB\-\-quiet\fP]
15 [\fB\-\-verbose\fP]
11 \fBlb\fP {\fB\-h\fP|\fB\-\-help\fP|\fB\-u\fP|\fB\-\-usage\fP|\fB\-v\fP|\fB\-\-version\fP}
12 .PP
13 \fBlb\fP \fICOMMAND\fP [\fIOPTIONS\fP]
1614
1715 .SH 説明
18 .\" FIXME
1916 live\-build は Live システムのイメージをビルドするためのスクリプト集です。live\-build
2017 の背景となる考え方は、設定ディレクトリを使って Live イメージのビルドに関するあらゆる面を完全に自動化、独自化するツール集ということです。
2118 .PP
2219 \fIコマンド\fPは live\-build コマンドの名前です (以下参照)。
2320 .PP
24 .\" FIXME
2521 More documentation about how to use live\-build is available in the
2622 individual manpages for each helper and in the manual at
27 <\fIhttps://debian\-live.alioth.debian.org/manual/\fP>.
23 <\fIhttps://live\-team.pages.debian.net/live\-manual/\fP>.
2824
2925 .SH オプション
30 .\" FIXME
3126 .SS "live\-build 共有オプション"
3227 以下のコマンドラインオプションは全 live\-build プログラムでサポートされています。
3328 .IP "\fB\-h, \-\-help\fP" 4
4136 man ページを見てください。
4237 .IP \fB\-\-breakpoints\fP 4
4338 ブレークポイントをたどります。
44 .IP \fB\-\-conffile\fP 4
45 独自の設定ファイルを使います。
39 .IP \fB\-\-color\fP 4
40 enable color use in messages.
4641 .IP \fB\-\-debug\fP 4
4742 デバッグ情報を表示します。
4843 .IP \fB\-\-force\fP 4
4944 段階ファイルが存在する場合でも強制的にヘルパーを実行します。
45 .IP \fB\-\-no\-color\fP 4
46 disable color use in messages.
5047 .IP \fB\-\-quiet\fP 4
5148 出力するメッセージを少なくします。
5249 .IP \fB\-\-verbose\fP 4
53 .\" FIXME
5450 出力するメッセージを多くします。
5551
5652 .SH "LIVE\-BUILD コマンド"
57 .\" FIXME
58 live\-build は高レベル (「porcelain」) コマンドと低レベル (「plumbing」) コマンドに分割されています。
59 .PP
60 .\" FIXME
53 We divide live\-build into high level ("porcelain") commands, secondary major
54 build stage ("porcelain") commands, and low level ("plumbing") commands.
55 .PP
6156 利用可能な全 live\-build コマンドの一覧です。詳しくはそれぞれの man ページを見てください。
6257
6358 .SH "高レベルコマンド (PORCELAIN)"
64 .\" FIXME
6559 高レベルコマンドは主要コマンドといくらかの副次的なユーザ向けユーティリティに分けられています。
6660 .SS 主要コマンド
6761 .IP "\fBlb config\fP(1)" 4
6862 creates configuration for live\-build
63 .IP "\fBlb build\fP(1)" 4
64 executes the build process (by executing all of the secondary level major
65 build stages in sequence)
66 .IP "\fBlb clean\fP(1)" 4
67 cleans up system build directories
68 .SS 副次的なコマンド
69 .IP \fBlb\fP(1) 4
70 generic live\-build script execution wrapper
71
72 .SH "SECONDARY\-LEVEL BUILD COMMANDS (PORCELAIN)"
73 The following are the commands that execute each major stage of the build
74 process, in their necessary order of execution. Normally a user might just
75 execute the higher level \fBlb build\fP(1) command rather than use these
76 individually.
6977 .IP "\fBlb bootstrap\fP(1)" 4
7078 executes the first build stage, creating (bootstraping) a basic Debian root
7179 filesystem
7482 .IP "\fBlb installer\fP(1)" 4
7583 executes the third build stage, obtaining installer components (optional)
7684 .IP "\fBlb binary\fP(1)" 4
77 executes the fourth build stage, generating a binary image
85 executes the fourth build stage, generating the binary (live) image
7886 .IP "\fBlb source\fP(1)" 4
79 executes the fifth build stage, generating a source image (optional)
80 .IP "\fBlb clean\fP(1)" 4
81 cleans up system build directories
82 .SS 副次的なコマンド
83 .IP \fBlb\fP(1) 4
84 generic live\-build script execution wrapper
85 .IP "\fBlb build\fP(1)" 4
86 .\" FIXME
87 alias for all build stages
87 executes the fifth build stage, generating a corresponding source image
88 (optional)
8889
8990 .SH "LOW\-LEVEL COMMANDS (PLUMBING) \- BUILD STAGE COMPONENTS"
90 .\" FIXME
91 live\-build
92 の実際の作業は低レベルコマンドにより実装されています。低レベルコマンドはエンドユーザが直接実行することは想定していません。高レベルの主要コマンドに操作させることにより、様々な低レベルコマンドを必ず正しい順で実行するようにしています。しかし、live\-build
93 コマンドを自分のスクリプトで再利用したい場合はこの低レベルコマンドが対象となるかもしれません。
91 The actual work of live\-build is implemented in the low\-level commands,
92 called plumbing. They are not supposed to be used by end users, who should
93 stick with porcelains as they ensure that all the different plumbing
94 commands are executed in the right order. However, if you intend to reuse
95 live\-build commands in your own scripts, then the plumbings might be of
96 interest for you.
9497 .PP
9598 この低レベルコマンドへのインターフェイス (オプション群やセマンティクス)
9699 は高レベルの主要コマンドよりもはるかに安定していることが求められることに注意してください。それに対して高レベルの主要コマンドへのインターフェイスは、エンドユーザの使い勝手改善のために変更される対象となります。
101104 in save mode, saves to cache a copy of the generated bootstrap directory,
102105 and in restore mode, restores from cache a previously generated copy
103106 .IP "\fBlb bootstrap_debootstrap\fP(1)" 4
104 creates (bootstrap) a basic Debian root filesystem using debootstrap(8)
107 creates (bootstraps) a basic Debian root filesystem using debootstrap(8)
105108 .SS "Chroot stage specific commands"
106109 .PP
107110 Note: The following chroot_ prefixed commands are used in building the live
133136 .IP "\fBlb chroot_linux\-image\fP(1)" 4
134137 compiles a list of kernel images to be installed in the live OS root
135138 filesystem
136 .IP "\fBlb chroot_live\-packages\fP(1)" 4
137 installs a set of live system specific packages to the live OS root
138 filesystem
139139 .IP "\fBlb chroot_package\-lists\fP(1)" 4
140140 compiles a list of packages provided in the user\' local config to be
141141 installed in the live OS root filesystem
144144 root filesystem
145145 .SS "Installer stage specific commands"
146146 .IP "\fBlb installer_debian\-installer\fP(1)" 4
147 obtains and sets up Debian installer(d\-i) components
147 obtains and sets up Debian installer (d\-i) components
148148 .IP "\fBlb installer_preseed\fP(1)" 4
149149 installs pre\-configured answers to certain install prompts
150150 .SS "Binary stage specific commands"
151151 .IP "\fBlb binary_checksums\fP(1)" 4
152152 creates checksums (md5, sha1, and/or sha256) for live image content
153153 .IP "\fBlb binary_chroot\fP(1)" 4
154 duplicates the chroot directory, to place a copy of what whould be the
154 duplicates the chroot directory, to place a copy of what would be the
155155 completed live OS root filesystem to one side, allowing the original to
156156 continue to be used in executing certain parts of the remainder of the build
157157 process
158158 .IP "\fBlb binary_disk\fP(1)" 4
159159 creates disk information files to be added to live image
160 .IP "\fBlb binary_grub\fP(1)" 4
160 .IP "\fBlb binary_grub_cfg\fP(1)" 4
161 creates the config for grub\-pc and grub\-efi, and also enables loopback
162 support (which depends upon it) in the live image
163 .IP "\fBlb binary_grub\-efi\fP(1)" 4
164 installs grub\-efi (grub2 for EFI) into live image to provide image boot
165 capability. It relies upon \fBlb binary_grub_cfg\fP to create the config.
166 .IP "\fBlb binary_grub\-legacy\fP(1)" 4
161167 installs grub into live image to provide image boot capability
162 .IP "\fBlb binary_grub2\fP(1)" 4
163 installs grub2 into live image to provide image boot capability
168 .IP "\fBlb binary_grub\-pc\fP(1)" 4
169 installs grub\-pc (grub2 for BIOS) into live image to provide image boot
170 capability. It relies upon \fBlb binary_grub_cfg\fP to create the config.
164171 .IP "\fBlb binary_hdd\fP(1)" 4
165 compiles the final live image into an hdd image file
172 compiles the final live image into an HDD image file
166173 .IP "\fBlb binary_hooks\fP(1)" 4
167174 executes local hooks against the live image, if any are provided
168175 .IP "\fBlb binary_includes\fP(1)" 4
169176 copies a set of local files from the config directory into the live image,
170177 if any are provided
171178 .IP "\fBlb binary_iso\fP(1)" 4
172 compiles the final live image into an iso file
179 compiles the final live image into an ISO file
173180 .IP "\fBlb binary_linux\-image\fP(1)" 4
174181 copies the linux\-image into the live image
175182 .IP "\fBlb binary_loadlin\fP(1)" 4
182189 bundles a copy of memtest into the live image
183190 .IP "\fBlb binary_netboot\fP(1)" 4
184191 compiles the final live image into a netboot tar archive
192 .IP "\fBlb binary_onie\fP(1)" 4
193 installs onie into the live image
185194 .IP "\fBlb binary_package\-lists\fP(1)" 4
186195 processes local lists of packages to obtain and bundle into image (from
187196 which they could later be installed if not already)
205214 .IP "\fBlb source_disk\fP(1)" 4
206215 creates disk information files to be added to source image
207216 .IP "\fBlb source_hdd\fP(1)" 4
208 compiles the final source image into an hdd image file
217 compiles the final source image into an HDD image file
209218 .IP "\fBlb source_hooks\fP(1)" 4
210219 executes local hooks against the source image, if any are provided
211220 .IP "\fBlb source_iso\fP(1)" 4
212 compiles the final source image into an iso file
221 compiles the final source image into an ISO file
213222 .IP "\fBlb source_live\fP(1)" 4
214223 copies live\-build config into source
215224 .IP "\fBlb source_tar\fP(1)" 4
216 .\" FIXME
217225 compiles the final source image into a tar archive
218226
219227 .SH "LOW\-LEVEL COMMANDS (PLUMBING) \- CHROOT PREP COMPONENTS"
220 .\" FIXME
221228 The notes above under the section regarding build\-stage specific low\-level
222229 plumbing commands also apply here.
223230 .PP
228235 process, and later to remove those modification, unmounting things that were
229236 mounted, and making the chroot suitable for use as the root filesystem of
230237 the live OS to be bundled into the live image.
238 .PP
239 Note that the \fBlb chroot_prep\fP(1) command can be used to run these
240 components in bulk.
241 .IP "\fBlb chroot_prep\fP(1)" 4
242 a helper to run the below components in bulk. The first parameter it takes
243 is the execution mode \- install or remove \- to pass along. The second
244 parameter is the set of helpers to run (they can be space or comma
245 separated; remember to quote if space separated). Following this one or more
246 of the special parameters 'mode\-archives\-chroot', 'mode\-archives\-binary',
247 \&'mode\-archives\-source' and 'mode\-apt\-install\-binary' can optionally be used,
248 to select the 'pass' parameter for \fBlb chroot_archives\fP(1) in the case of
249 the first three (required if 'archives' is one of the helpers to be run),
250 and to run \fBlb chroot_apt\fP(1) in 'install\-binary' mode in the last
251 case. Any remaining parameters (i.e. options like \-\-force) are passed along
252 to all scripts run. The second parameter can be simply 'all' in which case a
253 default set of all components are used, or 'all\-except\-archives' which
254 differs in skipping \fBlb chroot_archives\fP(1). Components can be specified
255 without their filename 'chroot_' prefix for brevity. In remove mode the list
256 of components are run in reverse order, so no need to provide them in
257 reverse order yourself.
231258 .IP "\fBlb chroot_apt\fP(1)" 4
232259 manages apt configuration; in apply mode it applies configuration for use
233260 during build process, and in remove mode removes that configuration
259286 manages the /usr/sbin/policy\-rc.d file
260287 .IP "\fBlb chroot_tmpfs\fP(1)" 4
261288 manages configuration of dpkg to use a tmpfs filesystem
262 .IP "\fBlb chroot_upstart\fP(1)" 4
263 .\" FIXME
264 manages use of upstart /sbin/initctl program; in apply mode blocking
265 execution through a dpkg diversion, and in remove mode enabling execution
266 again
267289
268290 .SH 設定ファイル
269 .\" FIXME
270 例えば lb_bootstrap_debootstrap は利用するオプションを読み取るのに config/bootstrap 及び
271 config/bootstrap_debootstrap
272 という名のファイルを使います。利用するファイルの名前やフォーマットの詳細については個々のコマンドの man
273 ページを見てください。こういったファイルには一般的に、変数とそれに指定する値を1行に1件ずつ収録します。live\-build
274 の一部のプログラムでは組にした値や、変数の指定にわずかに複雑な方法を採っているものがあります。
275 .PP
276 For example, lb bootstrap_debootstrap uses files named config/bootstrap and
277 config/bootstrap_debootstrap to read the options it will use. See the man
278 pages of individual commands for details about the names and formats of the
279 files they use. Generally, these files contain variables with values
280 assigned, one variable per line. Some programs in live\-build use pairs of
281 values or slightly more complicated variable assignments.
291 Many live\-build commands make use of files in the \fIconfig/\fP directory to
292 control what they do. Besides the common \fIconfig/common\fP, which is used by
293 all live\-build commands, some additional files can be used to configure the
294 behavior of specific live\-build commands. These files are typically named
295 config/stage (where "stage" of course, is replaced with the name of the
296 stage that they belong to).
282297 .PP
283298 live\-build
284299 は実行中のシェルに存在する環境変数を尊重することに注意してください。変数が設定ファイルから読み取れる場合にはそれが環境変数より優先され、コマンドラインオプションで指定された場合にはそれが設定ファイルの値より優先されます。ある変数が見つからない、つまり値がセットされていない場合は
285300 live\-build が自動的にデフォルト値をセットします。
286301 .PP
287 一部のまれな状況で、そういったファイルにアーキテクチャやディストリビューションにより異なるものを使いたいことがあるかもしれません。「config/段階.アーキテクチャ」または「config/段階_補助.アーキテクチャ」、それと「config/段階.ディストリビューション」または「config/段階_補助.ディストリビューション」(「アーキテクチャ」には「dpkg
288 \-\-print\-architecture」の出力と同じもの、「ディストリビューション」には対象ディストリビューションのコード名と同じものが入ります)
289 という名のファイルが存在する場合には他のそれよりも一般的な名前のファイルに優先してそのファイルが利用されます。
290 .PP
291 .\" FIXME
302 In some rare cases, you may want to have different versions of these files
303 for different architectures or distributions. If files named
304 config/stage.arch and config/stage.dist exist, where "arch" is the same as
305 the output of "dpkg \-\-print\-architecture" and "dist" is the same as the
306 codename of the target distribution, then they will be used in preference to
307 other, more general files.
308 .PP
292309 設定ファイルは全て、live\-build
293310 プログラムにより作成されたシェルスクリプトです。それはつまり、通常のシェル構文に従う必要があるということです。また、設定ファイルにはコメントを残しておくこともできます。「#」で始まる行は無視されます。
294311
305322
306323 .SH ホームページ
307324 More information about live\-build and the Debian Live project can be found
308 on the homepage at <\fIhttps://debian\-live.alioth.debian.org/\fP>.
325 on the homepage at <\fIhttps://wiki.debian.org/DebianLive\fP>.
309326
310327 .SH バグ
311 バグは <\fIhttp://bugs.debian.org/\fP> にあるバグ追跡システムに live\-build
312 パッケージのバグ報告として提出するか、<\fIdebian\[email protected]\fP> にある Live
313 システムのメーリングリスト宛てにメールを書くことにより報告できます。
328 Bugs can be reported by submitting a bug report for the live\-build package
329 in the Bug Tracking System at <\fIhttp://bugs.debian.org/\fP> or by
330 writing a mail to the Debian Live mailing list at
331 <\fIdebian\[email protected]\fP>.
314332
315333 .SH 作者
316 live\-build は Daniel Baumann さん <\fImail@daniel\-baumann.ch\fP>
317 により書かれました。
334 live\-build was originally written by Daniel Baumann
335 <\fImail@daniel\-baumann.ch\fP>. Since 2016 development has been
336 continued by the Debian Live team.
44 msgid ""
55 msgstr ""
66 "Project-Id-Version: live-build 5.0~a11-1\n"
7 "POT-Creation-Date: 2017-08-29 15:05+0200\n"
7 "POT-Creation-Date: 2021-09-02 13:56+0100\n"
88 "PO-Revision-Date: 2015-09-20 14:53+0200\n"
99 "Last-Translator: Olivier Humbert <[email protected]>\n"
1010 "Language-Team: none\n"
1515
1616 #. type: TH
1717 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
18 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
19 #: en/live-build.7:1
18 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_installer.1:1
19 #: en/lb_source.1:1 en/live-build.7:1
2020 #, no-wrap
2121 msgid "LIVE-BUILD"
2222 msgstr "LIVE-BUILD"
2323
2424 #. type: TH
2525 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
26 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
27 #: en/live-build.7:1
28 #, no-wrap
29 msgid "2017-08-29"
30 msgstr ""
31
32 #. type: TH
33 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
34 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
35 #: en/live-build.7:1
36 #, no-wrap
37 msgid "1:20170807kali1"
38 msgstr ""
39
40 #. type: TH
41 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
42 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
43 #: en/live-build.7:1
44 #, no-wrap
45 msgid "Live Systems Project"
26 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_installer.1:1
27 #: en/lb_source.1:1 en/live-build.7:1
28 #, no-wrap
29 msgid "2021-09-02"
30 msgstr ""
31
32 #. type: TH
33 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
34 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_installer.1:1
35 #: en/lb_source.1:1 en/live-build.7:1
36 #, no-wrap
37 msgid "1:20210902"
38 msgstr ""
39
40 #. type: TH
41 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
42 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_installer.1:1
43 #: en/lb_source.1:1 en/live-build.7:1
44 #, fuzzy, no-wrap
45 #| msgid "Live Systems Project"
46 msgid "Debian Live Project"
4647 msgstr "Projet Live Systems"
4748
4849 #. type: SH
4950 #: en/lb.1:3 en/lb_binary.1:3 en/lb_bootstrap.1:3 en/lb_build.1:3
50 #: en/lb_chroot.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_source.1:3
51 #: en/live-build.7:3
51 #: en/lb_chroot.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_installer.1:3
52 #: en/lb_source.1:3 en/live-build.7:3
5253 #, no-wrap
5354 msgid "NAME"
5455 msgstr "NOM"
6061
6162 #. type: SH
6263 #: en/lb.1:6 en/lb_binary.1:6 en/lb_bootstrap.1:6 en/lb_build.1:6
63 #: en/lb_chroot.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_source.1:6
64 #: en/live-build.7:6
64 #: en/lb_chroot.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_installer.1:6
65 #: en/lb_source.1:6 en/live-build.7:6
6566 #, no-wrap
6667 msgid "SYNOPSIS"
6768 msgstr "SYNOPSIS"
6869
6970 #. type: Plain text
7071 #: en/lb.1:8
71 msgid "B<lb> COMMAND [COMMAND_OPTIONS]"
72 #, fuzzy
73 #| msgid "B<lb> COMMAND [COMMAND_OPTIONS]"
74 msgid "B<lb> I<COMMAND> [I<COMMAND_OPTIONS>]"
7275 msgstr "B<lb> COMMANDE [OPTIONS_DE_COMMANDE]"
7376
7477 #. type: Plain text
7578 #: en/lb.1:10
76 msgid "B<lb> [I<live-build\\ options>]"
77 msgstr "B<lb> [I<live-build\\ options>]"
79 #, fuzzy
80 #| msgid "B<lb> COMMAND [COMMAND_OPTIONS]"
81 msgid "B<lb> [I<OPTIONS>]"
82 msgstr "B<lb> COMMANDE [OPTIONS_DE_COMMANDE]"
7883
7984 #. type: SH
8085 #: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9
81 #: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:229 en/lb_source.1:9
82 #: en/live-build.7:11
86 #: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:235 en/lb_installer.1:9
87 #: en/lb_source.1:9 en/live-build.7:11
8388 #, no-wrap
8489 msgid "DESCRIPTION"
8590 msgstr "DESCRIPTION"
8691
8792 #. type: Plain text
8893 #: en/lb.1:13
89 msgid ""
90 "B<lb> is a high-level command (porcelain) of I<live-build>(7), the live "
91 "systems tool suite."
94 #, fuzzy
95 #| msgid ""
96 #| "B<lb> is a high-level command (porcelain) of I<live-build>(7), the live "
97 #| "systems tool suite."
98 msgid ""
99 "B<lb> is a high-level command (porcelain) of I<live-build>(7), the Debian "
100 "Live tool suite."
92101 msgstr ""
93102 "B<lb> est une commande de haut-niveau (porcelaine) de I<live-build>(7), la "
94103 "suite d'outils live systems."
95104
96105 #. type: SH
97 #: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
98 #: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:238 en/lb_source.1:14
99 #: en/live-build.7:20
106 #: en/lb.1:14 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
107 #: en/lb_chroot.1:14 en/lb_clean.1:14 en/lb_config.1:242 en/lb_installer.1:14
108 #: en/lb_source.1:14 en/live-build.7:18
100109 #, no-wrap
101110 msgid "OPTIONS"
102111 msgstr "OPTIONS"
103112
104113 #. type: Plain text
105 #: en/lb.1:18
114 #: en/lb.1:16
106115 msgid ""
107116 "B<lb> has no specific options but understands all generic live-build "
108117 "options. See I<live-build>(7) for a complete list of all generic live-build "
113122 "toutes les options génériques de live-build options."
114123
115124 #. type: SH
116 #: en/lb.1:19 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17
117 #: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:474 en/lb_source.1:17
118 #: en/live-build.7:229
125 #: en/lb.1:17 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17
126 #: en/lb_chroot.1:17 en/lb_clean.1:34 en/lb_config.1:473 en/lb_installer.1:17
127 #: en/lb_source.1:17 en/live-build.7:224
119128 #, no-wrap
120129 msgid "FILES"
121130 msgstr "FICHIERS"
122131
123132 #. type: IP
124 #: en/lb.1:20 en/lb_binary.1:18 en/lb_bootstrap.1:18 en/lb_chroot.1:18
125 #: en/lb_source.1:18
133 #: en/lb.1:18 en/lb_binary.1:18 en/lb_bootstrap.1:18 en/lb_chroot.1:18
134 #: en/lb_installer.1:18 en/lb_source.1:18
126135 #, no-wrap
127136 msgid "B<none>"
128137 msgstr "B<aucun>"
129138
130139 #. type: SH
131 #: en/lb.1:22 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:22
132 #: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:481 en/lb_source.1:20
133 #: en/live-build.7:233
140 #: en/lb.1:20 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:20
141 #: en/lb_chroot.1:20 en/lb_clean.1:37 en/lb_config.1:478 en/lb_installer.1:20
142 #: en/lb_source.1:20 en/live-build.7:228
134143 #, no-wrap
135144 msgid "SEE ALSO"
136145 msgstr "VOIR AUSSI"
137146
138147 #. type: Plain text
139 #: en/lb.1:24 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:24
140 #: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:483 en/lb_source.1:22
148 #: en/lb.1:22 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:22
149 #: en/lb_chroot.1:22 en/lb_clean.1:39 en/lb_config.1:480 en/lb_installer.1:22
150 #: en/lb_source.1:22
141151 msgid "I<live-build>(7)"
142152 msgstr "I<live-build>(7)"
143153
144154 #. type: Plain text
145 #: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26
146 #: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:489 en/lb_source.1:24
147 #: en/live-build.7:239
155 #: en/lb.1:24 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:24
156 #: en/lb_chroot.1:24 en/lb_clean.1:41 en/lb_config.1:486 en/lb_installer.1:24
157 #: en/lb_source.1:24 en/live-build.7:234
148158 msgid "This program is a part of live-build."
149159 msgstr "Ce programme est une partie de live-build."
150160
151161 #. type: SH
152 #: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27
153 #: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:490 en/lb_source.1:25
154 #: en/live-build.7:240
162 #: en/lb.1:25 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:25
163 #: en/lb_chroot.1:25 en/lb_clean.1:42 en/lb_config.1:487 en/lb_installer.1:25
164 #: en/lb_source.1:25 en/live-build.7:235
155165 #, no-wrap
156166 msgid "HOMEPAGE"
157167 msgstr "PAGE D'ACCUEIL"
158168
159169 #. type: Plain text
160 #: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29
161 #: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:492 en/lb_source.1:27
162 #: en/live-build.7:242
163 #, fuzzy
164 msgid ""
165 "More information about live-build and the Live Systems project can be found "
166 "on the homepage at E<lt>I<https://debian-live.alioth.debian.org/>E<gt>."
170 #: en/lb.1:27 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:27
171 #: en/lb_chroot.1:27 en/lb_clean.1:44 en/lb_config.1:489 en/lb_installer.1:27
172 #: en/lb_source.1:27 en/live-build.7:237
173 #, fuzzy
174 msgid ""
175 "More information about live-build and the Debian Live project can be found "
176 "on the homepage at E<lt>I<https://wiki.debian.org/DebianLive>E<gt>."
167177 msgstr ""
168178 "Davantage d'informations à propos de live-build et du projet Live Systems "
169179 "peuvent être trouvées sur la page d'accueil à E<lt>I<https://debian-live."
171181 "alioth.debian.org/manual/>E<gt>."
172182
173183 #. type: SH
174 #: en/lb.1:30 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:30
175 #: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:493 en/lb_source.1:28
176 #: en/live-build.7:243
184 #: en/lb.1:28 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:28
185 #: en/lb_chroot.1:28 en/lb_clean.1:45 en/lb_config.1:490 en/lb_installer.1:28
186 #: en/lb_source.1:28 en/live-build.7:238
177187 #, no-wrap
178188 msgid "BUGS"
179189 msgstr "BOGUES"
180190
181191 #. type: Plain text
182 #: en/lb.1:32 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:32
183 #: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:495 en/lb_source.1:30
184 #: en/live-build.7:245
185 msgid ""
186 "Bugs can be reported by submitting a bugreport for the live-build package in "
187 "the Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
188 "writing a mail to the Live Systems mailing list at E<lt>I<debian-live@lists."
192 #: en/lb.1:30 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:30
193 #: en/lb_chroot.1:30 en/lb_clean.1:47 en/lb_config.1:492 en/lb_installer.1:30
194 #: en/lb_source.1:30 en/live-build.7:240
195 #, fuzzy
196 #| msgid ""
197 #| "Bugs can be reported by submitting a bugreport for the live-build package "
198 #| "in the Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
199 #| "writing a mail to the Live Systems mailing list at E<lt>I<debian-"
200 #| "[email protected]>E<gt>."
201 msgid ""
202 "Bugs can be reported by submitting a bug report for the live-build package "
203 "in the Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
204 "writing a mail to the Debian Live mailing list at E<lt>I<debian-live@lists."
189205 "debian.org>E<gt>."
190206 msgstr ""
191207 "Les bogues peuvent être signalés en soumettant un rapport de bogue pour le "
194210 "E<lt>I<[email protected]>E<gt>."
195211
196212 #. type: SH
197 #: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33
198 #: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:496 en/lb_source.1:31
199 #: en/live-build.7:246
213 #: en/lb.1:31 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:31
214 #: en/lb_chroot.1:31 en/lb_clean.1:48 en/lb_config.1:493 en/lb_installer.1:31
215 #: en/lb_source.1:31 en/live-build.7:241
200216 #, no-wrap
201217 msgid "AUTHOR"
202218 msgstr "AUTEUR"
203219
204220 #. type: Plain text
205 #: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34
206 #: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:497 en/lb_source.1:32
207 #: en/live-build.7:247
208 msgid ""
209 "live-build was written by Daniel Baumann E<lt>I<[email protected]>E<gt>."
221 #: en/lb.1:32 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:32
222 #: en/lb_chroot.1:32 en/lb_clean.1:49 en/lb_config.1:494 en/lb_installer.1:32
223 #: en/lb_source.1:32 en/live-build.7:242
224 #, fuzzy
225 #| msgid ""
226 #| "live-build was written by Daniel Baumann E<lt>I<mail@daniel-baumann."
227 #| "ch>E<gt>."
228 msgid ""
229 "live-build was originally written by Daniel Baumann E<lt>I<mail@daniel-"
230 "baumann.ch>E<gt>. Since 2016 development has been continued by the Debian "
231 "Live team."
210232 msgstr ""
211233 "live-images a été écrit par Daniel Baumann E<lt>I<mail@daniel-baumann."
212234 "ch>E<gt>."
44 msgid ""
55 msgstr ""
66 "Project-Id-Version: live-build 5.0~a11-1\n"
7 "POT-Creation-Date: 2017-08-29 15:05+0200\n"
7 "POT-Creation-Date: 2021-09-02 13:56+0100\n"
88 "PO-Revision-Date: 2015-09-20 14:53+0200\n"
99 "Last-Translator: Olivier Humbert <[email protected]>\n"
1010 "Language-Team: none\n"
1515
1616 #. type: TH
1717 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
18 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
19 #: en/live-build.7:1
18 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_installer.1:1
19 #: en/lb_source.1:1 en/live-build.7:1
2020 #, no-wrap
2121 msgid "LIVE-BUILD"
2222 msgstr "LIVE-BUILD"
2323
2424 #. type: TH
2525 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
26 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
27 #: en/live-build.7:1
28 #, no-wrap
29 msgid "2017-08-29"
30 msgstr ""
31
32 #. type: TH
33 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
34 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
35 #: en/live-build.7:1
36 #, no-wrap
37 msgid "1:20170807kali1"
38 msgstr ""
39
40 #. type: TH
41 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
42 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
43 #: en/live-build.7:1
44 #, no-wrap
45 msgid "Live Systems Project"
26 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_installer.1:1
27 #: en/lb_source.1:1 en/live-build.7:1
28 #, no-wrap
29 msgid "2021-09-02"
30 msgstr ""
31
32 #. type: TH
33 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
34 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_installer.1:1
35 #: en/lb_source.1:1 en/live-build.7:1
36 #, no-wrap
37 msgid "1:20210902"
38 msgstr ""
39
40 #. type: TH
41 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
42 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_installer.1:1
43 #: en/lb_source.1:1 en/live-build.7:1
44 #, fuzzy, no-wrap
45 #| msgid "Live Systems Project"
46 msgid "Debian Live Project"
4647 msgstr "Projet Live Systems"
4748
4849 #. type: SH
4950 #: en/lb.1:3 en/lb_binary.1:3 en/lb_bootstrap.1:3 en/lb_build.1:3
50 #: en/lb_chroot.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_source.1:3
51 #: en/live-build.7:3
51 #: en/lb_chroot.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_installer.1:3
52 #: en/lb_source.1:3 en/live-build.7:3
5253 #, no-wrap
5354 msgid "NAME"
5455 msgstr "NOM"
5556
5657 #. type: SH
5758 #: en/lb.1:6 en/lb_binary.1:6 en/lb_bootstrap.1:6 en/lb_build.1:6
58 #: en/lb_chroot.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_source.1:6
59 #: en/live-build.7:6
59 #: en/lb_chroot.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_installer.1:6
60 #: en/lb_source.1:6 en/live-build.7:6
6061 #, no-wrap
6162 msgid "SYNOPSIS"
6263 msgstr "SYNOPSIS"
6364
6465 #. type: SH
6566 #: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9
66 #: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:229 en/lb_source.1:9
67 #: en/live-build.7:11
67 #: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:235 en/lb_installer.1:9
68 #: en/lb_source.1:9 en/live-build.7:11
6869 #, no-wrap
6970 msgid "DESCRIPTION"
7071 msgstr "DESCRIPTION"
7172
7273 #. type: SH
73 #: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
74 #: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:238 en/lb_source.1:14
75 #: en/live-build.7:20
74 #: en/lb.1:14 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
75 #: en/lb_chroot.1:14 en/lb_clean.1:14 en/lb_config.1:242 en/lb_installer.1:14
76 #: en/lb_source.1:14 en/live-build.7:18
7677 #, no-wrap
7778 msgid "OPTIONS"
7879 msgstr "OPTIONS"
7980
8081 #. type: SH
81 #: en/lb.1:19 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17
82 #: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:474 en/lb_source.1:17
83 #: en/live-build.7:229
82 #: en/lb.1:17 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17
83 #: en/lb_chroot.1:17 en/lb_clean.1:34 en/lb_config.1:473 en/lb_installer.1:17
84 #: en/lb_source.1:17 en/live-build.7:224
8485 #, no-wrap
8586 msgid "FILES"
8687 msgstr "FICHIERS"
8788
8889 #. type: IP
89 #: en/lb.1:20 en/lb_binary.1:18 en/lb_bootstrap.1:18 en/lb_chroot.1:18
90 #: en/lb_source.1:18
90 #: en/lb.1:18 en/lb_binary.1:18 en/lb_bootstrap.1:18 en/lb_chroot.1:18
91 #: en/lb_installer.1:18 en/lb_source.1:18
9192 #, no-wrap
9293 msgid "B<none>"
9394 msgstr "B<aucun>"
9495
9596 #. type: SH
96 #: en/lb.1:22 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:22
97 #: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:481 en/lb_source.1:20
98 #: en/live-build.7:233
97 #: en/lb.1:20 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:20
98 #: en/lb_chroot.1:20 en/lb_clean.1:37 en/lb_config.1:478 en/lb_installer.1:20
99 #: en/lb_source.1:20 en/live-build.7:228
99100 #, no-wrap
100101 msgid "SEE ALSO"
101102 msgstr "VOIR AUSSI"
102103
103104 #. type: Plain text
104 #: en/lb.1:24 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:24
105 #: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:483 en/lb_source.1:22
105 #: en/lb.1:22 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:22
106 #: en/lb_chroot.1:22 en/lb_clean.1:39 en/lb_config.1:480 en/lb_installer.1:22
107 #: en/lb_source.1:22
106108 msgid "I<live-build>(7)"
107109 msgstr "I<live-build>(7)"
108110
109111 #. type: Plain text
110 #: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26
111 #: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:489 en/lb_source.1:24
112 #: en/live-build.7:239
112 #: en/lb.1:24 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:24
113 #: en/lb_chroot.1:24 en/lb_clean.1:41 en/lb_config.1:486 en/lb_installer.1:24
114 #: en/lb_source.1:24 en/live-build.7:234
113115 msgid "This program is a part of live-build."
114116 msgstr "Ce programme est une partie de live-build."
115117
116118 #. type: SH
117 #: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27
118 #: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:490 en/lb_source.1:25
119 #: en/live-build.7:240
119 #: en/lb.1:25 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:25
120 #: en/lb_chroot.1:25 en/lb_clean.1:42 en/lb_config.1:487 en/lb_installer.1:25
121 #: en/lb_source.1:25 en/live-build.7:235
120122 #, no-wrap
121123 msgid "HOMEPAGE"
122124 msgstr "PAGE D'ACCUEIL"
123125
124126 #. type: Plain text
125 #: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29
126 #: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:492 en/lb_source.1:27
127 #: en/live-build.7:242
128 #, fuzzy
129 msgid ""
130 "More information about live-build and the Live Systems project can be found "
131 "on the homepage at E<lt>I<https://debian-live.alioth.debian.org/>E<gt>."
127 #: en/lb.1:27 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:27
128 #: en/lb_chroot.1:27 en/lb_clean.1:44 en/lb_config.1:489 en/lb_installer.1:27
129 #: en/lb_source.1:27 en/live-build.7:237
130 #, fuzzy
131 msgid ""
132 "More information about live-build and the Debian Live project can be found "
133 "on the homepage at E<lt>I<https://wiki.debian.org/DebianLive>E<gt>."
132134 msgstr ""
133135 "Davantage d'informations à propos de live-build et du projet Live Systems "
134136 "peuvent être trouvées sur la page d'accueil à E<lt>I<https://debian-live."
136138 "alioth.debian.org/manual/>E<gt>."
137139
138140 #. type: SH
139 #: en/lb.1:30 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:30
140 #: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:493 en/lb_source.1:28
141 #: en/live-build.7:243
141 #: en/lb.1:28 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:28
142 #: en/lb_chroot.1:28 en/lb_clean.1:45 en/lb_config.1:490 en/lb_installer.1:28
143 #: en/lb_source.1:28 en/live-build.7:238
142144 #, no-wrap
143145 msgid "BUGS"
144146 msgstr "BOGUES"
145147
146148 #. type: Plain text
147 #: en/lb.1:32 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:32
148 #: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:495 en/lb_source.1:30
149 #: en/live-build.7:245
150 msgid ""
151 "Bugs can be reported by submitting a bugreport for the live-build package in "
152 "the Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
153 "writing a mail to the Live Systems mailing list at E<lt>I<debian-live@lists."
149 #: en/lb.1:30 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:30
150 #: en/lb_chroot.1:30 en/lb_clean.1:47 en/lb_config.1:492 en/lb_installer.1:30
151 #: en/lb_source.1:30 en/live-build.7:240
152 #, fuzzy
153 #| msgid ""
154 #| "Bugs can be reported by submitting a bugreport for the live-build package "
155 #| "in the Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
156 #| "writing a mail to the Live Systems mailing list at E<lt>I<debian-"
157 #| "[email protected]>E<gt>."
158 msgid ""
159 "Bugs can be reported by submitting a bug report for the live-build package "
160 "in the Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
161 "writing a mail to the Debian Live mailing list at E<lt>I<debian-live@lists."
154162 "debian.org>E<gt>."
155163 msgstr ""
156164 "Les bogues peuvent être signalés en soumettant un rapport de bogue pour le "
159167 "E<lt>I<[email protected]>E<gt>."
160168
161169 #. type: SH
162 #: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33
163 #: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:496 en/lb_source.1:31
164 #: en/live-build.7:246
170 #: en/lb.1:31 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:31
171 #: en/lb_chroot.1:31 en/lb_clean.1:48 en/lb_config.1:493 en/lb_installer.1:31
172 #: en/lb_source.1:31 en/live-build.7:241
165173 #, no-wrap
166174 msgid "AUTHOR"
167175 msgstr "AUTEUR"
168176
169177 #. type: Plain text
170 #: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34
171 #: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:497 en/lb_source.1:32
172 #: en/live-build.7:247
173 msgid ""
174 "live-build was written by Daniel Baumann E<lt>I<[email protected]>E<gt>."
178 #: en/lb.1:32 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:32
179 #: en/lb_chroot.1:32 en/lb_clean.1:49 en/lb_config.1:494 en/lb_installer.1:32
180 #: en/lb_source.1:32 en/live-build.7:242
181 #, fuzzy
182 #| msgid ""
183 #| "live-build was written by Daniel Baumann E<lt>I<mail@daniel-baumann."
184 #| "ch>E<gt>."
185 msgid ""
186 "live-build was originally written by Daniel Baumann E<lt>I<mail@daniel-"
187 "baumann.ch>E<gt>. Since 2016 development has been continued by the Debian "
188 "Live team."
175189 msgstr ""
176190 "live-images a été écrit par Daniel Baumann E<lt>I<mail@daniel-baumann."
177191 "ch>E<gt>."
185199
186200 #. type: Plain text
187201 #: en/lb_binary.1:8
188 msgid "B<lb binary> [I<live-build options>]"
189 msgstr "B<lb binary> [I<live-build options>]"
202 #, fuzzy
203 #| msgid "B<lb_binary>(1)"
204 msgid "B<lb binary> [I<OPTIONS>]"
205 msgstr "B<lb_binary>(1)"
190206
191207 #. type: Plain text
192208 #: en/lb_binary.1:11
209 #, fuzzy
210 #| msgid ""
211 #| "B<lb binary> is a high-level command (porcelain) of I<live-build>(7), the "
212 #| "live systems tool suite."
193213 msgid ""
194214 "B<lb binary> is a high-level command (porcelain) of I<live-build>(7), the "
195 "live systems tool suite."
215 "Debian Live tool suite."
196216 msgstr ""
197217 "B<lb binary> est une commande de haut-niveau (porcelaine) de I<live-"
198218 "build>(7), la suite d'outils de live-systems."
44 msgid ""
55 msgstr ""
66 "Project-Id-Version: live-build 5.0~a11-1\n"
7 "POT-Creation-Date: 2017-08-29 15:05+0200\n"
7 "POT-Creation-Date: 2021-09-02 13:56+0100\n"
88 "PO-Revision-Date: 2015-09-20 14:53+0200\n"
99 "Last-Translator: Olivier Humbert <[email protected]>\n"
1010 "Language-Team: none\n"
1515
1616 #. type: TH
1717 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
18 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
19 #: en/live-build.7:1
18 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_installer.1:1
19 #: en/lb_source.1:1 en/live-build.7:1
2020 #, no-wrap
2121 msgid "LIVE-BUILD"
2222 msgstr "LIVE-BUILD"
2323
2424 #. type: TH
2525 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
26 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
27 #: en/live-build.7:1
28 #, no-wrap
29 msgid "2017-08-29"
30 msgstr ""
31
32 #. type: TH
33 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
34 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
35 #: en/live-build.7:1
36 #, no-wrap
37 msgid "1:20170807kali1"
38 msgstr ""
39
40 #. type: TH
41 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
42 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
43 #: en/live-build.7:1
44 #, no-wrap
45 msgid "Live Systems Project"
26 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_installer.1:1
27 #: en/lb_source.1:1 en/live-build.7:1
28 #, no-wrap
29 msgid "2021-09-02"
30 msgstr ""
31
32 #. type: TH
33 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
34 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_installer.1:1
35 #: en/lb_source.1:1 en/live-build.7:1
36 #, no-wrap
37 msgid "1:20210902"
38 msgstr ""
39
40 #. type: TH
41 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
42 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_installer.1:1
43 #: en/lb_source.1:1 en/live-build.7:1
44 #, fuzzy, no-wrap
45 #| msgid "Live Systems Project"
46 msgid "Debian Live Project"
4647 msgstr "Projet Live Systems"
4748
4849 #. type: SH
4950 #: en/lb.1:3 en/lb_binary.1:3 en/lb_bootstrap.1:3 en/lb_build.1:3
50 #: en/lb_chroot.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_source.1:3
51 #: en/live-build.7:3
51 #: en/lb_chroot.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_installer.1:3
52 #: en/lb_source.1:3 en/live-build.7:3
5253 #, no-wrap
5354 msgid "NAME"
5455 msgstr "NOM"
5556
5657 #. type: SH
5758 #: en/lb.1:6 en/lb_binary.1:6 en/lb_bootstrap.1:6 en/lb_build.1:6
58 #: en/lb_chroot.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_source.1:6
59 #: en/live-build.7:6
59 #: en/lb_chroot.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_installer.1:6
60 #: en/lb_source.1:6 en/live-build.7:6
6061 #, no-wrap
6162 msgid "SYNOPSIS"
6263 msgstr "SYNOPSIS"
6364
6465 #. type: SH
6566 #: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9
66 #: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:229 en/lb_source.1:9
67 #: en/live-build.7:11
67 #: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:235 en/lb_installer.1:9
68 #: en/lb_source.1:9 en/live-build.7:11
6869 #, no-wrap
6970 msgid "DESCRIPTION"
7071 msgstr "DESCRIPTION"
7172
7273 #. type: SH
73 #: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
74 #: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:238 en/lb_source.1:14
75 #: en/live-build.7:20
74 #: en/lb.1:14 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
75 #: en/lb_chroot.1:14 en/lb_clean.1:14 en/lb_config.1:242 en/lb_installer.1:14
76 #: en/lb_source.1:14 en/live-build.7:18
7677 #, no-wrap
7778 msgid "OPTIONS"
7879 msgstr "OPTIONS"
7980
8081 #. type: SH
81 #: en/lb.1:19 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17
82 #: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:474 en/lb_source.1:17
83 #: en/live-build.7:229
82 #: en/lb.1:17 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17
83 #: en/lb_chroot.1:17 en/lb_clean.1:34 en/lb_config.1:473 en/lb_installer.1:17
84 #: en/lb_source.1:17 en/live-build.7:224
8485 #, no-wrap
8586 msgid "FILES"
8687 msgstr "FICHIERS"
8788
8889 #. type: IP
89 #: en/lb.1:20 en/lb_binary.1:18 en/lb_bootstrap.1:18 en/lb_chroot.1:18
90 #: en/lb_source.1:18
90 #: en/lb.1:18 en/lb_binary.1:18 en/lb_bootstrap.1:18 en/lb_chroot.1:18
91 #: en/lb_installer.1:18 en/lb_source.1:18
9192 #, no-wrap
9293 msgid "B<none>"
9394 msgstr "B<aucun>"
9495
9596 #. type: SH
96 #: en/lb.1:22 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:22
97 #: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:481 en/lb_source.1:20
98 #: en/live-build.7:233
97 #: en/lb.1:20 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:20
98 #: en/lb_chroot.1:20 en/lb_clean.1:37 en/lb_config.1:478 en/lb_installer.1:20
99 #: en/lb_source.1:20 en/live-build.7:228
99100 #, no-wrap
100101 msgid "SEE ALSO"
101102 msgstr "VOIR AUSSI"
102103
103104 #. type: Plain text
104 #: en/lb.1:24 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:24
105 #: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:483 en/lb_source.1:22
105 #: en/lb.1:22 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:22
106 #: en/lb_chroot.1:22 en/lb_clean.1:39 en/lb_config.1:480 en/lb_installer.1:22
107 #: en/lb_source.1:22
106108 msgid "I<live-build>(7)"
107109 msgstr "I<live-build>(7)"
108110
109111 #. type: Plain text
110 #: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26
111 #: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:489 en/lb_source.1:24
112 #: en/live-build.7:239
112 #: en/lb.1:24 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:24
113 #: en/lb_chroot.1:24 en/lb_clean.1:41 en/lb_config.1:486 en/lb_installer.1:24
114 #: en/lb_source.1:24 en/live-build.7:234
113115 msgid "This program is a part of live-build."
114116 msgstr "Ce programme est une partie de live-build."
115117
116118 #. type: SH
117 #: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27
118 #: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:490 en/lb_source.1:25
119 #: en/live-build.7:240
119 #: en/lb.1:25 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:25
120 #: en/lb_chroot.1:25 en/lb_clean.1:42 en/lb_config.1:487 en/lb_installer.1:25
121 #: en/lb_source.1:25 en/live-build.7:235
120122 #, no-wrap
121123 msgid "HOMEPAGE"
122124 msgstr "PAGE D'ACCUEIL"
123125
124126 #. type: Plain text
125 #: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29
126 #: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:492 en/lb_source.1:27
127 #: en/live-build.7:242
128 #, fuzzy
129 msgid ""
130 "More information about live-build and the Live Systems project can be found "
131 "on the homepage at E<lt>I<https://debian-live.alioth.debian.org/>E<gt>."
127 #: en/lb.1:27 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:27
128 #: en/lb_chroot.1:27 en/lb_clean.1:44 en/lb_config.1:489 en/lb_installer.1:27
129 #: en/lb_source.1:27 en/live-build.7:237
130 #, fuzzy
131 msgid ""
132 "More information about live-build and the Debian Live project can be found "
133 "on the homepage at E<lt>I<https://wiki.debian.org/DebianLive>E<gt>."
132134 msgstr ""
133135 "Davantage d'informations à propos de live-build et du projet Live Systems "
134136 "peuvent être trouvées sur la page d'accueil à E<lt>I<https://debian-live."
136138 "alioth.debian.org/manual/>E<gt>."
137139
138140 #. type: SH
139 #: en/lb.1:30 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:30
140 #: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:493 en/lb_source.1:28
141 #: en/live-build.7:243
141 #: en/lb.1:28 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:28
142 #: en/lb_chroot.1:28 en/lb_clean.1:45 en/lb_config.1:490 en/lb_installer.1:28
143 #: en/lb_source.1:28 en/live-build.7:238
142144 #, no-wrap
143145 msgid "BUGS"
144146 msgstr "BOGUES"
145147
146148 #. type: Plain text
147 #: en/lb.1:32 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:32
148 #: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:495 en/lb_source.1:30
149 #: en/live-build.7:245
150 msgid ""
151 "Bugs can be reported by submitting a bugreport for the live-build package in "
152 "the Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
153 "writing a mail to the Live Systems mailing list at E<lt>I<debian-live@lists."
149 #: en/lb.1:30 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:30
150 #: en/lb_chroot.1:30 en/lb_clean.1:47 en/lb_config.1:492 en/lb_installer.1:30
151 #: en/lb_source.1:30 en/live-build.7:240
152 #, fuzzy
153 #| msgid ""
154 #| "Bugs can be reported by submitting a bugreport for the live-build package "
155 #| "in the Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
156 #| "writing a mail to the Live Systems mailing list at E<lt>I<debian-"
157 #| "[email protected]>E<gt>."
158 msgid ""
159 "Bugs can be reported by submitting a bug report for the live-build package "
160 "in the Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
161 "writing a mail to the Debian Live mailing list at E<lt>I<debian-live@lists."
154162 "debian.org>E<gt>."
155163 msgstr ""
156164 "Les bogues peuvent être signalés en soumettant un rapport de bogue pour le "
159167 "E<lt>I<[email protected]>E<gt>."
160168
161169 #. type: SH
162 #: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33
163 #: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:496 en/lb_source.1:31
164 #: en/live-build.7:246
170 #: en/lb.1:31 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:31
171 #: en/lb_chroot.1:31 en/lb_clean.1:48 en/lb_config.1:493 en/lb_installer.1:31
172 #: en/lb_source.1:31 en/live-build.7:241
165173 #, no-wrap
166174 msgid "AUTHOR"
167175 msgstr "AUTEUR"
168176
169177 #. type: Plain text
170 #: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34
171 #: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:497 en/lb_source.1:32
172 #: en/live-build.7:247
173 msgid ""
174 "live-build was written by Daniel Baumann E<lt>I<[email protected]>E<gt>."
178 #: en/lb.1:32 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:32
179 #: en/lb_chroot.1:32 en/lb_clean.1:49 en/lb_config.1:494 en/lb_installer.1:32
180 #: en/lb_source.1:32 en/live-build.7:242
181 #, fuzzy
182 #| msgid ""
183 #| "live-build was written by Daniel Baumann E<lt>I<mail@daniel-baumann."
184 #| "ch>E<gt>."
185 msgid ""
186 "live-build was originally written by Daniel Baumann E<lt>I<mail@daniel-"
187 "baumann.ch>E<gt>. Since 2016 development has been continued by the Debian "
188 "Live team."
175189 msgstr ""
176190 "live-images a été écrit par Daniel Baumann E<lt>I<mail@daniel-baumann."
177191 "ch>E<gt>."
185199
186200 #. type: Plain text
187201 #: en/lb_bootstrap.1:8
188 msgid "B<lb bootstrap> [I<live-build options>]"
189 msgstr "B<lb bootstrap> [I<live-build options>]"
202 #, fuzzy
203 #| msgid " [B<--net-root-mountoptions> I<OPTIONS>]"
204 msgid "B<lb bootstrap> [I<OPTIONS>]"
205 msgstr " [B<--net-root-mountoptions> I<OPTIONS>]"
190206
191207 #. type: Plain text
192208 #: en/lb_bootstrap.1:11
209 #, fuzzy
210 #| msgid ""
211 #| "B<lb bootstrap> is a high-level command (porcelain) of I<live-build>(7), "
212 #| "the live systems tool suite."
193213 msgid ""
194214 "B<lb bootstrap> is a high-level command (porcelain) of I<live-build>(7), the "
195 "live systems tool suite."
215 "Debian Live tool suite."
196216 msgstr ""
197217 "B<lb bootstrap> est une commande de haut-niveau (porcelaine) de I<live-"
198218 "build>(7), la suite d'outils de live-systems."
44 msgid ""
55 msgstr ""
66 "Project-Id-Version: live-build 5.0~a11-1\n"
7 "POT-Creation-Date: 2017-08-29 15:05+0200\n"
7 "POT-Creation-Date: 2021-09-02 13:56+0100\n"
88 "PO-Revision-Date: 2015-09-20 14:53+0200\n"
99 "Last-Translator: Olivier Humbert <[email protected]>\n"
1010 "Language-Team: none\n"
1515
1616 #. type: TH
1717 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
18 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
19 #: en/live-build.7:1
18 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_installer.1:1
19 #: en/lb_source.1:1 en/live-build.7:1
2020 #, no-wrap
2121 msgid "LIVE-BUILD"
2222 msgstr "LIVE-BUILD"
2323
2424 #. type: TH
2525 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
26 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
27 #: en/live-build.7:1
28 #, no-wrap
29 msgid "2017-08-29"
30 msgstr ""
31
32 #. type: TH
33 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
34 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
35 #: en/live-build.7:1
36 #, no-wrap
37 msgid "1:20170807kali1"
38 msgstr ""
39
40 #. type: TH
41 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
42 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
43 #: en/live-build.7:1
44 #, no-wrap
45 msgid "Live Systems Project"
26 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_installer.1:1
27 #: en/lb_source.1:1 en/live-build.7:1
28 #, no-wrap
29 msgid "2021-09-02"
30 msgstr ""
31
32 #. type: TH
33 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
34 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_installer.1:1
35 #: en/lb_source.1:1 en/live-build.7:1
36 #, no-wrap
37 msgid "1:20210902"
38 msgstr ""
39
40 #. type: TH
41 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
42 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_installer.1:1
43 #: en/lb_source.1:1 en/live-build.7:1
44 #, fuzzy, no-wrap
45 #| msgid "Live Systems Project"
46 msgid "Debian Live Project"
4647 msgstr "Projet Live Systems"
4748
4849 #. type: SH
4950 #: en/lb.1:3 en/lb_binary.1:3 en/lb_bootstrap.1:3 en/lb_build.1:3
50 #: en/lb_chroot.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_source.1:3
51 #: en/live-build.7:3
51 #: en/lb_chroot.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_installer.1:3
52 #: en/lb_source.1:3 en/live-build.7:3
5253 #, no-wrap
5354 msgid "NAME"
5455 msgstr "NOM"
5556
5657 #. type: SH
5758 #: en/lb.1:6 en/lb_binary.1:6 en/lb_bootstrap.1:6 en/lb_build.1:6
58 #: en/lb_chroot.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_source.1:6
59 #: en/live-build.7:6
59 #: en/lb_chroot.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_installer.1:6
60 #: en/lb_source.1:6 en/live-build.7:6
6061 #, no-wrap
6162 msgid "SYNOPSIS"
6263 msgstr "SYNOPSIS"
6364
6465 #. type: SH
6566 #: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9
66 #: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:229 en/lb_source.1:9
67 #: en/live-build.7:11
67 #: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:235 en/lb_installer.1:9
68 #: en/lb_source.1:9 en/live-build.7:11
6869 #, no-wrap
6970 msgid "DESCRIPTION"
7071 msgstr "DESCRIPTION"
7172
7273 #. type: SH
73 #: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
74 #: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:238 en/lb_source.1:14
75 #: en/live-build.7:20
74 #: en/lb.1:14 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
75 #: en/lb_chroot.1:14 en/lb_clean.1:14 en/lb_config.1:242 en/lb_installer.1:14
76 #: en/lb_source.1:14 en/live-build.7:18
7677 #, no-wrap
7778 msgid "OPTIONS"
7879 msgstr "OPTIONS"
7980
8081 #. type: SH
81 #: en/lb.1:19 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17
82 #: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:474 en/lb_source.1:17
83 #: en/live-build.7:229
82 #: en/lb.1:17 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17
83 #: en/lb_chroot.1:17 en/lb_clean.1:34 en/lb_config.1:473 en/lb_installer.1:17
84 #: en/lb_source.1:17 en/live-build.7:224
8485 #, no-wrap
8586 msgid "FILES"
8687 msgstr "FICHIERS"
8788
8889 #. type: SH
89 #: en/lb.1:22 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:22
90 #: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:481 en/lb_source.1:20
91 #: en/live-build.7:233
90 #: en/lb.1:20 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:20
91 #: en/lb_chroot.1:20 en/lb_clean.1:37 en/lb_config.1:478 en/lb_installer.1:20
92 #: en/lb_source.1:20 en/live-build.7:228
9293 #, no-wrap
9394 msgid "SEE ALSO"
9495 msgstr "VOIR AUSSI"
9596
9697 #. type: Plain text
97 #: en/lb.1:24 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:24
98 #: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:483 en/lb_source.1:22
98 #: en/lb.1:22 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:22
99 #: en/lb_chroot.1:22 en/lb_clean.1:39 en/lb_config.1:480 en/lb_installer.1:22
100 #: en/lb_source.1:22
99101 msgid "I<live-build>(7)"
100102 msgstr "I<live-build>(7)"
101103
102104 #. type: Plain text
103 #: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26
104 #: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:489 en/lb_source.1:24
105 #: en/live-build.7:239
105 #: en/lb.1:24 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:24
106 #: en/lb_chroot.1:24 en/lb_clean.1:41 en/lb_config.1:486 en/lb_installer.1:24
107 #: en/lb_source.1:24 en/live-build.7:234
106108 msgid "This program is a part of live-build."
107109 msgstr "Ce programme est une partie de live-build."
108110
109111 #. type: SH
110 #: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27
111 #: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:490 en/lb_source.1:25
112 #: en/live-build.7:240
112 #: en/lb.1:25 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:25
113 #: en/lb_chroot.1:25 en/lb_clean.1:42 en/lb_config.1:487 en/lb_installer.1:25
114 #: en/lb_source.1:25 en/live-build.7:235
113115 #, no-wrap
114116 msgid "HOMEPAGE"
115117 msgstr "PAGE D'ACCUEIL"
116118
117119 #. type: Plain text
118 #: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29
119 #: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:492 en/lb_source.1:27
120 #: en/live-build.7:242
121 #, fuzzy
122 msgid ""
123 "More information about live-build and the Live Systems project can be found "
124 "on the homepage at E<lt>I<https://debian-live.alioth.debian.org/>E<gt>."
120 #: en/lb.1:27 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:27
121 #: en/lb_chroot.1:27 en/lb_clean.1:44 en/lb_config.1:489 en/lb_installer.1:27
122 #: en/lb_source.1:27 en/live-build.7:237
123 #, fuzzy
124 msgid ""
125 "More information about live-build and the Debian Live project can be found "
126 "on the homepage at E<lt>I<https://wiki.debian.org/DebianLive>E<gt>."
125127 msgstr ""
126128 "Davantage d'informations à propos de live-build et du projet Live Systems "
127129 "peuvent être trouvées sur la page d'accueil à E<lt>I<https://debian-live."
129131 "alioth.debian.org/manual/>E<gt>."
130132
131133 #. type: SH
132 #: en/lb.1:30 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:30
133 #: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:493 en/lb_source.1:28
134 #: en/live-build.7:243
134 #: en/lb.1:28 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:28
135 #: en/lb_chroot.1:28 en/lb_clean.1:45 en/lb_config.1:490 en/lb_installer.1:28
136 #: en/lb_source.1:28 en/live-build.7:238
135137 #, no-wrap
136138 msgid "BUGS"
137139 msgstr "BOGUES"
138140
139141 #. type: Plain text
140 #: en/lb.1:32 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:32
141 #: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:495 en/lb_source.1:30
142 #: en/live-build.7:245
143 msgid ""
144 "Bugs can be reported by submitting a bugreport for the live-build package in "
145 "the Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
146 "writing a mail to the Live Systems mailing list at E<lt>I<debian-live@lists."
142 #: en/lb.1:30 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:30
143 #: en/lb_chroot.1:30 en/lb_clean.1:47 en/lb_config.1:492 en/lb_installer.1:30
144 #: en/lb_source.1:30 en/live-build.7:240
145 #, fuzzy
146 #| msgid ""
147 #| "Bugs can be reported by submitting a bugreport for the live-build package "
148 #| "in the Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
149 #| "writing a mail to the Live Systems mailing list at E<lt>I<debian-"
150 #| "[email protected]>E<gt>."
151 msgid ""
152 "Bugs can be reported by submitting a bug report for the live-build package "
153 "in the Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
154 "writing a mail to the Debian Live mailing list at E<lt>I<debian-live@lists."
147155 "debian.org>E<gt>."
148156 msgstr ""
149157 "Les bogues peuvent être signalés en soumettant un rapport de bogue pour le "
152160 "E<lt>I<[email protected]>E<gt>."
153161
154162 #. type: SH
155 #: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33
156 #: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:496 en/lb_source.1:31
157 #: en/live-build.7:246
163 #: en/lb.1:31 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:31
164 #: en/lb_chroot.1:31 en/lb_clean.1:48 en/lb_config.1:493 en/lb_installer.1:31
165 #: en/lb_source.1:31 en/live-build.7:241
158166 #, no-wrap
159167 msgid "AUTHOR"
160168 msgstr "AUTEUR"
161169
162170 #. type: Plain text
163 #: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34
164 #: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:497 en/lb_source.1:32
165 #: en/live-build.7:247
166 msgid ""
167 "live-build was written by Daniel Baumann E<lt>I<[email protected]>E<gt>."
171 #: en/lb.1:32 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:32
172 #: en/lb_chroot.1:32 en/lb_clean.1:49 en/lb_config.1:494 en/lb_installer.1:32
173 #: en/lb_source.1:32 en/live-build.7:242
174 #, fuzzy
175 #| msgid ""
176 #| "live-build was written by Daniel Baumann E<lt>I<mail@daniel-baumann."
177 #| "ch>E<gt>."
178 msgid ""
179 "live-build was originally written by Daniel Baumann E<lt>I<mail@daniel-"
180 "baumann.ch>E<gt>. Since 2016 development has been continued by the Debian "
181 "Live team."
168182 msgstr ""
169183 "live-images a été écrit par Daniel Baumann E<lt>I<mail@daniel-baumann."
170184 "ch>E<gt>."
174188 #, fuzzy
175189 #| msgid ""
176190 #| "B<lb build> - Complete the bootstrap, chroot, binary, and source stages"
177 msgid "B<lb_build> - Complete the bootstrap, chroot, binary, and source stages"
191 msgid ""
192 "B<lb_build> - Complete the bootstrap, chroot, installer, binary, and source "
193 "stages"
178194 msgstr ""
179195 "B<lb build> - Complète les stages d'amorçage (bootstrap), de chroot, "
180196 "binaire, et source"
181197
182198 #. type: Plain text
183199 #: en/lb_build.1:8
184 msgid "B<lb build> [I<live-build options>]"
185 msgstr "B<lb build> [I<live-build options>]"
200 msgid "B<lb build> [I<OPTIONS>]"
201 msgstr ""
186202
187203 #. type: Plain text
188204 #: en/lb_build.1:11
205 #, fuzzy
206 #| msgid ""
207 #| "B<lb build> is a high-level command (porcelain) of I<live-build>(7), the "
208 #| "live systems tool suite."
189209 msgid ""
190210 "B<lb build> is a high-level command (porcelain) of I<live-build>(7), the "
191 "live systems tool suite."
211 "Debian Live tool suite."
192212 msgstr ""
193213 "B<lb build> est une commande de haut-niveau (porcelaine) de I<live-"
194214 "build>(7), la suite d'outils de live-systems."
195215
196216 #. type: Plain text
197217 #: en/lb_build.1:13
218 #, fuzzy
219 #| msgid ""
220 #| "B<lb build> calls all necessary live-build programs in the correct order "
221 #| "to complete the bootstrap, chroot, binary, and source stages."
198222 msgid ""
199223 "B<lb build> calls all necessary live-build programs in the correct order to "
200 "complete the bootstrap, chroot, binary, and source stages."
224 "complete the bootstrap, chroot, installer, binary, and source stages."
201225 msgstr ""
202226 "B<lb build> appelle tous les programmes live-build nécessaires dans le bon "
203227 "ordre pour complèter les stages d'amorçage, de chroot, binaire et source."
213237 "options génériques de live-build. Voir I<live-build>(7) pour une liste "
214238 "complète de toutes les options génériques de live-build options."
215239
216 #. FIXME
217240 #. type: IP
218 #: en/lb_build.1:19
241 #: en/lb_build.1:18
219242 #, no-wrap
220243 msgid "B<auto/build>"
221244 msgstr "B<auto/build>"
44 msgid ""
55 msgstr ""
66 "Project-Id-Version: live-build 5.0~a11-1\n"
7 "POT-Creation-Date: 2017-08-29 15:05+0200\n"
7 "POT-Creation-Date: 2021-09-02 13:56+0100\n"
88 "PO-Revision-Date: 2015-09-20 14:53+0200\n"
99 "Last-Translator: Olivier Humbert <[email protected]>\n"
1010 "Language-Team: none\n"
1515
1616 #. type: TH
1717 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
18 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
19 #: en/live-build.7:1
18 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_installer.1:1
19 #: en/lb_source.1:1 en/live-build.7:1
2020 #, no-wrap
2121 msgid "LIVE-BUILD"
2222 msgstr "LIVE-BUILD"
2323
2424 #. type: TH
2525 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
26 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
27 #: en/live-build.7:1
28 #, no-wrap
29 msgid "2017-08-29"
30 msgstr ""
31
32 #. type: TH
33 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
34 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
35 #: en/live-build.7:1
36 #, no-wrap
37 msgid "1:20170807kali1"
38 msgstr ""
39
40 #. type: TH
41 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
42 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
43 #: en/live-build.7:1
44 #, no-wrap
45 msgid "Live Systems Project"
26 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_installer.1:1
27 #: en/lb_source.1:1 en/live-build.7:1
28 #, no-wrap
29 msgid "2021-09-02"
30 msgstr ""
31
32 #. type: TH
33 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
34 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_installer.1:1
35 #: en/lb_source.1:1 en/live-build.7:1
36 #, no-wrap
37 msgid "1:20210902"
38 msgstr ""
39
40 #. type: TH
41 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
42 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_installer.1:1
43 #: en/lb_source.1:1 en/live-build.7:1
44 #, fuzzy, no-wrap
45 #| msgid "Live Systems Project"
46 msgid "Debian Live Project"
4647 msgstr "Projet Live Systems"
4748
4849 #. type: SH
4950 #: en/lb.1:3 en/lb_binary.1:3 en/lb_bootstrap.1:3 en/lb_build.1:3
50 #: en/lb_chroot.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_source.1:3
51 #: en/live-build.7:3
51 #: en/lb_chroot.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_installer.1:3
52 #: en/lb_source.1:3 en/live-build.7:3
5253 #, no-wrap
5354 msgid "NAME"
5455 msgstr "NOM"
5556
5657 #. type: SH
5758 #: en/lb.1:6 en/lb_binary.1:6 en/lb_bootstrap.1:6 en/lb_build.1:6
58 #: en/lb_chroot.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_source.1:6
59 #: en/live-build.7:6
59 #: en/lb_chroot.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_installer.1:6
60 #: en/lb_source.1:6 en/live-build.7:6
6061 #, no-wrap
6162 msgid "SYNOPSIS"
6263 msgstr "SYNOPSIS"
6364
6465 #. type: SH
6566 #: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9
66 #: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:229 en/lb_source.1:9
67 #: en/live-build.7:11
67 #: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:235 en/lb_installer.1:9
68 #: en/lb_source.1:9 en/live-build.7:11
6869 #, no-wrap
6970 msgid "DESCRIPTION"
7071 msgstr "DESCRIPTION"
7172
7273 #. type: SH
73 #: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
74 #: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:238 en/lb_source.1:14
75 #: en/live-build.7:20
74 #: en/lb.1:14 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
75 #: en/lb_chroot.1:14 en/lb_clean.1:14 en/lb_config.1:242 en/lb_installer.1:14
76 #: en/lb_source.1:14 en/live-build.7:18
7677 #, no-wrap
7778 msgid "OPTIONS"
7879 msgstr "OPTIONS"
7980
8081 #. type: SH
81 #: en/lb.1:19 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17
82 #: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:474 en/lb_source.1:17
83 #: en/live-build.7:229
82 #: en/lb.1:17 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17
83 #: en/lb_chroot.1:17 en/lb_clean.1:34 en/lb_config.1:473 en/lb_installer.1:17
84 #: en/lb_source.1:17 en/live-build.7:224
8485 #, no-wrap
8586 msgid "FILES"
8687 msgstr "FICHIERS"
8788
8889 #. type: IP
89 #: en/lb.1:20 en/lb_binary.1:18 en/lb_bootstrap.1:18 en/lb_chroot.1:18
90 #: en/lb_source.1:18
90 #: en/lb.1:18 en/lb_binary.1:18 en/lb_bootstrap.1:18 en/lb_chroot.1:18
91 #: en/lb_installer.1:18 en/lb_source.1:18
9192 #, no-wrap
9293 msgid "B<none>"
9394 msgstr "B<aucun>"
9495
9596 #. type: SH
96 #: en/lb.1:22 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:22
97 #: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:481 en/lb_source.1:20
98 #: en/live-build.7:233
97 #: en/lb.1:20 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:20
98 #: en/lb_chroot.1:20 en/lb_clean.1:37 en/lb_config.1:478 en/lb_installer.1:20
99 #: en/lb_source.1:20 en/live-build.7:228
99100 #, no-wrap
100101 msgid "SEE ALSO"
101102 msgstr "VOIR AUSSI"
102103
103104 #. type: Plain text
104 #: en/lb.1:24 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:24
105 #: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:483 en/lb_source.1:22
105 #: en/lb.1:22 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:22
106 #: en/lb_chroot.1:22 en/lb_clean.1:39 en/lb_config.1:480 en/lb_installer.1:22
107 #: en/lb_source.1:22
106108 msgid "I<live-build>(7)"
107109 msgstr "I<live-build>(7)"
108110
109111 #. type: Plain text
110 #: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26
111 #: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:489 en/lb_source.1:24
112 #: en/live-build.7:239
112 #: en/lb.1:24 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:24
113 #: en/lb_chroot.1:24 en/lb_clean.1:41 en/lb_config.1:486 en/lb_installer.1:24
114 #: en/lb_source.1:24 en/live-build.7:234
113115 msgid "This program is a part of live-build."
114116 msgstr "Ce programme est une partie de live-build."
115117
116118 #. type: SH
117 #: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27
118 #: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:490 en/lb_source.1:25
119 #: en/live-build.7:240
119 #: en/lb.1:25 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:25
120 #: en/lb_chroot.1:25 en/lb_clean.1:42 en/lb_config.1:487 en/lb_installer.1:25
121 #: en/lb_source.1:25 en/live-build.7:235
120122 #, no-wrap
121123 msgid "HOMEPAGE"
122124 msgstr "PAGE D'ACCUEIL"
123125
124126 #. type: Plain text
125 #: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29
126 #: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:492 en/lb_source.1:27
127 #: en/live-build.7:242
128 #, fuzzy
129 msgid ""
130 "More information about live-build and the Live Systems project can be found "
131 "on the homepage at E<lt>I<https://debian-live.alioth.debian.org/>E<gt>."
127 #: en/lb.1:27 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:27
128 #: en/lb_chroot.1:27 en/lb_clean.1:44 en/lb_config.1:489 en/lb_installer.1:27
129 #: en/lb_source.1:27 en/live-build.7:237
130 #, fuzzy
131 msgid ""
132 "More information about live-build and the Debian Live project can be found "
133 "on the homepage at E<lt>I<https://wiki.debian.org/DebianLive>E<gt>."
132134 msgstr ""
133135 "Davantage d'informations à propos de live-build et du projet Live Systems "
134136 "peuvent être trouvées sur la page d'accueil à E<lt>I<https://debian-live."
136138 "alioth.debian.org/manual/>E<gt>."
137139
138140 #. type: SH
139 #: en/lb.1:30 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:30
140 #: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:493 en/lb_source.1:28
141 #: en/live-build.7:243
141 #: en/lb.1:28 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:28
142 #: en/lb_chroot.1:28 en/lb_clean.1:45 en/lb_config.1:490 en/lb_installer.1:28
143 #: en/lb_source.1:28 en/live-build.7:238
142144 #, no-wrap
143145 msgid "BUGS"
144146 msgstr "BOGUES"
145147
146148 #. type: Plain text
147 #: en/lb.1:32 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:32
148 #: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:495 en/lb_source.1:30
149 #: en/live-build.7:245
150 msgid ""
151 "Bugs can be reported by submitting a bugreport for the live-build package in "
152 "the Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
153 "writing a mail to the Live Systems mailing list at E<lt>I<debian-live@lists."
149 #: en/lb.1:30 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:30
150 #: en/lb_chroot.1:30 en/lb_clean.1:47 en/lb_config.1:492 en/lb_installer.1:30
151 #: en/lb_source.1:30 en/live-build.7:240
152 #, fuzzy
153 #| msgid ""
154 #| "Bugs can be reported by submitting a bugreport for the live-build package "
155 #| "in the Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
156 #| "writing a mail to the Live Systems mailing list at E<lt>I<debian-"
157 #| "[email protected]>E<gt>."
158 msgid ""
159 "Bugs can be reported by submitting a bug report for the live-build package "
160 "in the Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
161 "writing a mail to the Debian Live mailing list at E<lt>I<debian-live@lists."
154162 "debian.org>E<gt>."
155163 msgstr ""
156164 "Les bogues peuvent être signalés en soumettant un rapport de bogue pour le "
159167 "E<lt>I<[email protected]>E<gt>."
160168
161169 #. type: SH
162 #: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33
163 #: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:496 en/lb_source.1:31
164 #: en/live-build.7:246
170 #: en/lb.1:31 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:31
171 #: en/lb_chroot.1:31 en/lb_clean.1:48 en/lb_config.1:493 en/lb_installer.1:31
172 #: en/lb_source.1:31 en/live-build.7:241
165173 #, no-wrap
166174 msgid "AUTHOR"
167175 msgstr "AUTEUR"
168176
169177 #. type: Plain text
170 #: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34
171 #: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:497 en/lb_source.1:32
172 #: en/live-build.7:247
173 msgid ""
174 "live-build was written by Daniel Baumann E<lt>I<[email protected]>E<gt>."
178 #: en/lb.1:32 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:32
179 #: en/lb_chroot.1:32 en/lb_clean.1:49 en/lb_config.1:494 en/lb_installer.1:32
180 #: en/lb_source.1:32 en/live-build.7:242
181 #, fuzzy
182 #| msgid ""
183 #| "live-build was written by Daniel Baumann E<lt>I<mail@daniel-baumann."
184 #| "ch>E<gt>."
185 msgid ""
186 "live-build was originally written by Daniel Baumann E<lt>I<mail@daniel-"
187 "baumann.ch>E<gt>. Since 2016 development has been continued by the Debian "
188 "Live team."
175189 msgstr ""
176190 "live-images a été écrit par Daniel Baumann E<lt>I<mail@daniel-baumann."
177191 "ch>E<gt>."
185199
186200 #. type: Plain text
187201 #: en/lb_chroot.1:8
188 msgid "B<lb chroot> [I<live-build options>]"
189 msgstr "B<lb chroot> [I<live-build options>]"
202 #, fuzzy
203 #| msgid "B<lb_chroot>(1)"
204 msgid "B<lb chroot> [I<OPTIONS>]"
205 msgstr "B<lb_chroot>(1)"
190206
191207 #. type: Plain text
192208 #: en/lb_chroot.1:11
209 #, fuzzy
210 #| msgid ""
211 #| "B<lb chroot> is a high-level command (porcelain) of I<live-build>(7), the "
212 #| "live systems tool suite."
193213 msgid ""
194214 "B<lb chroot> is a high-level command (porcelain) of I<live-build>(7), the "
195 "live systems tool suite."
215 "Debian Live tool suite."
196216 msgstr ""
197217 "B<lb chroot> est une commande de haut-niveau (porcelaine) de I<live-"
198218 "build>(7), la suite d'outils de live-systems."
44 msgid ""
55 msgstr ""
66 "Project-Id-Version: live-build 5.0~a11-1\n"
7 "POT-Creation-Date: 2017-08-29 15:05+0200\n"
7 "POT-Creation-Date: 2021-09-02 13:56+0100\n"
88 "PO-Revision-Date: 2015-09-20 14:53+0200\n"
99 "Last-Translator: Olivier Humbert <[email protected]>\n"
1010 "Language-Team: none\n"
1515
1616 #. type: TH
1717 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
18 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
19 #: en/live-build.7:1
18 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_installer.1:1
19 #: en/lb_source.1:1 en/live-build.7:1
2020 #, no-wrap
2121 msgid "LIVE-BUILD"
2222 msgstr "LIVE-BUILD"
2323
2424 #. type: TH
2525 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
26 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
27 #: en/live-build.7:1
28 #, no-wrap
29 msgid "2017-08-29"
26 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_installer.1:1
27 #: en/lb_source.1:1 en/live-build.7:1
28 #, no-wrap
29 msgid "2021-09-02"
3030 msgstr ""
3131
3232 #. type: TH
3333 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
34 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
35 #: en/live-build.7:1
36 #, no-wrap
37 msgid "1:20170807kali1"
34 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_installer.1:1
35 #: en/lb_source.1:1 en/live-build.7:1
36 #, no-wrap
37 msgid "1:20210902"
3838 msgstr ""
3939
4040 #. type: TH
4141 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
42 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
43 #: en/live-build.7:1
44 #, no-wrap
45 msgid "Live Systems Project"
42 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_installer.1:1
43 #: en/lb_source.1:1 en/live-build.7:1
44 #, fuzzy, no-wrap
45 #| msgid "Live Systems Project"
46 msgid "Debian Live Project"
4647 msgstr "Projet Live Systems"
4748
4849 #. type: SH
4950 #: en/lb.1:3 en/lb_binary.1:3 en/lb_bootstrap.1:3 en/lb_build.1:3
50 #: en/lb_chroot.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_source.1:3
51 #: en/live-build.7:3
51 #: en/lb_chroot.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_installer.1:3
52 #: en/lb_source.1:3 en/live-build.7:3
5253 #, no-wrap
5354 msgid "NAME"
5455 msgstr "NOM"
5556
5657 #. type: SH
5758 #: en/lb.1:6 en/lb_binary.1:6 en/lb_bootstrap.1:6 en/lb_build.1:6
58 #: en/lb_chroot.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_source.1:6
59 #: en/live-build.7:6
59 #: en/lb_chroot.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_installer.1:6
60 #: en/lb_source.1:6 en/live-build.7:6
6061 #, no-wrap
6162 msgid "SYNOPSIS"
6263 msgstr "SYNOPSIS"
6364
6465 #. type: SH
6566 #: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9
66 #: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:229 en/lb_source.1:9
67 #: en/live-build.7:11
67 #: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:235 en/lb_installer.1:9
68 #: en/lb_source.1:9 en/live-build.7:11
6869 #, no-wrap
6970 msgid "DESCRIPTION"
7071 msgstr "DESCRIPTION"
7172
7273 #. type: SH
73 #: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
74 #: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:238 en/lb_source.1:14
75 #: en/live-build.7:20
74 #: en/lb.1:14 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
75 #: en/lb_chroot.1:14 en/lb_clean.1:14 en/lb_config.1:242 en/lb_installer.1:14
76 #: en/lb_source.1:14 en/live-build.7:18
7677 #, no-wrap
7778 msgid "OPTIONS"
7879 msgstr "OPTIONS"
7980
8081 #. type: SH
81 #: en/lb.1:19 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17
82 #: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:474 en/lb_source.1:17
83 #: en/live-build.7:229
82 #: en/lb.1:17 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17
83 #: en/lb_chroot.1:17 en/lb_clean.1:34 en/lb_config.1:473 en/lb_installer.1:17
84 #: en/lb_source.1:17 en/live-build.7:224
8485 #, no-wrap
8586 msgid "FILES"
8687 msgstr "FICHIERS"
8788
8889 #. type: SH
89 #: en/lb.1:22 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:22
90 #: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:481 en/lb_source.1:20
91 #: en/live-build.7:233
90 #: en/lb.1:20 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:20
91 #: en/lb_chroot.1:20 en/lb_clean.1:37 en/lb_config.1:478 en/lb_installer.1:20
92 #: en/lb_source.1:20 en/live-build.7:228
9293 #, no-wrap
9394 msgid "SEE ALSO"
9495 msgstr "VOIR AUSSI"
9596
9697 #. type: Plain text
97 #: en/lb.1:24 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:24
98 #: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:483 en/lb_source.1:22
98 #: en/lb.1:22 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:22
99 #: en/lb_chroot.1:22 en/lb_clean.1:39 en/lb_config.1:480 en/lb_installer.1:22
100 #: en/lb_source.1:22
99101 msgid "I<live-build>(7)"
100102 msgstr "I<live-build>(7)"
101103
102104 #. type: Plain text
103 #: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26
104 #: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:489 en/lb_source.1:24
105 #: en/live-build.7:239
105 #: en/lb.1:24 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:24
106 #: en/lb_chroot.1:24 en/lb_clean.1:41 en/lb_config.1:486 en/lb_installer.1:24
107 #: en/lb_source.1:24 en/live-build.7:234
106108 msgid "This program is a part of live-build."
107109 msgstr "Ce programme est une partie de live-build."
108110
109111 #. type: SH
110 #: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27
111 #: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:490 en/lb_source.1:25
112 #: en/live-build.7:240
112 #: en/lb.1:25 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:25
113 #: en/lb_chroot.1:25 en/lb_clean.1:42 en/lb_config.1:487 en/lb_installer.1:25
114 #: en/lb_source.1:25 en/live-build.7:235
113115 #, no-wrap
114116 msgid "HOMEPAGE"
115117 msgstr "PAGE D'ACCUEIL"
116118
117119 #. type: Plain text
118 #: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29
119 #: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:492 en/lb_source.1:27
120 #: en/live-build.7:242
121 #, fuzzy
122 msgid ""
123 "More information about live-build and the Live Systems project can be found "
124 "on the homepage at E<lt>I<https://debian-live.alioth.debian.org/>E<gt>."
120 #: en/lb.1:27 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:27
121 #: en/lb_chroot.1:27 en/lb_clean.1:44 en/lb_config.1:489 en/lb_installer.1:27
122 #: en/lb_source.1:27 en/live-build.7:237
123 #, fuzzy
124 msgid ""
125 "More information about live-build and the Debian Live project can be found "
126 "on the homepage at E<lt>I<https://wiki.debian.org/DebianLive>E<gt>."
125127 msgstr ""
126128 "Davantage d'informations à propos de live-build et du projet Live Systems "
127129 "peuvent être trouvées sur la page d'accueil à E<lt>I<https://debian-live."
129131 "alioth.debian.org/manual/>E<gt>."
130132
131133 #. type: SH
132 #: en/lb.1:30 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:30
133 #: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:493 en/lb_source.1:28
134 #: en/live-build.7:243
134 #: en/lb.1:28 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:28
135 #: en/lb_chroot.1:28 en/lb_clean.1:45 en/lb_config.1:490 en/lb_installer.1:28
136 #: en/lb_source.1:28 en/live-build.7:238
135137 #, no-wrap
136138 msgid "BUGS"
137139 msgstr "BOGUES"
138140
139141 #. type: Plain text
140 #: en/lb.1:32 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:32
141 #: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:495 en/lb_source.1:30
142 #: en/live-build.7:245
143 msgid ""
144 "Bugs can be reported by submitting a bugreport for the live-build package in "
145 "the Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
146 "writing a mail to the Live Systems mailing list at E<lt>I<debian-live@lists."
142 #: en/lb.1:30 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:30
143 #: en/lb_chroot.1:30 en/lb_clean.1:47 en/lb_config.1:492 en/lb_installer.1:30
144 #: en/lb_source.1:30 en/live-build.7:240
145 #, fuzzy
146 #| msgid ""
147 #| "Bugs can be reported by submitting a bugreport for the live-build package "
148 #| "in the Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
149 #| "writing a mail to the Live Systems mailing list at E<lt>I<debian-"
150 #| "[email protected]>E<gt>."
151 msgid ""
152 "Bugs can be reported by submitting a bug report for the live-build package "
153 "in the Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
154 "writing a mail to the Debian Live mailing list at E<lt>I<debian-live@lists."
147155 "debian.org>E<gt>."
148156 msgstr ""
149157 "Les bogues peuvent être signalés en soumettant un rapport de bogue pour le "
152160 "E<lt>I<[email protected]>E<gt>."
153161
154162 #. type: SH
155 #: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33
156 #: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:496 en/lb_source.1:31
157 #: en/live-build.7:246
163 #: en/lb.1:31 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:31
164 #: en/lb_chroot.1:31 en/lb_clean.1:48 en/lb_config.1:493 en/lb_installer.1:31
165 #: en/lb_source.1:31 en/live-build.7:241
158166 #, no-wrap
159167 msgid "AUTHOR"
160168 msgstr "AUTEUR"
161169
162170 #. type: Plain text
163 #: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34
164 #: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:497 en/lb_source.1:32
165 #: en/live-build.7:247
166 msgid ""
167 "live-build was written by Daniel Baumann E<lt>I<[email protected]>E<gt>."
171 #: en/lb.1:32 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:32
172 #: en/lb_chroot.1:32 en/lb_clean.1:49 en/lb_config.1:494 en/lb_installer.1:32
173 #: en/lb_source.1:32 en/live-build.7:242
174 #, fuzzy
175 #| msgid ""
176 #| "live-build was written by Daniel Baumann E<lt>I<mail@daniel-baumann."
177 #| "ch>E<gt>."
178 msgid ""
179 "live-build was originally written by Daniel Baumann E<lt>I<mail@daniel-"
180 "baumann.ch>E<gt>. Since 2016 development has been continued by the Debian "
181 "Live team."
168182 msgstr ""
169183 "live-images a été écrit par Daniel Baumann E<lt>I<mail@daniel-baumann."
170184 "ch>E<gt>."
178192
179193 #. type: Plain text
180194 #: en/lb_clean.1:8
181 msgid "B<lb clean> [I<live-build options>]"
182 msgstr "B<lb clean> [I<live-build options>]"
195 msgid "B<lb clean> [I<OPTIONS>]"
196 msgstr ""
183197
184198 #. type: Plain text
185199 #: en/lb_clean.1:11
200 #, fuzzy
201 #| msgid ""
202 #| "B<lb clean> is a high-level command (porcelain) of I<live-build>(7), the "
203 #| "live systems tool suite."
186204 msgid ""
187205 "B<lb clean> is a high-level command (porcelain) of I<live-build>(7), the "
188 "live systems tool suite."
206 "Debian Live tool suite."
189207 msgstr ""
190208 "B<lb clean> est une commande de haut-niveau (porcelaine) de I<live-"
191209 "build>(7), la suite d'outils de live-systems."
192210
193 #. FIXME
194 #. FIXME
195 #. type: Plain text
196 #: en/lb_clean.1:15
211 #. type: Plain text
212 #: en/lb_clean.1:13
197213 msgid ""
198214 "B<lb clean> is responsible for cleaning up after a system is built. It "
199215 "removes the build directories, and removes some other files including stage "
205221 "commandes live-build."
206222
207223 #. type: Plain text
208 #: en/lb_clean.1:18
224 #: en/lb_clean.1:16
209225 msgid ""
210226 "In addition to its specific options B<lb clean> understands all generic live-"
211227 "build options. See I<live-build>(7) for a complete list of all generic live-"
215231 "options génériques de live-build. Voir I<live-build>(7) pour une liste "
216232 "complète de toutes les options génériques de live-build options."
217233
218 #. FIXME
219 #. type: IP
220 #: en/lb_clean.1:20
234 #. type: IP
235 #: en/lb_clean.1:17
221236 #, no-wrap
222237 msgid "B<--all>"
223238 msgstr "B<--all>"
224239
225240 #. type: Plain text
226 #: en/lb_clean.1:22
241 #: en/lb_clean.1:19
227242 msgid ""
228243 "removes chroot, binary, stage, and source. The cache directory is kept. This "
229244 "is the default operation and will be performed if no argument is given."
233248 "argument n'est donné."
234249
235250 #. type: IP
236 #: en/lb_clean.1:22
251 #: en/lb_clean.1:19
237252 #, no-wrap
238253 msgid "B<--cache>"
239254 msgstr "B<--cache>"
240255
241256 #. type: Plain text
242 #: en/lb_clean.1:24
257 #: en/lb_clean.1:21
243258 msgid "removes the cache directories."
244259 msgstr "supprime les répertoires de cache."
245260
246261 #. type: IP
247 #: en/lb_clean.1:24
262 #: en/lb_clean.1:21
248263 #, no-wrap
249264 msgid "B<--chroot>"
250265 msgstr "B<--chroot>"
251266
252267 #. type: Plain text
253 #: en/lb_clean.1:26
268 #: en/lb_clean.1:23
254269 msgid "unmounts and removes the chroot directory."
255270 msgstr "démonte et retire le répertoire de chroot."
256271
257272 #. type: IP
258 #: en/lb_clean.1:26
273 #: en/lb_clean.1:23
259274 #, no-wrap
260275 msgid "B<--binary>"
261276 msgstr "B<--binary>"
262277
263278 #. type: Plain text
264 #: en/lb_clean.1:28
279 #: en/lb_clean.1:25
265280 msgid ""
266281 "removes all binary related caches, files, directories, and stages files."
267282 msgstr ""
269284 "relatifs au binaire."
270285
271286 #. type: IP
272 #: en/lb_clean.1:28
287 #: en/lb_clean.1:25
273288 #, no-wrap
274289 msgid "B<--purge>"
275290 msgstr "B<--purge>"
276291
277292 #. type: Plain text
278 #: en/lb_clean.1:30
293 #: en/lb_clean.1:27
279294 msgid "removes everything, including all caches. The config directory is kept."
280295 msgstr ""
281296 "supprime tout, y compris tous les caches. Le répertoire de configuration est "
282297 "conservé."
283298
284299 #. type: IP
285 #: en/lb_clean.1:30
300 #: en/lb_clean.1:27
286301 #, no-wrap
287302 msgid "B<--remove>"
288303 msgstr "B<--remove>"
289304
290305 #. type: Plain text
291 #: en/lb_clean.1:32
306 #: en/lb_clean.1:29
292307 msgid ""
293308 "removes everything, including package cache but not stage cache. The config "
294309 "directory is kept."
297312 "répertoire de configuration est conservé."
298313
299314 #. type: IP
300 #: en/lb_clean.1:32
315 #: en/lb_clean.1:29
301316 #, no-wrap
302317 msgid "B<--stage>"
303318 msgstr "B<--stage>"
304319
305320 #. type: Plain text
306 #: en/lb_clean.1:34
321 #: en/lb_clean.1:31
307322 msgid "removes all stage files."
308323 msgstr "supprime tous les fichiers de stage."
309324
310325 #. type: IP
311 #: en/lb_clean.1:34
326 #: en/lb_clean.1:31
312327 #, no-wrap
313328 msgid "B<--source>"
314329 msgstr "B<--source>"
315330
316 #. FIXME
317 #. type: Plain text
318 #: en/lb_clean.1:37
331 #. type: Plain text
332 #: en/lb_clean.1:33
319333 msgid "removes all source related caches, files, directories, and stage files."
320334 msgstr ""
321335 "supprime tous les caches, fichiers, répertoires et fichiers de stage "
322336 "relatifs aux sources."
323337
324 #. FIXME
325 #. type: IP
326 #: en/lb_clean.1:40
338 #. type: IP
339 #: en/lb_clean.1:35
327340 #, no-wrap
328341 msgid "B<auto/clean>"
329342 msgstr "B<auto/clean>"
44 msgid ""
55 msgstr ""
66 "Project-Id-Version: live-build 5.0~a11-1\n"
7 "POT-Creation-Date: 2017-08-29 15:05+0200\n"
7 "POT-Creation-Date: 2021-09-02 13:56+0100\n"
88 "PO-Revision-Date: 2015-09-20 14:53+0200\n"
99 "Last-Translator: Olivier Humbert <[email protected]>\n"
1010 "Language-Team: none\n"
1515
1616 #. type: TH
1717 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
18 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
19 #: en/live-build.7:1
18 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_installer.1:1
19 #: en/lb_source.1:1 en/live-build.7:1
2020 #, no-wrap
2121 msgid "LIVE-BUILD"
2222 msgstr "LIVE-BUILD"
2323
2424 #. type: TH
2525 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
26 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
27 #: en/live-build.7:1
28 #, no-wrap
29 msgid "2017-08-29"
26 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_installer.1:1
27 #: en/lb_source.1:1 en/live-build.7:1
28 #, no-wrap
29 msgid "2021-09-02"
3030 msgstr ""
3131
3232 #. type: TH
3333 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
34 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
35 #: en/live-build.7:1
36 #, no-wrap
37 msgid "1:20170807kali1"
34 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_installer.1:1
35 #: en/lb_source.1:1 en/live-build.7:1
36 #, no-wrap
37 msgid "1:20210902"
3838 msgstr ""
3939
4040 #. type: TH
4141 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
42 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
43 #: en/live-build.7:1
44 #, no-wrap
45 msgid "Live Systems Project"
42 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_installer.1:1
43 #: en/lb_source.1:1 en/live-build.7:1
44 #, fuzzy, no-wrap
45 #| msgid "Live Systems Project"
46 msgid "Debian Live Project"
4647 msgstr "Projet Live Systems"
4748
4849 #. type: SH
4950 #: en/lb.1:3 en/lb_binary.1:3 en/lb_bootstrap.1:3 en/lb_build.1:3
50 #: en/lb_chroot.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_source.1:3
51 #: en/live-build.7:3
51 #: en/lb_chroot.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_installer.1:3
52 #: en/lb_source.1:3 en/live-build.7:3
5253 #, no-wrap
5354 msgid "NAME"
5455 msgstr "NOM"
5556
5657 #. type: SH
5758 #: en/lb.1:6 en/lb_binary.1:6 en/lb_bootstrap.1:6 en/lb_build.1:6
58 #: en/lb_chroot.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_source.1:6
59 #: en/live-build.7:6
59 #: en/lb_chroot.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_installer.1:6
60 #: en/lb_source.1:6 en/live-build.7:6
6061 #, no-wrap
6162 msgid "SYNOPSIS"
6263 msgstr "SYNOPSIS"
6364
6465 #. type: SH
6566 #: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9
66 #: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:229 en/lb_source.1:9
67 #: en/live-build.7:11
67 #: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:235 en/lb_installer.1:9
68 #: en/lb_source.1:9 en/live-build.7:11
6869 #, no-wrap
6970 msgid "DESCRIPTION"
7071 msgstr "DESCRIPTION"
7172
7273 #. type: SH
73 #: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
74 #: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:238 en/lb_source.1:14
75 #: en/live-build.7:20
74 #: en/lb.1:14 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
75 #: en/lb_chroot.1:14 en/lb_clean.1:14 en/lb_config.1:242 en/lb_installer.1:14
76 #: en/lb_source.1:14 en/live-build.7:18
7677 #, no-wrap
7778 msgid "OPTIONS"
7879 msgstr "OPTIONS"
7980
8081 #. type: SH
81 #: en/lb.1:19 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17
82 #: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:474 en/lb_source.1:17
83 #: en/live-build.7:229
82 #: en/lb.1:17 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17
83 #: en/lb_chroot.1:17 en/lb_clean.1:34 en/lb_config.1:473 en/lb_installer.1:17
84 #: en/lb_source.1:17 en/live-build.7:224
8485 #, no-wrap
8586 msgid "FILES"
8687 msgstr "FICHIERS"
8788
8889 #. type: SH
89 #: en/lb.1:22 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:22
90 #: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:481 en/lb_source.1:20
91 #: en/live-build.7:233
90 #: en/lb.1:20 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:20
91 #: en/lb_chroot.1:20 en/lb_clean.1:37 en/lb_config.1:478 en/lb_installer.1:20
92 #: en/lb_source.1:20 en/live-build.7:228
9293 #, no-wrap
9394 msgid "SEE ALSO"
9495 msgstr "VOIR AUSSI"
9596
9697 #. type: Plain text
97 #: en/lb.1:24 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:24
98 #: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:483 en/lb_source.1:22
98 #: en/lb.1:22 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:22
99 #: en/lb_chroot.1:22 en/lb_clean.1:39 en/lb_config.1:480 en/lb_installer.1:22
100 #: en/lb_source.1:22
99101 msgid "I<live-build>(7)"
100102 msgstr "I<live-build>(7)"
101103
102104 #. type: Plain text
103 #: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26
104 #: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:489 en/lb_source.1:24
105 #: en/live-build.7:239
105 #: en/lb.1:24 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:24
106 #: en/lb_chroot.1:24 en/lb_clean.1:41 en/lb_config.1:486 en/lb_installer.1:24
107 #: en/lb_source.1:24 en/live-build.7:234
106108 msgid "This program is a part of live-build."
107109 msgstr "Ce programme est une partie de live-build."
108110
109111 #. type: SH
110 #: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27
111 #: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:490 en/lb_source.1:25
112 #: en/live-build.7:240
112 #: en/lb.1:25 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:25
113 #: en/lb_chroot.1:25 en/lb_clean.1:42 en/lb_config.1:487 en/lb_installer.1:25
114 #: en/lb_source.1:25 en/live-build.7:235
113115 #, no-wrap
114116 msgid "HOMEPAGE"
115117 msgstr "PAGE D'ACCUEIL"
116118
117119 #. type: Plain text
118 #: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29
119 #: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:492 en/lb_source.1:27
120 #: en/live-build.7:242
121 #, fuzzy
122 msgid ""
123 "More information about live-build and the Live Systems project can be found "
124 "on the homepage at E<lt>I<https://debian-live.alioth.debian.org/>E<gt>."
120 #: en/lb.1:27 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:27
121 #: en/lb_chroot.1:27 en/lb_clean.1:44 en/lb_config.1:489 en/lb_installer.1:27
122 #: en/lb_source.1:27 en/live-build.7:237
123 #, fuzzy
124 msgid ""
125 "More information about live-build and the Debian Live project can be found "
126 "on the homepage at E<lt>I<https://wiki.debian.org/DebianLive>E<gt>."
125127 msgstr ""
126128 "Davantage d'informations à propos de live-build et du projet Live Systems "
127129 "peuvent être trouvées sur la page d'accueil à E<lt>I<https://debian-live."
129131 "alioth.debian.org/manual/>E<gt>."
130132
131133 #. type: SH
132 #: en/lb.1:30 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:30
133 #: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:493 en/lb_source.1:28
134 #: en/live-build.7:243
134 #: en/lb.1:28 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:28
135 #: en/lb_chroot.1:28 en/lb_clean.1:45 en/lb_config.1:490 en/lb_installer.1:28
136 #: en/lb_source.1:28 en/live-build.7:238
135137 #, no-wrap
136138 msgid "BUGS"
137139 msgstr "BOGUES"
138140
139141 #. type: Plain text
140 #: en/lb.1:32 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:32
141 #: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:495 en/lb_source.1:30
142 #: en/live-build.7:245
143 msgid ""
144 "Bugs can be reported by submitting a bugreport for the live-build package in "
145 "the Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
146 "writing a mail to the Live Systems mailing list at E<lt>I<debian-live@lists."
142 #: en/lb.1:30 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:30
143 #: en/lb_chroot.1:30 en/lb_clean.1:47 en/lb_config.1:492 en/lb_installer.1:30
144 #: en/lb_source.1:30 en/live-build.7:240
145 #, fuzzy
146 #| msgid ""
147 #| "Bugs can be reported by submitting a bugreport for the live-build package "
148 #| "in the Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
149 #| "writing a mail to the Live Systems mailing list at E<lt>I<debian-"
150 #| "[email protected]>E<gt>."
151 msgid ""
152 "Bugs can be reported by submitting a bug report for the live-build package "
153 "in the Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
154 "writing a mail to the Debian Live mailing list at E<lt>I<debian-live@lists."
147155 "debian.org>E<gt>."
148156 msgstr ""
149157 "Les bogues peuvent être signalés en soumettant un rapport de bogue pour le "
152160 "E<lt>I<[email protected]>E<gt>."
153161
154162 #. type: SH
155 #: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33
156 #: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:496 en/lb_source.1:31
157 #: en/live-build.7:246
163 #: en/lb.1:31 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:31
164 #: en/lb_chroot.1:31 en/lb_clean.1:48 en/lb_config.1:493 en/lb_installer.1:31
165 #: en/lb_source.1:31 en/live-build.7:241
158166 #, no-wrap
159167 msgid "AUTHOR"
160168 msgstr "AUTEUR"
161169
162170 #. type: Plain text
163 #: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34
164 #: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:497 en/lb_source.1:32
165 #: en/live-build.7:247
166 msgid ""
167 "live-build was written by Daniel Baumann E<lt>I<[email protected]>E<gt>."
171 #: en/lb.1:32 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:32
172 #: en/lb_chroot.1:32 en/lb_clean.1:49 en/lb_config.1:494 en/lb_installer.1:32
173 #: en/lb_source.1:32 en/live-build.7:242
174 #, fuzzy
175 #| msgid ""
176 #| "live-build was written by Daniel Baumann E<lt>I<mail@daniel-baumann."
177 #| "ch>E<gt>."
178 msgid ""
179 "live-build was originally written by Daniel Baumann E<lt>I<mail@daniel-"
180 "baumann.ch>E<gt>. Since 2016 development has been continued by the Debian "
181 "Live team."
168182 msgstr ""
169183 "live-images a été écrit par Daniel Baumann E<lt>I<mail@daniel-baumann."
170184 "ch>E<gt>."
178192
179193 #. type: Plain text
180194 #: en/lb_config.1:8
181 msgid "B<lb config> [I<live-build options>]"
182 msgstr "B<lb config> [I<live-build options>]"
183
184 #. FIXME
185 #. type: Plain text
186 #: en/lb_config.1:11
195 msgid "B<lb config> {B<-h>|B<--help>|B<-u>|B<--usage>|B<-v>|B<--version>}"
196 msgstr ""
197
198 #. type: Plain text
199 #: en/lb_config.1:10
187200 msgid "B<lb config>"
188201 msgstr "B<lb config>"
189202
190203 #. type: Plain text
191 #: en/lb_config.1:13
192 msgid " [B<--apt> apt|aptitude]"
204 #: en/lb_config.1:12
205 #, fuzzy
206 #| msgid " [B<--apt> apt|aptitude]"
207 msgid " [B<--apt> apt|apt-get|aptitude]"
193208 msgstr " [B<--apt> apt|aptitude]"
194209
195210 #. type: Plain text
196 #: en/lb_config.1:15
211 #: en/lb_config.1:14
197212 msgid " [B<--apt-ftp-proxy> I<URL>]"
198213 msgstr " [B<--apt-ftp-proxy> I<URL>]"
199214
200215 #. type: Plain text
201 #: en/lb_config.1:17
216 #: en/lb_config.1:16
202217 msgid " [B<--apt-http-proxy> I<URL>]"
203218 msgstr " [B<--apt-http-proxy> I<URL>]"
204219
205220 #. type: Plain text
206 #: en/lb_config.1:19
221 #: en/lb_config.1:18
207222 msgid " [B<--apt-indices> true|false]"
208223 msgstr " [B<--apt-indices> true|false]"
209224
210225 #. type: Plain text
211 #: en/lb_config.1:21
226 #: en/lb_config.1:20
212227 msgid " [B<--apt-options> I<OPTION>|\"I<OPTIONS>\"]"
213228 msgstr " [B<--apt-options> I<OPTION>|\"I<OPTIONS>\"]"
214229
215230 #. type: Plain text
216 #: en/lb_config.1:23
231 #: en/lb_config.1:22
232 msgid " [B<--apt-pipeline> I<DEPTH>]"
233 msgstr " [B<--apt-pipeline> I<PROFONDEUR>]"
234
235 #. type: Plain text
236 #: en/lb_config.1:24
237 msgid " [B<--apt-recommends> true|false]"
238 msgstr " [B<--apt-recommends> true|false]"
239
240 #. type: Plain text
241 #: en/lb_config.1:26
242 msgid " [B<--apt-secure> true|false]"
243 msgstr " [B<--apt-secure> true|false]"
244
245 #. type: Plain text
246 #: en/lb_config.1:28
247 msgid " [B<--apt-source-archives> true|false]"
248 msgstr " [B<--apt-source-archives> true|false]"
249
250 #. type: Plain text
251 #: en/lb_config.1:30
217252 msgid " [B<--aptitude-options> I<OPTION>|\"I<OPTIONS>\"]"
218253 msgstr " [B<--aptitude-options> I<OPTION>|\"I<OPTIONS>\"]"
219254
220255 #. type: Plain text
221 #: en/lb_config.1:25
222 msgid " [B<--apt-pipeline> I<DEPTH>]"
223 msgstr " [B<--apt-pipeline> I<PROFONDEUR>]"
224
225 #. type: Plain text
226 #: en/lb_config.1:27
227 msgid " [B<--apt-recommends> true|false]"
228 msgstr " [B<--apt-recommends> true|false]"
229
230 #. type: Plain text
231 #: en/lb_config.1:29
232 msgid " [B<--apt-secure> true|false]"
233 msgstr " [B<--apt-secure> true|false]"
234
235 #. type: Plain text
236 #: en/lb_config.1:31
237 msgid " [B<--apt-source-archives> true|false]"
238 msgstr " [B<--apt-source-archives> true|false]"
239
240 #. type: Plain text
241 #: en/lb_config.1:33
242 msgid " [-a|B<--architectures> I<ARCHITECTURE>]"
256 #: en/lb_config.1:32
257 #, fuzzy
258 #| msgid " [-a|B<--architectures> I<ARCHITECTURE>]"
259 msgid " [B<-a>|B<--architecture> I<ARCHITECTURE>]"
243260 msgstr " [-a|B<--architectures> I<ARCHITECTURE>]"
244261
245262 #. type: Plain text
246 #: en/lb_config.1:35
247 msgid " [-b|B<--binary-images> iso|iso-hybrid|netboot|tar|hdd]"
263 #: en/lb_config.1:34
264 #, fuzzy
265 #| msgid " [B<--archive-areas> I<ARCHIVE_AREA>|I<\"ARCHIVE_AREAS\">]"
266 msgid " [B<--archive-areas> I<ARCHIVE_AREA>|\"I<ARCHIVE_AREAS>\"]"
267 msgstr " [B<--archive-areas> I<DOMAINE_D'ARCHIVE>|I<\"DOMAINES_D'ARCHIVE\">]"
268
269 #. type: Plain text
270 #: en/lb_config.1:36
271 msgid " [B<--backports> true|false]"
272 msgstr " [B<--backports> true|false]"
273
274 #. type: Plain text
275 #: en/lb_config.1:38
276 #, fuzzy
277 #| msgid " [B<--binary-filesystem> fat16|fat32|ext2|ext3|ext4]"
278 msgid " [B<--binary-filesystem> fat16|fat32|ext2|ext3|ext4|ntfs]"
279 msgstr " [B<--binary-filesystem> fat16|fat32|ext2|ext3|ext4]"
280
281 #. type: Plain text
282 #: en/lb_config.1:40
283 #, fuzzy
284 #| msgid " [-b|B<--binary-images> iso|iso-hybrid|netboot|tar|hdd]"
285 msgid " [B<-b>|B<--binary-image> iso|iso-hybrid|netboot|tar|hdd]"
248286 msgstr " [-b|B<--binary-images> iso|iso-hybrid|netboot|tar|hdd]"
249287
250288 #. type: Plain text
251 #: en/lb_config.1:37
252 msgid " [B<--binary-filesystem> fat16|fat32|ext2|ext3|ext4]"
253 msgstr " [B<--binary-filesystem> fat16|fat32|ext2|ext3|ext4]"
254
255 #. type: Plain text
256 #: en/lb_config.1:39
257 msgid " [B<--bootappend-install> I<PARAMETER>|I<\"PARAMETERS\">]"
289 #: en/lb_config.1:42
290 #, fuzzy
291 #| msgid " [B<--bootappend-install> I<PARAMETER>|I<\"PARAMETERS\">]"
292 msgid " [B<--bootappend-install> I<PARAMETER>|\"I<PARAMETERS>\"]"
258293 msgstr " [B<--bootappend-install> I<PARAMÈTRES>|I<\"PARAMÈTRES\">]"
259294
260295 #. type: Plain text
261 #: en/lb_config.1:41
262 msgid " [B<--bootappend-live> I<PARAMETER>|I<\"PARAMETERS\">]"
296 #: en/lb_config.1:44
297 #, fuzzy
298 #| msgid " [B<--bootappend-live> I<PARAMETER>|I<\"PARAMETERS\">]"
299 msgid " [B<--bootappend-live> I<PARAMETER>|\"I<PARAMETERS>\"]"
263300 msgstr " [B<--bootappend-live> I<PARAMÈTRES>|I<\"PARAMÈTRES\">]"
264301
265302 #. type: Plain text
266 #: en/lb_config.1:43
303 #: en/lb_config.1:46
267304 #, fuzzy
268305 #| msgid " [B<--bootappend-live> I<PARAMETER>|I<\"PARAMETERS\">]"
269 msgid " [B<--bootappend-live-failsafe> I<PARAMETER>|I<\"PARAMETERS\">]"
306 msgid " [B<--bootappend-live-failsafe> I<PARAMETER>|\"I<PARAMETERS>\"]"
270307 msgstr " [B<--bootappend-live> I<PARAMÈTRES>|I<\"PARAMÈTRES\">]"
271308
272309 #. type: Plain text
273 #: en/lb_config.1:45
310 #: en/lb_config.1:48
274311 #, fuzzy
275312 #| msgid " [B<--bootloader> grub|grub2|syslinux]"
276 msgid " [B<--bootloaders> grub-legacy|grub-pc|syslinux|grub-efi]"
313 msgid ""
314 " [B<--bootloaders> grub-legacy|grub-pc|syslinux|grub-efi|\"I<BOOTLOADERS>\"]"
277315 msgstr " [B<--bootloader> grub|grub2|syslinux]"
278316
279317 #. type: Plain text
280 #: en/lb_config.1:47
318 #: en/lb_config.1:50
319 #, fuzzy
320 #| msgid " [B<--mirror-bootstrap> I<URL>]"
321 msgid " [B<--bootstrap-qemu-arch> I<ARCH>]"
322 msgstr " [B<--mirror-bootstrap> I<URL>]"
323
324 #. type: Plain text
325 #: en/lb_config.1:52
326 #, fuzzy
327 #| msgid " [B<--bootappend-live> I<PARAMETER>|I<\"PARAMETERS\">]"
328 msgid " [B<--bootstrap-qemu-exclude> I<PACKAGE>|\"I<PACKAGES>\"]"
329 msgstr " [B<--bootappend-live> I<PARAMÈTRES>|I<\"PARAMÈTRES\">]"
330
331 #. type: Plain text
332 #: en/lb_config.1:54
333 #, fuzzy
334 #| msgid " [B<--mirror-bootstrap> I<URL>]"
335 msgid " [B<--bootstrap-qemu-static> I<PATH>]"
336 msgstr " [B<--mirror-bootstrap> I<URL>]"
337
338 #. type: Plain text
339 #: en/lb_config.1:56
340 #, fuzzy
341 #| msgid "B<--breakpoints>"
342 msgid " [B<--breakpoints>]"
343 msgstr "B<--breakpoints>"
344
345 #. type: Plain text
346 #: en/lb_config.1:58
347 msgid " [B<--build-with-chroot> true|false]"
348 msgstr " [B<--build-with-chroot> true|false]"
349
350 #. type: Plain text
351 #: en/lb_config.1:60
281352 msgid " [B<--cache> true|false]"
282353 msgstr " [B<--cache> true|false]"
283354
284355 #. type: Plain text
285 #: en/lb_config.1:49
356 #: en/lb_config.1:62
286357 msgid " [B<--cache-indices> true|false]"
287358 msgstr " [B<--cache-indices> true|false]"
288359
289360 #. type: Plain text
290 #: en/lb_config.1:51
361 #: en/lb_config.1:64
291362 msgid " [B<--cache-packages> true|false]"
292363 msgstr " [B<--cache-packages> true|false]"
293364
294365 #. type: Plain text
295 #: en/lb_config.1:53
296 msgid " [B<--cache-stages> I<STAGE>|I<\"STAGES\">]"
366 #: en/lb_config.1:66
367 #, fuzzy
368 #| msgid " [B<--cache-stages> I<STAGE>|I<\"STAGES\">]"
369 msgid " [B<--cache-stages> I<STAGE>|\"I<STAGES>\"]"
297370 msgstr " [B<--cache-stages> I<STAGE>|I<\"STAGES\">]"
298371
299372 #. type: Plain text
300 #: en/lb_config.1:55
301 msgid " [B<--checksums> md5|sha1|sha256|none]"
373 #: en/lb_config.1:68
374 #, fuzzy
375 #| msgid " [B<--checksums> md5|sha1|sha256|none]"
376 msgid " [B<--checksums> md5|sha1|sha224|sha256|sha384|sha512|none]"
302377 msgstr " [B<--checksums> md5|sha1|sha256|none]"
303378
304379 #. type: Plain text
305 #: en/lb_config.1:57
306 msgid " [B<--compression> bzip2|gzip|lzip|none]"
307 msgstr " [B<--compression> bzip2|gzip|lzip|none]"
308
309 #. type: Plain text
310 #: en/lb_config.1:59
311 msgid " [B<--config> I<GIT_URL::GIT_ID>]"
312 msgstr " [B<--config> I<GIT_URL::GIT_ID>]"
313
314 #. type: Plain text
315 #: en/lb_config.1:61
316 msgid " [B<--build-with-chroot> true|false]"
317 msgstr " [B<--build-with-chroot> true|false]"
318
319 #. type: Plain text
320 #: en/lb_config.1:63
380 #: en/lb_config.1:70
321381 msgid " [B<--chroot-filesystem> ext2|ext3|ext4|squashfs|jffs2|none]"
322382 msgstr " [B<--chroot-filesystem> ext2|ext3|ext4|squashfs|jffs2|none]"
323383
324384 #. type: Plain text
325 #: en/lb_config.1:65
385 #: en/lb_config.1:72
386 msgid " [B<--chroot-squashfs-compression-level> LEVEL]"
387 msgstr ""
388
389 #. type: Plain text
390 #: en/lb_config.1:74
391 #, fuzzy
392 #| msgid " [B<--initramfs-compression> bzip2|gzip|lzma]"
393 msgid " [B<--chroot-squashfs-compression-type> gzip|lzma|lzo|lz4|xz|zstd]"
394 msgstr " [B<--initramfs-compression> bzip2|gzip|lzma]"
395
396 #. type: Plain text
397 #: en/lb_config.1:76
326398 msgid " [B<--clean>]"
327399 msgstr " [B<--clean>]"
328400
329401 #. type: Plain text
330 #: en/lb_config.1:67
331 msgid " [-c|B<--conffile> I<FILE>]"
402 #: en/lb_config.1:78
403 #, fuzzy
404 #| msgid " [B<--clean>]"
405 msgid " [B<--color>]"
406 msgstr " [B<--clean>]"
407
408 #. type: Plain text
409 #: en/lb_config.1:80
410 #, fuzzy
411 #| msgid " [B<--compression> bzip2|gzip|lzip|none]"
412 msgid " [B<--compression> bzip2|gzip|lzip|xz|none]"
413 msgstr " [B<--compression> bzip2|gzip|lzip|none]"
414
415 #. type: Plain text
416 #: en/lb_config.1:82
417 #, fuzzy
418 #| msgid " [-c|B<--conffile> I<FILE>]"
419 msgid " [B<-c>|B<--conffile> I<FILE>]"
332420 msgstr " [-c|B<--conffile> I<FICHIER>]"
333421
334422 #. type: Plain text
335 #: en/lb_config.1:69
423 #: en/lb_config.1:84
424 #, fuzzy
425 #| msgid " [B<--config> I<GIT_URL::GIT_ID>]"
426 msgid " [B<--config> I<GIT_URL>::I<GIT_BRANCH>]"
427 msgstr " [B<--config> I<GIT_URL::GIT_ID>]"
428
429 #. type: Plain text
430 #: en/lb_config.1:86
336431 msgid " [B<--debconf-frontend> dialog|editor|noninteractive|readline]"
337432 msgstr " [B<--debconf-frontend> dialog|editor|noninteractive|readline]"
338433
339434 #. type: Plain text
340 #: en/lb_config.1:71
435 #: en/lb_config.1:88
341436 msgid " [B<--debconf-priority> low|medium|high|critical]"
342437 msgstr " [B<--debconf-priority> low|medium|high|critical]"
343438
344439 #. type: Plain text
345 #: en/lb_config.1:73
346 msgid ""
440 #: en/lb_config.1:90
441 #, fuzzy
442 #| msgid ""
443 #| " [B<--debian-installer> true|cdrom|netinst|netboot|businesscard|live|"
444 #| "false]"
445 msgid " [B<--debian-installer> cdrom|netinst|netboot|businesscard|live|none]"
446 msgstr ""
347447 " [B<--debian-installer> true|cdrom|netinst|netboot|businesscard|live|false]"
348 msgstr ""
349 " [B<--debian-installer> true|cdrom|netinst|netboot|businesscard|live|false]"
350
351 #. type: Plain text
352 #: en/lb_config.1:75
448
449 #. type: Plain text
450 #: en/lb_config.1:92
353451 msgid " [B<--debian-installer-distribution> daily|I<CODENAME>]"
354452 msgstr " [B<--debian-installer-distribution> daily|I<NOM_DE_CODE>]"
355453
356454 #. type: Plain text
357 #: en/lb_config.1:77
455 #: en/lb_config.1:94
456 msgid " [B<--debian-installer-gui> true|false]"
457 msgstr " [B<--debian-installer-gui> true|false]"
458
459 #. type: Plain text
460 #: en/lb_config.1:96
358461 msgid " [B<--debian-installer-preseedfile> I<FILE>|I<URL>]"
359462 msgstr " [B<--debian-installer-preseedfile> I<FICHIER>|I<URL>]"
360463
361464 #. type: Plain text
362 #: en/lb_config.1:79
363 msgid " [B<--debian-installer-gui> true|false]"
364 msgstr " [B<--debian-installer-gui> true|false]"
365
366 #. type: Plain text
367 #: en/lb_config.1:81
368 #, fuzzy
369 #| msgid " [B<--net-root-mountoptions> I<OPTIONS>]"
370 msgid " [B<--debootstrap-options> I<OPTIONS>]"
371 msgstr " [B<--net-root-mountoptions> I<OPTIONS>]"
372
373 #. type: Plain text
374 #: en/lb_config.1:83
465 #: en/lb_config.1:98
466 #, fuzzy
467 #| msgid " [B<--apt-options> I<OPTION>|\"I<OPTIONS>\"]"
468 msgid " [B<--debootstrap-options> I<OPTION>|\"I<OPTIONS>\"]"
469 msgstr " [B<--apt-options> I<OPTION>|\"I<OPTIONS>\"]"
470
471 #. type: Plain text
472 #: en/lb_config.1:100
375473 #, fuzzy
376474 #| msgid " [B<--mirror-bootstrap> I<URL>]"
377475 msgid " [B<--debootstrap-script> I<SCRIPT>]"
378476 msgstr " [B<--mirror-bootstrap> I<URL>]"
379477
380478 #. type: Plain text
381 #: en/lb_config.1:85
479 #: en/lb_config.1:102
382480 msgid " [B<--debug>]"
383481 msgstr " [B<--debug>]"
384482
385483 #. type: Plain text
386 #: en/lb_config.1:87
387 msgid " [-d|B<--distribution> I<CODENAME>]"
484 #: en/lb_config.1:104
485 #, fuzzy
486 #| msgid " [-d|B<--distribution> I<CODENAME>]"
487 msgid " [B<-d>|B<--distribution> I<CODENAME>]"
388488 msgstr " [-d|B<--distribution> I<NOM_DE_CODE>]"
389489
390490 #. type: Plain text
391 #: en/lb_config.1:89
491 #: en/lb_config.1:106
492 #, fuzzy
493 #| msgid " [-d|B<--distribution> I<CODENAME>]"
494 msgid " [B<--distribution-chroot> I<CODENAME>]"
495 msgstr " [-d|B<--distribution> I<NOM_DE_CODE>]"
496
497 #. type: Plain text
498 #: en/lb_config.1:108
499 #, fuzzy
500 #| msgid " [-d|B<--distribution> I<CODENAME>]"
501 msgid " [B<--distribution-binary> I<CODENAME>]"
502 msgstr " [-d|B<--distribution> I<NOM_DE_CODE>]"
503
504 #. type: Plain text
505 #: en/lb_config.1:110
506 #, fuzzy
507 #| msgid " [B<--dump>]"
508 msgid " [B<--dm-verity>]"
509 msgstr " [B<--dump>]"
510
511 #. type: Plain text
512 #: en/lb_config.1:112
513 msgid " [B<--dm-verity-fec> I<NB_ROOTS>]"
514 msgstr ""
515
516 #. type: Plain text
517 #: en/lb_config.1:114
518 #, fuzzy
519 #| msgid " [B<--mirror-bootstrap> I<URL>]"
520 msgid " [B<--dm-verity-sign> I<SIGN_SCRIPT>]"
521 msgstr " [B<--mirror-bootstrap> I<URL>]"
522
523 #. type: Plain text
524 #: en/lb_config.1:116
525 msgid " [B<--dump>]"
526 msgstr " [B<--dump>]"
527
528 #. type: Plain text
529 #: en/lb_config.1:118
530 #, fuzzy
531 #| msgid " [B<--firmware-binary true|false>]"
532 msgid " [B<--firmware-binary> true|false]"
533 msgstr " [B<--firmware-binary true|false>]"
534
535 #. type: Plain text
536 #: en/lb_config.1:120
537 #, fuzzy
538 #| msgid " [B<--firmware-chroot true|false>]"
539 msgid " [B<--firmware-chroot> true|false]"
540 msgstr " [B<--firmware-chroot true|false>]"
541
542 #. type: Plain text
543 #: en/lb_config.1:122
544 msgid " [B<--force>]"
545 msgstr " [B<--force>]"
546
547 #. type: Plain text
548 #: en/lb_config.1:124
549 msgid " [B<--gzip-options> I<OPTION>|\"I<OPTIONS>\"]"
550 msgstr " [B<--gzip-options> I<OPTION>|\"I<OPTIONS>\"]"
551
552 #. type: Plain text
553 #: en/lb_config.1:126
554 #, fuzzy
555 #| msgid " [B<--hdd-size >I<MB>]"
556 msgid " [B<--hdd-label> I<LABEL>]"
557 msgstr " [B<--hdd-size >I<MB>]"
558
559 #. type: Plain text
560 #: en/lb_config.1:128
561 #, fuzzy
562 #| msgid " [B<--parent-mirror-chroot> I<URL>]"
563 msgid " [B<--hdd-partition-start> I<START>]"
564 msgstr " [B<--parent-mirror-chroot> I<URL>]"
565
566 #. type: Plain text
567 #: en/lb_config.1:130
568 #, fuzzy
569 #| msgid " [B<--hdd-size >I<MB>]"
570 msgid " [B<--hdd-size> I<SIZE>]"
571 msgstr " [B<--hdd-size >I<MB>]"
572
573 #. type: Plain text
574 #: en/lb_config.1:132
575 msgid " [B<--ignore-system-defaults>]"
576 msgstr " [B<--ignore-system-defaults>]"
577
578 #. type: Plain text
579 #: en/lb_config.1:134
580 #, fuzzy
581 #| msgid " [B<--iso-volume> I<NAME>]"
582 msgid " [B<--image-name> I<NAME>]"
583 msgstr " [B<--iso-volume> I<NOM>]"
584
585 #. type: Plain text
586 #: en/lb_config.1:136
587 #, fuzzy
588 #| msgid " [B<--initramfs> auto|none|live-boot|casper]"
589 msgid " [B<--initramfs> none|live-boot]"
590 msgstr " [B<--initramfs> auto|none|live-boot|casper]"
591
592 #. type: Plain text
593 #: en/lb_config.1:138
594 msgid " [B<--initramfs-compression> bzip2|gzip|lzma]"
595 msgstr " [B<--initramfs-compression> bzip2|gzip|lzma]"
596
597 #. type: Plain text
598 #: en/lb_config.1:140
599 #, fuzzy
600 #| msgid " [B<--initsystem> sysvinit|runit|systemd|upstart|none]"
601 msgid " [B<--initsystem> sysvinit|systemd|none]"
602 msgstr " [B<--initsystem> sysvinit|runit|systemd|upstart|none]"
603
604 #. type: Plain text
605 #: en/lb_config.1:142
606 #, fuzzy
607 #| msgid " [B<--interactive> shell]"
608 msgid " [B<--interactive> true|shell|x11|xnest|false]"
609 msgstr " [B<--interactive> shell]"
610
611 #. type: Plain text
612 #: en/lb_config.1:144
613 msgid " [B<--iso-application> I<NAME>]"
614 msgstr " [B<--iso-application> I<NOM>]"
615
616 #. type: Plain text
617 #: en/lb_config.1:146
618 msgid " [B<--iso-preparer> I<NAME>]"
619 msgstr " [B<--iso-preparer> I<NOM>]"
620
621 #. type: Plain text
622 #: en/lb_config.1:148
623 msgid " [B<--iso-publisher> I<NAME>]"
624 msgstr " [B<--iso-publisher> I<NOM>]"
625
626 #. type: Plain text
627 #: en/lb_config.1:150
628 msgid " [B<--iso-volume> I<NAME>]"
629 msgstr " [B<--iso-volume> I<NOM>]"
630
631 #. type: Plain text
632 #: en/lb_config.1:152
633 msgid " [B<--jffs2-eraseblock> I<SIZE>]"
634 msgstr " [B<--jffs2-eraseblock> I<TAILLE>]"
635
636 #. type: Plain text
637 #: en/lb_config.1:154
638 #, fuzzy
639 #| msgid " [B<--keyring-packages> I<PACKAGE|\"PACKAGES\">]"
640 msgid " [B<--keyring-packages> I<PACKAGE>|\"I<PACKAGES>\"]"
641 msgstr " [B<--keyring-packages> I<PAQUET|\"PAQUETS\">]"
642
643 #. type: Plain text
644 #: en/lb_config.1:156
645 #, fuzzy
646 #| msgid " [-k|B<--linux-flavours> I<FLAVOUR>|I<\"FLAVOURS\">]"
647 msgid " [B<-k>|B<--linux-flavours> I<FLAVOUR>|\"I<FLAVOURS>\"]"
648 msgstr " [-k|B<--linux-flavours> I<VARIÉTÉ>|I<\"VARIÉTÉS\">]"
649
650 #. type: Plain text
651 #: en/lb_config.1:158
652 #, fuzzy
653 #| msgid " [B<--keyring-packages> I<PACKAGE|\"PACKAGES\">]"
654 msgid " [B<--linux-packages> I<PACKAGE>|\"I<PACKAGES>\"]"
655 msgstr " [B<--keyring-packages> I<PAQUET|\"PAQUETS\">]"
656
657 #. type: Plain text
658 #: en/lb_config.1:160
659 #, fuzzy
660 #| msgid " [B<--cache> true|false]"
661 msgid " [B<--loadlin> true|false]"
662 msgstr " [B<--cache> true|false]"
663
664 #. type: Plain text
665 #: en/lb_config.1:162
666 msgid " [B<--memtest> memtest86+|memtest86|none]"
667 msgstr " [B<--memtest> memtest86+|memtest86|none]"
668
669 #. type: Plain text
670 #: en/lb_config.1:164
671 msgid " [B<--mirror-binary> I<URL>]"
672 msgstr " [B<--mirror-binary> I<URL>]"
673
674 #. type: Plain text
675 #: en/lb_config.1:166
676 msgid " [B<--mirror-binary-security> I<URL>]"
677 msgstr " [B<--mirror-binary-security> I<URL>]"
678
679 #. type: Plain text
680 #: en/lb_config.1:168
681 msgid " [B<--mirror-bootstrap> I<URL>]"
682 msgstr " [B<--mirror-bootstrap> I<URL>]"
683
684 #. type: Plain text
685 #: en/lb_config.1:170
686 msgid " [B<--mirror-chroot> I<URL>]"
687 msgstr " [B<--mirror-chroot> I<URL>]"
688
689 #. type: Plain text
690 #: en/lb_config.1:172
691 msgid " [B<--mirror-chroot-security> I<URL>]"
692 msgstr " [B<--mirror-chroot-security> I<URL>]"
693
694 #. type: Plain text
695 #: en/lb_config.1:174
696 msgid " [B<--mirror-debian-installer> I<URL>]"
697 msgstr ""
698
699 #. type: Plain text
700 #: en/lb_config.1:176
701 #, fuzzy
702 #| msgid " [B<--clean>]"
703 msgid " [B<--mode> debian]"
704 msgstr " [B<--clean>]"
705
706 #. type: Plain text
707 #: en/lb_config.1:178
708 msgid " [B<--net-tarball> true|false]"
709 msgstr " [B<--net-tarball> true|false]"
710
711 #. type: Plain text
712 #: en/lb_config.1:180
713 #, fuzzy
714 #| msgid " [B<--clean>]"
715 msgid " [B<--no-color>]"
716 msgstr " [B<--clean>]"
717
718 #. type: Plain text
719 #: en/lb_config.1:182
720 #, fuzzy
721 #| msgid " [B<--source> true|false]"
722 msgid " [B<--onie> true|false]"
723 msgstr " [B<--source> true|false]"
724
725 #. type: Plain text
726 #: en/lb_config.1:184
727 #, fuzzy
728 #| msgid " [B<--gzip-options> I<OPTION>|\"I<OPTIONS>\"]"
729 msgid " [B<--onie-kernel-cmdline> I<OPTION>|\"I<OPTIONS>\"]"
730 msgstr " [B<--gzip-options> I<OPTION>|\"I<OPTIONS>\"]"
731
732 #. type: Plain text
733 #: en/lb_config.1:186
734 #, fuzzy
735 #| msgid " [B<--archive-areas> I<ARCHIVE_AREA>|I<\"ARCHIVE_AREAS\">]"
736 msgid " [B<--parent-archive-areas> I<ARCHIVE_AREA>|\"I<ARCHIVE_AREAS>\"]"
737 msgstr " [B<--archive-areas> I<DOMAINE_D'ARCHIVE>|I<\"DOMAINES_D'ARCHIVE\">]"
738
739 #. type: Plain text
740 #: en/lb_config.1:188
741 #, fuzzy
742 #| msgid " [B<--parent-debian-installer-distribution> I<CODENAME>]"
743 msgid " [B<--parent-debian-installer-distribution> daily|I<CODENAME>]"
744 msgstr " [B<--parent-debian-installer-distribution> I<NOM_DE_CODE>]"
745
746 #. type: Plain text
747 #: en/lb_config.1:190
392748 msgid " [B<--parent-distribution> I<CODENAME>]"
393749 msgstr " [B<--parent-distribution> I<NOM_DE_CODE>]"
394750
395751 #. type: Plain text
396 #: en/lb_config.1:91
397 msgid " [B<--parent-debian-installer-distribution> I<CODENAME>]"
398 msgstr " [B<--parent-debian-installer-distribution> I<NOM_DE_CODE>]"
399
400 #. type: Plain text
401 #: en/lb_config.1:93
402 msgid " [B<--dump>]"
403 msgstr " [B<--dump>]"
404
405 #. type: Plain text
406 #: en/lb_config.1:95
407 msgid " [B<--fdisk> fdisk|fdisk.dist]"
408 msgstr " [B<--fdisk> fdisk|fdisk.dist]"
409
410 #. type: Plain text
411 #: en/lb_config.1:97
412 msgid " [B<--firmware-binary true|false>]"
413 msgstr " [B<--firmware-binary true|false>]"
414
415 #. type: Plain text
416 #: en/lb_config.1:99
417 msgid " [B<--firmware-chroot true|false>]"
418 msgstr " [B<--firmware-chroot true|false>]"
419
420 #. type: Plain text
421 #: en/lb_config.1:101
422 msgid " [B<--force>]"
423 msgstr " [B<--force>]"
424
425 #. type: Plain text
426 #: en/lb_config.1:103
427 msgid " [B<--grub-splash> I<FILE>]"
428 msgstr " [B<--grub-splash> I<FICHIER>]"
429
430 #. type: Plain text
431 #: en/lb_config.1:105
432 msgid " [B<--gzip-options> I<OPTION>|\"I<OPTIONS>\"]"
433 msgstr " [B<--gzip-options> I<OPTION>|\"I<OPTIONS>\"]"
434
435 #. type: Plain text
436 #: en/lb_config.1:107
437 msgid " [B<--hooks> I<FILE>]"
438 msgstr " [B<--hooks> I<FICHIER>]"
439
440 #. type: Plain text
441 #: en/lb_config.1:109
442 msgid " [B<--ignore-system-defaults>]"
443 msgstr " [B<--ignore-system-defaults>]"
444
445 #. type: Plain text
446 #: en/lb_config.1:111
447 msgid " [B<--initramfs> auto|none|live-boot|casper]"
448 msgstr " [B<--initramfs> auto|none|live-boot|casper]"
449
450 #. type: Plain text
451 #: en/lb_config.1:113
452 msgid " [B<--initramfs-compression> bzip2|gzip|lzma]"
453 msgstr " [B<--initramfs-compression> bzip2|gzip|lzma]"
454
455 #. type: Plain text
456 #: en/lb_config.1:115
457 msgid " [B<--initsystem> sysvinit|runit|systemd|upstart|none]"
458 msgstr " [B<--initsystem> sysvinit|runit|systemd|upstart|none]"
459
460 #. type: Plain text
461 #: en/lb_config.1:117
462 msgid " [B<--interactive> shell]"
463 msgstr " [B<--interactive> shell]"
464
465 #. type: Plain text
466 #: en/lb_config.1:119
467 msgid " [B<--isohybrid-options> I<OPTION>|\"I<OPTIONS>\"]"
468 msgstr " [B<--isohybrid-options> I<OPTION>|\"I<OPTIONS>\"]"
469
470 #. type: Plain text
471 #: en/lb_config.1:121
472 msgid " [B<--iso-application> I<NAME>]"
473 msgstr " [B<--iso-application> I<NOM>]"
474
475 #. type: Plain text
476 #: en/lb_config.1:123
477 msgid " [B<--iso-preparer> I<NAME>]"
478 msgstr " [B<--iso-preparer> I<NOM>]"
479
480 #. type: Plain text
481 #: en/lb_config.1:125
482 msgid " [B<--iso-publisher> I<NAME>]"
483 msgstr " [B<--iso-publisher> I<NOM>]"
484
485 #. type: Plain text
486 #: en/lb_config.1:127
487 msgid " [B<--iso-volume> I<NAME>]"
488 msgstr " [B<--iso-volume> I<NOM>]"
489
490 #. type: Plain text
491 #: en/lb_config.1:129
492 msgid " [B<--jffs2-eraseblock> I<SIZE>]"
493 msgstr " [B<--jffs2-eraseblock> I<TAILLE>]"
494
495 #. type: Plain text
496 #: en/lb_config.1:131
497 msgid " [B<--keyring-packages> I<PACKAGE|\"PACKAGES\">]"
498 msgstr " [B<--keyring-packages> I<PAQUET|\"PAQUETS\">]"
499
500 #. type: Plain text
501 #: en/lb_config.1:133
502 msgid " [-k|B<--linux-flavours> I<FLAVOUR>|I<\"FLAVOURS\">]"
503 msgstr " [-k|B<--linux-flavours> I<VARIÉTÉ>|I<\"VARIÉTÉS\">]"
504
505 #. type: Plain text
506 #: en/lb_config.1:135
507 msgid " [B<--linux-packages> I<\"PACKAGES\">]"
508 msgstr " [B<--linux-packages> I<\"PAQUETS\">]"
509
510 #. type: Plain text
511 #: en/lb_config.1:137
512 msgid " [B<--losetup> losetup|losetup.orig]"
513 msgstr " [B<--losetup> losetup|losetup.orig]"
514
515 #. type: Plain text
516 #: en/lb_config.1:139
517 msgid " [B<--memtest> memtest86+|memtest86|none]"
518 msgstr " [B<--memtest> memtest86+|memtest86|none]"
519
520 #. type: Plain text
521 #: en/lb_config.1:141
522 msgid " [-m|B<--parent-mirror-bootstrap> I<URL>]"
752 #: en/lb_config.1:192
753 #, fuzzy
754 #| msgid " [B<--parent-distribution> I<CODENAME>]"
755 msgid " [B<--parent-distribution-chroot> I<CODENAME>]"
756 msgstr " [B<--parent-distribution> I<NOM_DE_CODE>]"
757
758 #. type: Plain text
759 #: en/lb_config.1:194
760 #, fuzzy
761 #| msgid " [B<--parent-distribution> I<CODENAME>]"
762 msgid " [B<--parent-distribution-binary> I<CODENAME>]"
763 msgstr " [B<--parent-distribution> I<NOM_DE_CODE>]"
764
765 #. type: Plain text
766 #: en/lb_config.1:196
767 msgid " [B<--parent-mirror-binary> I<URL>]"
768 msgstr " [B<--parent-mirror-binary> I<URL>]"
769
770 #. type: Plain text
771 #: en/lb_config.1:198
772 msgid " [B<--parent-mirror-binary-security> I<URL>]"
773 msgstr " [B<--parent-mirror-binary-security> I<URL>]"
774
775 #. type: Plain text
776 #: en/lb_config.1:200
777 #, fuzzy
778 #| msgid " [-m|B<--parent-mirror-bootstrap> I<URL>]"
779 msgid " [B<-m>|B<--parent-mirror-bootstrap> I<URL>]"
523780 msgstr " [-m|B<--parent-mirror-bootstrap> I<URL>]"
524781
525782 #. type: Plain text
526 #: en/lb_config.1:143
783 #: en/lb_config.1:202
527784 msgid " [B<--parent-mirror-chroot> I<URL>]"
528785 msgstr " [B<--parent-mirror-chroot> I<URL>]"
529786
530787 #. type: Plain text
531 #: en/lb_config.1:145
788 #: en/lb_config.1:204
532789 msgid " [B<--parent-mirror-chroot-security> I<URL>]"
533790 msgstr " [B<--parent-mirror-chroot-security> I<URL>]"
534791
535792 #. type: Plain text
536 #: en/lb_config.1:147
537 msgid " [B<--parent-mirror-chroot-updates> I<URL>]"
538 msgstr " [B<--parent-mirror-chroot-updates> I<URL>]"
539
540 #. type: Plain text
541 #: en/lb_config.1:149
542 msgid " [B<--parent-mirror-chroot-backports> I<URL>]"
543 msgstr " [B<--parent-mirror-chroot-backports> I<URL>]"
544
545 #. type: Plain text
546 #: en/lb_config.1:151
547 msgid " [B<--parent-mirror-binary> I<URL>]"
548 msgstr " [B<--parent-mirror-binary> I<URL>]"
549
550 #. type: Plain text
551 #: en/lb_config.1:153
552 msgid " [B<--parent-mirror-binary-security> I<URL>]"
553 msgstr " [B<--parent-mirror-binary-security> I<URL>]"
554
555 #. type: Plain text
556 #: en/lb_config.1:155
557 msgid " [B<--parent-mirror-binary-updates> I<URL>]"
558 msgstr " [B<--parent-mirror-binary-updates> I<URL>]"
559
560 #. type: Plain text
561 #: en/lb_config.1:157
562 msgid " [B<--parent-mirror-binary-backports> I<URL>]"
563 msgstr " [B<--parent-mirror-binary-backports> I<URL>]"
564
565 #. type: Plain text
566 #: en/lb_config.1:159
793 #: en/lb_config.1:206
567794 msgid " [B<--parent-mirror-debian-installer> I<URL>]"
568795 msgstr " [B<--parent-mirror-debian-installer> I<URL>]"
569796
570797 #. type: Plain text
571 #: en/lb_config.1:161
572 msgid " [B<--mirror-bootstrap> I<URL>]"
573 msgstr " [B<--mirror-bootstrap> I<URL>]"
574
575 #. type: Plain text
576 #: en/lb_config.1:163
577 msgid " [B<--mirror-chroot> I<URL>]"
578 msgstr " [B<--mirror-chroot> I<URL>]"
579
580 #. type: Plain text
581 #: en/lb_config.1:165
582 msgid " [B<--mirror-chroot-security> I<URL>]"
583 msgstr " [B<--mirror-chroot-security> I<URL>]"
584
585 #. type: Plain text
586 #: en/lb_config.1:167
587 msgid " [B<--mirror-chroot-updates> I<URL>]"
588 msgstr " [B<--mirror-chroot-updates> I<URL>]"
589
590 #. type: Plain text
591 #: en/lb_config.1:169
592 msgid " [B<--mirror-chroot-backports> I<URL>]"
593 msgstr " [B<--mirror-chroot-backports> I<URL>]"
594
595 #. type: Plain text
596 #: en/lb_config.1:171
597 msgid " [B<--mirror-binary> I<URL>]"
598 msgstr " [B<--mirror-binary> I<URL>]"
599
600 #. type: Plain text
601 #: en/lb_config.1:173
602 msgid " [B<--mirror-binary-security> I<URL>]"
603 msgstr " [B<--mirror-binary-security> I<URL>]"
604
605 #. type: Plain text
606 #: en/lb_config.1:175
607 msgid " [B<--mirror-binary-updates> I<URL>]"
608 msgstr " [B<--mirror-binary-updates> I<URL>]"
609
610 #. type: Plain text
611 #: en/lb_config.1:177
612 msgid " [B<--mirror-binary-backports> I<URL>]"
613 msgstr " [B<--mirror-binary-backports> I<URL>]"
614
615 #. type: Plain text
616 #: en/lb_config.1:179
617 msgid " [B<--mirror-debian-installer> I<URL>]"
618 msgstr ""
619
620 #. type: Plain text
621 #: en/lb_config.1:181
622 msgid " [B<--mode> debian|progress-linux|ubuntu]"
623 msgstr " [B<--mode> debian|progress-linux|ubuntu]"
624
625 #. type: Plain text
626 #: en/lb_config.1:183
798 #: en/lb_config.1:208
799 msgid " [B<--quiet>]"
800 msgstr " [B<--quiet>]"
801
802 #. type: Plain text
803 #: en/lb_config.1:210
804 msgid " [B<--security> true|false]"
805 msgstr " [B<--security> true|false]"
806
807 #. type: Plain text
808 #: en/lb_config.1:212
809 msgid " [B<--source> true|false]"
810 msgstr " [B<--source> true|false]"
811
812 #. type: Plain text
813 #: en/lb_config.1:214
814 #, fuzzy
815 #| msgid " [-s|B<--source-images> iso|netboot|tar|hdd]"
816 msgid " [B<-s>|B<--source-images> iso|netboot|tar|hdd|\"I<IMAGES>\"]"
817 msgstr " [-s|B<--source-images> iso|netboot|tar|hdd]"
818
819 #. type: Plain text
820 #: en/lb_config.1:216
821 #, fuzzy
822 #| msgid " [B<--net-cow-path> I<PATH>]"
823 msgid " [B<--swap-file-path> I<PATH>]"
824 msgstr " [B<--net-cow-path> I<CHEMIN>]"
825
826 #. type: Plain text
827 #: en/lb_config.1:218
828 #, fuzzy
829 #| msgid " [B<--hdd-size >I<MB>]"
830 msgid " [B<--swap-file-size> I<MB>]"
831 msgstr " [B<--hdd-size >I<MB>]"
832
833 #. type: Plain text
834 #: en/lb_config.1:220
627835 msgid " [B<--system> live|normal]"
628836 msgstr " [B<--system> live|normal]"
629837
630838 #. type: Plain text
631 #: en/lb_config.1:185
632 msgid " [B<--net-root-filesystem> nfs|cfs]"
633 msgstr " [B<--net-root-filesystem> nfs|cfs]"
634
635 #. type: Plain text
636 #: en/lb_config.1:187
637 msgid " [B<--net-root-mountoptions> I<OPTIONS>]"
638 msgstr " [B<--net-root-mountoptions> I<OPTIONS>]"
639
640 #. type: Plain text
641 #: en/lb_config.1:189
642 msgid " [B<--net-root-path> I<PATH>]"
643 msgstr " [B<--net-root-path> I<CHEMIN>]"
644
645 #. type: Plain text
646 #: en/lb_config.1:191
647 msgid " [B<--net-root-server> I<IP>|I<HOSTNAME>]"
648 msgstr " [B<--net-root-server> I<IP>|I<NOM_D_HÔTE>]"
649
650 #. type: Plain text
651 #: en/lb_config.1:193
652 msgid " [B<--net-cow-filesystem> nfs|cfs]"
653 msgstr " [B<--net-cow-filesystem> nfs|cfs]"
654
655 #. type: Plain text
656 #: en/lb_config.1:195
657 msgid " [B<--net-cow-mountoptions> I<OPTIONS>]"
658 msgstr " [B<--net-cow-mountoptions> I<OPTIONS>]"
659
660 #. type: Plain text
661 #: en/lb_config.1:197
662 msgid " [B<--net-cow-path> I<PATH>]"
663 msgstr " [B<--net-cow-path> I<CHEMIN>]"
664
665 #. type: Plain text
666 #: en/lb_config.1:199
667 msgid " [B<--net-cow-server> I<IP>|I<HOSTNAME>]"
668 msgstr " [B<--net-cow-server> I<IP>|I<NOM_D_HÔTE>]"
669
670 #. type: Plain text
671 #: en/lb_config.1:201
672 msgid " [B<--net-tarball> true|false]"
673 msgstr " [B<--net-tarball> true|false]"
674
675 #. type: Plain text
676 #: en/lb_config.1:203
677 msgid " [B<--quiet>]"
678 msgstr " [B<--quiet>]"
679
680 #. type: Plain text
681 #: en/lb_config.1:205
682 msgid " [B<--archive-areas> I<ARCHIVE_AREA>|I<\"ARCHIVE_AREAS\">]"
683 msgstr " [B<--archive-areas> I<DOMAINE_D'ARCHIVE>|I<\"DOMAINES_D'ARCHIVE\">]"
684
685 #. type: Plain text
686 #: en/lb_config.1:207
687 msgid ""
688 " [B<--parent-archive-areas> I<PARENT_ARCHIVE_AREA>|I<\"PARENT_ARCHIVE_AREAS"
689 "\">]"
690 msgstr ""
691 " [B<--parent-archive-areas> I<DOMAINE_D'ARCHIVE_PARENT>|I<"
692 "\"DOMAINE_D'ARCHIVE_PARENT\">]"
693
694 #. type: Plain text
695 #: en/lb_config.1:209
696 msgid " [B<--security> true|false]"
697 msgstr " [B<--security> true|false]"
698
699 #. type: Plain text
700 #: en/lb_config.1:211
701 msgid " [B<--source> true|false]"
702 msgstr " [B<--source> true|false]"
703
704 #. type: Plain text
705 #: en/lb_config.1:213
706 msgid " [-s|B<--source-images> iso|netboot|tar|hdd]"
707 msgstr " [-s|B<--source-images> iso|netboot|tar|hdd]"
708
709 #. type: Plain text
710 #: en/lb_config.1:215
711 msgid " [B<--tasksel> apt|aptitude|tasksel]"
712 msgstr " [B<--tasksel> apt|aptitude|tasksel]"
713
714 #. type: Plain text
715 #: en/lb_config.1:217
716 msgid " [B<--templates> I<PATH>]"
717 msgstr " [B<--templates> I<CHEMIN>]"
718
719 #. type: Plain text
720 #: en/lb_config.1:219
721 msgid " [B<--hdd-size >I<MB>]"
722 msgstr " [B<--hdd-size >I<MB>]"
723
724 #. type: Plain text
725 #: en/lb_config.1:221
839 #: en/lb_config.1:222
840 #, fuzzy
841 #| msgid " [B<--apt-secure> true|false]"
842 msgid " [B<--uefi-secure-boot> auto|enable|disable]"
843 msgstr " [B<--apt-secure> true|false]"
844
845 #. type: Plain text
846 #: en/lb_config.1:224
726847 msgid " [B<--updates> true|false]"
727848 msgstr " [B<--updates> true|false]"
728849
729850 #. type: Plain text
730 #: en/lb_config.1:223
731 msgid " [B<--backports> true|false]"
732 msgstr " [B<--backports> true|false]"
733
734 #. type: Plain text
735 #: en/lb_config.1:225
851 #: en/lb_config.1:226
852 #, fuzzy
853 #| msgid " [B<--source> true|false]"
854 msgid " [B<--utc-time> true|false]"
855 msgstr " [B<--source> true|false]"
856
857 #. type: Plain text
858 #: en/lb_config.1:228
859 #, fuzzy
860 #| msgid " [B<--clean>]"
861 msgid " [B<--validate>]"
862 msgstr " [B<--clean>]"
863
864 #. type: Plain text
865 #: en/lb_config.1:230
736866 msgid " [B<--verbose>]"
737867 msgstr " [B<--verbose>]"
738868
739 #. FIXME
740 #. type: Plain text
741 #: en/lb_config.1:228
742 msgid " [B<--win32-loader true|false]>"
869 #. type: Plain text
870 #: en/lb_config.1:232
871 #, fuzzy
872 #| msgid " [B<--win32-loader true|false]>"
873 msgid " [B<--win32-loader> true|false]"
743874 msgstr " [B<--win32-loader true|false]>"
744875
745876 #. type: Plain text
746 #: en/lb_config.1:231
877 #: en/lb_config.1:234
878 #, fuzzy
879 #| msgid " [B<--source> true|false]"
880 msgid " [B<--zsync> true|false]"
881 msgstr " [B<--source> true|false]"
882
883 #. type: Plain text
884 #: en/lb_config.1:237
885 #, fuzzy
886 #| msgid ""
887 #| "B<lb config> is a high-level command (porcelain) of I<live-build>(7), the "
888 #| "live systems tool suite."
747889 msgid ""
748890 "B<lb config> is a high-level command (porcelain) of I<live-build>(7), the "
749 "live systems tool suite."
891 "Debian Live tool suite."
750892 msgstr ""
751893 "B<lb config> est une commande de haut-niveau (porcelaine) de I<live-"
752894 "build>(7), la suite d'outils live systems."
753895
754 #. FIXME
755 #. type: Plain text
756 #: en/lb_config.1:234
757 msgid ""
758 "B<lb config> populates the configuration directory for live-build. By "
759 "default, this directory is named 'config' and is created in the current "
760 "directory where B<lb config> was executed."
896 #. type: Plain text
897 #: en/lb_config.1:239
898 #, fuzzy
899 #| msgid ""
900 #| "B<lb config> populates the configuration directory for live-build. By "
901 #| "default, this directory is named 'config' and is created in the current "
902 #| "directory where B<lb config> was executed."
903 msgid ""
904 "B<lb config> populates the configuration directory for live-build. This "
905 "directory is named 'config' and is created in the current directory where "
906 "B<lb config> was executed."
761907 msgstr ""
762908 "B<lb config> rempli le répertoire de configuration pour live-build. Par "
763909 "défaut, ce répertoire est nomméd 'config' et est crée dans le répertoire "
764910 "courant où B<lb config> a été éxecuté."
765911
766 #. FIXME
767 #. type: Plain text
768 #: en/lb_config.1:237
769 msgid ""
770 "Note: Currently B<lb config> tries to be smart and sets defaults for some "
771 "options depending on the setting of other options (e.g. which linux packages "
772 "to be used depending on if a wheezy system gets build or not). This means "
773 "that when generating a new configuration, you should call B<lb config> only "
774 "once with all options specified. Calling it several times with only a subset "
775 "of the options each can result in non working configurations. This is also "
776 "caused by the fact that B<lb config> called with one option only changes "
777 "that option, and leaves everything else as is unless its not defined. "
778 "However, B<lb config> does warn about know impossible or likely impossible "
779 "combinations that would lead to non working live systems. If unsure, remove "
780 "config/{binary,bootstrap,chroot,common,source} and call B<lb config> again."
781 msgstr ""
782 "Note : actuellement, B<lb config> essaie d'être malin et paramètre les "
783 "défauts pour plusieurs des options dépendemment des paramètres d'autres "
784 "options (ex quel paquet linux doit être utililisé si un système wheezy est "
785 "construit ou non). Ceci signifie que lorsque vous générez une nouvelle "
786 "configuration, vous devriez appeler B<lb config> une seule fois avec toutes "
787 "les options spécifiées. L'appeler une seule fois avec uniquement un sous-"
788 "ensemble des options à chaque fois peut résulter dans des configurations non-"
789 "fonctionnelles. Ceci est également engendré par le fait que B<lb config> "
790 "appelé avec une seule option va seulement modifier cette option, et laisser "
791 "tout le reste en l'état, sauf si ça n'est pas défini. Toutefois, B<lb "
792 "config> ne préviens pas à propos de combinaisons connues comme étant ou "
793 "semblant impossibles qui conduiraient à un système live non-fonctionnel. Si "
794 "vous n'êtes pas sûr, supprimer config/{binary,bootstrap,chroot,common,"
795 "source} et rappeler B<lb config>."
796
797 #. type: Plain text
798 #: en/lb_config.1:240
912 #. type: Plain text
913 #: en/lb_config.1:241
914 msgid ""
915 "Note: B<lb config> tries to be smart and sets defaults for some options "
916 "depending upon the settings of others. However, this only typically happens "
917 "when no existing saved config exists, because values are only automatically "
918 "set when not already defined (and running B<lb config> involves loading any "
919 "existing config). This means that when generating a new configuration, you "
920 "should typically first ensure that any existing saved config files are "
921 "removed (by deletion of B<config/{binary,bootstrap,chroot,common,source}>), "
922 "before then calling B<lb config> just once with B<all> necessary options "
923 "specified. Calling it when an existing saved config exists risks ending up "
924 "with a non-working configuration, depending on the options changed, since in "
925 "doing so other options may end up with different values than they otherwise "
926 "might have had had automatic setting of them not been blocked by an existing "
927 "saved value. In some cases invalid combinations will be noticed and reported "
928 "as an error or warning, but this is not always the case and should not be "
929 "relied upon."
930 msgstr ""
931
932 #. type: Plain text
933 #: en/lb_config.1:244
799934 msgid ""
800935 "In addition to its specific options B<lb config> understands all generic "
801936 "live-build options. See I<live-build>(7) for a complete list of all generic "
805940 "options génériques de live-build. Voir I<live-build>(7) pour une liste "
806941 "complète de toutes les options génériques de live-build options."
807942
808 #. FIXME
809 #. type: IP
810 #: en/lb_config.1:242
811 #, no-wrap
812 msgid "B<--apt> apt|aptitude"
943 #. type: IP
944 #: en/lb_config.1:245
945 #, fuzzy, no-wrap
946 #| msgid "B<--apt> apt|aptitude"
947 msgid "B<--apt> apt|apt-get|aptitude"
813948 msgstr "B<--apt> apt|aptitude"
814949
815950 #. type: Plain text
816 #: en/lb_config.1:244
951 #: en/lb_config.1:247
817952 msgid ""
818953 "defines if apt-get or aptitude is used to install packages when building the "
819954 "image. The default is apt."
822957 "de la construction de l'image. Par défaut : apt."
823958
824959 #. type: IP
825 #: en/lb_config.1:244
960 #: en/lb_config.1:247
826961 #, no-wrap
827962 msgid "B<--apt-ftp-proxy> I<URL>"
828963 msgstr "B<--apt-ftp-proxy> I<URL>"
829964
830965 #. type: Plain text
831 #: en/lb_config.1:246
832 msgid ""
833 "sets the ftp proxy to be used by apt. By default, this is empty. Note that "
834 "this variable is only for the proxy that gets used by apt internally within "
835 "the chroot, it is not used for anything else."
966 #: en/lb_config.1:249
967 #, fuzzy
968 #| msgid ""
969 #| "sets the ftp proxy to be used by apt. By default, this is empty. Note "
970 #| "that this variable is only for the proxy that gets used by apt internally "
971 #| "within the chroot, it is not used for anything else."
972 msgid ""
973 "sets the FTP proxy to be used by apt. By default, this is empty. Note that "
974 "this variable is only for the proxy that gets used by initial debootstrap, "
975 "and by apt internally within the chroot. It is not used for anything else."
836976 msgstr ""
837977 "paramètre le proxy ftp à être utilisé par apt. Par défaut, cette option est "
838978 "vide. Notez que cette variable est uniquement pour le proxy qui est utilisé "
839979 "par apt à l'intérieur du chroot, il n'est utilisé pour rien d'autre."
840980
841981 #. type: IP
842 #: en/lb_config.1:246
982 #: en/lb_config.1:249
843983 #, no-wrap
844984 msgid "B<--apt-http-proxy> I<URL>"
845985 msgstr "B<--apt-http-proxy> I<URL>"
846986
847987 #. type: Plain text
848 #: en/lb_config.1:248
849 msgid ""
850 "sets the http proxy to be used by apt. By default, this is empty. Note that "
851 "this variable is only for the proxy that gets used by apt internally within "
852 "the chroot, it is not used for anything else."
853 msgstr ""
854 "paramètre le proxy http à être utilisé par apt. Par défaut, cette option est "
988 #: en/lb_config.1:251
989 #, fuzzy
990 #| msgid ""
991 #| "sets the ftp proxy to be used by apt. By default, this is empty. Note "
992 #| "that this variable is only for the proxy that gets used by apt internally "
993 #| "within the chroot, it is not used for anything else."
994 msgid ""
995 "sets the HTTP proxy to be used by apt. By default, this is empty. Note that "
996 "this variable is only for the proxy that gets used by initial debootstrap, "
997 "and by apt internally within the chroot. It is not used for anything else."
998 msgstr ""
999 "paramètre le proxy ftp à être utilisé par apt. Par défaut, cette option est "
8551000 "vide. Notez que cette variable est uniquement pour le proxy qui est utilisé "
8561001 "par apt à l'intérieur du chroot, il n'est utilisé pour rien d'autre."
8571002
8581003 #. type: IP
859 #: en/lb_config.1:248
860 #, no-wrap
861 msgid "B<--apt-indices> true|false|none"
862 msgstr "B<--apt-indices> true|false|none"
863
864 #. type: Plain text
865 #: en/lb_config.1:250
1004 #: en/lb_config.1:251
1005 #, fuzzy, no-wrap
1006 #| msgid " [B<--apt-indices> true|false]"
1007 msgid "B<--apt-indices> true|false"
1008 msgstr " [B<--apt-indices> true|false]"
1009
1010 #. type: Plain text
1011 #: en/lb_config.1:253
1012 #, fuzzy
1013 #| msgid ""
1014 #| "defines if the resulting images should have apt indices or not and "
1015 #| "defaults to true. If set to none, no indices are included at all."
8661016 msgid ""
8671017 "defines if the resulting images should have apt indices or not and defaults "
868 "to true. If set to none, no indices are included at all."
1018 "to true."
8691019 msgstr ""
8701020 "définit si les images résultantes devraient avoir des indices apt ou non et "
8711021 "paramètre true par défaut. Si paramétré à none, aucun indice ne sera inclu."
8721022
8731023 #. type: IP
874 #: en/lb_config.1:250
1024 #: en/lb_config.1:253
8751025 #, no-wrap
8761026 msgid "B<--apt-options> I<OPTION>|\"I<OPTIONS>\""
8771027 msgstr "B<--apt-options> I<OPTION>|\"I<OPTIONS>\""
8781028
8791029 #. type: Plain text
880 #: en/lb_config.1:252
1030 #: en/lb_config.1:255
1031 #, fuzzy
1032 #| msgid ""
1033 #| "defines the default options that will be appended to every apt call that "
1034 #| "is made inside chroot during the building of the image. By default, this "
1035 #| "is set to --yes to allow non-interactive installation of packages."
8811036 msgid ""
8821037 "defines the default options that will be appended to every apt call that is "
8831038 "made inside chroot during the building of the image. By default, this is set "
884 "to --yes to allow non-interactive installation of packages."
1039 "to '--yes' to allow non-interactive installation of packages."
8851040 msgstr ""
8861041 "définit les options par défaut qui seront ajoutées à chaque appel apt qui "
8871042 "est fait à l'intérieur du chroot pendant la construction de l'image. Par "
8891044 "interactive de paquets."
8901045
8911046 #. type: IP
892 #: en/lb_config.1:252
893 #, no-wrap
894 msgid "B<--aptitude-options> I<OPTION>|\"I<OPTIONS>\""
895 msgstr "B<--aptitude-options> I<OPTION>|\"I<OPTIONS>\""
896
897 #. type: Plain text
898 #: en/lb_config.1:254
899 msgid ""
900 "defines the default options that will be appended to every aptitude call "
901 "that is made inside chroot during building of the image. By default, this is "
902 "set to --assume-yes to allow non-interactive installation of packages."
903 msgstr ""
904 "définit les options par défaut qui seront ajoutées à chaque appel d'aptitude "
905 "fait à l'intérieur du chroot pendant la construction de l'image. Par défaut, "
906 "ceci est paramétré à --assume-yes pour permettre l'installation non-"
907 "interactive de paquets."
908
909 #. type: IP
910 #: en/lb_config.1:254
1047 #: en/lb_config.1:255
9111048 #, no-wrap
9121049 msgid "B<--apt-pipeline> I<DEPTH>"
9131050 msgstr "B<--apt-pipeline> I<PROFONDEUR>"
9141051
9151052 #. type: Plain text
916 #: en/lb_config.1:256
1053 #: en/lb_config.1:257
1054 #, fuzzy
1055 #| msgid ""
1056 #| "sets the depth of the apt/aptitude pipeline. In cases where the remote "
1057 #| "server is not RFC conforming or buggy (such as Squid 2.0.2) this option "
1058 #| "can be a value from 0 to 5 indicating how many outstanding requests APT "
1059 #| "should send. A value of zero MUST be specified if the remote host does "
1060 #| "not properly linger on TCP connections - otherwise data corruption will "
1061 #| "occur. Hosts which require this are in violation of RFC 2068. By default, "
1062 #| "live-build does not set this option."
9171063 msgid ""
9181064 "sets the depth of the apt/aptitude pipeline. In cases where the remote "
9191065 "server is not RFC conforming or buggy (such as Squid 2.0.2) this option can "
920 "be a value from 0 to 5 indicating how many outstanding requests APT should "
1066 "be a value from 0 to 5 indicating how many outstanding requests apt should "
9211067 "send. A value of zero MUST be specified if the remote host does not properly "
9221068 "linger on TCP connections - otherwise data corruption will occur. Hosts "
9231069 "which require this are in violation of RFC 2068. By default, live-build does "
9331079 "option."
9341080
9351081 #. type: IP
936 #: en/lb_config.1:256
1082 #: en/lb_config.1:257
9371083 #, no-wrap
9381084 msgid "B<--apt-recommends> true|false"
9391085 msgstr "B<--apt-recommends> true|false"
9401086
9411087 #. type: Plain text
942 #: en/lb_config.1:258
1088 #: en/lb_config.1:259
9431089 msgid ""
9441090 "defines if apt should install recommended packages automatically. By "
9451091 "default, this is true."
9481094 "Par défaut : true."
9491095
9501096 #. type: IP
951 #: en/lb_config.1:258
1097 #: en/lb_config.1:259
9521098 #, no-wrap
9531099 msgid "B<--apt-secure> true|false"
9541100 msgstr "B<--apt-secure> true|false"
9551101
9561102 #. type: Plain text
957 #: en/lb_config.1:260
1103 #: en/lb_config.1:261
9581104 msgid ""
9591105 "defines if apt should check repository signatures. This is true by default."
9601106 msgstr ""
9611107 "définit si apt devrait vérifier les signatures de dépôt. Par défaut : true."
9621108
9631109 #. type: IP
964 #: en/lb_config.1:260
1110 #: en/lb_config.1:261
9651111 #, no-wrap
9661112 msgid "B<--apt-source-archives> true|false"
9671113 msgstr "B<--apt-source-archives> true|false"
9681114
9691115 #. type: Plain text
970 #: en/lb_config.1:262
971 msgid ""
972 "defines if deb-src entries should be included in the resulting live image or "
973 "not, defaults to true."
1116 #: en/lb_config.1:263
1117 #, fuzzy
1118 #| msgid ""
1119 #| "defines if deb-src entries should be included in the resulting live image "
1120 #| "or not, defaults to true."
1121 msgid ""
1122 "defines if deb-src entries should be included in the resulting live image's "
1123 "apt sources.list or not, defaults to true."
9741124 msgstr ""
9751125 "définit si les entrées deb-src doivent être incluses dans l'image live "
9761126 "résultante ou non. Par défaut : true."
9771127
9781128 #. type: IP
979 #: en/lb_config.1:262
980 #, no-wrap
981 msgid "-a|B<--architectures> I<ARCHITECTURE>"
1129 #: en/lb_config.1:263
1130 #, no-wrap
1131 msgid "B<--aptitude-options> I<OPTION>|\"I<OPTIONS>\""
1132 msgstr "B<--aptitude-options> I<OPTION>|\"I<OPTIONS>\""
1133
1134 #. type: Plain text
1135 #: en/lb_config.1:265
1136 #, fuzzy
1137 #| msgid ""
1138 #| "defines the default options that will be appended to every aptitude call "
1139 #| "that is made inside chroot during building of the image. By default, this "
1140 #| "is set to --assume-yes to allow non-interactive installation of packages."
1141 msgid ""
1142 "defines the default options that will be appended to every aptitude call "
1143 "that is made inside chroot during building of the image. By default, this is "
1144 "set to '--assume-yes' to allow non-interactive installation of packages."
1145 msgstr ""
1146 "définit les options par défaut qui seront ajoutées à chaque appel d'aptitude "
1147 "fait à l'intérieur du chroot pendant la construction de l'image. Par défaut, "
1148 "ceci est paramétré à --assume-yes pour permettre l'installation non-"
1149 "interactive de paquets."
1150
1151 #. type: IP
1152 #: en/lb_config.1:265
1153 #, fuzzy, no-wrap
1154 #| msgid "-a|B<--architectures> I<ARCHITECTURE>"
1155 msgid "B<-a>|B<--architecture> I<ARCHITECTURE>"
9821156 msgstr "-a|B<--architectures> I<ARCHITECTURE>"
9831157
9841158 #. type: Plain text
985 #: en/lb_config.1:264
986 msgid ""
987 "defines the architecture of the to be build image. By default, this is set "
1159 #: en/lb_config.1:267
1160 #, fuzzy
1161 #| msgid ""
1162 #| "defines the architecture of the to be build image. By default, this is "
1163 #| "set to the host architecture. Note that you cannot crossbuild for another "
1164 #| "architecture if your host system is not able to execute binaries for the "
1165 #| "target architecture natively. For example, building amd64 images on i386 "
1166 #| "and vice versa is possible if you have a 64bit capable i386 processor and "
1167 #| "the right kernel. But building powerpc images on an i386 system is not "
1168 #| "possible."
1169 msgid ""
1170 "defines the architecture of the to be built image. By default, this is set "
9881171 "to the host architecture. Note that you cannot crossbuild for another "
9891172 "architecture if your host system is not able to execute binaries for the "
9901173 "target architecture natively. For example, building amd64 images on i386 and "
10001183 "construire des images powerpc sur une système i386 n'est pas possible."
10011184
10021185 #. type: IP
1003 #: en/lb_config.1:264
1004 #, no-wrap
1005 msgid "-b|B<--binary-images> iso|iso-hybrid|netboot|tar|hdd"
1006 msgstr "-b|B<--binary-images> iso|iso-hybrid|netboot|tar|hdd"
1007
1008 #. type: Plain text
1009 #: en/lb_config.1:266
1010 msgid ""
1011 "defines the image type to build. By default, for images using syslinux this "
1012 "is set to iso-hybrid to build CD/DVD images that may also be used like hdd "
1013 "images, for non-syslinux images, it defaults to iso."
1014 msgstr ""
1015 "définit le type d'image à construire. Par défaut, pour les images utilisant "
1016 "syslinux, ceci est paramétré pour iso-hybrid pour construire des images CD/"
1017 "DVD qui peuvent également être utilisée comme images hdd, pour les images "
1018 "non-syslinux, le défaut est iso."
1019
1020 #. type: IP
1021 #: en/lb_config.1:266
1022 #, no-wrap
1023 msgid "B<--binary-filesystem> fat16|fat32|ext2|ext3|ext4"
1186 #: en/lb_config.1:267
1187 #, no-wrap
1188 msgid "B<--archive-areas> I<ARCHIVE_AREA>|\"I<ARCHIVE_AREAS>\""
1189 msgstr ""
1190
1191 #. type: Plain text
1192 #: en/lb_config.1:269
1193 msgid ""
1194 "defines which package archive areas (a comma or space separated list) of a "
1195 "debian package archive should be used for configured debian package mirrors. "
1196 "By default, this is set to main only. Remember to check the licenses of each "
1197 "package with respect to their redistributability in your juristiction when "
1198 "enabling contrib or non-free with this mechanism."
1199 msgstr ""
1200
1201 #. type: IP
1202 #: en/lb_config.1:269
1203 #, no-wrap
1204 msgid "B<--backports> true|false"
1205 msgstr ""
1206
1207 #. type: Plain text
1208 #: en/lb_config.1:271
1209 msgid ""
1210 "defines if debian backports package archives should be included in the image "
1211 "or not."
1212 msgstr ""
1213
1214 #. type: IP
1215 #: en/lb_config.1:271
1216 #, fuzzy, no-wrap
1217 #| msgid "B<--binary-filesystem> fat16|fat32|ext2|ext3|ext4"
1218 msgid "B<--binary-filesystem> fat16|fat32|ext2|ext3|ext4|ntfs"
10241219 msgstr "B<--binary-filesystem> fat16|fat32|ext2|ext3|ext4"
10251220
10261221 #. type: Plain text
1027 #: en/lb_config.1:268
1222 #: en/lb_config.1:273
10281223 #, fuzzy
10291224 #| msgid ""
10301225 #| "defines the filesystem to be used in the image type. This only has an "
10381233 msgid ""
10391234 "defines the filesystem to be used in the image type. This only has an effect "
10401235 "if the selected binary image type lets you choose a filesystem. For example, "
1041 "when selection iso the resulting CD/DVD has always the filesystem ISO9660. "
1042 "When building hdd images for usb sticks, this is active. Note that it "
1043 "defaults to fat16 on all architectures except sparc where it defaults to "
1044 "ext4. Also note that if you choose fat16 and your resulting binary image "
1045 "gets bigger than 2GB, the binary filesystem automatically gets switched to "
1046 "fat32."
1236 "for the ISO image type the resulting CD/DVD always has the filesystem "
1237 "ISO9660. When building HDD images for USB sticks, multiple filesystem "
1238 "formats are supported, thus this becomes applicable to allow selection. Note "
1239 "that it defaults to 'fat32' on all architectures. Also note that if you "
1240 "choose 'fat16' and your resulting binary image gets bigger than 2GB, the "
1241 "binary filesystem automatically gets switched to 'fat32'."
10471242 msgstr ""
10481243 "définit le système de fichier à utiliser dans le type d'image. Ceci a un "
10491244 "effet si le type d'image binaire sélectionnée permet de choisir un système "
10561251 "automatiquement passé à fat32."
10571252
10581253 #. type: IP
1059 #: en/lb_config.1:268
1254 #: en/lb_config.1:273
1255 #, fuzzy, no-wrap
1256 #| msgid "-b|B<--binary-images> iso|iso-hybrid|netboot|tar|hdd"
1257 msgid "B<-b>|B<--binary-image> iso|iso-hybrid|netboot|tar|hdd"
1258 msgstr "-b|B<--binary-images> iso|iso-hybrid|netboot|tar|hdd"
1259
1260 #. type: Plain text
1261 #: en/lb_config.1:275
1262 #, fuzzy
1263 #| msgid ""
1264 #| "defines the image type to build. By default, for images using syslinux "
1265 #| "this is set to iso-hybrid to build CD/DVD images that may also be used "
1266 #| "like hdd images, for non-syslinux images, it defaults to iso."
1267 msgid ""
1268 "defines the image type to build. By default, for images using syslinux, this "
1269 "is set to 'iso-hybrid' to build CD/DVD images that may also be used like HDD "
1270 "images, for non-syslinux images, it defaults to 'iso'."
1271 msgstr ""
1272 "définit le type d'image à construire. Par défaut, pour les images utilisant "
1273 "syslinux, ceci est paramétré pour iso-hybrid pour construire des images CD/"
1274 "DVD qui peuvent également être utilisée comme images hdd, pour les images "
1275 "non-syslinux, le défaut est iso."
1276
1277 #. type: IP
1278 #: en/lb_config.1:275
10601279 #, no-wrap
10611280 msgid "B<--bootappend-install> I<PARAMETER>|\"I<PARAMETERS>\""
10621281 msgstr "B<--bootappend-install> I<PARAMÈTRE>|\"I<PARAMÈTRES>\""
10631282
10641283 #. type: Plain text
1065 #: en/lb_config.1:270
1284 #: en/lb_config.1:277
10661285 msgid "sets boot parameters specific to debian-installer, if included."
10671286 msgstr ""
10681287 "paramètre les options de démarrage spécifiques à debian-installer, si inclu."
10691288
10701289 #. type: IP
1071 #: en/lb_config.1:270
1290 #: en/lb_config.1:277
10721291 #, no-wrap
10731292 msgid "B<--bootappend-live> I<PARAMETER>|\"I<PARAMETERS>\""
10741293 msgstr "B<--bootappend-live> I<PARAMÈTRE>|\"I<PARAMÈTRES>\""
10751294
10761295 #. type: Plain text
1077 #: en/lb_config.1:272
1296 #: en/lb_config.1:279
10781297 msgid ""
10791298 "sets boot parameters specific to debian-live. A complete list of boot "
10801299 "parameters can be found in the I<live-boot>(7) and I<live-config>(7) manual "
10851304 "manuel I<live-boot>(7) et I<live-config>(7)."
10861305
10871306 #. type: IP
1088 #: en/lb_config.1:272
1307 #: en/lb_config.1:279
10891308 #, fuzzy, no-wrap
10901309 #| msgid "B<--bootappend-live> I<PARAMETER>|\"I<PARAMETERS>\""
10911310 msgid "B<--bootappend-live-failsafe> I<PARAMETER>|\"I<PARAMETERS>\""
10921311 msgstr "B<--bootappend-live> I<PARAMÈTRE>|\"I<PARAMÈTRES>\""
10931312
10941313 #. type: Plain text
1095 #: en/lb_config.1:274
1314 #: en/lb_config.1:281
10961315 #, fuzzy
10971316 #| msgid ""
10981317 #| "sets boot parameters specific to debian-live. A complete list of boot "
11081327 "manuel I<live-boot>(7) et I<live-config>(7)."
11091328
11101329 #. type: IP
1111 #: en/lb_config.1:274
1330 #: en/lb_config.1:281
11121331 #, fuzzy, no-wrap
11131332 #| msgid "B<--bootloader> grub|grub2|syslinux"
1114 msgid "B<--bootloaders> grub-legacy|grub-pc|syslinux|grub-efi"
1333 msgid "B<--bootloaders> grub-legacy|grub-pc|syslinux|grub-efi|\"I<BOOTLOADERS>\""
11151334 msgstr "B<--bootloader> grub|grub2|syslinux"
11161335
11171336 #. type: Plain text
1118 #: en/lb_config.1:276
1337 #: en/lb_config.1:283
11191338 #, fuzzy
11201339 #| msgid ""
11211340 #| "defines which bootloader is being used in the generated image. This has "
11271346 #| "supported configuration and give a explanation about it. For hdd images "
11281347 #| "on amd64 and i386, the default is syslinux."
11291348 msgid ""
1130 "defines which bootloader is being used in the generated image. This has only "
1131 "an effect if the selected binary image type lets you choose the bootloader. "
1132 "For example, if you build a iso, always syslinux (or more precise, isolinux) "
1133 "is being used. Also note that some combinations of binary images types and "
1134 "bootloaders may be possible but live-build does not support them yet. B<lb "
1135 "config> will fail to create such a not yet supported configuration and give "
1136 "a explanation about it. For hdd images on amd64 and i386, the default is "
1137 "syslinux."
1349 "defines which bootloaders to use in the generated image. This only has an "
1350 "effect if the selected binary image type lets you choose the bootloader. For "
1351 "example, if you build an ISO then syslinux (or more precise, isolinux) is "
1352 "always used. Also note that not all combinations of binary image types and "
1353 "bootloaders are supported (B<lb config> will fail to create such an "
1354 "unsupported configuration and will give a explanation about it). For HDD "
1355 "images on amd64 and i386, the default is 'syslinux'. This option supports "
1356 "more than one bootloader to be specified (space or comma separated) in order "
1357 "to allow for both BIOS and EFI bootloaders to be included, though note that "
1358 "only one of each type can be used (i.e. do not try to use two BIOS "
1359 "bootloaders)."
11381360 msgstr ""
11391361 "définit quel chargeur de démarrage est utilisé dans l'image générée. Ceci a "
11401362 "effet seulement si l'image binaire sélectionnée permet de choisir le "
11471369 "hdd sur amd64 et i386, le défaut est syslinux."
11481370
11491371 #. type: IP
1150 #: en/lb_config.1:276
1151 #, no-wrap
1152 msgid "B<--cache> true|false"
1153 msgstr "B<--cache> true|false"
1154
1155 #. type: Plain text
1156 #: en/lb_config.1:278
1157 msgid ""
1158 "defines globally if any cache should be used at all. Different caches can be "
1159 "controlled through the their own options."
1160 msgstr ""
1161 "définit globalement si un cache devrait être utilisé. Les différents caches "
1162 "peuvent être controlés à travers leurs propres options."
1163
1164 #. type: IP
1165 #: en/lb_config.1:278
1166 #, no-wrap
1167 msgid "B<--cache-indices> true|false"
1168 msgstr "B<--cache-indices> true|false"
1169
1170 #. type: Plain text
1171 #: en/lb_config.1:280
1172 #, fuzzy
1173 #| msgid ""
1174 #| "defines if downloaded package indices and lists should be cached which is "
1175 #| "false by default. Enabling it would allow to rebuild an image completely "
1176 #| "offline, however, you would not get updates anymore then."
1177 msgid ""
1178 "defines if downloaded package indices and lists should be cached which is "
1179 "false by default. Enabling it lets you rebuild an image completely offline, "
1180 "however, you would not get updates anymore then."
1181 msgstr ""
1182 "définit si les indices et les listes de paquets téléchargés devrait être "
1183 "cachés ce qui est faux (false) par défaut. L'activer autoriserait la "
1184 "reconstruction d'une image complétement hors-ligne, vous n'auriez donc plus "
1185 "les mises-à-jour."
1186
1187 #. type: IP
1188 #: en/lb_config.1:280
1189 #, no-wrap
1190 msgid "B<--cache-packages> true|false"
1191 msgstr "B<--cache-packages> true|false"
1192
1193 #. type: Plain text
1194 #: en/lb_config.1:282
1195 msgid ""
1196 "defines if downloaded packages files should be cached which is true by "
1197 "default. Disabling it does save space consumption in your build directory, "
1198 "but remember that you will cause much unnecessary traffic if you do a couple "
1199 "of rebuilds. In general you should always leave it true, however, in some "
1200 "particular rare build setups, it can be faster to refetch packages from the "
1201 "local network mirror rather than to utilize the local disk."
1202 msgstr ""
1203 "définit si les fichiers de paquets téléchargés pourrait être cachés ce qui "
1204 "est vrai (true) par défaut. Le désactiver économise la consomation d'espace "
1205 "dans votre répertoire de construction mais rappelez-vous que vous créerez "
1206 "beaucoup de traffic non-nécessaire si vous effectuez une paire de "
1207 "reconstructions. En général, vous devriez toujours le laisser à vrai (true), "
1208 "toutefois, dans certains cas particuliers d'environnement de constructions, "
1209 "il peut être plus rapide de re-télécharger les paquets depuis le miroir "
1210 "réseau local plutôt que d'utiliser le disque local."
1211
1212 #. type: IP
1213 #: en/lb_config.1:282
1214 #, no-wrap
1215 msgid "B<--cache-stages> true|false|I<STAGE>|\"I<STAGES>\""
1216 msgstr "B<--cache-stages> true|false|I<STAGE>|\"I<STAGES>\""
1217
1218 #. type: Plain text
1219 #: en/lb_config.1:284
1220 msgid ""
1221 "sets which stages should be cached. By default set to bootstrap. As an "
1222 "exception to the normal stage names, also rootfs can be used here which does "
1223 "only cache the generated root filesystem in filesystem.{dir,ext*,squashfs}. "
1224 "This is useful during development if you want to rebuild the binary stage "
1225 "but not regenerate the root filesystem all the time."
1226 msgstr ""
1227 "paramètre quels stages seront mis en cache. Par défaut, le paramètre est sur "
1228 "démarrage (bootstrap). En tant qu'exception au noms de stages normaux, "
1229 "rootfs peut également être utilisé ici ce qui met en cache uniquement le "
1230 "système de fichier racine généré dans filesystem.{dir,ext*,squashfs}. Ceci "
1231 "est utile le dévelopmment si vous désirez reconstruire le stage binaire mais "
1232 "pas régénéré le système de fichier à chaque reprise."
1233
1234 #. type: IP
1235 #: en/lb_config.1:284
1236 #, no-wrap
1237 msgid "B<--checksums> md5|sha1|sha256|none"
1238 msgstr "B<--checksums> md5|sha1|sha256|none"
1239
1240 #. type: Plain text
1241 #: en/lb_config.1:286
1242 msgid ""
1243 "defines if the binary image should contain a file called md5sums.txt, "
1244 "sha1sums.txt and/or sha256sums.txt. These lists all files on the image "
1245 "together with their checksums. This in turn can be used by live-boot's built-"
1246 "in integrity-check to verify the medium if specified at boot prompt. In "
1247 "general, this should not be false and is an important feature of live system "
1248 "released to the public. However, during development of very big images it "
1249 "can save some time by not calculating the checksums."
1250 msgstr ""
1251 "définit si l'image binaire devrait contenir un fichier appelé md5sums.txt, "
1252 "sha1sums.txt et/ou sha256sums.txt. Ceux-ci listent tous les fichiers "
1253 "présents dans l'image avec leurs sommes de vérification. Ils pourront alors "
1254 "être utilisés par la vérification d'intégrité inclue dans live-boot pour "
1255 "vérifier le dispositif si spécifié à l'invite de démarrage. En général, ceci "
1256 "ne devrait pas être faux (false) et est une fonctionnalité important des "
1257 "versions de live system pour le public. Toutefois, pendant le développement "
1258 "de grosses images, ceci peut économiser du temps en ne calculant pas les "
1259 "sommes de vérification."
1260
1261 #. type: IP
1262 #: en/lb_config.1:286
1263 #, no-wrap
1264 msgid "B<--compression> bzip2|gzip|lzip|none"
1265 msgstr "B<--compression> bzip2|gzip|lzip|none"
1266
1267 #. type: Plain text
1268 #: en/lb_config.1:288
1269 msgid ""
1270 "defines the compression program to be used to compress tarballs. Defaults to "
1271 "gzip."
1272 msgstr ""
1273 "définit le programme de compression à utiliser pour compresser les tarballs. "
1274 "Par défaut : gzip."
1275
1276 #. type: IP
1277 #: en/lb_config.1:288
1278 #, no-wrap
1279 msgid "B<--config> I<GIT_URL>::I<GIT_ID>"
1280 msgstr "B<--config> I<GIT_URL>::I<GIT_ID>"
1281
1282 #. type: Plain text
1283 #: en/lb_config.1:290
1284 #, fuzzy
1285 #| msgid ""
1286 #| "allows to bootstrap a config tree from a git repositories, optionally "
1287 #| "appended by a Git Id (branch, commit, tag, etc.)."
1288 msgid ""
1289 "bootstrap the config tree from a git repository, optionally appended by a "
1290 "Git Id (branch, commit, tag, etc.)."
1291 msgstr ""
1292 "permet d'amorcer un arbre de configuration depuis un dépôt GIT, "
1293 "optionnellement avec un numéro d'identification GIT (branche, commit, tag, "
1294 "etc.)."
1295
1296 #. type: IP
1297 #: en/lb_config.1:290
1372 #: en/lb_config.1:283
1373 #, fuzzy, no-wrap
1374 #| msgid " [B<--mirror-bootstrap> I<URL>]"
1375 msgid "B<--bootstrap-qemu-arch> I<ARCH>"
1376 msgstr " [B<--mirror-bootstrap> I<URL>]"
1377
1378 #. type: Plain text
1379 #: en/lb_config.1:285
1380 msgid "sets the architecture to use for foreign bootstrap. Defaults to empty."
1381 msgstr ""
1382
1383 #. type: IP
1384 #: en/lb_config.1:285
1385 #, fuzzy, no-wrap
1386 #| msgid "B<--bootappend-live> I<PARAMETER>|\"I<PARAMETERS>\""
1387 msgid "B<--bootstrap-qemu-exclude> I<PACKAGE>|\"I<PACKAGES>\""
1388 msgstr "B<--bootappend-live> I<PARAMÈTRE>|\"I<PARAMÈTRES>\""
1389
1390 #. type: Plain text
1391 #: en/lb_config.1:287
1392 msgid ""
1393 "sets the packages to exclude during foreign bootstrap. Defaults to empty."
1394 msgstr ""
1395
1396 #. type: IP
1397 #: en/lb_config.1:287
1398 #, fuzzy, no-wrap
1399 #| msgid " [B<--net-root-mountoptions> I<OPTIONS>]"
1400 msgid "B<--bootstrap-qemu-static> I<PATH>"
1401 msgstr " [B<--net-root-mountoptions> I<OPTIONS>]"
1402
1403 #. type: Plain text
1404 #: en/lb_config.1:289
1405 msgid "sets the static qemu binary for foreign bootstrap. Defaults to empty."
1406 msgstr ""
1407
1408 #. type: IP
1409 #: en/lb_config.1:289 en/live-build.7:29
1410 #, no-wrap
1411 msgid "B<--breakpoints>"
1412 msgstr "B<--breakpoints>"
1413
1414 #. type: Plain text
1415 #: en/lb_config.1:291
1416 msgid ""
1417 "inserts pauses during the generation of the image, where breakpoints have "
1418 "been placed, if any (development oriented)."
1419 msgstr ""
1420
1421 #. type: IP
1422 #: en/lb_config.1:291
12981423 #, no-wrap
12991424 msgid "B<--build-with-chroot> true|false"
13001425 msgstr "B<--build-with-chroot> true|false"
13011426
13021427 #. type: Plain text
1303 #: en/lb_config.1:292
1428 #: en/lb_config.1:293
1429 #, fuzzy
1430 #| msgid ""
1431 #| "defines whether live-build should use the tools from within the chroot to "
1432 #| "build the binary image or not by using and including the host system's "
1433 #| "tools. This is a very dangerous option, using the tools of the host "
1434 #| "system can lead to tainted and even non-bootable images if the host "
1435 #| "systems version of the required tools (mainly these are the bootloaders "
1436 #| "such as syslinux and grub, and the auxiliary tools such as dosfstools, "
1437 #| "xorriso, squashfs-tools and others) do not B<exactly> match what is "
1438 #| "present at build-time in the target distribution. Never do disable this "
1439 #| "option unless you are B<exactly> sure what you are doing and have "
1440 #| "B<completely>I< understood its consequences.>"
13041441 msgid ""
13051442 "defines whether live-build should use the tools from within the chroot to "
13061443 "build the binary image or not by using and including the host system's "
13091446 "of the required tools (mainly these are the bootloaders such as syslinux and "
13101447 "grub, and the auxiliary tools such as dosfstools, xorriso, squashfs-tools "
13111448 "and others) do not B<exactly> match what is present at build-time in the "
1312 "target distribution. Never do disable this option unless you are B<exactly> "
1313 "sure what you are doing and have B<completely>I< understood its consequences."
1314 ">"
1449 "target distribution. Never disable this option unless you are B<exactly> "
1450 "sure what you are doing and have B<completely> understood its consequences."
13151451 msgstr ""
13161452 "définit si live-build devrait utiliser les outils de l'intérieur du chroot "
13171453 "pour construire l'image binaire ou non en utilisant et incluant les outils "
13261462 "B<complètement>I< les conséquences.>"
13271463
13281464 #. type: IP
1329 #: en/lb_config.1:292
1465 #: en/lb_config.1:293
1466 #, no-wrap
1467 msgid "B<--cache> true|false"
1468 msgstr "B<--cache> true|false"
1469
1470 #. type: Plain text
1471 #: en/lb_config.1:295
1472 #, fuzzy
1473 #| msgid ""
1474 #| "defines globally if any cache should be used at all. Different caches can "
1475 #| "be controlled through the their own options."
1476 msgid ""
1477 "defines globally if any cache should be used at all. Different caches can be "
1478 "controlled through their own options."
1479 msgstr ""
1480 "définit globalement si un cache devrait être utilisé. Les différents caches "
1481 "peuvent être controlés à travers leurs propres options."
1482
1483 #. type: IP
1484 #: en/lb_config.1:295
1485 #, no-wrap
1486 msgid "B<--cache-indices> true|false"
1487 msgstr "B<--cache-indices> true|false"
1488
1489 #. type: Plain text
1490 #: en/lb_config.1:297
1491 #, fuzzy
1492 #| msgid ""
1493 #| "defines if downloaded package indices and lists should be cached which is "
1494 #| "false by default. Enabling it would allow to rebuild an image completely "
1495 #| "offline, however, you would not get updates anymore then."
1496 msgid ""
1497 "defines if downloaded package indices and lists should be cached. This is "
1498 "false by default. Enabling it lets you rebuild an image completely offline, "
1499 "however, you would not get updates anymore then."
1500 msgstr ""
1501 "définit si les indices et les listes de paquets téléchargés devrait être "
1502 "cachés ce qui est faux (false) par défaut. L'activer autoriserait la "
1503 "reconstruction d'une image complétement hors-ligne, vous n'auriez donc plus "
1504 "les mises-à-jour."
1505
1506 #. type: IP
1507 #: en/lb_config.1:297
1508 #, no-wrap
1509 msgid "B<--cache-packages> true|false"
1510 msgstr "B<--cache-packages> true|false"
1511
1512 #. type: Plain text
1513 #: en/lb_config.1:299
1514 #, fuzzy
1515 #| msgid ""
1516 #| "defines if downloaded packages files should be cached which is true by "
1517 #| "default. Disabling it does save space consumption in your build "
1518 #| "directory, but remember that you will cause much unnecessary traffic if "
1519 #| "you do a couple of rebuilds. In general you should always leave it true, "
1520 #| "however, in some particular rare build setups, it can be faster to "
1521 #| "refetch packages from the local network mirror rather than to utilize the "
1522 #| "local disk."
1523 msgid ""
1524 "defines if downloaded packages files should be cached. This is true by "
1525 "default. Disabling it does save space consumption in your build directory, "
1526 "but remember that you will cause much unnecessary traffic if you do a couple "
1527 "of rebuilds. In general you should always leave it true, however, in some "
1528 "particular rare build setups, it can be faster to refetch packages from the "
1529 "network mirror, if using a local one, rather than to utilize the local disk."
1530 msgstr ""
1531 "définit si les fichiers de paquets téléchargés pourrait être cachés ce qui "
1532 "est vrai (true) par défaut. Le désactiver économise la consomation d'espace "
1533 "dans votre répertoire de construction mais rappelez-vous que vous créerez "
1534 "beaucoup de traffic non-nécessaire si vous effectuez une paire de "
1535 "reconstructions. En général, vous devriez toujours le laisser à vrai (true), "
1536 "toutefois, dans certains cas particuliers d'environnement de constructions, "
1537 "il peut être plus rapide de re-télécharger les paquets depuis le miroir "
1538 "réseau local plutôt que d'utiliser le disque local."
1539
1540 #. type: IP
1541 #: en/lb_config.1:299
1542 #, fuzzy, no-wrap
1543 #| msgid " [B<--cache-stages> I<STAGE>|I<\"STAGES\">]"
1544 msgid "B<--cache-stages> I<STAGE>|\"I<STAGES>\""
1545 msgstr " [B<--cache-stages> I<STAGE>|I<\"STAGES\">]"
1546
1547 #. type: Plain text
1548 #: en/lb_config.1:301
1549 #, fuzzy
1550 #| msgid ""
1551 #| "sets which stages should be cached. By default set to bootstrap. As an "
1552 #| "exception to the normal stage names, also rootfs can be used here which "
1553 #| "does only cache the generated root filesystem in filesystem.{dir,ext*,"
1554 #| "squashfs}. This is useful during development if you want to rebuild the "
1555 #| "binary stage but not regenerate the root filesystem all the time."
1556 msgid ""
1557 "sets which stages should be cached (a comma or space separated list). By "
1558 "default this is set to 'bootstrap'. As an exception to the normal stage "
1559 "names, 'rootfs' can also be used here which means only cache the generated "
1560 "root filesystem in filesystem.{dir,ext*,squashfs}. This is useful during "
1561 "development if you want to rebuild the binary stage but not regenerate the "
1562 "root filesystem all the time."
1563 msgstr ""
1564 "paramètre quels stages seront mis en cache. Par défaut, le paramètre est sur "
1565 "démarrage (bootstrap). En tant qu'exception au noms de stages normaux, "
1566 "rootfs peut également être utilisé ici ce qui met en cache uniquement le "
1567 "système de fichier racine généré dans filesystem.{dir,ext*,squashfs}. Ceci "
1568 "est utile le dévelopmment si vous désirez reconstruire le stage binaire mais "
1569 "pas régénéré le système de fichier à chaque reprise."
1570
1571 #. type: IP
1572 #: en/lb_config.1:301
1573 #, fuzzy, no-wrap
1574 #| msgid "B<--checksums> md5|sha1|sha256|none"
1575 msgid "B<--checksums> md5|sha1|sha224|sha256|sha384|sha512|none"
1576 msgstr "B<--checksums> md5|sha1|sha256|none"
1577
1578 #. type: Plain text
1579 #: en/lb_config.1:303
1580 #, fuzzy
1581 #| msgid ""
1582 #| "defines if the binary image should contain a file called md5sums.txt, "
1583 #| "sha1sums.txt and/or sha256sums.txt. These lists all files on the image "
1584 #| "together with their checksums. This in turn can be used by live-boot's "
1585 #| "built-in integrity-check to verify the medium if specified at boot "
1586 #| "prompt. In general, this should not be false and is an important feature "
1587 #| "of live system released to the public. However, during development of "
1588 #| "very big images it can save some time by not calculating the checksums."
1589 msgid ""
1590 "defines if the binary image should contain a file called XXXsums.txt, where "
1591 "XXX is one of the mentioned checksum types. This file lists all files on the "
1592 "image together with their checksums. This in turn can be used by I<live-"
1593 "boot>(7)'s built-in integrity-check to verify the medium if specified at "
1594 "boot prompt. In general, this should not be 'none' and is an important "
1595 "feature of live system released to the public. However, during development "
1596 "of very big images it can save some time by not calculating the checksums."
1597 msgstr ""
1598 "définit si l'image binaire devrait contenir un fichier appelé md5sums.txt, "
1599 "sha1sums.txt et/ou sha256sums.txt. Ceux-ci listent tous les fichiers "
1600 "présents dans l'image avec leurs sommes de vérification. Ils pourront alors "
1601 "être utilisés par la vérification d'intégrité inclue dans live-boot pour "
1602 "vérifier le dispositif si spécifié à l'invite de démarrage. En général, ceci "
1603 "ne devrait pas être faux (false) et est une fonctionnalité important des "
1604 "versions de live system pour le public. Toutefois, pendant le développement "
1605 "de grosses images, ceci peut économiser du temps en ne calculant pas les "
1606 "sommes de vérification."
1607
1608 #. type: IP
1609 #: en/lb_config.1:303
13301610 #, no-wrap
13311611 msgid "B<--chroot-filesystem> ext2|ext3|ext4|squashfs|jffs2|none"
13321612 msgstr "B<--chroot-filesystem> ext2|ext3|ext4|squashfs|jffs2|none"
13331613
13341614 #. type: Plain text
1335 #: en/lb_config.1:294
1615 #: en/lb_config.1:305
1616 #, fuzzy
1617 #| msgid ""
1618 #| "defines which filesystem type should be used for the root filesystem "
1619 #| "image. If you use none, then no filesystem image is created and the root "
1620 #| "filesystem content is copied on the binary image filesystem as flat "
1621 #| "files. Depending on what binary filesystem you have chosen, it may not be "
1622 #| "possible to build with such a plain root filesystem, e.g. fat16/fat32 "
1623 #| "will not work as linux does not support to run directly on them."
13361624 msgid ""
13371625 "defines which filesystem type should be used for the root filesystem image. "
13381626 "If you use none, then no filesystem image is created and the root filesystem "
13391627 "content is copied on the binary image filesystem as flat files. Depending on "
13401628 "what binary filesystem you have chosen, it may not be possible to build with "
13411629 "such a plain root filesystem, e.g. fat16/fat32 will not work as linux does "
1342 "not support to run directly on them."
1630 "not support running directly on them."
13431631 msgstr ""
13441632 "définit quel type de système de fichier devrait être utilisé pour l'image du "
13451633 "système de fichier racine. Si vous utilisez none, alors aucune image de "
13511639 "puisque linux ne supporte pas directement de fonctionner dessus."
13521640
13531641 #. type: IP
1354 #: en/lb_config.1:294
1642 #: en/lb_config.1:305
1643 #, no-wrap
1644 msgid "B<--chroot-squashfs-compression-level> LEVEL"
1645 msgstr ""
1646
1647 #. type: Plain text
1648 #: en/lb_config.1:307
1649 msgid ""
1650 "defines the compression level that is used for the root filesystem image if "
1651 "squashfs is used. Each compression algorithm supports different levels (or "
1652 "none). You can look them up in the I<mksquashfs> help. Defaults to the "
1653 "default setting in I<mksquashfs>."
1654 msgstr ""
1655
1656 #. type: IP
1657 #: en/lb_config.1:307
1658 #, no-wrap
1659 msgid "B<--chroot-squashfs-compression-type> gzip|lzma|lzo|lz4|xz|zstd"
1660 msgstr ""
1661
1662 #. type: Plain text
1663 #: en/lb_config.1:309
1664 #, fuzzy
1665 #| msgid ""
1666 #| "defines the compression program to be used to compress tarballs. Defaults "
1667 #| "to gzip."
1668 msgid ""
1669 "defines the compression algorithm that is used for the root filesystem image "
1670 "if squashfs is used. Defaults to xz."
1671 msgstr ""
1672 "définit le programme de compression à utiliser pour compresser les tarballs. "
1673 "Par défaut : gzip."
1674
1675 #. type: IP
1676 #: en/lb_config.1:309
13551677 #, no-wrap
13561678 msgid "B<--clean>"
13571679 msgstr "B<--clean>"
13581680
13591681 #. type: Plain text
1360 #: en/lb_config.1:296
1682 #: en/lb_config.1:311
13611683 msgid ""
13621684 "minimizes config directory by automatically removing unused and thus empty "
13631685 "subdirectories."
13661688 "sous-répertoires non-utilisés et donc vides."
13671689
13681690 #. type: IP
1369 #: en/lb_config.1:296
1370 #, no-wrap
1371 msgid "-c|B<--conffile> I<FILE>"
1691 #: en/lb_config.1:311 en/live-build.7:31
1692 #, fuzzy, no-wrap
1693 #| msgid "B<--chroot>"
1694 msgid "B<--color>"
1695 msgstr "B<--chroot>"
1696
1697 #. type: Plain text
1698 #: en/lb_config.1:313
1699 #, fuzzy
1700 #| msgid "turn on debugging informational messages."
1701 msgid "turns on color in the messages."
1702 msgstr "active les messages d'information de déboguage."
1703
1704 #. type: IP
1705 #: en/lb_config.1:313
1706 #, fuzzy, no-wrap
1707 #| msgid "B<--compression> bzip2|gzip|lzip|none"
1708 msgid "B<--compression> bzip2|gzip|lzip|xz|none"
1709 msgstr "B<--compression> bzip2|gzip|lzip|none"
1710
1711 #. type: Plain text
1712 #: en/lb_config.1:315
1713 #, fuzzy
1714 #| msgid ""
1715 #| "defines the compression program to be used to compress tarballs. Defaults "
1716 #| "to gzip."
1717 msgid ""
1718 "defines the compression program to be used to compress tarballs. Defaults to "
1719 "none."
1720 msgstr ""
1721 "définit le programme de compression à utiliser pour compresser les tarballs. "
1722 "Par défaut : gzip."
1723
1724 #. type: IP
1725 #: en/lb_config.1:315
1726 #, fuzzy, no-wrap
1727 #| msgid "-c|B<--conffile> I<FILE>"
1728 msgid "B<-c>|B<--conffile> I<FILE>"
13721729 msgstr "-c|B<--conffile> I<FICHIER>"
13731730
13741731 #. type: Plain text
1375 #: en/lb_config.1:298
1376 msgid ""
1377 "using a user specified alternative configuration file in addition to the "
1378 "normally used one in the config directory."
1732 #: en/lb_config.1:317
1733 #, fuzzy
1734 #| msgid ""
1735 #| "using a user specified alternative configuration file in addition to the "
1736 #| "normally used one in the config directory."
1737 msgid ""
1738 "defines a user specified alternative configuration file to use in addition "
1739 "to the normally used one in the config directory."
13791740 msgstr ""
13801741 "l'utilisation d'un fichier de configuration anternatif spécifique pour un "
13811742 "utilisateur en addition à celui utilisé normalement dans le répertoire de "
13821743 "configuration."
13831744
13841745 #. type: IP
1385 #: en/lb_config.1:298
1746 #: en/lb_config.1:317
1747 #, fuzzy, no-wrap
1748 #| msgid "B<--config> I<GIT_URL>::I<GIT_ID>"
1749 msgid "B<--config> I<GIT_URL>::I<GIT_BRANCH>"
1750 msgstr "B<--config> I<GIT_URL>::I<GIT_ID>"
1751
1752 #. type: Plain text
1753 #: en/lb_config.1:319
1754 #, fuzzy
1755 #| msgid ""
1756 #| "allows to bootstrap a config tree from a git repositories, optionally "
1757 #| "appended by a Git Id (branch, commit, tag, etc.)."
1758 msgid ""
1759 "bootstraps the config tree from a git repository, optionally appended by a "
1760 "Git ID (branch, commit, tag, etc.)."
1761 msgstr ""
1762 "permet d'amorcer un arbre de configuration depuis un dépôt GIT, "
1763 "optionnellement avec un numéro d'identification GIT (branche, commit, tag, "
1764 "etc.)."
1765
1766 #. type: IP
1767 #: en/lb_config.1:319
13861768 #, no-wrap
13871769 msgid "B<--debconf-frontend> dialog|editor|noninteractive|readline"
13881770 msgstr "B<--debconf-frontend> dialog|editor|noninteractive|readline"
13891771
13901772 #. type: Plain text
1391 #: en/lb_config.1:300
1773 #: en/lb_config.1:321
1774 #, fuzzy
1775 #| msgid ""
1776 #| "defines what value the debconf frontend should be set to inside the "
1777 #| "chroot. Note that setting it to anything but noninteractive, which is the "
1778 #| "default, makes your build asking questions during the build."
13921779 msgid ""
13931780 "defines what value the debconf frontend should be set to inside the chroot. "
1394 "Note that setting it to anything but noninteractive, which is the default, "
1781 "Note that setting it to anything but 'noninteractive', which is the default, "
13951782 "makes your build asking questions during the build."
13961783 msgstr ""
13971784 "définit à quelle valeur le frontend debconf devrait être paramétré à "
14001787 "questions pendant la construction."
14011788
14021789 #. type: IP
1403 #: en/lb_config.1:300
1790 #: en/lb_config.1:321
14041791 #, no-wrap
14051792 msgid "B<--debconf-priority> low|medium|high|critical"
14061793 msgstr "B<--debconf-priority> low|medium|high|critical"
14071794
14081795 #. type: Plain text
1409 #: en/lb_config.1:302
1796 #: en/lb_config.1:323
14101797 msgid ""
14111798 "defines what value the debconf priority should be set to inside the chroot. "
14121799 "By default, it is set to critical, which means that almost no questions are "
14191806 "si vous utilisez un des frontend debconf n'étant pas noninteractive."
14201807
14211808 #. type: IP
1422 #: en/lb_config.1:302
1423 #, no-wrap
1424 msgid "B<--debian-installer> true|cdrom|netinst|netboot|businesscard|live|false"
1809 #: en/lb_config.1:323
1810 #, fuzzy, no-wrap
1811 #| msgid "B<--debian-installer> true|cdrom|netinst|netboot|businesscard|live|false"
1812 msgid "B<--debian-installer> cdrom|netinst|netboot|businesscard|live|none"
14251813 msgstr "B<--debian-installer> true|cdrom|netinst|netboot|businesscard|live|false"
14261814
14271815 #. type: Plain text
1428 #: en/lb_config.1:304
1816 #: en/lb_config.1:325
14291817 msgid ""
14301818 "defines which type, if any, of the debian-installer should be included in "
14311819 "the resulting binary image. By default, no installer is included. All "
14451833 "réseau, il installe le système live sur le disque."
14461834
14471835 #. type: IP
1448 #: en/lb_config.1:304
1836 #: en/lb_config.1:325
14491837 #, no-wrap
14501838 msgid "B<--debian-installer-distribution> daily|I<CODENAME>"
14511839 msgstr "B<--debian-installer-distribution> daily|I<NOM_DE_CODE>"
14521840
14531841 #. type: Plain text
1454 #: en/lb_config.1:306
1842 #: en/lb_config.1:327
1843 #, fuzzy
1844 #| msgid ""
1845 #| "defines the distribution where the debian-installer files should be taken "
1846 #| "out from. Normally, this should be set to the same distribution as the "
1847 #| "live system. However, some times, one wants to use a newer or even daily "
1848 #| "built installer."
14551849 msgid ""
14561850 "defines the distribution where the debian-installer files should be taken "
14571851 "out from. Normally, this should be set to the same distribution as the live "
1458 "system. However, some times, one wants to use a newer or even daily built "
1852 "system. However, sometimes, one wants to use a newer or even daily built "
14591853 "installer."
14601854 msgstr ""
14611855 "définit la distribution d'où les fichiers de l'installateur debian devrait "
14641858 "un installateur plus récent ou même une construction du jour."
14651859
14661860 #. type: IP
1467 #: en/lb_config.1:306
1861 #: en/lb_config.1:327
1862 #, no-wrap
1863 msgid "B<--debian-installer-gui> true|false"
1864 msgstr "B<--debian-installer-gui> true|false"
1865
1866 #. type: Plain text
1867 #: en/lb_config.1:329
1868 msgid ""
1869 "defines whether the graphical version of the debian-installer should be "
1870 "provided alongside the text based one. This defaults to true."
1871 msgstr ""
1872
1873 #. type: IP
1874 #: en/lb_config.1:329
14681875 #, no-wrap
14691876 msgid "B<--debian-installer-preseedfile> I<FILE>|I<URL>"
14701877 msgstr "B<--debian-installer-preseedfile> I<FICHIER>|I<URL>"
14711878
14721879 #. type: Plain text
1473 #: en/lb_config.1:308
1880 #: en/lb_config.1:331
14741881 msgid ""
14751882 "sets the filename or URL for an optionally used and included preseeding file "
14761883 "for debian-installer. If config/binary_debian-installer/preseed.cfg exists, "
14811888 "binary_debian-installer/preseed.cfg existe, il sera utilisé par défaut. "
14821889
14831890 #. type: IP
1484 #: en/lb_config.1:308
1485 #, no-wrap
1486 msgid "B<--debian-installer-gui> true|false"
1487 msgstr "B<--debian-installer-gui> true|false"
1488
1489 #. type: Plain text
1490 #: en/lb_config.1:310
1491 msgid ""
1492 "defines if the debian-installer graphical GTK interface should be true or "
1493 "not. In Debian mode and for most versions of Ubuntu, this option is true, "
1494 "whereas otherwise false, by default."
1495 msgstr ""
1496 "définit si l'interface graphique GTK de l'installateur-debian devrait être "
1497 "vraie ou pas. En mode Debian et pour la plupart des versions d'Ubuntu, cette "
1498 "option est vraie, tandis que sinon fausse, par défaut."
1499
1500 #. type: IP
1501 #: en/lb_config.1:310
1502 #, fuzzy, no-wrap
1503 #| msgid " [B<--net-root-mountoptions> I<OPTIONS>]"
1504 msgid "B<--debootstrap-options> I<OPTIONS>"
1505 msgstr " [B<--net-root-mountoptions> I<OPTIONS>]"
1506
1507 #. type: Plain text
1508 #: en/lb_config.1:312
1891 #: en/lb_config.1:331
1892 #, fuzzy, no-wrap
1893 #| msgid "B<--apt-options> I<OPTION>|\"I<OPTIONS>\""
1894 msgid "B<--debootstrap-options> I<OPTION>|\"I<OPTIONS>\""
1895 msgstr "B<--apt-options> I<OPTION>|\"I<OPTIONS>\""
1896
1897 #. type: Plain text
1898 #: en/lb_config.1:333
15091899 msgid ""
15101900 "passes the given options to debootstrap when setting up the base system."
15111901 msgstr ""
15121902
15131903 #. type: IP
1514 #: en/lb_config.1:312
1904 #: en/lb_config.1:333
15151905 #, no-wrap
15161906 msgid "B<--debootstrap-script> I<SCRIPT>"
15171907 msgstr ""
15181908
15191909 #. type: Plain text
1520 #: en/lb_config.1:314
1910 #: en/lb_config.1:335
15211911 msgid ""
15221912 "tells debootstrap to use an alternate bootstrap script (last parameter to "
15231913 "debootstrap)."
15241914 msgstr ""
15251915
15261916 #. type: IP
1527 #: en/lb_config.1:314 en/live-build.7:36
1917 #: en/lb_config.1:335 en/live-build.7:33
15281918 #, no-wrap
15291919 msgid "B<--debug>"
15301920 msgstr "B<--debug>"
15311921
15321922 #. type: Plain text
1533 #: en/lb_config.1:316
1534 msgid "turn on debugging informational messages."
1923 #: en/lb_config.1:337
1924 #, fuzzy
1925 #| msgid "turn on debugging informational messages."
1926 msgid "turns on debugging informational messages."
15351927 msgstr "active les messages d'information de déboguage."
15361928
15371929 #. type: IP
1538 #: en/lb_config.1:316
1539 #, no-wrap
1540 msgid "-d|B<--distribution> I<CODENAME>"
1930 #: en/lb_config.1:337
1931 #, fuzzy, no-wrap
1932 #| msgid "-d|B<--distribution> I<CODENAME>"
1933 msgid "B<-d>|B<--distribution> I<CODENAME>"
15411934 msgstr "-d|B<--distribution> I<NOM_DE_CODE>"
15421935
15431936 #. type: Plain text
1544 #: en/lb_config.1:318
1545 msgid "defines the distribution of the resulting live system."
1937 #: en/lb_config.1:339
1938 msgid ""
1939 "defines the distribution of the resulting live system. This currently "
1940 "defaults to 'buster'. The value 'sid' can be used for Debian unstable."
1941 msgstr ""
1942
1943 #. type: IP
1944 #: en/lb_config.1:339
1945 #, fuzzy, no-wrap
1946 #| msgid "-d|B<--distribution> I<CODENAME>"
1947 msgid "B<--distribution-binary> I<CODENAME>"
1948 msgstr "-d|B<--distribution> I<NOM_DE_CODE>"
1949
1950 #. type: Plain text
1951 #: en/lb_config.1:341
1952 #, fuzzy
1953 #| msgid "defines the distribution of the resulting live system."
1954 msgid ""
1955 "defines the distribution enabled in the resulting live system (defaults to "
1956 "the value set in B<--distribution>)"
15461957 msgstr "définit la distribution du système live résultant."
15471958
15481959 #. type: IP
1549 #: en/lb_config.1:318
1550 #, no-wrap
1551 msgid "-d|B<--parent-distribution> I<CODENAME>"
1552 msgstr "-d|B<--parent-distribution> I<NOM_DE_CODE>"
1553
1554 #. type: Plain text
1555 #: en/lb_config.1:320
1556 msgid ""
1557 "defines the parent distribution for derivatives of the resulting live system."
1558 msgstr ""
1559 "définit la distribution parente pour les dérivations du système live "
1560 "résultant."
1561
1562 #. type: IP
1563 #: en/lb_config.1:320
1564 #, no-wrap
1565 msgid "-d|B<--parent-debian-installer-distribution> I<CODENAME>"
1566 msgstr "-d|B<--parent-debian-installer-distribution> I<CODENAME>"
1567
1568 #. type: Plain text
1569 #: en/lb_config.1:322
1570 msgid ""
1571 "defines the parent debian-installer distribution for derivatives of the "
1572 "resulting live system."
1573 msgstr ""
1574 "définit la distribution de l'installateur-debian parent pour les dérivations "
1575 "du système live résultant."
1576
1577 #. type: IP
1578 #: en/lb_config.1:322
1960 #: en/lb_config.1:341
1961 #, fuzzy, no-wrap
1962 #| msgid "-d|B<--distribution> I<CODENAME>"
1963 msgid "B<--distribution-chroot> I<CODENAME>"
1964 msgstr "-d|B<--distribution> I<NOM_DE_CODE>"
1965
1966 #. type: Plain text
1967 #: en/lb_config.1:343
1968 msgid ""
1969 "defines the distribution used to build the live system (defaults to the "
1970 "value set in B<--distribution>)"
1971 msgstr ""
1972
1973 #. type: IP
1974 #: en/lb_config.1:343
1975 #, fuzzy, no-wrap
1976 #| msgid "B<-v, --version>"
1977 msgid "B<--dm-verity>"
1978 msgstr "B<-v, --version>"
1979
1980 #. type: Plain text
1981 #: en/lb_config.1:345
1982 msgid ""
1983 "Enables dm-verity support for root file system. Only squashfs, ext2, ext3 "
1984 "and ext4 are supported. For more information see I<live-boot>(7)."
1985 msgstr ""
1986
1987 #. type: IP
1988 #: en/lb_config.1:345
1989 #, no-wrap
1990 msgid "B<--dm-verity-fec> I<NB_ROOTS>"
1991 msgstr ""
1992
1993 #. type: Plain text
1994 #: en/lb_config.1:347
1995 msgid ""
1996 "Enables forward error correction for dm-verity. I<NB_ROOTS> is the number of "
1997 "error correction roots thas should be used. The value can be between 2 and "
1998 "24. Android uses 2 by default."
1999 msgstr ""
2000
2001 #. type: IP
2002 #: en/lb_config.1:347
2003 #, no-wrap
2004 msgid "B<--dm-verity-sign> I<SIGN_SCRIPT>"
2005 msgstr ""
2006
2007 #. type: Plain text
2008 #: en/lb_config.1:349
2009 msgid ""
2010 "Sign root hash of dm-verity device. Script takes two arguments: the root "
2011 "hash and a file to output the signature to."
2012 msgstr ""
2013
2014 #. type: IP
2015 #: en/lb_config.1:349
15792016 #, no-wrap
15802017 msgid "B<--dump>"
15812018 msgstr ""
15822019
15832020 #. type: Plain text
1584 #: en/lb_config.1:324
2021 #: en/lb_config.1:351
15852022 msgid ""
15862023 "prepares a report of the currently present live system configuration and the "
15872024 "version of live-build used. This is useful to provide if you submit bug "
1588 "reports, we do get all information required for us to locate and replicate "
1589 "an error."
1590 msgstr ""
1591
1592 #. type: IP
1593 #: en/lb_config.1:324
1594 #, no-wrap
1595 msgid "B<--fdisk> fdisk|fdisk.dist"
1596 msgstr ""
1597
1598 #. type: Plain text
1599 #: en/lb_config.1:326
1600 msgid ""
1601 "sets the filename of the fdisk binary from the host system that should be "
1602 "used. This is autodetected and does generally not need any customization."
1603 msgstr ""
1604
1605 #. type: IP
1606 #: en/lb_config.1:326 en/live-build.7:38
2025 "reports, helping to provide basic useful information required for us to "
2026 "locate and replicate an error."
2027 msgstr ""
2028
2029 #. type: IP
2030 #: en/lb_config.1:351
2031 #, no-wrap
2032 msgid "B<--firmware-binary> true|false"
2033 msgstr ""
2034
2035 #. type: Plain text
2036 #: en/lb_config.1:353
2037 msgid "includes firmware packages in debian-installer. Defaults to true."
2038 msgstr ""
2039
2040 #. type: IP
2041 #: en/lb_config.1:353
2042 #, no-wrap
2043 msgid "B<--firmware-chroot> true|false"
2044 msgstr ""
2045
2046 #. type: Plain text
2047 #: en/lb_config.1:355
2048 msgid ""
2049 "includes firmware packages in the live image. Defaults to true. Beware that "
2050 "some firmware packages are non-free and will only be included if the non-"
2051 "free archive area is included in B<--archive-areas> (and B<--parent-archive-"
2052 "areas>). This is particularly relevant if you want working wifi for instance."
2053 msgstr ""
2054
2055 #. type: IP
2056 #: en/lb_config.1:355 en/live-build.7:35
16072057 #, no-wrap
16082058 msgid "B<--force>"
16092059 msgstr "B<--force>"
16102060
16112061 #. type: Plain text
1612 #: en/lb_config.1:328
2062 #: en/lb_config.1:357
16132063 msgid ""
16142064 "forces re-execution of already run stages. Use only if you know what you are "
16152065 "doing. It is generally safer to use B<lb clean> to clean up before re-"
16172067 msgstr ""
16182068
16192069 #. type: IP
1620 #: en/lb_config.1:328
1621 #, no-wrap
1622 msgid "B<--grub-splash> I<FILE>"
1623 msgstr ""
1624
1625 #. type: Plain text
1626 #: en/lb_config.1:330
1627 msgid ""
1628 "defines the name of an optional to be included splash screen graphic for the "
1629 "grub bootloader."
1630 msgstr ""
1631
1632 #. type: IP
1633 #: en/lb_config.1:330
2070 #: en/lb_config.1:357
16342071 #, no-wrap
16352072 msgid "B<--gzip-options> I<OPTION>|\"I<OPTIONS>\""
16362073 msgstr ""
16372074
16382075 #. type: Plain text
1639 #: en/lb_config.1:332
2076 #: en/lb_config.1:359
2077 #, fuzzy
2078 #| msgid ""
2079 #| "defines the default options that will be appended to every apt call that "
2080 #| "is made inside chroot during the building of the image. By default, this "
2081 #| "is set to --yes to allow non-interactive installation of packages."
16402082 msgid ""
16412083 "defines the default options that will be appended to (almost) every gzip "
1642 "call during the building of the image. By default, this is set to --best to "
1643 "use highest (but slowest) compression. Dynamically, if the host system "
1644 "supports it, also --rsyncable is added."
1645 msgstr ""
1646
1647 #. type: IP
1648 #: en/lb_config.1:332
1649 #, no-wrap
1650 msgid "B<--hooks> I<FILE>"
1651 msgstr ""
1652
1653 #. type: Plain text
1654 #: en/lb_config.1:334
1655 msgid ""
1656 "defines which hooks available in /usr/share/live/build/examples/hooks should "
1657 "be activated. Normally, there are no hooks executed. Make sure you know and "
1658 "understood the hook before you enable it."
1659 msgstr ""
1660
1661 #. type: IP
1662 #: en/lb_config.1:334
2084 "call during the building of the image. By default, this is set to '--best' "
2085 "to use highest (but slowest) compression. Dynamically, if the host system "
2086 "supports it, also '--rsyncable' is added."
2087 msgstr ""
2088 "définit les options par défaut qui seront ajoutées à chaque appel apt qui "
2089 "est fait à l'intérieur du chroot pendant la construction de l'image. Par "
2090 "défaut, ceci est paramétré à --yes pour permettre l'installation non-"
2091 "interactive de paquets."
2092
2093 #. type: IP
2094 #: en/lb_config.1:359
2095 #, fuzzy, no-wrap
2096 #| msgid " [B<--hdd-size >I<MB>]"
2097 msgid "B<--hdd-label> I<LABEL>"
2098 msgstr " [B<--hdd-size >I<MB>]"
2099
2100 #. type: Plain text
2101 #: en/lb_config.1:361
2102 msgid "defines the label for the HDD target. Defaults to 'DEBIAN_LIVE'."
2103 msgstr ""
2104
2105 #. type: IP
2106 #: en/lb_config.1:361
2107 #, no-wrap
2108 msgid "B<--hdd-partition-start> I<START>"
2109 msgstr ""
2110
2111 #. type: Plain text
2112 #: en/lb_config.1:363
2113 msgid ""
2114 "sets the start of the partition for the HDD target for BIOSes that expect a "
2115 "specific boot partition start (e.g. \"63s\"). If empty, use optimal layout. "
2116 "Defaults to empty."
2117 msgstr ""
2118
2119 #. type: IP
2120 #: en/lb_config.1:363
2121 #, fuzzy, no-wrap
2122 #| msgid " [B<--hdd-size >I<MB>]"
2123 msgid "B<--hdd-size> I<SIZE>"
2124 msgstr " [B<--hdd-size >I<MB>]"
2125
2126 #. type: Plain text
2127 #: en/lb_config.1:365
2128 msgid ""
2129 "defines the size for the HDD target. The unit is MiB. Defaults to 'auto', "
2130 "which generates the smallest possible image."
2131 msgstr ""
2132
2133 #. type: IP
2134 #: en/lb_config.1:365
16632135 #, no-wrap
16642136 msgid "B<--ignore-system-defaults>"
16652137 msgstr ""
16662138
16672139 #. type: Plain text
1668 #: en/lb_config.1:336
2140 #: en/lb_config.1:367
16692141 msgid ""
16702142 "B<lb config> by default reads system defaults from I</etc/live/build.conf> "
16712143 "and I</etc/live/build/*> when generating a new live system config directory. "
16722144 "This is useful if you want to set global settings, such as mirror locations, "
1673 "and don't want to specify them all of the time."
1674 msgstr ""
1675
1676 #. type: IP
1677 #: en/lb_config.1:336
1678 #, no-wrap
1679 msgid "B<--initramfs> auto|none|live-boot|casper"
1680 msgstr ""
1681
1682 #. type: Plain text
1683 #: en/lb_config.1:338
1684 msgid ""
1685 "sets the name of package that contains the live system specific initramfs "
1686 "modification. By default, auto is used, which means that at build time of "
1687 "the image rather than on configuration time, the value will be expanded to "
1688 "casper when building ubuntu systems, to live-boot for all other systems. "
1689 "Using 'none' is useful if the resulting system image should not be a live "
1690 "image (experimental)."
1691 msgstr ""
1692
1693 #. type: IP
1694 #: en/lb_config.1:338
2145 "and don't want to specify them all of the time. This option allows you to "
2146 "ignore such global settings."
2147 msgstr ""
2148
2149 #. type: IP
2150 #: en/lb_config.1:367
2151 #, fuzzy, no-wrap
2152 #| msgid " [B<--iso-volume> I<NAME>]"
2153 msgid "B<--image-name> I<NAME>"
2154 msgstr " [B<--iso-volume> I<NOM>]"
2155
2156 #. type: Plain text
2157 #: en/lb_config.1:369
2158 msgid "sets the base name of the image. Defaults to live-image."
2159 msgstr ""
2160
2161 #. type: IP
2162 #: en/lb_config.1:369
2163 #, fuzzy, no-wrap
2164 #| msgid " [B<--initramfs> auto|none|live-boot|casper]"
2165 msgid "B<--initramfs> none|live-boot"
2166 msgstr " [B<--initramfs> auto|none|live-boot|casper]"
2167
2168 #. type: Plain text
2169 #: en/lb_config.1:371
2170 msgid ""
2171 "sets the name of the package that contains the live system specific "
2172 "initramfs modification and defaults to live-boot. Using 'none' is useful if "
2173 "the resulting system image should not be a live image (experimental)."
2174 msgstr ""
2175
2176 #. type: IP
2177 #: en/lb_config.1:371
16952178 #, no-wrap
16962179 msgid "B<--initramfs-compression> bzip2|gzip|lzma]"
16972180 msgstr ""
16982181
16992182 #. type: Plain text
1700 #: en/lb_config.1:340
2183 #: en/lb_config.1:373
2184 #, fuzzy
2185 #| msgid ""
2186 #| "defines the compression program to be used to compress tarballs. Defaults "
2187 #| "to gzip."
17012188 msgid ""
17022189 "defines the compression program to be used to compress the initramfs. "
1703 "Defaults to gzip."
1704 msgstr ""
1705
1706 #. type: IP
1707 #: en/lb_config.1:340
1708 #, no-wrap
1709 msgid "B<--interactive> shell"
1710 msgstr ""
1711
1712 #. type: Plain text
1713 #: en/lb_config.1:342
2190 "Defaults to 'gzip'."
2191 msgstr ""
2192 "définit le programme de compression à utiliser pour compresser les tarballs. "
2193 "Par défaut : gzip."
2194
2195 #. type: IP
2196 #: en/lb_config.1:373
2197 #, fuzzy, no-wrap
2198 #| msgid " [B<--initsystem> sysvinit|runit|systemd|upstart|none]"
2199 msgid "B<--initsystem> sysvinit|systemd|none]"
2200 msgstr " [B<--initsystem> sysvinit|runit|systemd|upstart|none]"
2201
2202 #. type: Plain text
2203 #: en/lb_config.1:375
2204 #, fuzzy
2205 #| msgid "defines the distribution of the resulting live system."
2206 msgid "defines the init system. Defaults to 'systemd'."
2207 msgstr "définit la distribution du système live résultant."
2208
2209 #. type: IP
2210 #: en/lb_config.1:375
2211 #, fuzzy, no-wrap
2212 #| msgid " [B<--interactive> shell]"
2213 msgid "B<--interactive> true|shell|x11|xnest|false"
2214 msgstr " [B<--interactive> shell]"
2215
2216 #. type: Plain text
2217 #: en/lb_config.1:377
17142218 msgid ""
17152219 "defines if after the chroot stage and before the beginning of the binary "
1716 "stage, a interactive shell login should be spawned in the chroot in order to "
1717 "allow you to do manual customizations. Once you close the shell with logout "
1718 "or exit, the build will continue as usual. Note that it's strongly "
1719 "discouraged to use this for anything else than testing. Modifications that "
1720 "should be present in all builds of a live system should be properly made "
1721 "through hooks. Everything else destroys the beauty of being able to "
1722 "completely automatise the build process and making it non interactive. By "
1723 "default, this is of course false."
1724 msgstr ""
1725
1726 #. type: IP
1727 #: en/lb_config.1:342
1728 #, no-wrap
1729 msgid "B<--isohybrid-options> I<OPTION>|\"I<OPTIONS>\""
1730 msgstr ""
1731
1732 #. type: Plain text
1733 #: en/lb_config.1:344
1734 msgid "defines options to pass to isohybrid."
1735 msgstr ""
1736
1737 #. type: IP
1738 #: en/lb_config.1:344
2220 "stage, an interactive shell login should be spawned in the chroot in order "
2221 "to allow you to do manual customizations, or as an alternative to 'true' and "
2222 "'false' a specific shell to use (note that 'true' corresponds to a value of "
2223 "'shell'). Once you close the shell with logout or exit, the build will "
2224 "continue as usual. Note that it's strongly discouraged to use this for "
2225 "anything else than testing. Modifications that should be present in all "
2226 "builds of a live system should be properly made through hooks. Everything "
2227 "else destroys the beauty of being able to completely automate the build "
2228 "process and making it non-interactive. By default, this is of course 'false'."
2229 msgstr ""
2230
2231 #. type: IP
2232 #: en/lb_config.1:377
17392233 #, no-wrap
17402234 msgid "B<--iso-application> I<NAME>"
17412235 msgstr ""
17422236
17432237 #. type: Plain text
1744 #: en/lb_config.1:346
2238 #: en/lb_config.1:379
17452239 msgid ""
17462240 "sets the APPLICATION field in the header of a resulting CD/DVD image and "
1747 "defaults to \"Debian Live\" in debian mode, and \"Ubuntu Live\" in ubuntu "
1748 "mode."
1749 msgstr ""
1750
1751 #. type: IP
1752 #: en/lb_config.1:346
2241 "defaults to \"Debian Live\"."
2242 msgstr ""
2243
2244 #. type: IP
2245 #: en/lb_config.1:379
17532246 #, no-wrap
17542247 msgid "B<--iso-preparer> I<NAME>"
17552248 msgstr ""
17562249
17572250 #. type: Plain text
1758 #: en/lb_config.1:348
2251 #: en/lb_config.1:381
17592252 msgid ""
17602253 "sets the PREPARER field in the header of a resulting CD/DVD image. By "
1761 "default this is set to \"live-build I<VERSION>; http://debian-live.alioth."
1762 "debian.org/live-build\", where VERSION is expanded to the version of live-"
2254 "default this is set to \"live-build I<VERSION>; https://salsa.debian.org/"
2255 "live-team/live-build\", where VERSION is expanded to the version of live-"
17632256 "build that was used to build the image."
17642257 msgstr ""
17652258
17662259 #. type: IP
1767 #: en/lb_config.1:348
2260 #: en/lb_config.1:381
17682261 #, no-wrap
17692262 msgid "B<--iso-publisher> I<NAME>"
17702263 msgstr ""
17712264
17722265 #. type: Plain text
1773 #: en/lb_config.1:350
2266 #: en/lb_config.1:383
17742267 msgid ""
17752268 "sets the PUBLISHED field in the header of a resulting CD/DVD image. By "
1776 "default, this is set to 'Live Systems project; http:/live-systems.org/; "
1777 "[email protected]'. Remember to change this to the appropriate "
1778 "values at latest when you distributing custom and unofficial images."
1779 msgstr ""
1780
1781 #. type: IP
1782 #: en/lb_config.1:350
2269 "default, this is set to 'Debian Live project; https://wiki.debian.org/"
2270 "DebianLive; [email protected]'. Remember to change this to the "
2271 "appropriate value when distributing custom and unofficial images."
2272 msgstr ""
2273
2274 #. type: IP
2275 #: en/lb_config.1:383
17832276 #, no-wrap
17842277 msgid "B<--iso-volume> I<NAME>"
17852278 msgstr ""
17862279
17872280 #. type: Plain text
1788 #: en/lb_config.1:352
2281 #: en/lb_config.1:385
17892282 msgid ""
17902283 "sets the VOLUME field in the header of a resulting CD/DVD and defaults to "
1791 "'(I<MODE>) (I<DISTRIBUTION>) (I<DATE>)' whereas MODE is expanded to the name "
1792 "of the mode in use, DISTRIBUTION the distribution name, and DATE with the "
1793 "current date and time of the generation."
1794 msgstr ""
1795
1796 #. type: IP
1797 #: en/lb_config.1:352
2284 "'Debian (I<DISTRIBUTION>) (I<DATE>)' where DISTRIBUTION is replaced with the "
2285 "distribution name, and DATE with the current date and time of the generation."
2286 msgstr ""
2287
2288 #. type: IP
2289 #: en/lb_config.1:385
17982290 #, no-wrap
17992291 msgid "B<--jffs2-eraseblock> I<SIZE>"
18002292 msgstr ""
18012293
18022294 #. type: Plain text
1803 #: en/lb_config.1:354
2295 #: en/lb_config.1:387
18042296 msgid ""
18052297 "sets the eraseblock size for a JFFS2 (Second Journaling Flash File System) "
18062298 "filesystem. The default is 64 KiB. If you use an erase block size different "
18102302 msgstr ""
18112303
18122304 #. type: IP
1813 #: en/lb_config.1:354
1814 #, no-wrap
1815 msgid "B<--keyring-packages> I<PACKAGE|\"PACKAGES>\""
1816 msgstr ""
1817
1818 #. type: Plain text
1819 #: en/lb_config.1:356
1820 msgid ""
1821 "sets the keyring package or additional keyring packages. By default this is "
1822 "set to debian-archive-keyring."
1823 msgstr ""
1824
1825 #. type: IP
1826 #: en/lb_config.1:356
1827 #, no-wrap
1828 msgid "-k|B<--linux-flavours> I<FLAVOUR>|\"I<FLAVOURS>\""
1829 msgstr ""
1830
1831 #. type: Plain text
1832 #: en/lb_config.1:358
1833 msgid ""
1834 "sets the kernel flavours to be installed. Note that in case you specify more "
1835 "than that the first will be configured the default kernel that gets booted."
1836 msgstr ""
1837
1838 #. type: IP
1839 #: en/lb_config.1:358
1840 #, no-wrap
1841 msgid "B<--linux-packages> \"I<PACKAGES>\""
1842 msgstr ""
1843
1844 #. type: Plain text
1845 #: en/lb_config.1:360
1846 msgid ""
1847 "sets the internal name of the kernel packages naming scheme. If you use "
1848 "debian kernel packages, you will not have to adjust it. If you decide to use "
1849 "custom kernel packages that do not follow the debian naming scheme, remember "
1850 "to set this option to the stub of the packages only (for debian this is "
1851 "linux-image-2.6), so that I<STUB>-I<FLAVOUR> results in a valid package name "
1852 "(for debian e.g. linux-image-686-pae). Preferably you use the meta package "
1853 "name, if any, for the stub, so that your configuration is ABI independent. "
1854 "Also don't forget that you have to include stubs of the binary modules "
1855 "packages for unionfs or aufs, and squashfs if you built them out-of-tree."
1856 msgstr ""
1857
1858 #. type: IP
1859 #: en/lb_config.1:360
1860 #, no-wrap
1861 msgid "B<--losetup> losetup|losetup.orig"
1862 msgstr ""
1863
1864 #. type: Plain text
1865 #: en/lb_config.1:362
1866 msgid ""
1867 "sets the filename of the losetup binary from the host system that should be "
1868 "used. This is autodetected and does generally not need any customization."
1869 msgstr ""
1870
1871 #. type: IP
1872 #: en/lb_config.1:362
2305 #: en/lb_config.1:387
2306 #, fuzzy, no-wrap
2307 #| msgid " [B<--keyring-packages> I<PACKAGE|\"PACKAGES\">]"
2308 msgid "B<--keyring-packages> I<PACKAGE>|\"I<PACKAGES>\""
2309 msgstr " [B<--keyring-packages> I<PAQUET|\"PAQUETS\">]"
2310
2311 #. type: Plain text
2312 #: en/lb_config.1:389
2313 msgid ""
2314 "sets the keyring package or additional keyring packages (a space separated "
2315 "list). By default this is set to 'debian-archive-keyring'."
2316 msgstr ""
2317
2318 #. type: IP
2319 #: en/lb_config.1:389
2320 #, fuzzy, no-wrap
2321 #| msgid " [-k|B<--linux-flavours> I<FLAVOUR>|I<\"FLAVOURS\">]"
2322 msgid "B<-k>|B<--linux-flavours> I<FLAVOUR>|\"I<FLAVOURS>\""
2323 msgstr " [-k|B<--linux-flavours> I<VARIÉTÉ>|I<\"VARIÉTÉS\">]"
2324
2325 #. type: Plain text
2326 #: en/lb_config.1:391
2327 msgid ""
2328 "sets the kernel flavours to be installed (a space separated list). Note that "
2329 "in case you specify more than one the first will be configured as the "
2330 "default kernel that gets booted. Optionally you can use an architecture "
2331 "qualifier, e.g. amd64:amd64. Given an i386 system you can enable amd64 "
2332 "foreign architecture thanks to the commands: \"dpkg --add-architecture "
2333 "amd64 ; apt-get update\". This enables you to use \"686 amd64:amd64\" as a "
2334 "linux flavour. The amd64 kernel will be installed alongside the i386's 686 "
2335 "kernel."
2336 msgstr ""
2337
2338 #. type: IP
2339 #: en/lb_config.1:391
2340 #, fuzzy, no-wrap
2341 #| msgid " [B<--keyring-packages> I<PACKAGE|\"PACKAGES\">]"
2342 msgid "B<--linux-packages> I<PACKAGE>|\"I<PACKAGES>\""
2343 msgstr " [B<--keyring-packages> I<PAQUET|\"PAQUETS\">]"
2344
2345 #. type: Plain text
2346 #: en/lb_config.1:393
2347 msgid ""
2348 "defines a space separated list of partial kernel package names. For each "
2349 "name given and for each flavour in B<LB_LINUX_FLAVOURS_WITH_ARCH> (B<--linux-"
2350 "flavours>), '-FLAVOUR' will be appended to the name to get the names of "
2351 "kernel packages to be included. By default this is 'linux-image'. So for "
2352 "instance if this is set to \"linux-image linux-headers\" and "
2353 "B<LB_LINUX_FLAVOURS_WITH_ARCH> is \"i386 amd64:amd64\" then you will get the "
2354 "four packages \"linux-image-i386\", \"linux-image-amd64:amd64\", \"linux-"
2355 "headers-i386\" and \"linux-headers-amd64:amd64\". You can specify \"none\" "
2356 "to disable the kernel installation step."
2357 msgstr ""
2358
2359 #. type: IP
2360 #: en/lb_config.1:393
2361 #, fuzzy, no-wrap
2362 #| msgid "B<--cache> true|false"
2363 msgid "B<--loadlin> true|false"
2364 msgstr "B<--cache> true|false"
2365
2366 #. type: Plain text
2367 #: en/lb_config.1:395
2368 msgid ""
2369 "sets loadlin. Defaults to false, except when the debian-installer is "
2370 "included for x86_64 or i386."
2371 msgstr ""
2372
2373 #. type: IP
2374 #: en/lb_config.1:395
18732375 #, no-wrap
18742376 msgid "B<--memtest> memtest86+|memtest86|none"
18752377 msgstr ""
18762378
18772379 #. type: Plain text
1878 #: en/lb_config.1:364
2380 #: en/lb_config.1:397
18792381 msgid ""
18802382 "defines if memtest, memtest86+ or no memory tester at all should be included "
1881 "as secondary bootloader configuration. This is only available on amd64 and "
2383 "(available as a bootloader menu entry). This is only available on amd64 and "
18822384 "i386 and defaults to memtest86+."
18832385 msgstr ""
18842386
18852387 #. type: IP
1886 #: en/lb_config.1:364
1887 #, no-wrap
1888 msgid "-m|B<--parent-mirror-bootstrap> I<URL>"
1889 msgstr ""
1890
1891 #. type: Plain text
1892 #: en/lb_config.1:366
1893 msgid ""
1894 "sets the location of the debian package mirror that should be used to "
1895 "bootstrap from. This defaults to http://ftp.de.debian.org/debian/ which may "
1896 "not be a good default if you live outside of Europe."
1897 msgstr ""
1898
1899 #. type: IP
1900 #: en/lb_config.1:366
1901 #, no-wrap
1902 msgid "B<--parent-mirror-chroot> I<URL>"
1903 msgstr ""
1904
1905 #. type: Plain text
1906 #: en/lb_config.1:368
1907 msgid ""
1908 "sets the location of the debian package mirror that will be used to fetch "
1909 "the packages in order to build the live system. By default, this is set to "
1910 "the value of --parent-mirror-bootstrap."
1911 msgstr ""
1912
1913 #. type: IP
1914 #: en/lb_config.1:368
1915 #, no-wrap
1916 msgid "B<--parent-mirror-chroot-security> I<URL>"
1917 msgstr ""
1918
1919 #. type: Plain text
1920 #: en/lb_config.1:370
1921 msgid ""
1922 "sets the location of the debian security package mirror that will be used to "
1923 "fetch the packages in order to build the live system. By default, this "
1924 "points to http://security.debian.org/debian/."
1925 msgstr ""
1926
1927 #. type: IP
1928 #: en/lb_config.1:370
1929 #, no-wrap
1930 msgid "B<--parent-mirror-chroot-updates> I<URL>"
1931 msgstr ""
1932
1933 #. type: Plain text
1934 #: en/lb_config.1:372
1935 msgid ""
1936 "sets the location of the debian updates package mirror that will be used to "
1937 "fetch packages in order to build the live system. By default, this is set to "
1938 "the value of --parent-mirror-chroot."
1939 msgstr ""
1940
1941 #. type: IP
1942 #: en/lb_config.1:372
1943 #, no-wrap
1944 msgid "B<--parent-mirror-chroot-backports> I<URL>"
1945 msgstr ""
1946
1947 #. type: Plain text
1948 #: en/lb_config.1:374
1949 msgid ""
1950 "sets the location of the debian backports package mirror that will be used "
1951 "to fetch packages in order to build the live system. By default, this points "
1952 "to http://backports.debian.org/debian-backports/."
1953 msgstr ""
1954
1955 #. type: IP
1956 #: en/lb_config.1:374
1957 #, no-wrap
1958 msgid "B<--parent-mirror-binary> I<URL>"
1959 msgstr ""
1960
1961 #. type: Plain text
1962 #: en/lb_config.1:376
1963 msgid ""
1964 "sets the location of the debian package mirror that should end up configured "
1965 "in the final image and which is the one a user would see and use. This has "
1966 "not necessarily to be the same that is used to build the image, e.g. if you "
1967 "use a local mirror but want to have an official mirror in the image. By "
1968 "default, 'http://httpredir.debian.org/debian/' is used."
1969 msgstr ""
1970
1971 #. type: IP
1972 #: en/lb_config.1:376
1973 #, no-wrap
1974 msgid "B<--parent-mirror-binary-security> I<URL>"
1975 msgstr ""
1976
1977 #. type: Plain text
1978 #: en/lb_config.1:378
1979 msgid ""
1980 "sets the location of the debian security package mirror that should end up "
1981 "configured in the final image. By default, 'http://security.debian.org/' is "
1982 "used."
1983 msgstr ""
1984
1985 #. type: IP
1986 #: en/lb_config.1:378
1987 #, no-wrap
1988 msgid "B<--parent-mirror-binary-updates> I<URL>"
1989 msgstr ""
1990
1991 #. type: Plain text
1992 #: en/lb_config.1:380
1993 msgid ""
1994 "sets the location of the debian updates package mirror that should end up "
1995 "configured in the final image. By default, the value of --parent-mirror-"
1996 "binary is used."
1997 msgstr ""
1998
1999 #. type: IP
2000 #: en/lb_config.1:380
2001 #, no-wrap
2002 msgid "B<--parent-mirror-binary-backports> I<URL>"
2003 msgstr ""
2004
2005 #. type: Plain text
2006 #: en/lb_config.1:382
2007 msgid ""
2008 "sets the location of the debian backports package mirror that should end up "
2009 "configured in the final image. By default, 'http://backports.debian.org/"
2010 "debian-backports/' is used."
2011 msgstr ""
2012
2013 #. type: IP
2014 #: en/lb_config.1:382
2015 #, no-wrap
2016 msgid "B<--parent-mirror-debian-installer> I<URL>"
2017 msgstr ""
2018
2019 #. type: Plain text
2020 #: en/lb_config.1:384
2021 msgid ""
2022 "sets the location of the mirror that will be used to fetch the debian "
2023 "installer images. By default, this points to the same mirror used to build "
2024 "the live system, i.e. the value of --parent-mirror-bootstrap."
2025 msgstr ""
2026
2027 #. type: IP
2028 #: en/lb_config.1:384
2029 #, no-wrap
2030 msgid "B<--mirror-bootstrap> I<URL>"
2031 msgstr ""
2032
2033 #. type: Plain text
2034 #: en/lb_config.1:386
2035 msgid ""
2036 "sets the location of the debian package mirror that should be used to "
2037 "bootstrap the derivative from. This defaults to http://ftp.de.debian.org/"
2038 "debian/ which may not be a good default if you live outside of Europe."
2039 msgstr ""
2040
2041 #. type: IP
2042 #: en/lb_config.1:386
2043 #, no-wrap
2044 msgid "B<--mirror-chroot> I<URL>"
2045 msgstr ""
2046
2047 #. type: Plain text
2048 #: en/lb_config.1:388
2049 msgid ""
2050 "sets the location of the debian package mirror that will be used to fetch "
2051 "the packages of the derivative in order to build the live system. By "
2052 "default, this is set to the value of --mirror-bootstrap."
2053 msgstr ""
2054
2055 #. type: IP
2056 #: en/lb_config.1:388
2057 #, no-wrap
2058 msgid "B<--mirror-chroot-security> I<URL>"
2059 msgstr ""
2060
2061 #. type: Plain text
2062 #: en/lb_config.1:390
2063 msgid ""
2064 "sets the location of the debian security package mirror that will be used to "
2065 "fetch the packages of the derivative in order to build the live system. By "
2066 "default, this points to http://security.debian.org/debian/."
2067 msgstr ""
2068
2069 #. type: IP
2070 #: en/lb_config.1:390
2071 #, no-wrap
2072 msgid "B<--mirror-chroot-updates> I<URL>"
2073 msgstr ""
2074
2075 #. type: Plain text
2076 #: en/lb_config.1:392
2077 msgid ""
2078 "sets the location of the debian updates package mirror that will be used to "
2079 "fetch packages of the derivative in order to build the live system. By "
2080 "default, this is set to the value of --mirror-chroot."
2081 msgstr ""
2082
2083 #. type: IP
2084 #: en/lb_config.1:392
2085 #, no-wrap
2086 msgid "B<--mirror-chroot-backports> I<URL>"
2087 msgstr ""
2088
2089 #. type: Plain text
2090 #: en/lb_config.1:394
2091 msgid ""
2092 "sets the location of the debian backports package mirror that will be used "
2093 "to fetch packages of the derivative in order to build the live system. By "
2094 "default, this points to http://backports.debian.org/debian-backports/."
2095 msgstr ""
2096
2097 #. type: IP
2098 #: en/lb_config.1:394
2388 #: en/lb_config.1:397
20992389 #, no-wrap
21002390 msgid "B<--mirror-binary> I<URL>"
21012391 msgstr ""
21022392
21032393 #. type: Plain text
2104 #: en/lb_config.1:396
2394 #: en/lb_config.1:399
21052395 msgid ""
21062396 "sets the location of the derivative package mirror that should end up "
21072397 "configured in the final image and which is the one a user would see and use. "
21082398 "This has not necessarily to be the same that is used to build the image, e."
21092399 "g. if you use a local mirror but want to have an official mirror in the "
2110 "image."
2111 msgstr ""
2112
2113 #. type: IP
2114 #: en/lb_config.1:396
2400 "image. This defaults to 'http://deb.debian.org/debian/'."
2401 msgstr ""
2402
2403 #. type: IP
2404 #: en/lb_config.1:399
21152405 #, no-wrap
21162406 msgid "B<--mirror-binary-security> I<URL>"
21172407 msgstr ""
21182408
21192409 #. type: Plain text
2120 #: en/lb_config.1:398
2410 #: en/lb_config.1:401
21212411 msgid ""
21222412 "sets the location of the derivatives security package mirror that should end "
2123 "up configured in the final image."
2124 msgstr ""
2125
2126 #. type: IP
2127 #: en/lb_config.1:398
2128 #, no-wrap
2129 msgid "B<--mirror-binary-updates> I<URL>"
2130 msgstr ""
2131
2132 #. type: Plain text
2133 #: en/lb_config.1:400
2134 msgid ""
2135 "sets the location of the derivatives updates package mirror that should end "
2136 "up configured in the final image."
2137 msgstr ""
2138
2139 #. type: IP
2140 #: en/lb_config.1:400
2141 #, no-wrap
2142 msgid "B<--mirror-binary-backports> I<URL>"
2143 msgstr ""
2144
2145 #. type: Plain text
2146 #: en/lb_config.1:402
2147 msgid ""
2148 "sets the location of the derivatives backports package mirror that should "
2149 "end up configured in the final image."
2150 msgstr ""
2151
2152 #. type: IP
2153 #: en/lb_config.1:402
2413 "up configured in the final image. This defaults to 'http://security.debian."
2414 "org/'."
2415 msgstr ""
2416
2417 #. type: IP
2418 #: en/lb_config.1:401
2419 #, no-wrap
2420 msgid "B<--mirror-bootstrap> I<URL>"
2421 msgstr ""
2422
2423 #. type: Plain text
2424 #: en/lb_config.1:403
2425 msgid ""
2426 "sets the location of the debian package mirror that should be used to "
2427 "bootstrap the derivative from. This defaults to 'http://deb.debian.org/"
2428 "debian/'."
2429 msgstr ""
2430
2431 #. type: IP
2432 #: en/lb_config.1:403
2433 #, no-wrap
2434 msgid "B<--mirror-chroot> I<URL>"
2435 msgstr ""
2436
2437 #. type: Plain text
2438 #: en/lb_config.1:405
2439 msgid ""
2440 "sets the location of the debian package mirror that will be used to fetch "
2441 "the packages of the derivative in order to build the live system. By "
2442 "default, this is set to the value of B<--mirror-bootstrap>."
2443 msgstr ""
2444
2445 #. type: IP
2446 #: en/lb_config.1:405
2447 #, no-wrap
2448 msgid "B<--mirror-chroot-security> I<URL>"
2449 msgstr ""
2450
2451 #. type: Plain text
2452 #: en/lb_config.1:407
2453 msgid ""
2454 "sets the location of the debian security package mirror that will be used to "
2455 "fetch the packages of the derivative in order to build the live system. By "
2456 "default, this points to 'http://security.debian.org/'."
2457 msgstr ""
2458
2459 #. type: IP
2460 #: en/lb_config.1:407
21542461 #, no-wrap
21552462 msgid "B<--mirror-debian-installer> I<URL>"
21562463 msgstr ""
21572464
21582465 #. type: Plain text
2159 #: en/lb_config.1:404
2466 #: en/lb_config.1:409
21602467 msgid ""
21612468 "sets the location of the mirror that will be used to fetch the debian "
21622469 "installer images of the derivative. By default, this points to the same "
2163 "mirror used to build the live system, i.e. the value of --mirror-bootstrap."
2164 msgstr ""
2165
2166 #. type: IP
2167 #: en/lb_config.1:404
2168 #, no-wrap
2169 msgid "B<--mode> debian|progress|ubuntu"
2170 msgstr ""
2171
2172 #. type: Plain text
2173 #: en/lb_config.1:406
2470 "mirror used to build the live system, i.e. the value of B<--mirror-chroot>."
2471 msgstr ""
2472
2473 #. type: IP
2474 #: en/lb_config.1:409
2475 #, no-wrap
2476 msgid "B<--mode> debian"
2477 msgstr ""
2478
2479 #. type: Plain text
2480 #: en/lb_config.1:411
21742481 msgid ""
21752482 "defines a global mode to load project specific defaults. By default this is "
21762483 "set to debian."
21772484 msgstr ""
21782485
21792486 #. type: IP
2180 #: en/lb_config.1:406
2181 #, no-wrap
2182 msgid "B<--system> live|normal"
2183 msgstr ""
2184
2185 #. type: Plain text
2186 #: en/lb_config.1:408
2187 msgid ""
2188 "defines if the resulting system image should a live system or a normal, non-"
2189 "live system."
2190 msgstr ""
2191
2192 #. type: IP
2193 #: en/lb_config.1:408
2194 #, no-wrap
2195 msgid "B<--net-root-filesystem> nfs|cfs"
2196 msgstr ""
2197
2198 #. type: Plain text
2199 #: en/lb_config.1:410
2200 msgid ""
2201 "defines the filesystem that will be configured in the bootloader "
2202 "configuration for your netboot image. This defaults to nfs."
2203 msgstr ""
2204
2205 #. type: IP
2206 #: en/lb_config.1:410
2207 #, no-wrap
2208 msgid "B<--net-root-mountoptions> I<OPTIONS>"
2209 msgstr ""
2210
2211 #. type: Plain text
2212 #: en/lb_config.1:412
2213 msgid ""
2214 "sets additional options for mounting the root filesystem in netboot images "
2215 "and is by default empty."
2216 msgstr ""
2217
2218 #. type: IP
2219 #: en/lb_config.1:412
2220 #, no-wrap
2221 msgid "B<--net-root-path> I<PATH>"
2222 msgstr ""
2223
2224 #. type: Plain text
2225 #: en/lb_config.1:414
2226 msgid ""
2227 "sets the file path that will be configured in the bootloader configuration "
2228 "for your netboot image. This defaults to /srv/debian-live in debian mode, "
2229 "and /srv/ubuntu-live when in ubuntu mode."
2230 msgstr ""
2231
2232 #. type: IP
2233 #: en/lb_config.1:414
2234 #, no-wrap
2235 msgid "B<--net-root-server> I<IP>|I<HOSTNAME>"
2236 msgstr ""
2237
2238 #. type: Plain text
2239 #: en/lb_config.1:416
2240 msgid ""
2241 "sets the IP or hostname that will be configured in the bootloader "
2242 "configuration for the root filesystem of your netboot image. This defaults "
2243 "to 192.168.1.1."
2244 msgstr ""
2245
2246 #. type: IP
2247 #: en/lb_config.1:416
2248 #, no-wrap
2249 msgid "B<--net-cow-filesystem> nfs|cfs"
2250 msgstr ""
2251
2252 #. type: Plain text
2253 #: en/lb_config.1:418
2254 msgid ""
2255 "defines the filesystem type for the copy-on-write layer and defaults to nfs."
2256 msgstr ""
2257
2258 #. type: IP
2259 #: en/lb_config.1:418
2260 #, no-wrap
2261 msgid "B<--net-cow-mountoptions> I<OPTIONS>"
2262 msgstr ""
2263
2264 #. type: Plain text
2265 #: en/lb_config.1:420
2266 msgid ""
2267 "sets additional options for mounting the copy-on-write layer in netboot "
2268 "images and is by default empty."
2269 msgstr ""
2270
2271 #. type: IP
2272 #: en/lb_config.1:420
2273 #, no-wrap
2274 msgid "B<--net-cow-path> I<PATH>"
2275 msgstr ""
2276
2277 #. type: Plain text
2278 #: en/lb_config.1:422
2279 msgid ""
2280 "defines the path to client writable filesystem. Anywhere that "
2281 "I<client_mac_address> is specified in the path live-boot will substitute the "
2282 "MAC address of the client delimited with hyphens."
2283 msgstr ""
2487 #: en/lb_config.1:411
2488 #, no-wrap
2489 msgid "B<--net-tarball> true|false"
2490 msgstr ""
2491
2492 #. type: Plain text
2493 #: en/lb_config.1:413
2494 msgid ""
2495 "defines if a compressed tarball should be created. If disabled, the plain "
2496 "binary directory is considered the output. Default is true."
2497 msgstr ""
2498
2499 #. type: IP
2500 #: en/lb_config.1:413 en/live-build.7:37
2501 #, fuzzy, no-wrap
2502 #| msgid "B<--chroot>"
2503 msgid "B<--no-color>"
2504 msgstr "B<--chroot>"
2505
2506 #. type: Plain text
2507 #: en/lb_config.1:415
2508 msgid "turns off color in the messages."
2509 msgstr ""
2510
2511 #. type: IP
2512 #: en/lb_config.1:415
2513 #, fuzzy, no-wrap
2514 #| msgid "B<--cache> true|false"
2515 msgid "B<--onie> true|false"
2516 msgstr "B<--cache> true|false"
2517
2518 #. type: Plain text
2519 #: en/lb_config.1:417
2520 msgid ""
2521 "defines if an ONIE.bin image is generated. ONIE binaries can be loaded by "
2522 "supported systems, and will in turn boot the live image. Note that ISO or "
2523 "hybrid-iso are the only formats supported. For more information visit "
2524 "E<lt>I<http://onie.org/>E<gt>. Default is false."
2525 msgstr ""
2526
2527 #. type: IP
2528 #: en/lb_config.1:417
2529 #, fuzzy, no-wrap
2530 #| msgid "B<--aptitude-options> I<OPTION>|\"I<OPTIONS>\""
2531 msgid "B<--onie-kernel-cmdline> I<OPTION>|\"I<OPTIONS>\""
2532 msgstr "B<--aptitude-options> I<OPTION>|\"I<OPTIONS>\""
2533
2534 #. type: Plain text
2535 #: en/lb_config.1:419
2536 msgid ""
2537 "defines additional kernel command line options that the ONIE system will use "
2538 "when booting the image. Default is empty string."
2539 msgstr ""
2540
2541 #. type: IP
2542 #: en/lb_config.1:419
2543 #, fuzzy, no-wrap
2544 #| msgid " [B<--archive-areas> I<ARCHIVE_AREA>|I<\"ARCHIVE_AREAS\">]"
2545 msgid "B<--parent-archive-areas> I<ARCHIVE_AREA>|\"I<ARCHIVE_AREAS>\""
2546 msgstr " [B<--archive-areas> I<DOMAINE_D'ARCHIVE>|I<\"DOMAINES_D'ARCHIVE\">]"
2547
2548 #. type: Plain text
2549 #: en/lb_config.1:421
2550 #, fuzzy
2551 #| msgid ""
2552 #| "defines the parent distribution for derivatives of the resulting live "
2553 #| "system."
2554 msgid ""
2555 "defines the archive areas for derivatives of the resulting live system (a "
2556 "comma or space separated list)."
2557 msgstr ""
2558 "définit la distribution parente pour les dérivations du système live "
2559 "résultant."
2560
2561 #. type: IP
2562 #: en/lb_config.1:421
2563 #, fuzzy, no-wrap
2564 #| msgid "B<--debian-installer-distribution> daily|I<CODENAME>"
2565 msgid "B<--parent-debian-installer-distribution> daily|I<CODENAME>"
2566 msgstr "B<--debian-installer-distribution> daily|I<NOM_DE_CODE>"
2567
2568 #. type: Plain text
2569 #: en/lb_config.1:423
2570 msgid ""
2571 "defines the parent debian-installer distribution for derivatives of the "
2572 "resulting live system."
2573 msgstr ""
2574 "définit la distribution de l'installateur-debian parent pour les dérivations "
2575 "du système live résultant."
2576
2577 #. type: IP
2578 #: en/lb_config.1:423
2579 #, fuzzy, no-wrap
2580 #| msgid "-d|B<--parent-distribution> I<CODENAME>"
2581 msgid "B<--parent-distribution> I<CODENAME>"
2582 msgstr "-d|B<--parent-distribution> I<NOM_DE_CODE>"
22842583
22852584 #. type: Plain text
22862585 #: en/lb_config.1:425
2287 msgid "Example:"
2288 msgstr ""
2586 msgid ""
2587 "defines the parent distribution for derivatives of the resulting live system."
2588 msgstr ""
2589 "définit la distribution parente pour les dérivations du système live "
2590 "résultant."
2591
2592 #. type: IP
2593 #: en/lb_config.1:425
2594 #, fuzzy, no-wrap
2595 #| msgid "-d|B<--parent-distribution> I<CODENAME>"
2596 msgid "B<--parent-distribution-binary> I<CODENAME>"
2597 msgstr "-d|B<--parent-distribution> I<NOM_DE_CODE>"
22892598
22902599 #. type: Plain text
22912600 #: en/lb_config.1:427
2292 msgid "/export/hosts/client_mac_address"
2293 msgstr ""
2601 #, fuzzy
2602 #| msgid ""
2603 #| "defines the parent distribution for derivatives of the resulting live "
2604 #| "system."
2605 msgid ""
2606 "defines the derivative's parent distribution enabled in the resulting live "
2607 "system."
2608 msgstr ""
2609 "définit la distribution parente pour les dérivations du système live "
2610 "résultant."
2611
2612 #. type: IP
2613 #: en/lb_config.1:427
2614 #, fuzzy, no-wrap
2615 #| msgid "-d|B<--parent-distribution> I<CODENAME>"
2616 msgid "B<--parent-distribution-chroot> I<CODENAME>"
2617 msgstr "-d|B<--parent-distribution> I<NOM_DE_CODE>"
22942618
22952619 #. type: Plain text
22962620 #: en/lb_config.1:429
2297 msgid "/export/hosts/00-16-D3-33-92-E8"
2298 msgstr ""
2621 #, fuzzy
2622 #| msgid ""
2623 #| "defines the parent distribution for derivatives of the resulting live "
2624 #| "system."
2625 msgid ""
2626 "defines the derivative's parent distribution used to build the live system."
2627 msgstr ""
2628 "définit la distribution parente pour les dérivations du système live "
2629 "résultant."
22992630
23002631 #. type: IP
23012632 #: en/lb_config.1:429
23022633 #, no-wrap
2303 msgid "B<--net-cow-server> I<IP>|I<HOSTNAME>"
2634 msgid "B<--parent-mirror-binary> I<URL>"
23042635 msgstr ""
23052636
23062637 #. type: Plain text
23072638 #: en/lb_config.1:431
23082639 msgid ""
2309 "sets the IP or hostname that will be configured in the bootloader "
2310 "configuration for the copy-on-write filesystem of your netboot image and is "
2311 "by default empty."
2640 "sets the location of the debian package mirror that should end up configured "
2641 "in the final image and which is the one a user would see and use. This has "
2642 "not necessarily to be the same that is used to build the image, e.g. if you "
2643 "use a local mirror but want to have an official mirror in the image. This "
2644 "defaults to the value of B<--mirror-binary>."
23122645 msgstr ""
23132646
23142647 #. type: IP
23152648 #: en/lb_config.1:431
23162649 #, no-wrap
2317 msgid "B<--net-tarball> true|false"
2650 msgid "B<--parent-mirror-binary-security> I<URL>"
23182651 msgstr ""
23192652
23202653 #. type: Plain text
23212654 #: en/lb_config.1:433
23222655 msgid ""
2323 "defines if a compressed tarball should be created. Disabling this options "
2324 "leads to no tarball at all, the plain binary directory is considered the "
2325 "output in this case. Default is true."
2326 msgstr ""
2327
2328 #. type: IP
2329 #: en/lb_config.1:433 en/live-build.7:40
2656 "sets the location of the debian security package mirror that should end up "
2657 "configured in the final image. This defaults to the value of B<--mirror-"
2658 "binary-security>."
2659 msgstr ""
2660
2661 #. type: IP
2662 #: en/lb_config.1:433
2663 #, no-wrap
2664 msgid "-m|B<--parent-mirror-bootstrap> I<URL>"
2665 msgstr ""
2666
2667 #. type: Plain text
2668 #: en/lb_config.1:435
2669 msgid ""
2670 "sets the location of the debian package mirror that should be used to "
2671 "bootstrap from. This defaults to the value of B<--mirror-bootstrap>."
2672 msgstr ""
2673
2674 #. type: IP
2675 #: en/lb_config.1:435
2676 #, no-wrap
2677 msgid "B<--parent-mirror-chroot> I<URL>"
2678 msgstr ""
2679
2680 #. type: Plain text
2681 #: en/lb_config.1:437
2682 msgid ""
2683 "sets the location of the debian package mirror that will be used to fetch "
2684 "the packages in order to build the live system. This defaults to the value "
2685 "of B<--parent-mirror-bootstrap>."
2686 msgstr ""
2687
2688 #. type: IP
2689 #: en/lb_config.1:437
2690 #, no-wrap
2691 msgid "B<--parent-mirror-chroot-security> I<URL>"
2692 msgstr ""
2693
2694 #. type: Plain text
2695 #: en/lb_config.1:439
2696 msgid ""
2697 "sets the location of the debian security package mirror that will be used to "
2698 "fetch the packages in order to build the live system. This defaults to the "
2699 "value of B<--mirror-chroot-security>."
2700 msgstr ""
2701
2702 #. type: IP
2703 #: en/lb_config.1:439
2704 #, no-wrap
2705 msgid "B<--parent-mirror-debian-installer> I<URL>"
2706 msgstr ""
2707
2708 #. type: Plain text
2709 #: en/lb_config.1:441
2710 msgid ""
2711 "sets the location of the mirror that will be used to fetch the debian "
2712 "installer images. This defaults to the value of B<--parent-mirror-chroot>."
2713 msgstr ""
2714
2715 #. type: IP
2716 #: en/lb_config.1:441 en/live-build.7:39
23302717 #, no-wrap
23312718 msgid "B<--quiet>"
23322719 msgstr "B<--quiet>"
23332720
23342721 #. type: Plain text
2335 #: en/lb_config.1:435
2722 #: en/lb_config.1:443
23362723 msgid "reduces the verbosity of messages output by B<lb build>."
23372724 msgstr ""
23382725
23392726 #. type: IP
2340 #: en/lb_config.1:435
2341 #, no-wrap
2342 msgid "B<--archive-areas> I<ARCHIVE_AREA>|\"I<ARCHIVE_AREAS>\""
2343 msgstr ""
2344
2345 #. type: Plain text
2346 #: en/lb_config.1:437
2347 msgid ""
2348 "defines which package archive areas of a debian packages archive should be "
2349 "used for configured debian package mirrors. By default, this is set to main. "
2350 "Remember to check the licenses of each packages with respect to their "
2351 "redistributability in your juristiction when enabling contrib or non-free "
2352 "with this mechanism."
2353 msgstr ""
2354
2355 #. type: IP
2356 #: en/lb_config.1:437
2357 #, no-wrap
2358 msgid "B<--parent-archive-areas> I<PARENT_ARCHIVE_AREA>|\"I<PARENT_ARCHIVE_AREAS>\""
2359 msgstr ""
2360
2361 #. type: Plain text
2362 #: en/lb_config.1:439
2363 msgid "defines the archive areas for derivatives of the resulting live system."
2364 msgstr ""
2365
2366 #. type: IP
2367 #: en/lb_config.1:439
2727 #: en/lb_config.1:443
23682728 #, no-wrap
23692729 msgid "B<--security> true|false"
23702730 msgstr ""
23712731
23722732 #. type: Plain text
2373 #: en/lb_config.1:441
2733 #: en/lb_config.1:445
23742734 msgid ""
23752735 "defines if the security repositories specified in the security mirror "
23762736 "options should be used or not."
23772737 msgstr ""
23782738
23792739 #. type: IP
2380 #: en/lb_config.1:441
2740 #: en/lb_config.1:445
23812741 #, no-wrap
23822742 msgid "B<--source> true|false"
23832743 msgstr ""
23842744
23852745 #. type: Plain text
2386 #: en/lb_config.1:443
2387 msgid ""
2388 "defines if a corresponding source image to the binary image should be build. "
2389 "By default this is false because most people do not require this and would "
2390 "require to download quite a few source packages. However, once you start "
2391 "distributing your live image, you should make sure you build it with a "
2392 "source image alongside."
2393 msgstr ""
2394
2395 #. type: IP
2396 #: en/lb_config.1:443
2397 #, no-wrap
2398 msgid "-s|B<--source-images> iso|netboot|tar|hdd"
2399 msgstr ""
2400
2401 #. type: Plain text
2402 #: en/lb_config.1:445
2403 msgid "defines the image type for the source image. Default is tar."
2404 msgstr ""
2405
2406 #. type: IP
2407 #: en/lb_config.1:445
2408 #, no-wrap
2409 msgid "B<--firmware-binary> true|false"
2410 msgstr ""
2411
2412 #. type: Plain text
24132746 #: en/lb_config.1:447
24142747 msgid ""
2415 "defines if firmware packages should be automatically included into the "
2416 "binary pool for debian-installer. Note that only firmware packages available "
2417 "within the configured archive areas are included, e.g. an image with "
2418 "packages from main only will not automatically include firmware from non-"
2419 "free. This option does not interfere with explicitly listed packages in "
2420 "binary package lists."
2748 "defines if a corresponding source image to the binary image should be built. "
2749 "By default this is false because most people do not require this and it "
2750 "involves downloading quite a few source packages. However, if you distribute "
2751 "your live image to others, you should make sure you build it with a source "
2752 "image alongside to help enable you to comply with licensing terms."
24212753 msgstr ""
24222754
24232755 #. type: IP
24242756 #: en/lb_config.1:447
2425 #, no-wrap
2426 msgid "B<--firmware-chroot> true|false"
2427 msgstr ""
2757 #, fuzzy, no-wrap
2758 #| msgid " [-s|B<--source-images> iso|netboot|tar|hdd]"
2759 msgid "B<-s>|B<--source-images> iso|netboot|tar|hdd"
2760 msgstr " [-s|B<--source-images> iso|netboot|tar|hdd]"
24282761
24292762 #. type: Plain text
24302763 #: en/lb_config.1:449
24312764 msgid ""
2432 "defines if firmware packages should be automatically included into the live "
2433 "image. Note that only firmware packages available within the configured "
2434 "archive areas are included, e.g. an image with packages from main only will "
2435 "not automatically include firmware from non-free. This option does not "
2436 "interfere with explicitly listed packages in chroot package lists."
2765 "defines the image type for the source image. Default is tar. More than one "
2766 "can be specified (a comma or space separated list)."
24372767 msgstr ""
24382768
24392769 #. type: IP
24652795 #. type: IP
24662796 #: en/lb_config.1:453
24672797 #, no-wrap
2468 msgid "B<--tasksel> apt|aptitude|tasksel"
2798 msgid "B<--system> live|normal"
24692799 msgstr ""
24702800
24712801 #. type: Plain text
24722802 #: en/lb_config.1:455
24732803 msgid ""
2474 "selects which program is used to install tasks. By default, this is set to "
2475 "tasksel."
2804 "defines if the resulting system image should be a live system or a normal, "
2805 "non-live system. Defaults to live."
24762806 msgstr ""
24772807
24782808 #. type: IP
24792809 #: en/lb_config.1:455
24802810 #, no-wrap
2481 msgid "B<--templates> I<PATH>"
2811 msgid "B<--uefi-secure-boot> auto|enable|disable"
24822812 msgstr ""
24832813
24842814 #. type: Plain text
24852815 #: en/lb_config.1:457
24862816 msgid ""
2487 "sets the path to the templates that live-build is going to use, e.g. for "
2488 "bootloaders. By default, this is set to /usr/share/live/build/templates/."
2817 "enables or disables Secure Boot support when using grub-efi, by installing "
2818 "signed shim and grub-efi packages. By default, this is set to auto, which "
2819 "means if the packages are available they will be installed, but if not only "
2820 "a warning will be printed and the normal non-signed grub-efi will be used."
24892821 msgstr ""
24902822
24912823 #. type: IP
24922824 #: en/lb_config.1:457
24932825 #, no-wrap
2494 msgid "B<--hdd-size> MB"
2826 msgid "B<--updates> true|false"
24952827 msgstr ""
24962828
24972829 #. type: Plain text
24982830 #: en/lb_config.1:459
2499 msgid ""
2500 "defines what size the hdd image should be. Note that although the default is "
2501 "set to 10000 (= 10GB), it will not need 10GB space on your harddisk as the "
2502 "files are created as sparse files."
2503 msgstr ""
2504
2505 #. type: IP
2506 #: en/lb_config.1:459
2507 #, no-wrap
2508 msgid "B<--updates> true|false"
2509 msgstr ""
2510
2511 #. type: Plain text
2512 #: en/lb_config.1:461
25132831 msgid ""
25142832 "defines if debian updates package archives should be included in the image "
25152833 "or not."
25162834 msgstr ""
25172835
25182836 #. type: IP
2837 #: en/lb_config.1:459
2838 #, fuzzy, no-wrap
2839 #| msgid "B<--cache> true|false"
2840 msgid "B<--utc-time> true|false"
2841 msgstr "B<--cache> true|false"
2842
2843 #. type: Plain text
25192844 #: en/lb_config.1:461
2520 #, no-wrap
2521 msgid "B<--backports> true|false"
2522 msgstr ""
2845 msgid ""
2846 "defines if timestamps should be UTC. Default is false, unless "
2847 "SOURCE_DATE_EPOCH is set. Note, this does not affect the build log which "
2848 "remains local time."
2849 msgstr ""
2850
2851 #. type: IP
2852 #: en/lb_config.1:461
2853 #, fuzzy, no-wrap
2854 #| msgid "B<--all>"
2855 msgid "B<--validate>"
2856 msgstr "B<--all>"
25232857
25242858 #. type: Plain text
25252859 #: en/lb_config.1:463
25262860 msgid ""
2527 "defines if debian backports package archives should be included in the image "
2528 "or not."
2529 msgstr ""
2530
2531 #. type: IP
2532 #: en/lb_config.1:463 en/live-build.7:42
2861 "requests that the config be validated only, not changed, thus after the "
2862 "validation check the script ends rather than writing an updated config. "
2863 "Please note that at the time of writing, many options do not have "
2864 "corresponding validation checks."
2865 msgstr ""
2866
2867 #. type: IP
2868 #: en/lb_config.1:463 en/live-build.7:41
25332869 #, no-wrap
25342870 msgid "B<--verbose>"
25352871 msgstr "B<--verbose>"
25412877
25422878 #. type: IP
25432879 #: en/lb_config.1:465
2544 #, no-wrap
2545 msgid "B<--win32-loader true|false>"
2546 msgstr ""
2547
2548 #. FIXME
2549 #. type: Plain text
2550 #: en/lb_config.1:468
2880 #, fuzzy, no-wrap
2881 #| msgid " [B<--win32-loader true|false]>"
2882 msgid "B<--win32-loader> true|false"
2883 msgstr " [B<--win32-loader true|false]>"
2884
2885 #. type: Plain text
2886 #: en/lb_config.1:467
25512887 msgid "defines if win32-loader should be included in the binary image or not."
25522888 msgstr ""
25532889
2890 #. type: IP
2891 #: en/lb_config.1:467
2892 #, fuzzy, no-wrap
2893 #| msgid "B<--cache> true|false"
2894 msgid "B<--zsync> true|false"
2895 msgstr "B<--cache> true|false"
2896
2897 #. type: Plain text
2898 #: en/lb_config.1:469
2899 msgid ""
2900 "defines whether a file for distributing the image in I<zsync>(1) format will "
2901 "be generated. Defaults to true."
2902 msgstr ""
2903
25542904 #. type: SH
2555 #: en/lb_config.1:469
2905 #: en/lb_config.1:470
25562906 #, no-wrap
25572907 msgid "ENVIRONMENT"
25582908 msgstr ""
25592909
2560 #. FIXME
25612910 #. type: Plain text
25622911 #: en/lb_config.1:472
25632912 msgid ""
25662915 "relied upon, as it is an implementation detail that is subject to change in "
25672916 "future releases. For options applying directly to live-build, environment "
25682917 "variables are named LB_FOO, meaning, e.g. B<--apt-ftp-proxy> becomes "
2569 "LB_APT_FTP_PROXY (the exception being internal options such as B<--debug>). "
2570 "For options passed to another program, as in APT_OPTIONS or GZIP_OPTIONS, no "
2571 "LB_ prefix is used."
2572 msgstr ""
2573
2574 #. FIXME
2575 #. type: IP
2576 #: en/lb_config.1:476
2918 "B<LB_APT_FTP_PROXY> (the exception being internal options such as B<--"
2919 "debug>). For options passed to another program, as in APT_OPTIONS or "
2920 "GZIP_OPTIONS, no LB_ prefix is used."
2921 msgstr ""
2922
2923 #. type: IP
2924 #: en/lb_config.1:474
25772925 #, no-wrap
25782926 msgid "B<auto/config>"
25792927 msgstr ""
25802928
25812929 #. type: IP
2930 #: en/lb_config.1:475
2931 #, no-wrap
2932 msgid "B</etc/live/build.conf, /etc/live/build/*>"
2933 msgstr ""
2934
2935 #. type: Plain text
25822936 #: en/lb_config.1:477
2583 #, no-wrap
2584 msgid "B</etc/live/build.conf, /etc/live/build/*>"
2585 msgstr ""
2586
2587 #. FIXME
2588 #. type: Plain text
2589 #: en/lb_config.1:480
25902937 msgid ""
25912938 "An optional, global configuration file for B<lb config> variables. It is "
25922939 "useful to specify a few system wide defaults, like "
2593 "LB_PARENT_MIRROR_BOOTSTRAP. This feature can be false by specifying the B<--"
2940 "B<LB_PARENT_MIRROR_BOOTSTRAP>. This feature can be disabled by using the B<--"
25942941 "ignore-system-defaults> option."
25952942 msgstr ""
25962943
25972944 #. type: Plain text
2598 #: en/lb_config.1:485 en/live-build.7:235
2945 #: en/lb_config.1:482 en/live-build.7:230
25992946 msgid "I<live-boot>(7)"
26002947 msgstr "I<live-boot>(7)"
26012948
26022949 #. type: Plain text
2603 #: en/lb_config.1:487 en/live-build.7:237
2950 #: en/lb_config.1:484 en/live-build.7:232
26042951 msgid "I<live-config>(7)"
26052952 msgstr "I<live-config>(7)"
44 msgid ""
55 msgstr ""
66 "Project-Id-Version: live-build 5.0~a11-1\n"
7 "POT-Creation-Date: 2017-08-29 15:05+0200\n"
7 "POT-Creation-Date: 2021-09-02 13:56+0100\n"
88 "PO-Revision-Date: 2015-09-20 14:53+0200\n"
99 "Last-Translator: Olivier Humbert <[email protected]>\n"
1010 "Language-Team: none\n"
1515
1616 #. type: TH
1717 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
18 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
19 #: en/live-build.7:1
18 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_installer.1:1
19 #: en/lb_source.1:1 en/live-build.7:1
2020 #, no-wrap
2121 msgid "LIVE-BUILD"
2222 msgstr "LIVE-BUILD"
2323
2424 #. type: TH
2525 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
26 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
27 #: en/live-build.7:1
28 #, no-wrap
29 msgid "2017-08-29"
30 msgstr ""
31
32 #. type: TH
33 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
34 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
35 #: en/live-build.7:1
36 #, no-wrap
37 msgid "1:20170807kali1"
38 msgstr ""
39
40 #. type: TH
41 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
42 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
43 #: en/live-build.7:1
44 #, no-wrap
45 msgid "Live Systems Project"
26 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_installer.1:1
27 #: en/lb_source.1:1 en/live-build.7:1
28 #, no-wrap
29 msgid "2021-09-02"
30 msgstr ""
31
32 #. type: TH
33 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
34 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_installer.1:1
35 #: en/lb_source.1:1 en/live-build.7:1
36 #, no-wrap
37 msgid "1:20210902"
38 msgstr ""
39
40 #. type: TH
41 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
42 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_installer.1:1
43 #: en/lb_source.1:1 en/live-build.7:1
44 #, fuzzy, no-wrap
45 #| msgid "Live Systems Project"
46 msgid "Debian Live Project"
4647 msgstr "Projet Live Systems"
4748
4849 #. type: SH
4950 #: en/lb.1:3 en/lb_binary.1:3 en/lb_bootstrap.1:3 en/lb_build.1:3
50 #: en/lb_chroot.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_source.1:3
51 #: en/live-build.7:3
51 #: en/lb_chroot.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_installer.1:3
52 #: en/lb_source.1:3 en/live-build.7:3
5253 #, no-wrap
5354 msgid "NAME"
5455 msgstr "NOM"
5556
5657 #. type: SH
5758 #: en/lb.1:6 en/lb_binary.1:6 en/lb_bootstrap.1:6 en/lb_build.1:6
58 #: en/lb_chroot.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_source.1:6
59 #: en/live-build.7:6
59 #: en/lb_chroot.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_installer.1:6
60 #: en/lb_source.1:6 en/live-build.7:6
6061 #, no-wrap
6162 msgid "SYNOPSIS"
6263 msgstr "SYNOPSIS"
6364
6465 #. type: SH
6566 #: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9
66 #: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:229 en/lb_source.1:9
67 #: en/live-build.7:11
67 #: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:235 en/lb_installer.1:9
68 #: en/lb_source.1:9 en/live-build.7:11
6869 #, no-wrap
6970 msgid "DESCRIPTION"
7071 msgstr "DESCRIPTION"
7172
7273 #. type: SH
73 #: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
74 #: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:238 en/lb_source.1:14
75 #: en/live-build.7:20
74 #: en/lb.1:14 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
75 #: en/lb_chroot.1:14 en/lb_clean.1:14 en/lb_config.1:242 en/lb_installer.1:14
76 #: en/lb_source.1:14 en/live-build.7:18
7677 #, no-wrap
7778 msgid "OPTIONS"
7879 msgstr "OPTIONS"
7980
8081 #. type: SH
81 #: en/lb.1:19 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17
82 #: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:474 en/lb_source.1:17
83 #: en/live-build.7:229
82 #: en/lb.1:17 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17
83 #: en/lb_chroot.1:17 en/lb_clean.1:34 en/lb_config.1:473 en/lb_installer.1:17
84 #: en/lb_source.1:17 en/live-build.7:224
8485 #, no-wrap
8586 msgid "FILES"
8687 msgstr "FICHIERS"
8788
8889 #. type: IP
89 #: en/lb.1:20 en/lb_binary.1:18 en/lb_bootstrap.1:18 en/lb_chroot.1:18
90 #: en/lb_source.1:18
90 #: en/lb.1:18 en/lb_binary.1:18 en/lb_bootstrap.1:18 en/lb_chroot.1:18
91 #: en/lb_installer.1:18 en/lb_source.1:18
9192 #, no-wrap
9293 msgid "B<none>"
9394 msgstr "B<aucun>"
9495
9596 #. type: SH
96 #: en/lb.1:22 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:22
97 #: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:481 en/lb_source.1:20
98 #: en/live-build.7:233
97 #: en/lb.1:20 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:20
98 #: en/lb_chroot.1:20 en/lb_clean.1:37 en/lb_config.1:478 en/lb_installer.1:20
99 #: en/lb_source.1:20 en/live-build.7:228
99100 #, no-wrap
100101 msgid "SEE ALSO"
101102 msgstr "VOIR AUSSI"
102103
103104 #. type: Plain text
104 #: en/lb.1:24 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:24
105 #: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:483 en/lb_source.1:22
105 #: en/lb.1:22 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:22
106 #: en/lb_chroot.1:22 en/lb_clean.1:39 en/lb_config.1:480 en/lb_installer.1:22
107 #: en/lb_source.1:22
106108 msgid "I<live-build>(7)"
107109 msgstr "I<live-build>(7)"
108110
109111 #. type: Plain text
110 #: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26
111 #: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:489 en/lb_source.1:24
112 #: en/live-build.7:239
112 #: en/lb.1:24 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:24
113 #: en/lb_chroot.1:24 en/lb_clean.1:41 en/lb_config.1:486 en/lb_installer.1:24
114 #: en/lb_source.1:24 en/live-build.7:234
113115 msgid "This program is a part of live-build."
114116 msgstr "Ce programme est une partie de live-build."
115117
116118 #. type: SH
117 #: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27
118 #: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:490 en/lb_source.1:25
119 #: en/live-build.7:240
119 #: en/lb.1:25 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:25
120 #: en/lb_chroot.1:25 en/lb_clean.1:42 en/lb_config.1:487 en/lb_installer.1:25
121 #: en/lb_source.1:25 en/live-build.7:235
120122 #, no-wrap
121123 msgid "HOMEPAGE"
122124 msgstr "PAGE D'ACCUEIL"
123125
124126 #. type: Plain text
125 #: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29
126 #: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:492 en/lb_source.1:27
127 #: en/live-build.7:242
128 #, fuzzy
129 msgid ""
130 "More information about live-build and the Live Systems project can be found "
131 "on the homepage at E<lt>I<https://debian-live.alioth.debian.org/>E<gt>."
127 #: en/lb.1:27 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:27
128 #: en/lb_chroot.1:27 en/lb_clean.1:44 en/lb_config.1:489 en/lb_installer.1:27
129 #: en/lb_source.1:27 en/live-build.7:237
130 #, fuzzy
131 msgid ""
132 "More information about live-build and the Debian Live project can be found "
133 "on the homepage at E<lt>I<https://wiki.debian.org/DebianLive>E<gt>."
132134 msgstr ""
133135 "Davantage d'informations à propos de live-build et du projet Live Systems "
134136 "peuvent être trouvées sur la page d'accueil à E<lt>I<https://debian-live."
136138 "alioth.debian.org/manual/>E<gt>."
137139
138140 #. type: SH
139 #: en/lb.1:30 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:30
140 #: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:493 en/lb_source.1:28
141 #: en/live-build.7:243
141 #: en/lb.1:28 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:28
142 #: en/lb_chroot.1:28 en/lb_clean.1:45 en/lb_config.1:490 en/lb_installer.1:28
143 #: en/lb_source.1:28 en/live-build.7:238
142144 #, no-wrap
143145 msgid "BUGS"
144146 msgstr "BOGUES"
145147
146148 #. type: Plain text
147 #: en/lb.1:32 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:32
148 #: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:495 en/lb_source.1:30
149 #: en/live-build.7:245
150 msgid ""
151 "Bugs can be reported by submitting a bugreport for the live-build package in "
152 "the Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
153 "writing a mail to the Live Systems mailing list at E<lt>I<debian-live@lists."
149 #: en/lb.1:30 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:30
150 #: en/lb_chroot.1:30 en/lb_clean.1:47 en/lb_config.1:492 en/lb_installer.1:30
151 #: en/lb_source.1:30 en/live-build.7:240
152 #, fuzzy
153 #| msgid ""
154 #| "Bugs can be reported by submitting a bugreport for the live-build package "
155 #| "in the Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
156 #| "writing a mail to the Live Systems mailing list at E<lt>I<debian-"
157 #| "[email protected]>E<gt>."
158 msgid ""
159 "Bugs can be reported by submitting a bug report for the live-build package "
160 "in the Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
161 "writing a mail to the Debian Live mailing list at E<lt>I<debian-live@lists."
154162 "debian.org>E<gt>."
155163 msgstr ""
156164 "Les bogues peuvent être signalés en soumettant un rapport de bogue pour le "
159167 "E<lt>I<[email protected]>E<gt>."
160168
161169 #. type: SH
162 #: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33
163 #: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:496 en/lb_source.1:31
164 #: en/live-build.7:246
170 #: en/lb.1:31 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:31
171 #: en/lb_chroot.1:31 en/lb_clean.1:48 en/lb_config.1:493 en/lb_installer.1:31
172 #: en/lb_source.1:31 en/live-build.7:241
165173 #, no-wrap
166174 msgid "AUTHOR"
167175 msgstr "AUTEUR"
168176
169177 #. type: Plain text
170 #: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34
171 #: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:497 en/lb_source.1:32
172 #: en/live-build.7:247
173 msgid ""
174 "live-build was written by Daniel Baumann E<lt>I<[email protected]>E<gt>."
178 #: en/lb.1:32 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:32
179 #: en/lb_chroot.1:32 en/lb_clean.1:49 en/lb_config.1:494 en/lb_installer.1:32
180 #: en/lb_source.1:32 en/live-build.7:242
181 #, fuzzy
182 #| msgid ""
183 #| "live-build was written by Daniel Baumann E<lt>I<mail@daniel-baumann."
184 #| "ch>E<gt>."
185 msgid ""
186 "live-build was originally written by Daniel Baumann E<lt>I<mail@daniel-"
187 "baumann.ch>E<gt>. Since 2016 development has been continued by the Debian "
188 "Live team."
175189 msgstr ""
176190 "live-images a été écrit par Daniel Baumann E<lt>I<mail@daniel-baumann."
177191 "ch>E<gt>."
185199
186200 #. type: Plain text
187201 #: en/lb_source.1:8
188 msgid "B<lb source> [I<live-build options>]"
189 msgstr "B<lb source> [I<live-build options>]"
202 #, fuzzy
203 #| msgid "B<lb_source>(1)"
204 msgid "B<lb source> [I<OPTIONS>]"
205 msgstr "B<lb_source>(1)"
190206
191207 #. type: Plain text
192208 #: en/lb_source.1:11
209 #, fuzzy
210 #| msgid ""
211 #| "B<lb source> is a high-level command (porcelain) of I<live-build>(7), the "
212 #| "live systems tool suite."
193213 msgid ""
194214 "B<lb source> is a high-level command (porcelain) of I<live-build>(7), the "
195 "live systems tool suite."
215 "Debian Live tool suite."
196216 msgstr ""
197217 "B<lb source> est une commande de haut-niveau (porcelaine) de I<live-"
198218 "build>(7), la suite d'outils de live-systems."
44 msgid ""
55 msgstr ""
66 "Project-Id-Version: live-build 5.0~a11-1\n"
7 "POT-Creation-Date: 2017-08-29 15:05+0200\n"
7 "POT-Creation-Date: 2021-09-02 13:56+0100\n"
88 "PO-Revision-Date: 2015-09-20 14:53+0200\n"
99 "Last-Translator: Olivier Humbert <[email protected]>\n"
1010 "Language-Team: none\n"
1515
1616 #. type: TH
1717 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
18 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
19 #: en/live-build.7:1
18 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_installer.1:1
19 #: en/lb_source.1:1 en/live-build.7:1
2020 #, no-wrap
2121 msgid "LIVE-BUILD"
2222 msgstr "LIVE-BUILD"
2323
2424 #. type: TH
2525 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
26 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
27 #: en/live-build.7:1
28 #, no-wrap
29 msgid "2017-08-29"
26 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_installer.1:1
27 #: en/lb_source.1:1 en/live-build.7:1
28 #, no-wrap
29 msgid "2021-09-02"
3030 msgstr ""
3131
3232 #. type: TH
3333 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
34 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
35 #: en/live-build.7:1
36 #, no-wrap
37 msgid "1:20170807kali1"
34 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_installer.1:1
35 #: en/lb_source.1:1 en/live-build.7:1
36 #, no-wrap
37 msgid "1:20210902"
3838 msgstr ""
3939
4040 #. type: TH
4141 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
42 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
43 #: en/live-build.7:1
44 #, no-wrap
45 msgid "Live Systems Project"
42 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_installer.1:1
43 #: en/lb_source.1:1 en/live-build.7:1
44 #, fuzzy, no-wrap
45 #| msgid "Live Systems Project"
46 msgid "Debian Live Project"
4647 msgstr "Projet Live Systems"
4748
4849 #. type: SH
4950 #: en/lb.1:3 en/lb_binary.1:3 en/lb_bootstrap.1:3 en/lb_build.1:3
50 #: en/lb_chroot.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_source.1:3
51 #: en/live-build.7:3
51 #: en/lb_chroot.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_installer.1:3
52 #: en/lb_source.1:3 en/live-build.7:3
5253 #, no-wrap
5354 msgid "NAME"
5455 msgstr "NOM"
5556
5657 #. type: SH
5758 #: en/lb.1:6 en/lb_binary.1:6 en/lb_bootstrap.1:6 en/lb_build.1:6
58 #: en/lb_chroot.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_source.1:6
59 #: en/live-build.7:6
59 #: en/lb_chroot.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_installer.1:6
60 #: en/lb_source.1:6 en/live-build.7:6
6061 #, no-wrap
6162 msgid "SYNOPSIS"
6263 msgstr "SYNOPSIS"
6364
6465 #. type: SH
6566 #: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9
66 #: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:229 en/lb_source.1:9
67 #: en/live-build.7:11
67 #: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:235 en/lb_installer.1:9
68 #: en/lb_source.1:9 en/live-build.7:11
6869 #, no-wrap
6970 msgid "DESCRIPTION"
7071 msgstr "DESCRIPTION"
7172
7273 #. type: SH
73 #: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
74 #: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:238 en/lb_source.1:14
75 #: en/live-build.7:20
74 #: en/lb.1:14 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
75 #: en/lb_chroot.1:14 en/lb_clean.1:14 en/lb_config.1:242 en/lb_installer.1:14
76 #: en/lb_source.1:14 en/live-build.7:18
7677 #, no-wrap
7778 msgid "OPTIONS"
7879 msgstr "OPTIONS"
7980
8081 #. type: SH
81 #: en/lb.1:19 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17
82 #: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:474 en/lb_source.1:17
83 #: en/live-build.7:229
82 #: en/lb.1:17 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17
83 #: en/lb_chroot.1:17 en/lb_clean.1:34 en/lb_config.1:473 en/lb_installer.1:17
84 #: en/lb_source.1:17 en/live-build.7:224
8485 #, no-wrap
8586 msgid "FILES"
8687 msgstr "FICHIERS"
8788
8889 #. type: SH
89 #: en/lb.1:22 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:22
90 #: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:481 en/lb_source.1:20
91 #: en/live-build.7:233
90 #: en/lb.1:20 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:20
91 #: en/lb_chroot.1:20 en/lb_clean.1:37 en/lb_config.1:478 en/lb_installer.1:20
92 #: en/lb_source.1:20 en/live-build.7:228
9293 #, no-wrap
9394 msgid "SEE ALSO"
9495 msgstr "VOIR AUSSI"
9596
9697 #. type: Plain text
97 #: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26
98 #: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:489 en/lb_source.1:24
99 #: en/live-build.7:239
98 #: en/lb.1:24 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:24
99 #: en/lb_chroot.1:24 en/lb_clean.1:41 en/lb_config.1:486 en/lb_installer.1:24
100 #: en/lb_source.1:24 en/live-build.7:234
100101 msgid "This program is a part of live-build."
101102 msgstr "Ce programme est une partie de live-build."
102103
103104 #. type: SH
104 #: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27
105 #: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:490 en/lb_source.1:25
106 #: en/live-build.7:240
105 #: en/lb.1:25 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:25
106 #: en/lb_chroot.1:25 en/lb_clean.1:42 en/lb_config.1:487 en/lb_installer.1:25
107 #: en/lb_source.1:25 en/live-build.7:235
107108 #, no-wrap
108109 msgid "HOMEPAGE"
109110 msgstr "PAGE D'ACCUEIL"
110111
111112 #. type: Plain text
112 #: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29
113 #: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:492 en/lb_source.1:27
114 #: en/live-build.7:242
115 #, fuzzy
116 msgid ""
117 "More information about live-build and the Live Systems project can be found "
118 "on the homepage at E<lt>I<https://debian-live.alioth.debian.org/>E<gt>."
113 #: en/lb.1:27 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:27
114 #: en/lb_chroot.1:27 en/lb_clean.1:44 en/lb_config.1:489 en/lb_installer.1:27
115 #: en/lb_source.1:27 en/live-build.7:237
116 #, fuzzy
117 msgid ""
118 "More information about live-build and the Debian Live project can be found "
119 "on the homepage at E<lt>I<https://wiki.debian.org/DebianLive>E<gt>."
119120 msgstr ""
120121 "Davantage d'informations à propos de live-build et du projet Live Systems "
121122 "peuvent être trouvées sur la page d'accueil à E<lt>I<https://debian-live."
123124 "alioth.debian.org/manual/>E<gt>."
124125
125126 #. type: SH
126 #: en/lb.1:30 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:30
127 #: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:493 en/lb_source.1:28
128 #: en/live-build.7:243
127 #: en/lb.1:28 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:28
128 #: en/lb_chroot.1:28 en/lb_clean.1:45 en/lb_config.1:490 en/lb_installer.1:28
129 #: en/lb_source.1:28 en/live-build.7:238
129130 #, no-wrap
130131 msgid "BUGS"
131132 msgstr "BOGUES"
132133
133134 #. type: Plain text
134 #: en/lb.1:32 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:32
135 #: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:495 en/lb_source.1:30
136 #: en/live-build.7:245
137 msgid ""
138 "Bugs can be reported by submitting a bugreport for the live-build package in "
139 "the Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
140 "writing a mail to the Live Systems mailing list at E<lt>I<debian-live@lists."
135 #: en/lb.1:30 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:30
136 #: en/lb_chroot.1:30 en/lb_clean.1:47 en/lb_config.1:492 en/lb_installer.1:30
137 #: en/lb_source.1:30 en/live-build.7:240
138 #, fuzzy
139 #| msgid ""
140 #| "Bugs can be reported by submitting a bugreport for the live-build package "
141 #| "in the Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
142 #| "writing a mail to the Live Systems mailing list at E<lt>I<debian-"
143 #| "[email protected]>E<gt>."
144 msgid ""
145 "Bugs can be reported by submitting a bug report for the live-build package "
146 "in the Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
147 "writing a mail to the Debian Live mailing list at E<lt>I<debian-live@lists."
141148 "debian.org>E<gt>."
142149 msgstr ""
143150 "Les bogues peuvent être signalés en soumettant un rapport de bogue pour le "
146153 "E<lt>I<[email protected]>E<gt>."
147154
148155 #. type: SH
149 #: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33
150 #: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:496 en/lb_source.1:31
151 #: en/live-build.7:246
156 #: en/lb.1:31 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:31
157 #: en/lb_chroot.1:31 en/lb_clean.1:48 en/lb_config.1:493 en/lb_installer.1:31
158 #: en/lb_source.1:31 en/live-build.7:241
152159 #, no-wrap
153160 msgid "AUTHOR"
154161 msgstr "AUTEUR"
155162
156163 #. type: Plain text
157 #: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34
158 #: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:497 en/lb_source.1:32
159 #: en/live-build.7:247
160 msgid ""
161 "live-build was written by Daniel Baumann E<lt>I<[email protected]>E<gt>."
164 #: en/lb.1:32 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:32
165 #: en/lb_chroot.1:32 en/lb_clean.1:49 en/lb_config.1:494 en/lb_installer.1:32
166 #: en/lb_source.1:32 en/live-build.7:242
167 #, fuzzy
168 #| msgid ""
169 #| "live-build was written by Daniel Baumann E<lt>I<mail@daniel-baumann."
170 #| "ch>E<gt>."
171 msgid ""
172 "live-build was originally written by Daniel Baumann E<lt>I<mail@daniel-"
173 "baumann.ch>E<gt>. Since 2016 development has been continued by the Debian "
174 "Live team."
162175 msgstr ""
163176 "live-images a été écrit par Daniel Baumann E<lt>I<mail@daniel-baumann."
164177 "ch>E<gt>."
165178
166179 #. type: IP
167 #: en/lb_config.1:314 en/live-build.7:36
180 #: en/lb_config.1:289 en/live-build.7:29
181 #, no-wrap
182 msgid "B<--breakpoints>"
183 msgstr "B<--breakpoints>"
184
185 #. type: IP
186 #: en/lb_config.1:311 en/live-build.7:31
187 #, fuzzy, no-wrap
188 #| msgid "B<--chroot>"
189 msgid "B<--color>"
190 msgstr "B<--chroot>"
191
192 #. type: IP
193 #: en/lb_config.1:335 en/live-build.7:33
168194 #, no-wrap
169195 msgid "B<--debug>"
170196 msgstr "B<--debug>"
171197
172198 #. type: IP
173 #: en/lb_config.1:326 en/live-build.7:38
199 #: en/lb_config.1:355 en/live-build.7:35
174200 #, no-wrap
175201 msgid "B<--force>"
176202 msgstr "B<--force>"
177203
178204 #. type: IP
179 #: en/lb_config.1:433 en/live-build.7:40
205 #: en/lb_config.1:413 en/live-build.7:37
206 #, fuzzy, no-wrap
207 #| msgid "B<--chroot>"
208 msgid "B<--no-color>"
209 msgstr "B<--chroot>"
210
211 #. type: IP
212 #: en/lb_config.1:441 en/live-build.7:39
180213 #, no-wrap
181214 msgid "B<--quiet>"
182215 msgstr "B<--quiet>"
183216
184217 #. type: IP
185 #: en/lb_config.1:463 en/live-build.7:42
218 #: en/lb_config.1:463 en/live-build.7:41
186219 #, no-wrap
187220 msgid "B<--verbose>"
188221 msgstr "B<--verbose>"
189222
190223 #. type: Plain text
191 #: en/lb_config.1:485 en/live-build.7:235
224 #: en/lb_config.1:482 en/live-build.7:230
192225 msgid "I<live-boot>(7)"
193226 msgstr "I<live-boot>(7)"
194227
195228 #. type: Plain text
196 #: en/lb_config.1:487 en/live-build.7:237
229 #: en/lb_config.1:484 en/live-build.7:232
197230 msgid "I<live-config>(7)"
198231 msgstr "I<live-config>(7)"
199232
200233 #. type: Plain text
201234 #: en/live-build.7:5
202 msgid "B<live-build> - the live systems tool suite"
235 #, fuzzy
236 #| msgid "B<live-build> - the live systems tool suite"
237 msgid "B<live-build> - the Debian Live tool suite"
203238 msgstr "B<live-build> - la suite d'outils live systems"
204239
205 #. FIXME
206 #. FIXME
240 #. type: Plain text
241 #: en/live-build.7:8
242 msgid "B<lb> {B<-h>|B<--help>|B<-u>|B<--usage>|B<-v>|B<--version>}"
243 msgstr ""
244
207245 #. type: Plain text
208246 #: en/live-build.7:10
209 msgid ""
210 "B<lb >I<COMMAND> [B<-h|--help>] [B<-u|--usage>] [B<-v|--version>] [B<--"
211 "breakpoints>] [B<--conffile>] [B<--debug>] [B<--force>] [B<--quiet>] [B<--"
212 "verbose>]"
213 msgstr ""
214 "B<lb >I<COMMAND> [B<-h|--help>] [B<-u|--usage>] [B<-v|--version>] [B<--"
215 "breakpoints>] [B<--conffile>] [B<--debug>] [B<--force>] [B<--quiet>] [B<--"
216 "verbose>]"
217
218 #. FIXME
219 #. type: Plain text
220 #: en/live-build.7:14
247 #, fuzzy
248 #| msgid "B<lb> COMMAND [COMMAND_OPTIONS]"
249 msgid "B<lb> I<COMMAND> [I<OPTIONS>]"
250 msgstr "B<lb> COMMANDE [OPTIONS_DE_COMMANDE]"
251
252 #. type: Plain text
253 #: en/live-build.7:13
221254 msgid ""
222255 "live-build is a set of scripts to build live system images. The idea behind "
223256 "live-build is a tool suite that uses a configuration directory to completely "
229262 "tous les aspects de la construction d'une image Live."
230263
231264 #. type: Plain text
232 #: en/live-build.7:16
265 #: en/live-build.7:15
233266 msgid "The I<COMMAND> is a name of a live-build command (see below)."
234267 msgstr "La I<COMMANDE> est un nom d'une commande live-build (voir ci-dessous)."
235268
236 #. FIXME
237 #. type: Plain text
238 #: en/live-build.7:19
269 #. type: Plain text
270 #: en/live-build.7:17
239271 #, fuzzy
240272 #| msgid ""
241273 #| "More documentation about how to use live-build is available in the "
243275 #| "live-systems.org/manual/>E<gt>."
244276 msgid ""
245277 "More documentation about how to use live-build is available in the "
246 "individual manpages for each helper and in the manual at E<lt>I<https://"
247 "debian-live.alioth.debian.org/manual/>E<gt>."
278 "individual manpages for each helper and in the manual at E<lt>I<https://live-"
279 "team.pages.debian.net/live-manual/>E<gt>."
248280 msgstr ""
249281 "Davantage de documentation à propos de la façon d'utiliser live-build est "
250282 "disponible dans les pages de manuel individuelles de chaque assistant ainsi "
251283 "que dans le manual à E<lt>I<https://debian-live.alioth.debian.org/manual/"
252284 ">E<gt>."
253285
254 #. FIXME
255286 #. type: SS
256 #: en/live-build.7:22
287 #: en/live-build.7:19
257288 #, no-wrap
258289 msgid "Shared live-build options"
259290 msgstr "Options live-build partagées"
260291
261292 #. type: Plain text
262 #: en/live-build.7:24
293 #: en/live-build.7:21
263294 msgid ""
264295 "The following command line options are supported by all live-build programs."
265296 msgstr ""
267298 "des programmes live-build."
268299
269300 #. type: IP
270 #: en/live-build.7:24
301 #: en/live-build.7:21
271302 #, no-wrap
272303 msgid "B<-h, --help>"
273304 msgstr "B<-h, --help>"
274305
275306 #. type: Plain text
276 #: en/live-build.7:26
307 #: en/live-build.7:23
277308 msgid "display help and exit."
278309 msgstr "affiche l'aide et quitte"
279310
280311 #. type: IP
281 #: en/live-build.7:26
312 #: en/live-build.7:23
282313 #, no-wrap
283314 msgid "B<-u, --usage>"
284315 msgstr "B<-u, --usage>"
285316
286317 #. type: Plain text
287 #: en/live-build.7:28
318 #: en/live-build.7:25
288319 msgid "show usage and exit."
289320 msgstr "affiche l'utilisation et quitte"
290321
291322 #. type: IP
292 #: en/live-build.7:28
323 #: en/live-build.7:25
293324 #, no-wrap
294325 msgid "B<-v, --version>"
295326 msgstr "B<-v, --version>"
296327
297328 #. type: Plain text
298 #: en/live-build.7:30
329 #: en/live-build.7:27
299330 msgid "output version information and exit."
300331 msgstr "affiche les informations de version et quitte"
301332
302333 #. type: SS
303 #: en/live-build.7:30
334 #: en/live-build.7:27
304335 #, no-wrap
305336 msgid "Common live-build options"
306337 msgstr "Options live-build communes"
307338
308339 #. type: Plain text
309 #: en/live-build.7:32
340 #: en/live-build.7:29
310341 msgid ""
311342 "The following command line options are supported by most live-build "
312343 "programs. See the man page of each program for a complete explanation of "
316347 "des programmes live-build. Voir la page de manuel de chaque programme pour "
317348 "une explication complète de ce que chaque option fait."
318349
319 #. type: IP
320 #: en/live-build.7:32
321 #, no-wrap
322 msgid "B<--breakpoints>"
323 msgstr "B<--breakpoints>"
324
325 #. type: Plain text
326 #: en/live-build.7:34
350 #. type: Plain text
351 #: en/live-build.7:31
327352 msgid "run with breakpoints."
328353 msgstr "lance avec des points d'arrêt (breakpoints)."
329354
330 #. type: IP
331 #: en/live-build.7:34
332 #, no-wrap
333 msgid "B<--conffile>"
334 msgstr "B<--conffile>"
335
336 #. type: Plain text
337 #: en/live-build.7:36
338 msgid "use custom configuration file."
339 msgstr "utilise un fichier de configuration personnalisé."
340
341 #. type: Plain text
342 #: en/live-build.7:38
355 #. type: Plain text
356 #: en/live-build.7:33
357 msgid "enable color use in messages."
358 msgstr ""
359
360 #. type: Plain text
361 #: en/live-build.7:35
343362 msgid "show debug information."
344363 msgstr "affiche des informations de déboguage."
345364
346365 #. type: Plain text
347 #: en/live-build.7:40
366 #: en/live-build.7:37
348367 msgid "force helper execution, even if stage file exists."
349368 msgstr "force l'exécution d'un assistant, même si le fichier de stage existe."
350369
351370 #. type: Plain text
352 #: en/live-build.7:42
371 #: en/live-build.7:39
372 msgid "disable color use in messages."
373 msgstr ""
374
375 #. type: Plain text
376 #: en/live-build.7:41
353377 msgid "be quiet."
354378 msgstr "soit discret."
355379
356 #. FIXME
357 #. type: Plain text
358 #: en/live-build.7:45
380 #. type: Plain text
381 #: en/live-build.7:43
359382 msgid "be verbose."
360383 msgstr "soit verbeux."
361384
362385 #. type: SH
363 #: en/live-build.7:46
386 #: en/live-build.7:44
364387 #, no-wrap
365388 msgid "LIVE-BUILD COMMANDS"
366389 msgstr "COMMANDES LIVE-BUILD"
367390
368 #. FIXME
369 #. type: Plain text
370 #: en/live-build.7:49
371 msgid ""
372 "We divide live-build into high level (\"porcelain\") commands and low level "
373 "(\"plumbing\") commands."
391 #. type: Plain text
392 #: en/live-build.7:46
393 #, fuzzy
394 #| msgid ""
395 #| "We divide live-build into high level (\"porcelain\") commands and low "
396 #| "level (\"plumbing\") commands."
397 msgid ""
398 "We divide live-build into high level (\"porcelain\") commands, secondary "
399 "major build stage (\"porcelain\") commands, and low level (\"plumbing\") "
400 "commands."
374401 msgstr ""
375402 "Nous divisons live-build entre des commandes de haut-niveau (\"porcelaine\") "
376403 "et de bas-niveau (\"plomberie\")."
377404
378 #. FIXME
379 #. type: Plain text
380 #: en/live-build.7:53
405 #. type: Plain text
406 #: en/live-build.7:49
381407 msgid ""
382408 "Here is the complete list of all available live-build commands. See their "
383409 "man pages for additional documentation."
387413 "additionnelle."
388414
389415 #. type: SH
390 #: en/live-build.7:54
416 #: en/live-build.7:50
391417 #, no-wrap
392418 msgid "HIGH-LEVEL COMMANDS (PORCELAIN)"
393419 msgstr "COMMANDES HAUT-NIVEAU (PORCELAINE)"
394420
395 #. FIXME
396 #. type: Plain text
397 #: en/live-build.7:57
421 #. type: Plain text
422 #: en/live-build.7:52
398423 msgid ""
399424 "We separate the porcelain commands into the main commands and some ancillary "
400425 "user utilities."
403428 "utilitaires utilisateur auxiliaires."
404429
405430 #. type: SS
406 #: en/live-build.7:57
431 #: en/live-build.7:52
407432 #, no-wrap
408433 msgid "Main porcelain commands"
409434 msgstr "Commandes porcelaine principales"
410435
411436 #. type: IP
412 #: en/live-build.7:58
437 #: en/live-build.7:53
413438 #, fuzzy, no-wrap
414439 #| msgid "B<lb_config>(1)"
415440 msgid "B<lb config>(1)"
416441 msgstr "B<lb_config>(1)"
417442
418443 #. type: Plain text
419 #: en/live-build.7:60
444 #: en/live-build.7:55
420445 #, fuzzy
421446 #| msgid "create configuration for live-build"
422447 msgid "creates configuration for live-build"
423448 msgstr "crée une configuration pour live-build"
424449
425450 #. type: IP
451 #: en/live-build.7:55
452 #, fuzzy, no-wrap
453 #| msgid "B<lb_build>(1)"
454 msgid "B<lb build>(1)"
455 msgstr "B<lb_build>(1)"
456
457 #. type: Plain text
458 #: en/live-build.7:57
459 msgid ""
460 "executes the build process (by executing all of the secondary level major "
461 "build stages in sequence)"
462 msgstr ""
463
464 #. type: IP
465 #: en/live-build.7:57
466 #, fuzzy, no-wrap
467 #| msgid "B<lb_clean>(1)"
468 msgid "B<lb clean>(1)"
469 msgstr "B<lb_clean>(1)"
470
471 #. type: Plain text
472 #: en/live-build.7:59
473 #, fuzzy
474 #| msgid "clean up system build directories"
475 msgid "cleans up system build directories"
476 msgstr "nettoie les répertoires de construction du système"
477
478 #. type: SS
479 #: en/live-build.7:59
480 #, no-wrap
481 msgid "Ancillary Commands"
482 msgstr "Commandes auxiliaires"
483
484 #. type: IP
426485 #: en/live-build.7:60
486 #, no-wrap
487 msgid "B<lb>(1)"
488 msgstr "B<lb>(1)"
489
490 #. type: Plain text
491 #: en/live-build.7:62
492 #, fuzzy
493 #| msgid "generic live-build wrapper"
494 msgid "generic live-build script execution wrapper"
495 msgstr "emballage live-build générique"
496
497 #. type: SH
498 #: en/live-build.7:63
499 #, fuzzy, no-wrap
500 #| msgid "HIGH-LEVEL COMMANDS (PORCELAIN)"
501 msgid "SECONDARY-LEVEL BUILD COMMANDS (PORCELAIN)"
502 msgstr "COMMANDES HAUT-NIVEAU (PORCELAINE)"
503
504 #. type: Plain text
505 #: en/live-build.7:65
506 msgid ""
507 "The following are the commands that execute each major stage of the build "
508 "process, in their necessary order of execution. Normally a user might just "
509 "execute the higher level B<lb build>(1) command rather than use these "
510 "individually."
511 msgstr ""
512
513 #. type: IP
514 #: en/live-build.7:65
427515 #, fuzzy, no-wrap
428516 #| msgid "B<lb_bootstrap>(1)"
429517 msgid "B<lb bootstrap>(1)"
430518 msgstr "B<lb_bootstrap>(1)"
431519
432520 #. type: Plain text
433 #: en/live-build.7:62
521 #: en/live-build.7:67
434522 #, fuzzy
435523 #| msgid "create the first stage by bootstrapping a basic debian system"
436524 msgid ""
439527 msgstr "crée le premier stage en amorçant un système debian basique"
440528
441529 #. type: IP
442 #: en/live-build.7:62
530 #: en/live-build.7:67
443531 #, fuzzy, no-wrap
444532 #| msgid "B<lb_chroot>(1)"
445533 msgid "B<lb chroot>(1)"
446534 msgstr "B<lb_chroot>(1)"
447535
448536 #. type: Plain text
449 #: en/live-build.7:64
537 #: en/live-build.7:69
450538 msgid "executes the second build stage, building the live OS filesystem"
451539 msgstr ""
452540
453541 #. type: IP
454 #: en/live-build.7:64
542 #: en/live-build.7:69
455543 #, fuzzy, no-wrap
456544 #| msgid "B<lb_binary>(1)"
457545 msgid "B<lb installer>(1)"
458546 msgstr "B<lb_binary>(1)"
459547
460548 #. type: Plain text
461 #: en/live-build.7:66
549 #: en/live-build.7:71
462550 msgid ""
463551 "executes the third build stage, obtaining installer components (optional)"
464552 msgstr ""
465553
466554 #. type: IP
467 #: en/live-build.7:66
555 #: en/live-build.7:71
468556 #, fuzzy, no-wrap
469557 #| msgid "B<lb_binary>(1)"
470558 msgid "B<lb binary>(1)"
471559 msgstr "B<lb_binary>(1)"
472560
473561 #. type: Plain text
474 #: en/live-build.7:68
562 #: en/live-build.7:73
475563 #, fuzzy
476564 #| msgid "create the third stage by generating a binary image"
477 msgid "executes the fourth build stage, generating a binary image"
565 msgid "executes the fourth build stage, generating the binary (live) image"
478566 msgstr "crée le troisième stage en générant une image binaire"
479567
480568 #. type: IP
481 #: en/live-build.7:68
569 #: en/live-build.7:73
482570 #, fuzzy, no-wrap
483571 #| msgid "B<lb_source>(1)"
484572 msgid "B<lb source>(1)"
485573 msgstr "B<lb_source>(1)"
486574
487575 #. type: Plain text
488 #: en/live-build.7:70
576 #: en/live-build.7:75
489577 #, fuzzy
490578 #| msgid "create the optional fourth stage by generating a source image"
491 msgid "executes the fifth build stage, generating a source image (optional)"
579 msgid ""
580 "executes the fifth build stage, generating a corresponding source image "
581 "(optional)"
492582 msgstr "crée le quatrième stage optionel en générant une image source"
493583
494 #. type: IP
495 #: en/live-build.7:70
496 #, fuzzy, no-wrap
497 #| msgid "B<lb_clean>(1)"
498 msgid "B<lb clean>(1)"
499 msgstr "B<lb_clean>(1)"
500
501 #. type: Plain text
502 #: en/live-build.7:72
503 #, fuzzy
504 #| msgid "clean up system build directories"
505 msgid "cleans up system build directories"
506 msgstr "nettoie les répertoires de construction du système"
507
508 #. type: SS
509 #: en/live-build.7:72
510 #, no-wrap
511 msgid "Ancillary Commands"
512 msgstr "Commandes auxiliaires"
513
514 #. type: IP
515 #: en/live-build.7:73
516 #, no-wrap
517 msgid "B<lb>(1)"
518 msgstr "B<lb>(1)"
519
520 #. type: Plain text
521 #: en/live-build.7:75
522 #, fuzzy
523 #| msgid "generic live-build wrapper"
524 msgid "generic live-build script execution wrapper"
525 msgstr "emballage live-build générique"
526
527 #. type: IP
528 #: en/live-build.7:75
529 #, fuzzy, no-wrap
530 #| msgid "B<lb_build>(1)"
531 msgid "B<lb build>(1)"
532 msgstr "B<lb_build>(1)"
533
534 #. FIXME
535 #. type: Plain text
536 #: en/live-build.7:78
537 #, fuzzy
538 #| msgid "alias for all stages"
539 msgid "alias for all build stages"
540 msgstr "alias pour tous les stages"
541
542584 #. type: SH
543 #: en/live-build.7:79
585 #: en/live-build.7:76
544586 #, fuzzy, no-wrap
545587 #| msgid "LOW-LEVEL COMMANDS (PLUMBING)"
546588 msgid "LOW-LEVEL COMMANDS (PLUMBING) - BUILD STAGE COMPONENTS"
547589 msgstr "COMMANDES BAS-NIVEAU (PLOMBERIE)"
548590
549 #. FIXME
550 #. type: Plain text
551 #: en/live-build.7:82
591 #. type: Plain text
592 #: en/live-build.7:78
593 #, fuzzy
594 #| msgid ""
595 #| "The actual work of live-build is implemented in the low-level commands, "
596 #| "called plumbing. They are not supposed to be used by end users, they "
597 #| "should stick with porcelains as they ensure that all the different "
598 #| "plumbing commands are executed in the right order. However, if you intend "
599 #| "to reuse live-build commands in your own scripts, then the plumbings "
600 #| "might be of interest for you."
552601 msgid ""
553602 "The actual work of live-build is implemented in the low-level commands, "
554 "called plumbing. They are not supposed to be used by end users, they should "
603 "called plumbing. They are not supposed to be used by end users, who should "
555604 "stick with porcelains as they ensure that all the different plumbing "
556605 "commands are executed in the right order. However, if you intend to reuse "
557606 "live-build commands in your own scripts, then the plumbings might be of "
566615 "intéresser."
567616
568617 #. type: Plain text
569 #: en/live-build.7:84
618 #: en/live-build.7:80
570619 msgid ""
571620 "Note that the interface (set of options and the semantics) to these low-"
572621 "level commands are meant to be a lot more stable than Porcelain level "
580629 "l'utilisateur final."
581630
582631 #. type: SS
583 #: en/live-build.7:84
632 #: en/live-build.7:80
584633 #, fuzzy, no-wrap
585634 #| msgid "Bootstrap commands"
586635 msgid "Bootstrap stage specific commands"
587636 msgstr "Commandes d'amorçage"
588637
589638 #. type: IP
590 #: en/live-build.7:85
639 #: en/live-build.7:81
591640 #, fuzzy, no-wrap
592641 #| msgid "B<lb_bootstrap_cache>(1)"
593642 msgid "B<lb bootstrap_archives>(1)"
594643 msgstr "B<lb_bootstrap_cache>(1)"
595644
596645 #. type: Plain text
597 #: en/live-build.7:87
646 #: en/live-build.7:83
598647 msgid "applies apt archive configuration"
599648 msgstr ""
600649
601650 #. type: IP
602 #: en/live-build.7:87
651 #: en/live-build.7:83
603652 #, fuzzy, no-wrap
604653 #| msgid "B<lb_bootstrap_cache>(1)"
605654 msgid "B<lb bootstrap_cache>(1)"
606655 msgstr "B<lb_bootstrap_cache>(1)"
607656
608657 #. type: Plain text
609 #: en/live-build.7:89
658 #: en/live-build.7:85
610659 msgid ""
611660 "in save mode, saves to cache a copy of the generated bootstrap directory, "
612661 "and in restore mode, restores from cache a previously generated copy"
613662 msgstr ""
614663
615664 #. type: IP
616 #: en/live-build.7:89
665 #: en/live-build.7:85
617666 #, fuzzy, no-wrap
618667 #| msgid "B<lb_bootstrap_debootstrap>(1)"
619668 msgid "B<lb bootstrap_debootstrap>(1)"
620669 msgstr "B<lb_bootstrap_debootstrap>(1)"
621670
622671 #. type: Plain text
623 #: en/live-build.7:91
672 #: en/live-build.7:87
624673 #, fuzzy
625674 #| msgid "bootstrap a Debian system with debootstrap(8)"
626 msgid "creates (bootstrap) a basic Debian root filesystem using debootstrap(8)"
675 msgid ""
676 "creates (bootstraps) a basic Debian root filesystem using debootstrap(8)"
627677 msgstr "amorçcer un système Debian avec debootstrap(8)"
628678
629679 #. type: SS
630 #: en/live-build.7:91
680 #: en/live-build.7:87
631681 #, fuzzy, no-wrap
632682 #| msgid "Chroot commands"
633683 msgid "Chroot stage specific commands"
634684 msgstr "Commandes chroot"
635685
636686 #. type: Plain text
637 #: en/live-build.7:94
687 #: en/live-build.7:90
638688 msgid ""
639689 "Note: The following chroot_ prefixed commands are used in building the live "
640690 "OS filesystem. Another set of similarly prefixed files are listed separately "
642692 msgstr ""
643693
644694 #. type: IP
645 #: en/live-build.7:94
695 #: en/live-build.7:90
646696 #, fuzzy, no-wrap
647697 #| msgid "B<lb_chroot_cache>(1)"
648698 msgid "B<lb chroot_cache>(1)"
649699 msgstr "B<lb_chroot_cache>(1)"
650700
651701 #. type: Plain text
652 #: en/live-build.7:96
702 #: en/live-build.7:92
653703 msgid ""
654704 "in save mode, saves to cache a copy of the chroot directory, and in restore "
655705 "mode, restores from cache a previously generated copy"
656706 msgstr ""
657707
658708 #. type: IP
659 #: en/live-build.7:96
709 #: en/live-build.7:92
660710 #, fuzzy, no-wrap
661711 #| msgid "B<lb_chroot_cache>(1)"
662712 msgid "B<lb chroot_firmware>(1)"
663713 msgstr "B<lb_chroot_cache>(1)"
664714
665715 #. type: Plain text
666 #: en/live-build.7:98
716 #: en/live-build.7:94
667717 msgid ""
668718 "compiles a list of firmware packages to be installed in the live OS root "
669719 "filesystem"
670720 msgstr ""
671721
672722 #. type: IP
673 #: en/live-build.7:98
723 #: en/live-build.7:94
674724 #, fuzzy, no-wrap
675725 #| msgid "B<lb_chroot_hacks>(1)"
676726 msgid "B<lb chroot_hacks>(1)"
677727 msgstr "B<lb_chroot_hacks>(1)"
678728
679729 #. type: Plain text
680 #: en/live-build.7:100
730 #: en/live-build.7:96
681731 msgid ""
682732 "executes local hacks against the live OS root filesystem, if any are provided"
683733 msgstr ""
684734
685735 #. type: IP
686 #: en/live-build.7:100
736 #: en/live-build.7:96
687737 #, fuzzy, no-wrap
688738 #| msgid "B<lb_chroot_hooks>(1)"
689739 msgid "B<lb chroot_hooks>(1)"
690740 msgstr "B<lb_chroot_hooks>(1)"
691741
692742 #. type: Plain text
693 #: en/live-build.7:102
743 #: en/live-build.7:98
694744 msgid ""
695745 "executes local hooks against the live OS root filesystem, if any are provided"
696746 msgstr ""
697747
698748 #. type: IP
699 #: en/live-build.7:102
749 #: en/live-build.7:98
700750 #, fuzzy, no-wrap
701751 #| msgid "B<lb_chroot_local-includes>(1)"
702752 msgid "B<lb chroot_includes>(1)"
703753 msgstr "B<lb_chroot_local-includes>(1)"
704754
705755 #. type: Plain text
706 #: en/live-build.7:104
756 #: en/live-build.7:100
707757 msgid ""
708758 "copies a set of local files from the config directory into the live OS root "
709759 "filesystem, if any are provided"
710760 msgstr ""
711761
712762 #. type: IP
713 #: en/live-build.7:104
763 #: en/live-build.7:100
714764 #, fuzzy, no-wrap
715765 #| msgid "B<lb_chroot_install-packages>(1)"
716766 msgid "B<lb chroot_install-packages>(1)"
717767 msgstr "B<lb_chroot_install-packages>(1)"
718768
719769 #. type: Plain text
720 #: en/live-build.7:106
770 #: en/live-build.7:102
721771 msgid ""
722772 "installs into the live OS root filesystem any packages listed in local "
723773 "package lists"
724774 msgstr ""
725775
726776 #. type: IP
727 #: en/live-build.7:106
777 #: en/live-build.7:102
728778 #, fuzzy, no-wrap
729779 #| msgid "B<lb_chroot_interactive>(1)"
730780 msgid "B<lb chroot_interactive>(1)"
731781 msgstr "B<lb_chroot_interactive>(1)"
732782
733783 #. type: Plain text
734 #: en/live-build.7:108
784 #: en/live-build.7:104
735785 msgid ""
736786 "pauses the build process and starts an interactive shell from the live OS "
737787 "root filesystem, providing an oportunity for manual modifications or "
740790 msgstr ""
741791
742792 #. type: IP
743 #: en/live-build.7:108
793 #: en/live-build.7:104
744794 #, fuzzy, no-wrap
745795 #| msgid "B<lb_chroot_linux-image>(1)"
746796 msgid "B<lb chroot_linux-image>(1)"
747797 msgstr "B<lb_chroot_linux-image>(1)"
748798
749799 #. type: Plain text
750 #: en/live-build.7:110
800 #: en/live-build.7:106
751801 msgid ""
752802 "compiles a list of kernel images to be installed in the live OS root "
753803 "filesystem"
754804 msgstr ""
755805
756806 #. type: IP
757 #: en/live-build.7:110
758 #, fuzzy, no-wrap
759 #| msgid "B<lb_chroot_packages>(1)"
760 msgid "B<lb chroot_live-packages>(1)"
761 msgstr "B<lb_chroot_packages>(1)"
762
763 #. type: Plain text
764 #: en/live-build.7:112
765 msgid ""
766 "installs a set of live system specific packages to the live OS root "
767 "filesystem"
768 msgstr ""
769
770 #. type: IP
771 #: en/live-build.7:112
807 #: en/live-build.7:106
772808 #, fuzzy, no-wrap
773809 #| msgid "B<lb_chroot_packagelists>(1)"
774810 msgid "B<lb chroot_package-lists>(1)"
775811 msgstr "B<lb_chroot_packagelists>(1)"
776812
777813 #. type: Plain text
778 #: en/live-build.7:114
814 #: en/live-build.7:108
779815 msgid ""
780816 "compiles a list of packages provided in the user\\' local config to be "
781817 "installed in the live OS root filesystem"
782818 msgstr ""
783819
784820 #. type: IP
785 #: en/live-build.7:114
821 #: en/live-build.7:108
786822 #, fuzzy, no-wrap
787823 #| msgid "B<lb_chroot_local-preseed>(1)"
788824 msgid "B<lb chroot_preseed>(1)"
789825 msgstr "B<lb_chroot_local-preseed>(1)"
790826
791827 #. type: Plain text
792 #: en/live-build.7:116
828 #: en/live-build.7:110
793829 msgid ""
794830 "installs pre-configured answers to certain install prompts into the live OS "
795831 "root filesystem"
796832 msgstr ""
797833
798834 #. type: SS
799 #: en/live-build.7:116
835 #: en/live-build.7:110
800836 #, no-wrap
801837 msgid "Installer stage specific commands"
802838 msgstr ""
803839
804840 #. type: IP
805 #: en/live-build.7:117
841 #: en/live-build.7:111
806842 #, fuzzy, no-wrap
807843 #| msgid "B<lb_binary_debian-installer>(1)"
808844 msgid "B<lb installer_debian-installer>(1)"
809845 msgstr "B<lb_binary_debian-installer>(1)"
810846
811847 #. type: Plain text
812 #: en/live-build.7:119
813 msgid "obtains and sets up Debian installer(d-i) components"
814 msgstr ""
815
816 #. type: IP
817 #: en/live-build.7:119
848 #: en/live-build.7:113
849 msgid "obtains and sets up Debian installer (d-i) components"
850 msgstr ""
851
852 #. type: IP
853 #: en/live-build.7:113
818854 #, fuzzy, no-wrap
819855 #| msgid "B<lb_chroot_local-preseed>(1)"
820856 msgid "B<lb installer_preseed>(1)"
821857 msgstr "B<lb_chroot_local-preseed>(1)"
822858
823859 #. type: Plain text
824 #: en/live-build.7:121
860 #: en/live-build.7:115
825861 msgid "installs pre-configured answers to certain install prompts"
826862 msgstr ""
827863
828864 #. type: SS
829 #: en/live-build.7:121
865 #: en/live-build.7:115
830866 #, fuzzy, no-wrap
831867 #| msgid "Binary commands"
832868 msgid "Binary stage specific commands"
833869 msgstr "Commandes binaires"
834870
835871 #. type: IP
836 #: en/live-build.7:122
872 #: en/live-build.7:116
837873 #, fuzzy, no-wrap
838874 #| msgid "B<lb_binary_checksums>(1)"
839875 msgid "B<lb binary_checksums>(1)"
840876 msgstr "B<lb_binary_checksums>(1)"
841877
842878 #. type: Plain text
843 #: en/live-build.7:124
879 #: en/live-build.7:118
844880 #, fuzzy
845881 #| msgid "create source checksums (md5, sha1, and/or sha256)"
846882 msgid "creates checksums (md5, sha1, and/or sha256) for live image content"
847883 msgstr "crée les sommes de vérification binaires (md5, sha1, et/ou sha256)"
848884
849885 #. type: IP
850 #: en/live-build.7:124
886 #: en/live-build.7:118
851887 #, fuzzy, no-wrap
852888 #| msgid "B<lb_binary_chroot>(1)"
853889 msgid "B<lb binary_chroot>(1)"
854890 msgstr "B<lb_binary_chroot>(1)"
855891
856892 #. type: Plain text
857 #: en/live-build.7:126
858 msgid ""
859 "duplicates the chroot directory, to place a copy of what whould be the "
893 #: en/live-build.7:120
894 msgid ""
895 "duplicates the chroot directory, to place a copy of what would be the "
860896 "completed live OS root filesystem to one side, allowing the original to "
861897 "continue to be used in executing certain parts of the remainder of the build "
862898 "process"
863899 msgstr ""
864900
865901 #. type: IP
866 #: en/live-build.7:126
902 #: en/live-build.7:120
867903 #, fuzzy, no-wrap
868904 #| msgid "B<lb_binary_disk>(1)"
869905 msgid "B<lb binary_disk>(1)"
870906 msgstr "B<lb_binary_disk>(1)"
871907
872908 #. type: Plain text
909 #: en/live-build.7:122
910 msgid "creates disk information files to be added to live image"
911 msgstr ""
912
913 #. type: IP
914 #: en/live-build.7:122
915 #, fuzzy, no-wrap
916 #| msgid "B<lb_binary_grub>(1)"
917 msgid "B<lb binary_grub_cfg>(1)"
918 msgstr "B<lb_binary_grub>(1)"
919
920 #. type: Plain text
921 #: en/live-build.7:124
922 msgid ""
923 "creates the config for grub-pc and grub-efi, and also enables loopback "
924 "support (which depends upon it) in the live image"
925 msgstr ""
926
927 #. type: IP
928 #: en/live-build.7:124
929 #, fuzzy, no-wrap
930 #| msgid "B<lb_binary_grub>(1)"
931 msgid "B<lb binary_grub-efi>(1)"
932 msgstr "B<lb_binary_grub>(1)"
933
934 #. type: Plain text
935 #: en/live-build.7:126
936 msgid ""
937 "installs grub-efi (grub2 for EFI) into live image to provide image boot "
938 "capability. It relies upon B<lb binary_grub_cfg> to create the config."
939 msgstr ""
940
941 #. type: IP
942 #: en/live-build.7:126
943 #, fuzzy, no-wrap
944 #| msgid "B<lb_binary_grub>(1)"
945 msgid "B<lb binary_grub-legacy>(1)"
946 msgstr "B<lb_binary_grub>(1)"
947
948 #. type: Plain text
873949 #: en/live-build.7:128
874 msgid "creates disk information files to be added to live image"
950 msgid "installs grub into live image to provide image boot capability"
875951 msgstr ""
876952
877953 #. type: IP
878954 #: en/live-build.7:128
879955 #, fuzzy, no-wrap
880956 #| msgid "B<lb_binary_grub>(1)"
881 msgid "B<lb binary_grub>(1)"
957 msgid "B<lb binary_grub-pc>(1)"
882958 msgstr "B<lb_binary_grub>(1)"
883959
884960 #. type: Plain text
885961 #: en/live-build.7:130
886 msgid "installs grub into live image to provide image boot capability"
962 msgid ""
963 "installs grub-pc (grub2 for BIOS) into live image to provide image boot "
964 "capability. It relies upon B<lb binary_grub_cfg> to create the config."
887965 msgstr ""
888966
889967 #. type: IP
890968 #: en/live-build.7:130
891 #, fuzzy, no-wrap
892 #| msgid "B<lb_binary_grub2>(1)"
893 msgid "B<lb binary_grub2>(1)"
894 msgstr "B<lb_binary_grub2>(1)"
895
896 #. type: Plain text
897 #: en/live-build.7:132
898 msgid "installs grub2 into live image to provide image boot capability"
899 msgstr ""
900
901 #. type: IP
902 #: en/live-build.7:132
903969 #, fuzzy, no-wrap
904970 #| msgid "B<lb_binary_hdd>(1)"
905971 msgid "B<lb binary_hdd>(1)"
906972 msgstr "B<lb_binary_hdd>(1)"
907973
908974 #. type: Plain text
909 #: en/live-build.7:134
910 msgid "compiles the final live image into an hdd image file"
911 msgstr ""
912
913 #. type: IP
914 #: en/live-build.7:134
975 #: en/live-build.7:132
976 #, fuzzy
977 #| msgid "install linux-image into binary"
978 msgid "compiles the final live image into an HDD image file"
979 msgstr "installe linux-image dans le binaire"
980
981 #. type: IP
982 #: en/live-build.7:132
915983 #, fuzzy, no-wrap
916984 #| msgid "B<lb_binary_rootfs>(1)"
917985 msgid "B<lb binary_hooks>(1)"
918986 msgstr "B<lb_binary_rootfs>(1)"
919987
920988 #. type: Plain text
921 #: en/live-build.7:136
989 #: en/live-build.7:134
922990 msgid "executes local hooks against the live image, if any are provided"
923991 msgstr ""
924992
925993 #. type: IP
926 #: en/live-build.7:136
994 #: en/live-build.7:134
927995 #, fuzzy, no-wrap
928996 #| msgid "B<lb_binary_includes>(1)"
929997 msgid "B<lb binary_includes>(1)"
930998 msgstr "B<lb_binary_includes>(1)"
931999
9321000 #. type: Plain text
933 #: en/live-build.7:138
1001 #: en/live-build.7:136
9341002 msgid ""
9351003 "copies a set of local files from the config directory into the live image, "
9361004 "if any are provided"
9371005 msgstr ""
9381006
9391007 #. type: IP
940 #: en/live-build.7:138
1008 #: en/live-build.7:136
9411009 #, fuzzy, no-wrap
9421010 #| msgid "B<lb_binary_iso>(1)"
9431011 msgid "B<lb binary_iso>(1)"
9441012 msgstr "B<lb_binary_iso>(1)"
9451013
9461014 #. type: Plain text
947 #: en/live-build.7:140
948 msgid "compiles the final live image into an iso file"
949 msgstr ""
950
951 #. type: IP
952 #: en/live-build.7:140
1015 #: en/live-build.7:138
1016 #, fuzzy
1017 #| msgid "install linux-image into binary"
1018 msgid "compiles the final live image into an ISO file"
1019 msgstr "installe linux-image dans le binaire"
1020
1021 #. type: IP
1022 #: en/live-build.7:138
9531023 #, fuzzy, no-wrap
9541024 #| msgid "B<lb_binary_linux-image>(1)"
9551025 msgid "B<lb binary_linux-image>(1)"
9561026 msgstr "B<lb_binary_linux-image>(1)"
9571027
9581028 #. type: Plain text
959 #: en/live-build.7:142
1029 #: en/live-build.7:140
9601030 #, fuzzy
9611031 #| msgid "install linux-image into binary"
9621032 msgid "copies the linux-image into the live image"
9631033 msgstr "installe linux-image dans le binaire"
9641034
9651035 #. type: IP
966 #: en/live-build.7:142
1036 #: en/live-build.7:140
9671037 #, fuzzy, no-wrap
9681038 #| msgid "B<lb_binary_local-includes>(1)"
9691039 msgid "B<lb binary_loadlin>(1)"
9701040 msgstr "B<lb_binary_local-includes>(1)"
9711041
9721042 #. type: Plain text
973 #: en/live-build.7:144
1043 #: en/live-build.7:142
9741044 msgid "bundles a copy of loadlin into the live image"
9751045 msgstr ""
9761046
9771047 #. type: IP
978 #: en/live-build.7:144
1048 #: en/live-build.7:142
9791049 #, fuzzy, no-wrap
9801050 #| msgid "B<lb_binary_manifest>(1)"
9811051 msgid "B<lb binary_manifest>(1)"
9821052 msgstr "B<lb_binary_manifest>(1)"
9831053
9841054 #. type: Plain text
985 #: en/live-build.7:146
1055 #: en/live-build.7:144
9861056 msgid ""
9871057 "creates manifest of packages installed into live OS filesystem, and list of "
9881058 "packages to be excluded by a persistence mechanism installing the live OS to "
9901060 msgstr ""
9911061
9921062 #. type: IP
993 #: en/live-build.7:146
1063 #: en/live-build.7:144
9941064 #, fuzzy, no-wrap
9951065 #| msgid "B<lb_binary_memtest>(1)"
9961066 msgid "B<lb binary_memtest>(1)"
9971067 msgstr "B<lb_binary_memtest>(1)"
9981068
9991069 #. type: Plain text
1000 #: en/live-build.7:148
1070 #: en/live-build.7:146
10011071 msgid "bundles a copy of memtest into the live image"
10021072 msgstr ""
10031073
10041074 #. type: IP
1005 #: en/live-build.7:148
1075 #: en/live-build.7:146
10061076 #, fuzzy, no-wrap
10071077 #| msgid "B<lb_binary_net>(1)"
10081078 msgid "B<lb binary_netboot>(1)"
10091079 msgstr "B<lb_binary_net>(1)"
10101080
10111081 #. type: Plain text
1082 #: en/live-build.7:148
1083 msgid "compiles the final live image into a netboot tar archive"
1084 msgstr ""
1085
1086 #. type: IP
1087 #: en/live-build.7:148
1088 #, fuzzy, no-wrap
1089 #| msgid "B<lb_binary_iso>(1)"
1090 msgid "B<lb binary_onie>(1)"
1091 msgstr "B<lb_binary_iso>(1)"
1092
1093 #. type: Plain text
10121094 #: en/live-build.7:150
1013 msgid "compiles the final live image into a netboot tar archive"
1014 msgstr ""
1095 #, fuzzy
1096 #| msgid "install linux-image into binary"
1097 msgid "installs onie into the live image"
1098 msgstr "installe linux-image dans le binaire"
10151099
10161100 #. type: IP
10171101 #: en/live-build.7:150
11471231
11481232 #. type: Plain text
11491233 #: en/live-build.7:171
1150 msgid "compiles the final source image into an hdd image file"
1151 msgstr ""
1234 #, fuzzy
1235 #| msgid "install linux-image into binary"
1236 msgid "compiles the final source image into an HDD image file"
1237 msgstr "installe linux-image dans le binaire"
11521238
11531239 #. type: IP
11541240 #: en/live-build.7:171
11711257
11721258 #. type: Plain text
11731259 #: en/live-build.7:175
1174 msgid "compiles the final source image into an iso file"
1175 msgstr ""
1260 #, fuzzy
1261 #| msgid "install linux-image into binary"
1262 msgid "compiles the final source image into an ISO file"
1263 msgstr "installe linux-image dans le binaire"
11761264
11771265 #. type: IP
11781266 #: en/live-build.7:175
11951283 msgid "B<lb source_tar>(1)"
11961284 msgstr "B<lb_source_tar>(1)"
11971285
1198 #. FIXME
1199 #. type: Plain text
1286 #. type: Plain text
1287 #: en/live-build.7:179
1288 msgid "compiles the final source image into a tar archive"
1289 msgstr ""
1290
1291 #. type: SH
12001292 #: en/live-build.7:180
1201 msgid "compiles the final source image into a tar archive"
1202 msgstr ""
1203
1204 #. type: SH
1205 #: en/live-build.7:181
12061293 #, fuzzy, no-wrap
12071294 #| msgid "LOW-LEVEL COMMANDS (PLUMBING)"
12081295 msgid "LOW-LEVEL COMMANDS (PLUMBING) - CHROOT PREP COMPONENTS"
12091296 msgstr "COMMANDES BAS-NIVEAU (PLOMBERIE)"
12101297
1211 #. FIXME
1212 #. type: Plain text
1213 #: en/live-build.7:184
1298 #. type: Plain text
1299 #: en/live-build.7:182
12141300 msgid ""
12151301 "The notes above under the section regarding build-stage specific low-level "
12161302 "plumbing commands also apply here."
12171303 msgstr ""
12181304
12191305 #. type: Plain text
1220 #: en/live-build.7:186
1306 #: en/live-build.7:184
12211307 msgid ""
12221308 "The following chroot_ prefixed commands are used throughout the various "
12231309 "primary stages of the build process to apply and remove modifications to a "
12281314 "the live OS to be bundled into the live image."
12291315 msgstr ""
12301316
1231 #. type: IP
1317 #. type: Plain text
12321318 #: en/live-build.7:186
1319 msgid ""
1320 "Note that the B<lb chroot_prep>(1) command can be used to run these "
1321 "components in bulk."
1322 msgstr ""
1323
1324 #. type: IP
1325 #: en/live-build.7:186
1326 #, fuzzy, no-wrap
1327 #| msgid "B<lb_chroot_proc>(1)"
1328 msgid "B<lb chroot_prep>(1)"
1329 msgstr "B<lb_chroot_proc>(1)"
1330
1331 #. type: Plain text
1332 #: en/live-build.7:188
1333 msgid ""
1334 "a helper to run the below components in bulk. The first parameter it takes "
1335 "is the execution mode - install or remove - to pass along. The second "
1336 "parameter is the set of helpers to run (they can be space or comma "
1337 "separated; remember to quote if space separated). Following this one or more "
1338 "of the special parameters 'mode-archives-chroot', 'mode-archives-binary', "
1339 "'mode-archives-source' and 'mode-apt-install-binary' can optionally be used, "
1340 "to select the 'pass' parameter for B<lb chroot_archives>(1) in the case of "
1341 "the first three (required if 'archives' is one of the helpers to be run), "
1342 "and to run B<lb chroot_apt>(1) in 'install-binary' mode in the last case. "
1343 "Any remaining parameters (i.e. options like --force) are passed along to all "
1344 "scripts run. The second parameter can be simply 'all' in which case a "
1345 "default set of all components are used, or 'all-except-archives' which "
1346 "differs in skipping B<lb chroot_archives>(1). Components can be specified "
1347 "without their filename 'chroot_' prefix for brevity. In remove mode the list "
1348 "of components are run in reverse order, so no need to provide them in "
1349 "reverse order yourself."
1350 msgstr ""
1351
1352 #. type: IP
1353 #: en/live-build.7:188
12331354 #, fuzzy, no-wrap
12341355 #| msgid "B<lb_chroot_apt>(1)"
12351356 msgid "B<lb chroot_apt>(1)"
12361357 msgstr "B<lb_chroot_apt>(1)"
12371358
12381359 #. type: Plain text
1239 #: en/live-build.7:188
1360 #: en/live-build.7:190
12401361 msgid ""
12411362 "manages apt configuration; in apply mode it applies configuration for use "
12421363 "during build process, and in remove mode removes that configuration"
12431364 msgstr ""
12441365
12451366 #. type: IP
1246 #: en/live-build.7:188
1367 #: en/live-build.7:190
12471368 #, fuzzy, no-wrap
12481369 #| msgid "B<lb_chroot_archives>(1)"
12491370 msgid "B<lb chroot_archives>(1)"
12501371 msgstr "B<lb_chroot_archives>(1)"
12511372
12521373 #. type: Plain text
1253 #: en/live-build.7:190
1374 #: en/live-build.7:192
12541375 msgid ""
12551376 "manages apt archive source lists; in apply mode it applies source list "
12561377 "configurations suitable for use of the chroot in the build process, and in "
12581379 msgstr ""
12591380
12601381 #. type: IP
1261 #: en/live-build.7:190
1382 #: en/live-build.7:192
12621383 #, fuzzy, no-wrap
12631384 #| msgid "B<lb_chroot_debianchroot>(1)"
12641385 msgid "B<lb chroot_debianchroot>(1)"
12651386 msgstr "B<lb_chroot_debianchroot>(1)"
12661387
12671388 #. type: Plain text
1268 #: en/live-build.7:192
1389 #: en/live-build.7:194
12691390 #, fuzzy
12701391 #| msgid "manage /etc/debian_chroot"
12711392 msgid "manages a /etc/debian_chroot file"
12721393 msgstr "gère /etc/debian_chroot"
12731394
12741395 #. type: IP
1275 #: en/live-build.7:192
1396 #: en/live-build.7:194
12761397 #, fuzzy, no-wrap
12771398 #| msgid "B<lb_chroot_devpts>(1)"
12781399 msgid "B<lb chroot_devpts>(1)"
12791400 msgstr "B<lb_chroot_devpts>(1)"
12801401
12811402 #. type: Plain text
1282 #: en/live-build.7:194
1403 #: en/live-build.7:196
12831404 #, fuzzy
12841405 #| msgid "mount /dev/pts"
12851406 msgid "manages mounting of /dev/pts"
12861407 msgstr "monte /dev/pts"
12871408
12881409 #. type: IP
1289 #: en/live-build.7:194
1410 #: en/live-build.7:196
12901411 #, fuzzy, no-wrap
12911412 #| msgid "B<lb_chroot_dpkg>(1)"
12921413 msgid "B<lb chroot_dpkg>(1)"
12931414 msgstr "B<lb_chroot_dpkg>(1)"
12941415
12951416 #. type: Plain text
1296 #: en/live-build.7:196
1417 #: en/live-build.7:198
12971418 msgid ""
12981419 "manages dpkg; in apply mode disabling things like the start-stop-daemon, and "
12991420 "in remove mode enabling them again"
13001421 msgstr ""
13011422
13021423 #. type: IP
1303 #: en/live-build.7:196
1424 #: en/live-build.7:198
13041425 #, fuzzy, no-wrap
13051426 #| msgid "B<lb_chroot_hostname>(1)"
13061427 msgid "B<lb chroot_hostname>(1)"
13071428 msgstr "B<lb_chroot_hostname>(1)"
13081429
13091430 #. type: Plain text
1310 #: en/live-build.7:198
1431 #: en/live-build.7:200
13111432 #, fuzzy
13121433 #| msgid "use custom configuration file."
13131434 msgid "manages the hostname configuration"
13141435 msgstr "utilise un fichier de configuration personnalisé."
13151436
13161437 #. type: IP
1317 #: en/live-build.7:198
1438 #: en/live-build.7:200
13181439 #, fuzzy, no-wrap
13191440 #| msgid "B<lb_chroot_hosts>(1)"
13201441 msgid "B<lb chroot_hosts>(1)"
13211442 msgstr "B<lb_chroot_hosts>(1)"
13221443
13231444 #. type: Plain text
1324 #: en/live-build.7:200
1445 #: en/live-build.7:202
13251446 #, fuzzy
13261447 #| msgid "manage /etc/hosts"
13271448 msgid "manages the /etc/hosts file"
13281449 msgstr "gère /etc/hosts"
13291450
13301451 #. type: IP
1331 #: en/live-build.7:200
1452 #: en/live-build.7:202
13321453 #, fuzzy, no-wrap
13331454 #| msgid "B<lb_chroot_proc>(1)"
13341455 msgid "B<lb chroot_proc>(1)"
13351456 msgstr "B<lb_chroot_proc>(1)"
13361457
13371458 #. type: Plain text
1338 #: en/live-build.7:202
1459 #: en/live-build.7:204
13391460 #, fuzzy
13401461 #| msgid "mount /proc"
13411462 msgid "manages mounting of /proc"
13421463 msgstr "monte /proc"
13431464
13441465 #. type: IP
1345 #: en/live-build.7:202
1466 #: en/live-build.7:204
13461467 #, fuzzy, no-wrap
13471468 #| msgid "B<lb_chroot_resolv>(1)"
13481469 msgid "B<lb chroot_resolv>(1)"
13491470 msgstr "B<lb_chroot_resolv>(1)"
13501471
13511472 #. type: Plain text
1352 #: en/live-build.7:204
1473 #: en/live-build.7:206
13531474 #, fuzzy
13541475 #| msgid "manage /etc/resolv.conf"
13551476 msgid "manages configuration of the /etc/resolv.conf file"
13561477 msgstr "gère /etc/resolv.conf"
13571478
13581479 #. type: IP
1359 #: en/live-build.7:204
1480 #: en/live-build.7:206
13601481 #, fuzzy, no-wrap
13611482 #| msgid "B<lb_chroot_selinuxfs>(1)"
13621483 msgid "B<lb chroot_selinuxfs>(1)"
13631484 msgstr "B<lb_chroot_selinuxfs>(1)"
13641485
13651486 #. type: Plain text
1366 #: en/live-build.7:206
1487 #: en/live-build.7:208
13671488 msgid "manages mounting of /sys/fs/selinux"
13681489 msgstr ""
13691490
13701491 #. type: IP
1371 #: en/live-build.7:206
1492 #: en/live-build.7:208
13721493 #, fuzzy, no-wrap
13731494 #| msgid "B<lb_chroot_sysfs>(1)"
13741495 msgid "B<lb chroot_sysfs>(1)"
13751496 msgstr "B<lb_chroot_sysfs>(1)"
13761497
13771498 #. type: Plain text
1378 #: en/live-build.7:208
1499 #: en/live-build.7:210
13791500 msgid "manages mounting of /sys"
13801501 msgstr ""
13811502
13821503 #. type: IP
1383 #: en/live-build.7:208
1504 #: en/live-build.7:210
13841505 #, fuzzy, no-wrap
13851506 #| msgid "B<lb_chroot_sysv-rc>(1)"
13861507 msgid "B<lb chroot_sysv-rc>(1)"
13871508 msgstr "B<lb_chroot_sysv-rc>(1)"
13881509
13891510 #. type: Plain text
1390 #: en/live-build.7:210
1511 #: en/live-build.7:212
13911512 #, fuzzy
13921513 #| msgid "manage /usr/sbin/policy-rc.d"
13931514 msgid "manages the /usr/sbin/policy-rc.d file"
13941515 msgstr "gère /usr/sbin/policy-rc.d"
13951516
13961517 #. type: IP
1397 #: en/live-build.7:210
1518 #: en/live-build.7:212
13981519 #, fuzzy, no-wrap
13991520 #| msgid "B<lb_chroot_sysfs>(1)"
14001521 msgid "B<lb chroot_tmpfs>(1)"
14011522 msgstr "B<lb_chroot_sysfs>(1)"
14021523
14031524 #. type: Plain text
1404 #: en/live-build.7:212
1525 #: en/live-build.7:214
14051526 msgid "manages configuration of dpkg to use a tmpfs filesystem"
14061527 msgstr ""
14071528
1408 #. type: IP
1409 #: en/live-build.7:212
1410 #, fuzzy, no-wrap
1411 #| msgid "B<lb_chroot_apt>(1)"
1412 msgid "B<lb chroot_upstart>(1)"
1413 msgstr "B<lb_chroot_apt>(1)"
1414
1415 #. FIXME
1416 #. type: Plain text
1529 #. type: SH
14171530 #: en/live-build.7:215
1418 msgid ""
1419 "manages use of upstart /sbin/initctl program; in apply mode blocking "
1420 "execution through a dpkg diversion, and in remove mode enabling execution "
1421 "again"
1422 msgstr ""
1423
1424 #. type: SH
1425 #: en/live-build.7:216
14261531 #, no-wrap
14271532 msgid "CONFIG FILES"
14281533 msgstr "FICHIERS DE CONFIGURATION"
14291534
1430 #. FIXME
1431 #. type: Plain text
1432 #: en/live-build.7:219
1535 #. type: Plain text
1536 #: en/live-build.7:217
1537 #, fuzzy
1538 #| msgid ""
1539 #| "Many live-build commands make use of files in the I<config/> directory to "
1540 #| "control what they do. Besides the common I<config/common>, which is used "
1541 #| "by all live-build commands, some additional files can be used to "
1542 #| "configure the behavior of specific live-build commands. These files are "
1543 #| "typically named config/stage or config/stage_helper (where \"stage\" of "
1544 #| "course, is replaced with the name of the stage that they belong to, and "
1545 #| "\"helper\" with the name of the helper)."
14331546 msgid ""
14341547 "Many live-build commands make use of files in the I<config/> directory to "
14351548 "control what they do. Besides the common I<config/common>, which is used by "
14361549 "all live-build commands, some additional files can be used to configure the "
14371550 "behavior of specific live-build commands. These files are typically named "
1438 "config/stage or config/stage_helper (where \"stage\" of course, is replaced "
1439 "with the name of the stage that they belong to, and \"helper\" with the name "
1440 "of the helper)."
1551 "config/stage (where \"stage\" of course, is replaced with the name of the "
1552 "stage that they belong to)."
14411553 msgstr ""
14421554 "Plusieurs commandes live-build utilisent des fichiers dans le répertoire "
14431555 "I<config/> pour contrôler ce qu'elles font. En plus du I<config/common> "
14491561 "l'assistant)."
14501562
14511563 #. type: Plain text
1452 #: en/live-build.7:221
1453 #, fuzzy
1454 #| msgid ""
1455 #| "For example, lb_bootstrap_debootstrap uses files named config/bootstrap "
1456 #| "and config/bootstrap_debootstrap to read the options it will use. See the "
1457 #| "man pages of individual commands for details about the names and formats "
1458 #| "of the files they use. Generally, these files contain variables with "
1459 #| "values assigned, one variable per line. Some programs in live-build use "
1460 #| "pairs of values or slightly more complicated variable assignments."
1461 msgid ""
1462 "For example, lb bootstrap_debootstrap uses files named config/bootstrap and "
1463 "config/bootstrap_debootstrap to read the options it will use. See the man "
1464 "pages of individual commands for details about the names and formats of the "
1465 "files they use. Generally, these files contain variables with values "
1466 "assigned, one variable per line. Some programs in live-build use pairs of "
1467 "values or slightly more complicated variable assignments."
1468 msgstr ""
1469 "Par exemple, lb_bootstrap_debootstrap utilise des fichiers nommés config/"
1470 "bootstrap et config/bootstrap_debootstrap pour lire les options qu'il "
1471 "utilisera. Voir les pages des commandes individuelles de manuel pour des "
1472 "détails à propos des noms et des formats de fichiers qu'ils utilisent. "
1473 "Généralement, ces fichiers contiennent des variables avec des valeurs "
1474 "assignées, une variable par ligne. Plusieurs programmes dans live-build "
1475 "utilisent des paires de valeur ou des assignations de variables légèrement "
1476 "plus compliquées."
1477
1478 #. type: Plain text
1479 #: en/live-build.7:223
1564 #: en/live-build.7:219
14801565 msgid ""
14811566 "Note that live-build will respect environment variables which are present in "
14821567 "the context of the shell it is running. If variables can be read from config "
14941579 "build la paramètrera automatiquement à la valeur par défaut."
14951580
14961581 #. type: Plain text
1497 #: en/live-build.7:225
1582 #: en/live-build.7:221
1583 #, fuzzy
1584 #| msgid ""
1585 #| "In some rare cases, you may want to have different versions of these "
1586 #| "files for different architectures or distributions. If files named config/"
1587 #| "stage.arch or config/stage_helper.arch, and config/stage.dist or config/"
1588 #| "stage_helper.dist exist, where \"arch\" is the same as the output of "
1589 #| "\"dpkg --print-architecture\" and \"dist\" is the same as the codename of "
1590 #| "the target distribution, then they will be used in preference to other, "
1591 #| "more general files."
14981592 msgid ""
14991593 "In some rare cases, you may want to have different versions of these files "
15001594 "for different architectures or distributions. If files named config/stage."
1501 "arch or config/stage_helper.arch, and config/stage.dist or config/"
1502 "stage_helper.dist exist, where \"arch\" is the same as the output of \"dpkg "
1503 "--print-architecture\" and \"dist\" is the same as the codename of the "
1504 "target distribution, then they will be used in preference to other, more "
1595 "arch and config/stage.dist exist, where \"arch\" is the same as the output "
1596 "of \"dpkg --print-architecture\" and \"dist\" is the same as the codename of "
1597 "the target distribution, then they will be used in preference to other, more "
15051598 "general files."
15061599 msgstr ""
15071600 "Dans de rares cas, vous pourriez vouloir avoir différentes versions de ces "
15121605 "code de la distribution cible, alors ils seront utilisés en priorité aux "
15131606 "autres fichier plus généraux."
15141607
1515 #. FIXME
1516 #. type: Plain text
1517 #: en/live-build.7:228
1608 #. type: Plain text
1609 #: en/live-build.7:223
15181610 msgid ""
15191611 "All config files are shell scripts which are sourced by a live-build "
15201612 "program. That means they have to follow the normal shell syntax. You can "
15261618 "fichiers; les lignes commençant par des \"#\" sont ignorées."
15271619
15281620 #. type: IP
1529 #: en/live-build.7:230
1621 #: en/live-build.7:225
15301622 #, no-wrap
15311623 msgid "B</etc/live/build.conf>"
15321624 msgstr "B</etc/live/build.conf>"
15331625
15341626 #. type: IP
1535 #: en/live-build.7:231
1627 #: en/live-build.7:226
15361628 #, no-wrap
15371629 msgid "B</etc/live/build/*>"
15381630 msgstr "B</etc/live/build/*>"
44 msgid ""
55 msgstr ""
66 "Project-Id-Version: live-build\n"
7 "POT-Creation-Date: 2017-08-29 15:05+0200\n"
7 "POT-Creation-Date: 2021-09-02 13:56+0100\n"
88 "PO-Revision-Date: 2014-08-28 02:52+0900\n"
99 "Last-Translator: victory <[email protected]>\n"
1010 "Language-Team: none\n"
1515
1616 #. type: TH
1717 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
18 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
19 #: en/live-build.7:1
18 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_installer.1:1
19 #: en/lb_source.1:1 en/live-build.7:1
2020 #, no-wrap
2121 msgid "LIVE-BUILD"
2222 msgstr "LIVE-BUILD"
2323
2424 #. type: TH
2525 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
26 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
27 #: en/live-build.7:1
28 #, no-wrap
29 msgid "2017-08-29"
30 msgstr ""
31
32 #. type: TH
33 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
34 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
35 #: en/live-build.7:1
36 #, no-wrap
37 msgid "1:20170807kali1"
38 msgstr ""
39
40 #. type: TH
41 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
42 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
43 #: en/live-build.7:1
44 #, no-wrap
45 msgid "Live Systems Project"
26 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_installer.1:1
27 #: en/lb_source.1:1 en/live-build.7:1
28 #, no-wrap
29 msgid "2021-09-02"
30 msgstr ""
31
32 #. type: TH
33 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
34 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_installer.1:1
35 #: en/lb_source.1:1 en/live-build.7:1
36 #, no-wrap
37 msgid "1:20210902"
38 msgstr ""
39
40 #. type: TH
41 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
42 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_installer.1:1
43 #: en/lb_source.1:1 en/live-build.7:1
44 #, fuzzy, no-wrap
45 #| msgid "Live Systems Project"
46 msgid "Debian Live Project"
4647 msgstr "Live システムプロジェクト"
4748
4849 #. type: SH
4950 #: en/lb.1:3 en/lb_binary.1:3 en/lb_bootstrap.1:3 en/lb_build.1:3
50 #: en/lb_chroot.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_source.1:3
51 #: en/live-build.7:3
51 #: en/lb_chroot.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_installer.1:3
52 #: en/lb_source.1:3 en/live-build.7:3
5253 #, no-wrap
5354 msgid "NAME"
5455 msgstr "名前"
6061
6162 #. type: SH
6263 #: en/lb.1:6 en/lb_binary.1:6 en/lb_bootstrap.1:6 en/lb_build.1:6
63 #: en/lb_chroot.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_source.1:6
64 #: en/live-build.7:6
64 #: en/lb_chroot.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_installer.1:6
65 #: en/lb_source.1:6 en/live-build.7:6
6566 #, no-wrap
6667 msgid "SYNOPSIS"
6768 msgstr "概要"
6869
6970 #. type: Plain text
7071 #: en/lb.1:8
71 msgid "B<lb> COMMAND [COMMAND_OPTIONS]"
72 #, fuzzy
73 #| msgid "B<lb> COMMAND [COMMAND_OPTIONS]"
74 msgid "B<lb> I<COMMAND> [I<COMMAND_OPTIONS>]"
7275 msgstr "B<lb> コマンド [コマンドのオプション]"
7376
7477 #. type: Plain text
7578 #: en/lb.1:10
76 msgid "B<lb> [I<live-build\\ options>]"
77 msgstr "B<lb> [I<live-build\\ オプション>]"
79 #, fuzzy
80 #| msgid "B<lb> COMMAND [COMMAND_OPTIONS]"
81 msgid "B<lb> [I<OPTIONS>]"
82 msgstr "B<lb> コマンド [コマンドのオプション]"
7883
7984 #. type: SH
8085 #: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9
81 #: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:229 en/lb_source.1:9
82 #: en/live-build.7:11
86 #: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:235 en/lb_installer.1:9
87 #: en/lb_source.1:9 en/live-build.7:11
8388 #, no-wrap
8489 msgid "DESCRIPTION"
8590 msgstr "説明"
8691
8792 #. type: Plain text
8893 #: en/lb.1:13
89 msgid ""
90 "B<lb> is a high-level command (porcelain) of I<live-build>(7), the live "
91 "systems tool suite."
94 #, fuzzy
95 #| msgid ""
96 #| "B<lb> is a high-level command (porcelain) of I<live-build>(7), the live "
97 #| "systems tool suite."
98 msgid ""
99 "B<lb> is a high-level command (porcelain) of I<live-build>(7), the Debian "
100 "Live tool suite."
92101 msgstr ""
93102 "B<lb> は Live システムツール集 I<live-build>(7) の高レベルコマンド "
94103 "(porcelain) です。"
95104
96105 #. type: SH
97 #: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
98 #: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:238 en/lb_source.1:14
99 #: en/live-build.7:20
106 #: en/lb.1:14 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
107 #: en/lb_chroot.1:14 en/lb_clean.1:14 en/lb_config.1:242 en/lb_installer.1:14
108 #: en/lb_source.1:14 en/live-build.7:18
100109 #, no-wrap
101110 msgid "OPTIONS"
102111 msgstr "オプション"
103112
104113 #. type: Plain text
105 #: en/lb.1:18
114 #: en/lb.1:16
106115 msgid ""
107116 "B<lb> has no specific options but understands all generic live-build "
108117 "options. See I<live-build>(7) for a complete list of all generic live-build "
113122 "ください。"
114123
115124 #. type: SH
116 #: en/lb.1:19 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17
117 #: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:474 en/lb_source.1:17
118 #: en/live-build.7:229
125 #: en/lb.1:17 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17
126 #: en/lb_chroot.1:17 en/lb_clean.1:34 en/lb_config.1:473 en/lb_installer.1:17
127 #: en/lb_source.1:17 en/live-build.7:224
119128 #, no-wrap
120129 msgid "FILES"
121130 msgstr "ファイル"
122131
123132 #. type: IP
124 #: en/lb.1:20 en/lb_binary.1:18 en/lb_bootstrap.1:18 en/lb_chroot.1:18
125 #: en/lb_source.1:18
133 #: en/lb.1:18 en/lb_binary.1:18 en/lb_bootstrap.1:18 en/lb_chroot.1:18
134 #: en/lb_installer.1:18 en/lb_source.1:18
126135 #, no-wrap
127136 msgid "B<none>"
128137 msgstr "B<無し>"
129138
130139 #. type: SH
131 #: en/lb.1:22 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:22
132 #: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:481 en/lb_source.1:20
133 #: en/live-build.7:233
140 #: en/lb.1:20 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:20
141 #: en/lb_chroot.1:20 en/lb_clean.1:37 en/lb_config.1:478 en/lb_installer.1:20
142 #: en/lb_source.1:20 en/live-build.7:228
134143 #, no-wrap
135144 msgid "SEE ALSO"
136145 msgstr "関連項目"
137146
138147 #. type: Plain text
139 #: en/lb.1:24 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:24
140 #: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:483 en/lb_source.1:22
148 #: en/lb.1:22 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:22
149 #: en/lb_chroot.1:22 en/lb_clean.1:39 en/lb_config.1:480 en/lb_installer.1:22
150 #: en/lb_source.1:22
141151 msgid "I<live-build>(7)"
142152 msgstr "I<live-build>(7)"
143153
144154 #. type: Plain text
145 #: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26
146 #: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:489 en/lb_source.1:24
147 #: en/live-build.7:239
155 #: en/lb.1:24 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:24
156 #: en/lb_chroot.1:24 en/lb_clean.1:41 en/lb_config.1:486 en/lb_installer.1:24
157 #: en/lb_source.1:24 en/live-build.7:234
148158 msgid "This program is a part of live-build."
149159 msgstr "このプログラムは live-build の一部です。"
150160
151161 #. type: SH
152 #: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27
153 #: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:490 en/lb_source.1:25
154 #: en/live-build.7:240
162 #: en/lb.1:25 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:25
163 #: en/lb_chroot.1:25 en/lb_clean.1:42 en/lb_config.1:487 en/lb_installer.1:25
164 #: en/lb_source.1:25 en/live-build.7:235
155165 #, no-wrap
156166 msgid "HOMEPAGE"
157167 msgstr "ホームページ"
158168
159169 #. type: Plain text
160 #: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29
161 #: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:492 en/lb_source.1:27
162 #: en/live-build.7:242
163 #, fuzzy
164 msgid ""
165 "More information about live-build and the Live Systems project can be found "
166 "on the homepage at E<lt>I<https://debian-live.alioth.debian.org/>E<gt>."
170 #: en/lb.1:27 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:27
171 #: en/lb_chroot.1:27 en/lb_clean.1:44 en/lb_config.1:489 en/lb_installer.1:27
172 #: en/lb_source.1:27 en/live-build.7:237
173 #, fuzzy
174 msgid ""
175 "More information about live-build and the Debian Live project can be found "
176 "on the homepage at E<lt>I<https://wiki.debian.org/DebianLive>E<gt>."
167177 msgstr ""
168178 "live-build 及び Live システムプロジェクトについてのさらなる情報は、"
169179 "E<lt>I<https://debian-live.alioth.debian.org/>E<gt> のホームページや "
170180 "E<lt>I<http://live-systems.org/manual/>E<gt> のマニュアルにあります。"
171181
172182 #. type: SH
173 #: en/lb.1:30 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:30
174 #: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:493 en/lb_source.1:28
175 #: en/live-build.7:243
183 #: en/lb.1:28 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:28
184 #: en/lb_chroot.1:28 en/lb_clean.1:45 en/lb_config.1:490 en/lb_installer.1:28
185 #: en/lb_source.1:28 en/live-build.7:238
176186 #, no-wrap
177187 msgid "BUGS"
178188 msgstr "バグ"
179189
180190 #. type: Plain text
181 #: en/lb.1:32 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:32
182 #: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:495 en/lb_source.1:30
183 #: en/live-build.7:245
184 msgid ""
185 "Bugs can be reported by submitting a bugreport for the live-build package in "
186 "the Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
187 "writing a mail to the Live Systems mailing list at E<lt>I<debian-live@lists."
191 #: en/lb.1:30 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:30
192 #: en/lb_chroot.1:30 en/lb_clean.1:47 en/lb_config.1:492 en/lb_installer.1:30
193 #: en/lb_source.1:30 en/live-build.7:240
194 #, fuzzy
195 #| msgid ""
196 #| "Bugs can be reported by submitting a bugreport for the live-build package "
197 #| "in the Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
198 #| "writing a mail to the Live Systems mailing list at E<lt>I<debian-"
199 #| "[email protected]>E<gt>."
200 msgid ""
201 "Bugs can be reported by submitting a bug report for the live-build package "
202 "in the Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
203 "writing a mail to the Debian Live mailing list at E<lt>I<debian-live@lists."
188204 "debian.org>E<gt>."
189205 msgstr ""
190206 "バグは E<lt>I<http://bugs.debian.org/>E<gt> にあるバグ追跡システムに live-"
193209 "報告できます。"
194210
195211 #. type: SH
196 #: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33
197 #: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:496 en/lb_source.1:31
198 #: en/live-build.7:246
212 #: en/lb.1:31 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:31
213 #: en/lb_chroot.1:31 en/lb_clean.1:48 en/lb_config.1:493 en/lb_installer.1:31
214 #: en/lb_source.1:31 en/live-build.7:241
199215 #, no-wrap
200216 msgid "AUTHOR"
201217 msgstr "作者"
202218
203219 #. type: Plain text
204 #: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34
205 #: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:497 en/lb_source.1:32
206 #: en/live-build.7:247
207 msgid ""
208 "live-build was written by Daniel Baumann E<lt>I<[email protected]>E<gt>."
220 #: en/lb.1:32 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:32
221 #: en/lb_chroot.1:32 en/lb_clean.1:49 en/lb_config.1:494 en/lb_installer.1:32
222 #: en/lb_source.1:32 en/live-build.7:242
223 #, fuzzy
224 #| msgid ""
225 #| "live-build was written by Daniel Baumann E<lt>I<mail@daniel-baumann."
226 #| "ch>E<gt>."
227 msgid ""
228 "live-build was originally written by Daniel Baumann E<lt>I<mail@daniel-"
229 "baumann.ch>E<gt>. Since 2016 development has been continued by the Debian "
230 "Live team."
209231 msgstr ""
210232 "live-build は Daniel Baumann さん E<lt>I<[email protected]>E<gt> により"
211233 "書かれました。"
44 msgid ""
55 msgstr ""
66 "Project-Id-Version: live-build\n"
7 "POT-Creation-Date: 2017-08-29 15:05+0200\n"
7 "POT-Creation-Date: 2021-09-02 13:56+0100\n"
88 "PO-Revision-Date: 2014-08-28 02:52+0900\n"
99 "Last-Translator: victory <[email protected]>\n"
1010 "Language-Team: none\n"
1515
1616 #. type: TH
1717 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
18 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
19 #: en/live-build.7:1
18 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_installer.1:1
19 #: en/lb_source.1:1 en/live-build.7:1
2020 #, no-wrap
2121 msgid "LIVE-BUILD"
2222 msgstr "LIVE-BUILD"
2323
2424 #. type: TH
2525 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
26 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
27 #: en/live-build.7:1
28 #, no-wrap
29 msgid "2017-08-29"
30 msgstr ""
31
32 #. type: TH
33 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
34 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
35 #: en/live-build.7:1
36 #, no-wrap
37 msgid "1:20170807kali1"
38 msgstr ""
39
40 #. type: TH
41 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
42 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
43 #: en/live-build.7:1
44 #, no-wrap
45 msgid "Live Systems Project"
26 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_installer.1:1
27 #: en/lb_source.1:1 en/live-build.7:1
28 #, no-wrap
29 msgid "2021-09-02"
30 msgstr ""
31
32 #. type: TH
33 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
34 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_installer.1:1
35 #: en/lb_source.1:1 en/live-build.7:1
36 #, no-wrap
37 msgid "1:20210902"
38 msgstr ""
39
40 #. type: TH
41 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
42 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_installer.1:1
43 #: en/lb_source.1:1 en/live-build.7:1
44 #, fuzzy, no-wrap
45 #| msgid "Live Systems Project"
46 msgid "Debian Live Project"
4647 msgstr "Live システムプロジェクト"
4748
4849 #. type: SH
4950 #: en/lb.1:3 en/lb_binary.1:3 en/lb_bootstrap.1:3 en/lb_build.1:3
50 #: en/lb_chroot.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_source.1:3
51 #: en/live-build.7:3
51 #: en/lb_chroot.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_installer.1:3
52 #: en/lb_source.1:3 en/live-build.7:3
5253 #, no-wrap
5354 msgid "NAME"
5455 msgstr "名前"
5556
5657 #. type: SH
5758 #: en/lb.1:6 en/lb_binary.1:6 en/lb_bootstrap.1:6 en/lb_build.1:6
58 #: en/lb_chroot.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_source.1:6
59 #: en/live-build.7:6
59 #: en/lb_chroot.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_installer.1:6
60 #: en/lb_source.1:6 en/live-build.7:6
6061 #, no-wrap
6162 msgid "SYNOPSIS"
6263 msgstr "概要"
6364
6465 #. type: SH
6566 #: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9
66 #: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:229 en/lb_source.1:9
67 #: en/live-build.7:11
67 #: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:235 en/lb_installer.1:9
68 #: en/lb_source.1:9 en/live-build.7:11
6869 #, no-wrap
6970 msgid "DESCRIPTION"
7071 msgstr "説明"
7172
7273 #. type: SH
73 #: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
74 #: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:238 en/lb_source.1:14
75 #: en/live-build.7:20
74 #: en/lb.1:14 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
75 #: en/lb_chroot.1:14 en/lb_clean.1:14 en/lb_config.1:242 en/lb_installer.1:14
76 #: en/lb_source.1:14 en/live-build.7:18
7677 #, no-wrap
7778 msgid "OPTIONS"
7879 msgstr "オプション"
7980
8081 #. type: SH
81 #: en/lb.1:19 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17
82 #: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:474 en/lb_source.1:17
83 #: en/live-build.7:229
82 #: en/lb.1:17 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17
83 #: en/lb_chroot.1:17 en/lb_clean.1:34 en/lb_config.1:473 en/lb_installer.1:17
84 #: en/lb_source.1:17 en/live-build.7:224
8485 #, no-wrap
8586 msgid "FILES"
8687 msgstr "ファイル"
8788
8889 #. type: IP
89 #: en/lb.1:20 en/lb_binary.1:18 en/lb_bootstrap.1:18 en/lb_chroot.1:18
90 #: en/lb_source.1:18
90 #: en/lb.1:18 en/lb_binary.1:18 en/lb_bootstrap.1:18 en/lb_chroot.1:18
91 #: en/lb_installer.1:18 en/lb_source.1:18
9192 #, no-wrap
9293 msgid "B<none>"
9394 msgstr "B<無し>"
9495
9596 #. type: SH
96 #: en/lb.1:22 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:22
97 #: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:481 en/lb_source.1:20
98 #: en/live-build.7:233
97 #: en/lb.1:20 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:20
98 #: en/lb_chroot.1:20 en/lb_clean.1:37 en/lb_config.1:478 en/lb_installer.1:20
99 #: en/lb_source.1:20 en/live-build.7:228
99100 #, no-wrap
100101 msgid "SEE ALSO"
101102 msgstr "関連項目"
102103
103104 #. type: Plain text
104 #: en/lb.1:24 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:24
105 #: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:483 en/lb_source.1:22
105 #: en/lb.1:22 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:22
106 #: en/lb_chroot.1:22 en/lb_clean.1:39 en/lb_config.1:480 en/lb_installer.1:22
107 #: en/lb_source.1:22
106108 msgid "I<live-build>(7)"
107109 msgstr "I<live-build>(7)"
108110
109111 #. type: Plain text
110 #: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26
111 #: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:489 en/lb_source.1:24
112 #: en/live-build.7:239
112 #: en/lb.1:24 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:24
113 #: en/lb_chroot.1:24 en/lb_clean.1:41 en/lb_config.1:486 en/lb_installer.1:24
114 #: en/lb_source.1:24 en/live-build.7:234
113115 msgid "This program is a part of live-build."
114116 msgstr "このプログラムは live-build の一部です。"
115117
116118 #. type: SH
117 #: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27
118 #: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:490 en/lb_source.1:25
119 #: en/live-build.7:240
119 #: en/lb.1:25 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:25
120 #: en/lb_chroot.1:25 en/lb_clean.1:42 en/lb_config.1:487 en/lb_installer.1:25
121 #: en/lb_source.1:25 en/live-build.7:235
120122 #, no-wrap
121123 msgid "HOMEPAGE"
122124 msgstr "ホームページ"
123125
124126 #. type: Plain text
125 #: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29
126 #: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:492 en/lb_source.1:27
127 #: en/live-build.7:242
128 #, fuzzy
129 msgid ""
130 "More information about live-build and the Live Systems project can be found "
131 "on the homepage at E<lt>I<https://debian-live.alioth.debian.org/>E<gt>."
127 #: en/lb.1:27 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:27
128 #: en/lb_chroot.1:27 en/lb_clean.1:44 en/lb_config.1:489 en/lb_installer.1:27
129 #: en/lb_source.1:27 en/live-build.7:237
130 #, fuzzy
131 msgid ""
132 "More information about live-build and the Debian Live project can be found "
133 "on the homepage at E<lt>I<https://wiki.debian.org/DebianLive>E<gt>."
132134 msgstr ""
133135 "live-build 及び Live システムプロジェクトについてのさらなる情報は、"
134136 "E<lt>I<https://debian-live.alioth.debian.org/>E<gt> のホームページや "
135137 "E<lt>I<http://live-systems.org/manual/>E<gt> のマニュアルにあります。"
136138
137139 #. type: SH
138 #: en/lb.1:30 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:30
139 #: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:493 en/lb_source.1:28
140 #: en/live-build.7:243
140 #: en/lb.1:28 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:28
141 #: en/lb_chroot.1:28 en/lb_clean.1:45 en/lb_config.1:490 en/lb_installer.1:28
142 #: en/lb_source.1:28 en/live-build.7:238
141143 #, no-wrap
142144 msgid "BUGS"
143145 msgstr "バグ"
144146
145147 #. type: Plain text
146 #: en/lb.1:32 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:32
147 #: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:495 en/lb_source.1:30
148 #: en/live-build.7:245
149 msgid ""
150 "Bugs can be reported by submitting a bugreport for the live-build package in "
151 "the Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
152 "writing a mail to the Live Systems mailing list at E<lt>I<debian-live@lists."
148 #: en/lb.1:30 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:30
149 #: en/lb_chroot.1:30 en/lb_clean.1:47 en/lb_config.1:492 en/lb_installer.1:30
150 #: en/lb_source.1:30 en/live-build.7:240
151 #, fuzzy
152 #| msgid ""
153 #| "Bugs can be reported by submitting a bugreport for the live-build package "
154 #| "in the Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
155 #| "writing a mail to the Live Systems mailing list at E<lt>I<debian-"
156 #| "[email protected]>E<gt>."
157 msgid ""
158 "Bugs can be reported by submitting a bug report for the live-build package "
159 "in the Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
160 "writing a mail to the Debian Live mailing list at E<lt>I<debian-live@lists."
153161 "debian.org>E<gt>."
154162 msgstr ""
155163 "バグは E<lt>I<http://bugs.debian.org/>E<gt> にあるバグ追跡システムに live-"
158166 "報告できます。"
159167
160168 #. type: SH
161 #: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33
162 #: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:496 en/lb_source.1:31
163 #: en/live-build.7:246
169 #: en/lb.1:31 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:31
170 #: en/lb_chroot.1:31 en/lb_clean.1:48 en/lb_config.1:493 en/lb_installer.1:31
171 #: en/lb_source.1:31 en/live-build.7:241
164172 #, no-wrap
165173 msgid "AUTHOR"
166174 msgstr "作者"
167175
168176 #. type: Plain text
169 #: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34
170 #: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:497 en/lb_source.1:32
171 #: en/live-build.7:247
172 msgid ""
173 "live-build was written by Daniel Baumann E<lt>I<[email protected]>E<gt>."
177 #: en/lb.1:32 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:32
178 #: en/lb_chroot.1:32 en/lb_clean.1:49 en/lb_config.1:494 en/lb_installer.1:32
179 #: en/lb_source.1:32 en/live-build.7:242
180 #, fuzzy
181 #| msgid ""
182 #| "live-build was written by Daniel Baumann E<lt>I<mail@daniel-baumann."
183 #| "ch>E<gt>."
184 msgid ""
185 "live-build was originally written by Daniel Baumann E<lt>I<mail@daniel-"
186 "baumann.ch>E<gt>. Since 2016 development has been continued by the Debian "
187 "Live team."
174188 msgstr ""
175189 "live-build は Daniel Baumann さん E<lt>I<[email protected]>E<gt> により"
176190 "書かれました。"
184198
185199 #. type: Plain text
186200 #: en/lb_binary.1:8
187 msgid "B<lb binary> [I<live-build options>]"
188 msgstr "B<lb binary> [I<live-build オプション>]"
201 #, fuzzy
202 #| msgid "B<lb_binary>(1)"
203 msgid "B<lb binary> [I<OPTIONS>]"
204 msgstr "B<lb_binary>(1)"
189205
190206 #. type: Plain text
191207 #: en/lb_binary.1:11
208 #, fuzzy
209 #| msgid ""
210 #| "B<lb binary> is a high-level command (porcelain) of I<live-build>(7), the "
211 #| "live systems tool suite."
192212 msgid ""
193213 "B<lb binary> is a high-level command (porcelain) of I<live-build>(7), the "
194 "live systems tool suite."
214 "Debian Live tool suite."
195215 msgstr ""
196216 "B<lb binary> は Live システムツール集 I<live-build>(7) の高レベルコマンド "
197217 "(porcelain) です。"
44 msgid ""
55 msgstr ""
66 "Project-Id-Version: live-build\n"
7 "POT-Creation-Date: 2017-08-29 15:05+0200\n"
7 "POT-Creation-Date: 2021-09-02 13:56+0100\n"
88 "PO-Revision-Date: 2014-08-29 06:25+0900\n"
99 "Last-Translator: victory <[email protected]>\n"
1010 "Language-Team: none\n"
1515
1616 #. type: TH
1717 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
18 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
19 #: en/live-build.7:1
18 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_installer.1:1
19 #: en/lb_source.1:1 en/live-build.7:1
2020 #, no-wrap
2121 msgid "LIVE-BUILD"
2222 msgstr "LIVE-BUILD"
2323
2424 #. type: TH
2525 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
26 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
27 #: en/live-build.7:1
28 #, no-wrap
29 msgid "2017-08-29"
30 msgstr ""
31
32 #. type: TH
33 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
34 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
35 #: en/live-build.7:1
36 #, no-wrap
37 msgid "1:20170807kali1"
38 msgstr ""
39
40 #. type: TH
41 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
42 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
43 #: en/live-build.7:1
44 #, no-wrap
45 msgid "Live Systems Project"
26 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_installer.1:1
27 #: en/lb_source.1:1 en/live-build.7:1
28 #, no-wrap
29 msgid "2021-09-02"
30 msgstr ""
31
32 #. type: TH
33 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
34 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_installer.1:1
35 #: en/lb_source.1:1 en/live-build.7:1
36 #, no-wrap
37 msgid "1:20210902"
38 msgstr ""
39
40 #. type: TH
41 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
42 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_installer.1:1
43 #: en/lb_source.1:1 en/live-build.7:1
44 #, fuzzy, no-wrap
45 #| msgid "Live Systems Project"
46 msgid "Debian Live Project"
4647 msgstr "Live システムプロジェクト"
4748
4849 #. type: SH
4950 #: en/lb.1:3 en/lb_binary.1:3 en/lb_bootstrap.1:3 en/lb_build.1:3
50 #: en/lb_chroot.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_source.1:3
51 #: en/live-build.7:3
51 #: en/lb_chroot.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_installer.1:3
52 #: en/lb_source.1:3 en/live-build.7:3
5253 #, no-wrap
5354 msgid "NAME"
5455 msgstr "名前"
5556
5657 #. type: SH
5758 #: en/lb.1:6 en/lb_binary.1:6 en/lb_bootstrap.1:6 en/lb_build.1:6
58 #: en/lb_chroot.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_source.1:6
59 #: en/live-build.7:6
59 #: en/lb_chroot.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_installer.1:6
60 #: en/lb_source.1:6 en/live-build.7:6
6061 #, no-wrap
6162 msgid "SYNOPSIS"
6263 msgstr "概要"
6364
6465 #. type: SH
6566 #: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9
66 #: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:229 en/lb_source.1:9
67 #: en/live-build.7:11
67 #: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:235 en/lb_installer.1:9
68 #: en/lb_source.1:9 en/live-build.7:11
6869 #, no-wrap
6970 msgid "DESCRIPTION"
7071 msgstr "説明"
7172
7273 #. type: SH
73 #: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
74 #: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:238 en/lb_source.1:14
75 #: en/live-build.7:20
74 #: en/lb.1:14 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
75 #: en/lb_chroot.1:14 en/lb_clean.1:14 en/lb_config.1:242 en/lb_installer.1:14
76 #: en/lb_source.1:14 en/live-build.7:18
7677 #, no-wrap
7778 msgid "OPTIONS"
7879 msgstr "オプション"
7980
8081 #. type: SH
81 #: en/lb.1:19 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17
82 #: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:474 en/lb_source.1:17
83 #: en/live-build.7:229
82 #: en/lb.1:17 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17
83 #: en/lb_chroot.1:17 en/lb_clean.1:34 en/lb_config.1:473 en/lb_installer.1:17
84 #: en/lb_source.1:17 en/live-build.7:224
8485 #, no-wrap
8586 msgid "FILES"
8687 msgstr "ファイル"
8788
8889 #. type: IP
89 #: en/lb.1:20 en/lb_binary.1:18 en/lb_bootstrap.1:18 en/lb_chroot.1:18
90 #: en/lb_source.1:18
90 #: en/lb.1:18 en/lb_binary.1:18 en/lb_bootstrap.1:18 en/lb_chroot.1:18
91 #: en/lb_installer.1:18 en/lb_source.1:18
9192 #, no-wrap
9293 msgid "B<none>"
9394 msgstr "B<無し>"
9495
9596 #. type: SH
96 #: en/lb.1:22 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:22
97 #: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:481 en/lb_source.1:20
98 #: en/live-build.7:233
97 #: en/lb.1:20 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:20
98 #: en/lb_chroot.1:20 en/lb_clean.1:37 en/lb_config.1:478 en/lb_installer.1:20
99 #: en/lb_source.1:20 en/live-build.7:228
99100 #, no-wrap
100101 msgid "SEE ALSO"
101102 msgstr "関連項目"
102103
103104 #. type: Plain text
104 #: en/lb.1:24 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:24
105 #: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:483 en/lb_source.1:22
105 #: en/lb.1:22 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:22
106 #: en/lb_chroot.1:22 en/lb_clean.1:39 en/lb_config.1:480 en/lb_installer.1:22
107 #: en/lb_source.1:22
106108 msgid "I<live-build>(7)"
107109 msgstr "I<live-build>(7)"
108110
109111 #. type: Plain text
110 #: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26
111 #: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:489 en/lb_source.1:24
112 #: en/live-build.7:239
112 #: en/lb.1:24 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:24
113 #: en/lb_chroot.1:24 en/lb_clean.1:41 en/lb_config.1:486 en/lb_installer.1:24
114 #: en/lb_source.1:24 en/live-build.7:234
113115 msgid "This program is a part of live-build."
114116 msgstr "このプログラムは live-build の一部です。"
115117
116118 #. type: SH
117 #: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27
118 #: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:490 en/lb_source.1:25
119 #: en/live-build.7:240
119 #: en/lb.1:25 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:25
120 #: en/lb_chroot.1:25 en/lb_clean.1:42 en/lb_config.1:487 en/lb_installer.1:25
121 #: en/lb_source.1:25 en/live-build.7:235
120122 #, no-wrap
121123 msgid "HOMEPAGE"
122124 msgstr "ホームページ"
123125
124126 #. type: Plain text
125 #: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29
126 #: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:492 en/lb_source.1:27
127 #: en/live-build.7:242
128 #, fuzzy
129 msgid ""
130 "More information about live-build and the Live Systems project can be found "
131 "on the homepage at E<lt>I<https://debian-live.alioth.debian.org/>E<gt>."
127 #: en/lb.1:27 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:27
128 #: en/lb_chroot.1:27 en/lb_clean.1:44 en/lb_config.1:489 en/lb_installer.1:27
129 #: en/lb_source.1:27 en/live-build.7:237
130 #, fuzzy
131 msgid ""
132 "More information about live-build and the Debian Live project can be found "
133 "on the homepage at E<lt>I<https://wiki.debian.org/DebianLive>E<gt>."
132134 msgstr ""
133135 "live-build 及び Live システムプロジェクトについてのさらなる情報は、"
134136 "E<lt>I<https://debian-live.alioth.debian.org/>E<gt> のホームページや "
135137 "E<lt>I<http://live-systems.org/manual/>E<gt> のマニュアルにあります。"
136138
137139 #. type: SH
138 #: en/lb.1:30 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:30
139 #: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:493 en/lb_source.1:28
140 #: en/live-build.7:243
140 #: en/lb.1:28 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:28
141 #: en/lb_chroot.1:28 en/lb_clean.1:45 en/lb_config.1:490 en/lb_installer.1:28
142 #: en/lb_source.1:28 en/live-build.7:238
141143 #, no-wrap
142144 msgid "BUGS"
143145 msgstr "バグ"
144146
145147 #. type: Plain text
146 #: en/lb.1:32 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:32
147 #: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:495 en/lb_source.1:30
148 #: en/live-build.7:245
149 msgid ""
150 "Bugs can be reported by submitting a bugreport for the live-build package in "
151 "the Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
152 "writing a mail to the Live Systems mailing list at E<lt>I<debian-live@lists."
148 #: en/lb.1:30 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:30
149 #: en/lb_chroot.1:30 en/lb_clean.1:47 en/lb_config.1:492 en/lb_installer.1:30
150 #: en/lb_source.1:30 en/live-build.7:240
151 #, fuzzy
152 #| msgid ""
153 #| "Bugs can be reported by submitting a bugreport for the live-build package "
154 #| "in the Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
155 #| "writing a mail to the Live Systems mailing list at E<lt>I<debian-"
156 #| "[email protected]>E<gt>."
157 msgid ""
158 "Bugs can be reported by submitting a bug report for the live-build package "
159 "in the Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
160 "writing a mail to the Debian Live mailing list at E<lt>I<debian-live@lists."
153161 "debian.org>E<gt>."
154162 msgstr ""
155163 "バグは E<lt>I<http://bugs.debian.org/>E<gt> にあるバグ追跡システムに live-"
158166 "報告できます。"
159167
160168 #. type: SH
161 #: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33
162 #: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:496 en/lb_source.1:31
163 #: en/live-build.7:246
169 #: en/lb.1:31 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:31
170 #: en/lb_chroot.1:31 en/lb_clean.1:48 en/lb_config.1:493 en/lb_installer.1:31
171 #: en/lb_source.1:31 en/live-build.7:241
164172 #, no-wrap
165173 msgid "AUTHOR"
166174 msgstr "作者"
167175
168176 #. type: Plain text
169 #: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34
170 #: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:497 en/lb_source.1:32
171 #: en/live-build.7:247
172 msgid ""
173 "live-build was written by Daniel Baumann E<lt>I<[email protected]>E<gt>."
177 #: en/lb.1:32 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:32
178 #: en/lb_chroot.1:32 en/lb_clean.1:49 en/lb_config.1:494 en/lb_installer.1:32
179 #: en/lb_source.1:32 en/live-build.7:242
180 #, fuzzy
181 #| msgid ""
182 #| "live-build was written by Daniel Baumann E<lt>I<mail@daniel-baumann."
183 #| "ch>E<gt>."
184 msgid ""
185 "live-build was originally written by Daniel Baumann E<lt>I<mail@daniel-"
186 "baumann.ch>E<gt>. Since 2016 development has been continued by the Debian "
187 "Live team."
174188 msgstr ""
175189 "live-build は Daniel Baumann さん E<lt>I<[email protected]>E<gt> により"
176190 "書かれました。"
184198
185199 #. type: Plain text
186200 #: en/lb_bootstrap.1:8
187 msgid "B<lb bootstrap> [I<live-build options>]"
188 msgstr "B<lb bootstrap> [I<live-build オプション>]"
201 #, fuzzy
202 #| msgid "B<--net-root-mountoptions> I<OPTIONS>"
203 msgid "B<lb bootstrap> [I<OPTIONS>]"
204 msgstr "B<--net-root-mountoptions> I<オプション>"
189205
190206 #. type: Plain text
191207 #: en/lb_bootstrap.1:11
208 #, fuzzy
209 #| msgid ""
210 #| "B<lb bootstrap> is a high-level command (porcelain) of I<live-build>(7), "
211 #| "the live systems tool suite."
192212 msgid ""
193213 "B<lb bootstrap> is a high-level command (porcelain) of I<live-build>(7), the "
194 "live systems tool suite."
214 "Debian Live tool suite."
195215 msgstr ""
196216 "B<lb bootstrap> は Live システムツール集 I<live-build>(7) の高レベルコマンド "
197217 "(porcelain) です。"
44 msgid ""
55 msgstr ""
66 "Project-Id-Version: live-build\n"
7 "POT-Creation-Date: 2017-08-29 15:05+0200\n"
7 "POT-Creation-Date: 2021-09-02 13:56+0100\n"
88 "PO-Revision-Date: 2014-08-28 02:52+0900\n"
99 "Last-Translator: victory <[email protected]>\n"
1010 "Language-Team: none\n"
1515
1616 #. type: TH
1717 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
18 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
19 #: en/live-build.7:1
18 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_installer.1:1
19 #: en/lb_source.1:1 en/live-build.7:1
2020 #, no-wrap
2121 msgid "LIVE-BUILD"
2222 msgstr "LIVE-BUILD"
2323
2424 #. type: TH
2525 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
26 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
27 #: en/live-build.7:1
28 #, no-wrap
29 msgid "2017-08-29"
30 msgstr ""
31
32 #. type: TH
33 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
34 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
35 #: en/live-build.7:1
36 #, no-wrap
37 msgid "1:20170807kali1"
38 msgstr ""
39
40 #. type: TH
41 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
42 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
43 #: en/live-build.7:1
44 #, no-wrap
45 msgid "Live Systems Project"
26 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_installer.1:1
27 #: en/lb_source.1:1 en/live-build.7:1
28 #, no-wrap
29 msgid "2021-09-02"
30 msgstr ""
31
32 #. type: TH
33 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
34 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_installer.1:1
35 #: en/lb_source.1:1 en/live-build.7:1
36 #, no-wrap
37 msgid "1:20210902"
38 msgstr ""
39
40 #. type: TH
41 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
42 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_installer.1:1
43 #: en/lb_source.1:1 en/live-build.7:1
44 #, fuzzy, no-wrap
45 #| msgid "Live Systems Project"
46 msgid "Debian Live Project"
4647 msgstr "Live システムプロジェクト"
4748
4849 #. type: SH
4950 #: en/lb.1:3 en/lb_binary.1:3 en/lb_bootstrap.1:3 en/lb_build.1:3
50 #: en/lb_chroot.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_source.1:3
51 #: en/live-build.7:3
51 #: en/lb_chroot.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_installer.1:3
52 #: en/lb_source.1:3 en/live-build.7:3
5253 #, no-wrap
5354 msgid "NAME"
5455 msgstr "名前"
5556
5657 #. type: SH
5758 #: en/lb.1:6 en/lb_binary.1:6 en/lb_bootstrap.1:6 en/lb_build.1:6
58 #: en/lb_chroot.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_source.1:6
59 #: en/live-build.7:6
59 #: en/lb_chroot.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_installer.1:6
60 #: en/lb_source.1:6 en/live-build.7:6
6061 #, no-wrap
6162 msgid "SYNOPSIS"
6263 msgstr "概要"
6364
6465 #. type: SH
6566 #: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9
66 #: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:229 en/lb_source.1:9
67 #: en/live-build.7:11
67 #: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:235 en/lb_installer.1:9
68 #: en/lb_source.1:9 en/live-build.7:11
6869 #, no-wrap
6970 msgid "DESCRIPTION"
7071 msgstr "説明"
7172
7273 #. type: SH
73 #: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
74 #: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:238 en/lb_source.1:14
75 #: en/live-build.7:20
74 #: en/lb.1:14 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
75 #: en/lb_chroot.1:14 en/lb_clean.1:14 en/lb_config.1:242 en/lb_installer.1:14
76 #: en/lb_source.1:14 en/live-build.7:18
7677 #, no-wrap
7778 msgid "OPTIONS"
7879 msgstr "オプション"
7980
8081 #. type: SH
81 #: en/lb.1:19 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17
82 #: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:474 en/lb_source.1:17
83 #: en/live-build.7:229
82 #: en/lb.1:17 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17
83 #: en/lb_chroot.1:17 en/lb_clean.1:34 en/lb_config.1:473 en/lb_installer.1:17
84 #: en/lb_source.1:17 en/live-build.7:224
8485 #, no-wrap
8586 msgid "FILES"
8687 msgstr "ファイル"
8788
8889 #. type: SH
89 #: en/lb.1:22 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:22
90 #: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:481 en/lb_source.1:20
91 #: en/live-build.7:233
90 #: en/lb.1:20 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:20
91 #: en/lb_chroot.1:20 en/lb_clean.1:37 en/lb_config.1:478 en/lb_installer.1:20
92 #: en/lb_source.1:20 en/live-build.7:228
9293 #, no-wrap
9394 msgid "SEE ALSO"
9495 msgstr "関連項目"
9596
9697 #. type: Plain text
97 #: en/lb.1:24 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:24
98 #: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:483 en/lb_source.1:22
98 #: en/lb.1:22 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:22
99 #: en/lb_chroot.1:22 en/lb_clean.1:39 en/lb_config.1:480 en/lb_installer.1:22
100 #: en/lb_source.1:22
99101 msgid "I<live-build>(7)"
100102 msgstr "I<live-build>(7)"
101103
102104 #. type: Plain text
103 #: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26
104 #: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:489 en/lb_source.1:24
105 #: en/live-build.7:239
105 #: en/lb.1:24 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:24
106 #: en/lb_chroot.1:24 en/lb_clean.1:41 en/lb_config.1:486 en/lb_installer.1:24
107 #: en/lb_source.1:24 en/live-build.7:234
106108 msgid "This program is a part of live-build."
107109 msgstr "このプログラムは live-build の一部です。"
108110
109111 #. type: SH
110 #: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27
111 #: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:490 en/lb_source.1:25
112 #: en/live-build.7:240
112 #: en/lb.1:25 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:25
113 #: en/lb_chroot.1:25 en/lb_clean.1:42 en/lb_config.1:487 en/lb_installer.1:25
114 #: en/lb_source.1:25 en/live-build.7:235
113115 #, no-wrap
114116 msgid "HOMEPAGE"
115117 msgstr "ホームページ"
116118
117119 #. type: Plain text
118 #: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29
119 #: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:492 en/lb_source.1:27
120 #: en/live-build.7:242
121 #, fuzzy
122 msgid ""
123 "More information about live-build and the Live Systems project can be found "
124 "on the homepage at E<lt>I<https://debian-live.alioth.debian.org/>E<gt>."
120 #: en/lb.1:27 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:27
121 #: en/lb_chroot.1:27 en/lb_clean.1:44 en/lb_config.1:489 en/lb_installer.1:27
122 #: en/lb_source.1:27 en/live-build.7:237
123 #, fuzzy
124 msgid ""
125 "More information about live-build and the Debian Live project can be found "
126 "on the homepage at E<lt>I<https://wiki.debian.org/DebianLive>E<gt>."
125127 msgstr ""
126128 "live-build 及び Live システムプロジェクトについてのさらなる情報は、"
127129 "E<lt>I<https://debian-live.alioth.debian.org/>E<gt> のホームページや "
128130 "E<lt>I<http://live-systems.org/manual/>E<gt> のマニュアルにあります。"
129131
130132 #. type: SH
131 #: en/lb.1:30 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:30
132 #: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:493 en/lb_source.1:28
133 #: en/live-build.7:243
133 #: en/lb.1:28 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:28
134 #: en/lb_chroot.1:28 en/lb_clean.1:45 en/lb_config.1:490 en/lb_installer.1:28
135 #: en/lb_source.1:28 en/live-build.7:238
134136 #, no-wrap
135137 msgid "BUGS"
136138 msgstr "バグ"
137139
138140 #. type: Plain text
139 #: en/lb.1:32 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:32
140 #: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:495 en/lb_source.1:30
141 #: en/live-build.7:245
142 msgid ""
143 "Bugs can be reported by submitting a bugreport for the live-build package in "
144 "the Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
145 "writing a mail to the Live Systems mailing list at E<lt>I<debian-live@lists."
141 #: en/lb.1:30 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:30
142 #: en/lb_chroot.1:30 en/lb_clean.1:47 en/lb_config.1:492 en/lb_installer.1:30
143 #: en/lb_source.1:30 en/live-build.7:240
144 #, fuzzy
145 #| msgid ""
146 #| "Bugs can be reported by submitting a bugreport for the live-build package "
147 #| "in the Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
148 #| "writing a mail to the Live Systems mailing list at E<lt>I<debian-"
149 #| "[email protected]>E<gt>."
150 msgid ""
151 "Bugs can be reported by submitting a bug report for the live-build package "
152 "in the Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
153 "writing a mail to the Debian Live mailing list at E<lt>I<debian-live@lists."
146154 "debian.org>E<gt>."
147155 msgstr ""
148156 "バグは E<lt>I<http://bugs.debian.org/>E<gt> にあるバグ追跡システムに live-"
151159 "報告できます。"
152160
153161 #. type: SH
154 #: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33
155 #: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:496 en/lb_source.1:31
156 #: en/live-build.7:246
162 #: en/lb.1:31 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:31
163 #: en/lb_chroot.1:31 en/lb_clean.1:48 en/lb_config.1:493 en/lb_installer.1:31
164 #: en/lb_source.1:31 en/live-build.7:241
157165 #, no-wrap
158166 msgid "AUTHOR"
159167 msgstr "作者"
160168
161169 #. type: Plain text
162 #: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34
163 #: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:497 en/lb_source.1:32
164 #: en/live-build.7:247
165 msgid ""
166 "live-build was written by Daniel Baumann E<lt>I<[email protected]>E<gt>."
170 #: en/lb.1:32 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:32
171 #: en/lb_chroot.1:32 en/lb_clean.1:49 en/lb_config.1:494 en/lb_installer.1:32
172 #: en/lb_source.1:32 en/live-build.7:242
173 #, fuzzy
174 #| msgid ""
175 #| "live-build was written by Daniel Baumann E<lt>I<mail@daniel-baumann."
176 #| "ch>E<gt>."
177 msgid ""
178 "live-build was originally written by Daniel Baumann E<lt>I<mail@daniel-"
179 "baumann.ch>E<gt>. Since 2016 development has been continued by the Debian "
180 "Live team."
167181 msgstr ""
168182 "live-build は Daniel Baumann さん E<lt>I<[email protected]>E<gt> により"
169183 "書かれました。"
173187 #, fuzzy
174188 #| msgid ""
175189 #| "B<lb build> - Complete the bootstrap, chroot, binary, and source stages"
176 msgid "B<lb_build> - Complete the bootstrap, chroot, binary, and source stages"
190 msgid ""
191 "B<lb_build> - Complete the bootstrap, chroot, installer, binary, and source "
192 "stages"
177193 msgstr ""
178194 "B<lb build> - パッケージ収集、chroot、バイナリ、ソース段階を完了させます"
179195
180196 #. type: Plain text
181197 #: en/lb_build.1:8
182 msgid "B<lb build> [I<live-build options>]"
183 msgstr "B<lb build> [I<live-build オプション>]"
198 msgid "B<lb build> [I<OPTIONS>]"
199 msgstr ""
184200
185201 #. type: Plain text
186202 #: en/lb_build.1:11
203 #, fuzzy
204 #| msgid ""
205 #| "B<lb build> is a high-level command (porcelain) of I<live-build>(7), the "
206 #| "live systems tool suite."
187207 msgid ""
188208 "B<lb build> is a high-level command (porcelain) of I<live-build>(7), the "
189 "live systems tool suite."
209 "Debian Live tool suite."
190210 msgstr ""
191211 "B<lb build> は Live システムツール集 I<live-build>(7) の高レベルコマンド "
192212 "(porcelain) です。"
193213
194214 #. type: Plain text
195215 #: en/lb_build.1:13
216 #, fuzzy
217 #| msgid ""
218 #| "B<lb build> calls all necessary live-build programs in the correct order "
219 #| "to complete the bootstrap, chroot, binary, and source stages."
196220 msgid ""
197221 "B<lb build> calls all necessary live-build programs in the correct order to "
198 "complete the bootstrap, chroot, binary, and source stages."
222 "complete the bootstrap, chroot, installer, binary, and source stages."
199223 msgstr ""
200224 "B<lb build> はパッケージ収集、chroot、バイナリ、ソース段階を完了させるために"
201225 "必要な live-build プログラムを全て正しい順で呼び出します。"
211235 "全て理解します。live-build 全般のオプションの全容については I<live-build>(7) "
212236 "を見てください。"
213237
214 #. FIXME
215238 #. type: IP
216 #: en/lb_build.1:19
239 #: en/lb_build.1:18
217240 #, no-wrap
218241 msgid "B<auto/build>"
219242 msgstr "B<auto/build>"
44 msgid ""
55 msgstr ""
66 "Project-Id-Version: live-build\n"
7 "POT-Creation-Date: 2017-08-29 15:05+0200\n"
7 "POT-Creation-Date: 2021-09-02 13:56+0100\n"
88 "PO-Revision-Date: 2014-08-28 02:52+0900\n"
99 "Last-Translator: victory <[email protected]>\n"
1010 "Language-Team: none\n"
1515
1616 #. type: TH
1717 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
18 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
19 #: en/live-build.7:1
18 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_installer.1:1
19 #: en/lb_source.1:1 en/live-build.7:1
2020 #, no-wrap
2121 msgid "LIVE-BUILD"
2222 msgstr "LIVE-BUILD"
2323
2424 #. type: TH
2525 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
26 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
27 #: en/live-build.7:1
28 #, no-wrap
29 msgid "2017-08-29"
30 msgstr ""
31
32 #. type: TH
33 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
34 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
35 #: en/live-build.7:1
36 #, no-wrap
37 msgid "1:20170807kali1"
38 msgstr ""
39
40 #. type: TH
41 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
42 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
43 #: en/live-build.7:1
44 #, no-wrap
45 msgid "Live Systems Project"
26 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_installer.1:1
27 #: en/lb_source.1:1 en/live-build.7:1
28 #, no-wrap
29 msgid "2021-09-02"
30 msgstr ""
31
32 #. type: TH
33 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
34 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_installer.1:1
35 #: en/lb_source.1:1 en/live-build.7:1
36 #, no-wrap
37 msgid "1:20210902"
38 msgstr ""
39
40 #. type: TH
41 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
42 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_installer.1:1
43 #: en/lb_source.1:1 en/live-build.7:1
44 #, fuzzy, no-wrap
45 #| msgid "Live Systems Project"
46 msgid "Debian Live Project"
4647 msgstr "Live システムプロジェクト"
4748
4849 #. type: SH
4950 #: en/lb.1:3 en/lb_binary.1:3 en/lb_bootstrap.1:3 en/lb_build.1:3
50 #: en/lb_chroot.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_source.1:3
51 #: en/live-build.7:3
51 #: en/lb_chroot.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_installer.1:3
52 #: en/lb_source.1:3 en/live-build.7:3
5253 #, no-wrap
5354 msgid "NAME"
5455 msgstr "名前"
5556
5657 #. type: SH
5758 #: en/lb.1:6 en/lb_binary.1:6 en/lb_bootstrap.1:6 en/lb_build.1:6
58 #: en/lb_chroot.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_source.1:6
59 #: en/live-build.7:6
59 #: en/lb_chroot.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_installer.1:6
60 #: en/lb_source.1:6 en/live-build.7:6
6061 #, no-wrap
6162 msgid "SYNOPSIS"
6263 msgstr "概要"
6364
6465 #. type: SH
6566 #: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9
66 #: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:229 en/lb_source.1:9
67 #: en/live-build.7:11
67 #: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:235 en/lb_installer.1:9
68 #: en/lb_source.1:9 en/live-build.7:11
6869 #, no-wrap
6970 msgid "DESCRIPTION"
7071 msgstr "説明"
7172
7273 #. type: SH
73 #: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
74 #: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:238 en/lb_source.1:14
75 #: en/live-build.7:20
74 #: en/lb.1:14 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
75 #: en/lb_chroot.1:14 en/lb_clean.1:14 en/lb_config.1:242 en/lb_installer.1:14
76 #: en/lb_source.1:14 en/live-build.7:18
7677 #, no-wrap
7778 msgid "OPTIONS"
7879 msgstr "オプション"
7980
8081 #. type: SH
81 #: en/lb.1:19 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17
82 #: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:474 en/lb_source.1:17
83 #: en/live-build.7:229
82 #: en/lb.1:17 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17
83 #: en/lb_chroot.1:17 en/lb_clean.1:34 en/lb_config.1:473 en/lb_installer.1:17
84 #: en/lb_source.1:17 en/live-build.7:224
8485 #, no-wrap
8586 msgid "FILES"
8687 msgstr "ファイル"
8788
8889 #. type: IP
89 #: en/lb.1:20 en/lb_binary.1:18 en/lb_bootstrap.1:18 en/lb_chroot.1:18
90 #: en/lb_source.1:18
90 #: en/lb.1:18 en/lb_binary.1:18 en/lb_bootstrap.1:18 en/lb_chroot.1:18
91 #: en/lb_installer.1:18 en/lb_source.1:18
9192 #, no-wrap
9293 msgid "B<none>"
9394 msgstr "B<無し>"
9495
9596 #. type: SH
96 #: en/lb.1:22 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:22
97 #: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:481 en/lb_source.1:20
98 #: en/live-build.7:233
97 #: en/lb.1:20 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:20
98 #: en/lb_chroot.1:20 en/lb_clean.1:37 en/lb_config.1:478 en/lb_installer.1:20
99 #: en/lb_source.1:20 en/live-build.7:228
99100 #, no-wrap
100101 msgid "SEE ALSO"
101102 msgstr "関連項目"
102103
103104 #. type: Plain text
104 #: en/lb.1:24 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:24
105 #: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:483 en/lb_source.1:22
105 #: en/lb.1:22 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:22
106 #: en/lb_chroot.1:22 en/lb_clean.1:39 en/lb_config.1:480 en/lb_installer.1:22
107 #: en/lb_source.1:22
106108 msgid "I<live-build>(7)"
107109 msgstr "I<live-build>(7)"
108110
109111 #. type: Plain text
110 #: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26
111 #: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:489 en/lb_source.1:24
112 #: en/live-build.7:239
112 #: en/lb.1:24 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:24
113 #: en/lb_chroot.1:24 en/lb_clean.1:41 en/lb_config.1:486 en/lb_installer.1:24
114 #: en/lb_source.1:24 en/live-build.7:234
113115 msgid "This program is a part of live-build."
114116 msgstr "このプログラムは live-build の一部です。"
115117
116118 #. type: SH
117 #: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27
118 #: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:490 en/lb_source.1:25
119 #: en/live-build.7:240
119 #: en/lb.1:25 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:25
120 #: en/lb_chroot.1:25 en/lb_clean.1:42 en/lb_config.1:487 en/lb_installer.1:25
121 #: en/lb_source.1:25 en/live-build.7:235
120122 #, no-wrap
121123 msgid "HOMEPAGE"
122124 msgstr "ホームページ"
123125
124126 #. type: Plain text
125 #: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29
126 #: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:492 en/lb_source.1:27
127 #: en/live-build.7:242
128 #, fuzzy
129 msgid ""
130 "More information about live-build and the Live Systems project can be found "
131 "on the homepage at E<lt>I<https://debian-live.alioth.debian.org/>E<gt>."
127 #: en/lb.1:27 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:27
128 #: en/lb_chroot.1:27 en/lb_clean.1:44 en/lb_config.1:489 en/lb_installer.1:27
129 #: en/lb_source.1:27 en/live-build.7:237
130 #, fuzzy
131 msgid ""
132 "More information about live-build and the Debian Live project can be found "
133 "on the homepage at E<lt>I<https://wiki.debian.org/DebianLive>E<gt>."
132134 msgstr ""
133135 "live-build 及び Live システムプロジェクトについてのさらなる情報は、"
134136 "E<lt>I<https://debian-live.alioth.debian.org/>E<gt> のホームページや "
135137 "E<lt>I<http://live-systems.org/manual/>E<gt> のマニュアルにあります。"
136138
137139 #. type: SH
138 #: en/lb.1:30 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:30
139 #: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:493 en/lb_source.1:28
140 #: en/live-build.7:243
140 #: en/lb.1:28 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:28
141 #: en/lb_chroot.1:28 en/lb_clean.1:45 en/lb_config.1:490 en/lb_installer.1:28
142 #: en/lb_source.1:28 en/live-build.7:238
141143 #, no-wrap
142144 msgid "BUGS"
143145 msgstr "バグ"
144146
145147 #. type: Plain text
146 #: en/lb.1:32 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:32
147 #: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:495 en/lb_source.1:30
148 #: en/live-build.7:245
149 msgid ""
150 "Bugs can be reported by submitting a bugreport for the live-build package in "
151 "the Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
152 "writing a mail to the Live Systems mailing list at E<lt>I<debian-live@lists."
148 #: en/lb.1:30 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:30
149 #: en/lb_chroot.1:30 en/lb_clean.1:47 en/lb_config.1:492 en/lb_installer.1:30
150 #: en/lb_source.1:30 en/live-build.7:240
151 #, fuzzy
152 #| msgid ""
153 #| "Bugs can be reported by submitting a bugreport for the live-build package "
154 #| "in the Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
155 #| "writing a mail to the Live Systems mailing list at E<lt>I<debian-"
156 #| "[email protected]>E<gt>."
157 msgid ""
158 "Bugs can be reported by submitting a bug report for the live-build package "
159 "in the Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
160 "writing a mail to the Debian Live mailing list at E<lt>I<debian-live@lists."
153161 "debian.org>E<gt>."
154162 msgstr ""
155163 "バグは E<lt>I<http://bugs.debian.org/>E<gt> にあるバグ追跡システムに live-"
158166 "報告できます。"
159167
160168 #. type: SH
161 #: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33
162 #: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:496 en/lb_source.1:31
163 #: en/live-build.7:246
169 #: en/lb.1:31 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:31
170 #: en/lb_chroot.1:31 en/lb_clean.1:48 en/lb_config.1:493 en/lb_installer.1:31
171 #: en/lb_source.1:31 en/live-build.7:241
164172 #, no-wrap
165173 msgid "AUTHOR"
166174 msgstr "作者"
167175
168176 #. type: Plain text
169 #: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34
170 #: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:497 en/lb_source.1:32
171 #: en/live-build.7:247
172 msgid ""
173 "live-build was written by Daniel Baumann E<lt>I<[email protected]>E<gt>."
177 #: en/lb.1:32 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:32
178 #: en/lb_chroot.1:32 en/lb_clean.1:49 en/lb_config.1:494 en/lb_installer.1:32
179 #: en/lb_source.1:32 en/live-build.7:242
180 #, fuzzy
181 #| msgid ""
182 #| "live-build was written by Daniel Baumann E<lt>I<mail@daniel-baumann."
183 #| "ch>E<gt>."
184 msgid ""
185 "live-build was originally written by Daniel Baumann E<lt>I<mail@daniel-"
186 "baumann.ch>E<gt>. Since 2016 development has been continued by the Debian "
187 "Live team."
174188 msgstr ""
175189 "live-build は Daniel Baumann さん E<lt>I<[email protected]>E<gt> により"
176190 "書かれました。"
184198
185199 #. type: Plain text
186200 #: en/lb_chroot.1:8
187 msgid "B<lb chroot> [I<live-build options>]"
188 msgstr "B<lb chroot> [I<live-build オプション>]"
201 #, fuzzy
202 #| msgid "B<lb_chroot>(1)"
203 msgid "B<lb chroot> [I<OPTIONS>]"
204 msgstr "B<lb_chroot>(1)"
189205
190206 #. type: Plain text
191207 #: en/lb_chroot.1:11
208 #, fuzzy
209 #| msgid ""
210 #| "B<lb chroot> is a high-level command (porcelain) of I<live-build>(7), the "
211 #| "live systems tool suite."
192212 msgid ""
193213 "B<lb chroot> is a high-level command (porcelain) of I<live-build>(7), the "
194 "live systems tool suite."
214 "Debian Live tool suite."
195215 msgstr ""
196216 "B<lb chroot> は Live システムツール集 I<live-build>(7) の高レベルコマンド "
197217 "(porcelain) です。"
44 msgid ""
55 msgstr ""
66 "Project-Id-Version: live-build\n"
7 "POT-Creation-Date: 2017-08-29 15:05+0200\n"
7 "POT-Creation-Date: 2021-09-02 13:56+0100\n"
88 "PO-Revision-Date: 2014-08-28 02:52+0900\n"
99 "Last-Translator: victory <[email protected]>\n"
1010 "Language-Team: none\n"
1515
1616 #. type: TH
1717 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
18 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
19 #: en/live-build.7:1
18 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_installer.1:1
19 #: en/lb_source.1:1 en/live-build.7:1
2020 #, no-wrap
2121 msgid "LIVE-BUILD"
2222 msgstr "LIVE-BUILD"
2323
2424 #. type: TH
2525 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
26 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
27 #: en/live-build.7:1
28 #, no-wrap
29 msgid "2017-08-29"
26 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_installer.1:1
27 #: en/lb_source.1:1 en/live-build.7:1
28 #, no-wrap
29 msgid "2021-09-02"
3030 msgstr ""
3131
3232 #. type: TH
3333 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
34 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
35 #: en/live-build.7:1
36 #, no-wrap
37 msgid "1:20170807kali1"
34 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_installer.1:1
35 #: en/lb_source.1:1 en/live-build.7:1
36 #, no-wrap
37 msgid "1:20210902"
3838 msgstr ""
3939
4040 #. type: TH
4141 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
42 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
43 #: en/live-build.7:1
44 #, no-wrap
45 msgid "Live Systems Project"
42 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_installer.1:1
43 #: en/lb_source.1:1 en/live-build.7:1
44 #, fuzzy, no-wrap
45 #| msgid "Live Systems Project"
46 msgid "Debian Live Project"
4647 msgstr "Live システムプロジェクト"
4748
4849 #. type: SH
4950 #: en/lb.1:3 en/lb_binary.1:3 en/lb_bootstrap.1:3 en/lb_build.1:3
50 #: en/lb_chroot.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_source.1:3
51 #: en/live-build.7:3
51 #: en/lb_chroot.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_installer.1:3
52 #: en/lb_source.1:3 en/live-build.7:3
5253 #, no-wrap
5354 msgid "NAME"
5455 msgstr "名前"
5556
5657 #. type: SH
5758 #: en/lb.1:6 en/lb_binary.1:6 en/lb_bootstrap.1:6 en/lb_build.1:6
58 #: en/lb_chroot.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_source.1:6
59 #: en/live-build.7:6
59 #: en/lb_chroot.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_installer.1:6
60 #: en/lb_source.1:6 en/live-build.7:6
6061 #, no-wrap
6162 msgid "SYNOPSIS"
6263 msgstr "概要"
6364
6465 #. type: SH
6566 #: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9
66 #: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:229 en/lb_source.1:9
67 #: en/live-build.7:11
67 #: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:235 en/lb_installer.1:9
68 #: en/lb_source.1:9 en/live-build.7:11
6869 #, no-wrap
6970 msgid "DESCRIPTION"
7071 msgstr "説明"
7172
7273 #. type: SH
73 #: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
74 #: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:238 en/lb_source.1:14
75 #: en/live-build.7:20
74 #: en/lb.1:14 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
75 #: en/lb_chroot.1:14 en/lb_clean.1:14 en/lb_config.1:242 en/lb_installer.1:14
76 #: en/lb_source.1:14 en/live-build.7:18
7677 #, no-wrap
7778 msgid "OPTIONS"
7879 msgstr "オプション"
7980
8081 #. type: SH
81 #: en/lb.1:19 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17
82 #: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:474 en/lb_source.1:17
83 #: en/live-build.7:229
82 #: en/lb.1:17 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17
83 #: en/lb_chroot.1:17 en/lb_clean.1:34 en/lb_config.1:473 en/lb_installer.1:17
84 #: en/lb_source.1:17 en/live-build.7:224
8485 #, no-wrap
8586 msgid "FILES"
8687 msgstr "ファイル"
8788
8889 #. type: SH
89 #: en/lb.1:22 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:22
90 #: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:481 en/lb_source.1:20
91 #: en/live-build.7:233
90 #: en/lb.1:20 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:20
91 #: en/lb_chroot.1:20 en/lb_clean.1:37 en/lb_config.1:478 en/lb_installer.1:20
92 #: en/lb_source.1:20 en/live-build.7:228
9293 #, no-wrap
9394 msgid "SEE ALSO"
9495 msgstr "関連項目"
9596
9697 #. type: Plain text
97 #: en/lb.1:24 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:24
98 #: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:483 en/lb_source.1:22
98 #: en/lb.1:22 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:22
99 #: en/lb_chroot.1:22 en/lb_clean.1:39 en/lb_config.1:480 en/lb_installer.1:22
100 #: en/lb_source.1:22
99101 msgid "I<live-build>(7)"
100102 msgstr "I<live-build>(7)"
101103
102104 #. type: Plain text
103 #: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26
104 #: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:489 en/lb_source.1:24
105 #: en/live-build.7:239
105 #: en/lb.1:24 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:24
106 #: en/lb_chroot.1:24 en/lb_clean.1:41 en/lb_config.1:486 en/lb_installer.1:24
107 #: en/lb_source.1:24 en/live-build.7:234
106108 msgid "This program is a part of live-build."
107109 msgstr "このプログラムは live-build の一部です。"
108110
109111 #. type: SH
110 #: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27
111 #: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:490 en/lb_source.1:25
112 #: en/live-build.7:240
112 #: en/lb.1:25 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:25
113 #: en/lb_chroot.1:25 en/lb_clean.1:42 en/lb_config.1:487 en/lb_installer.1:25
114 #: en/lb_source.1:25 en/live-build.7:235
113115 #, no-wrap
114116 msgid "HOMEPAGE"
115117 msgstr "ホームページ"
116118
117119 #. type: Plain text
118 #: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29
119 #: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:492 en/lb_source.1:27
120 #: en/live-build.7:242
121 #, fuzzy
122 msgid ""
123 "More information about live-build and the Live Systems project can be found "
124 "on the homepage at E<lt>I<https://debian-live.alioth.debian.org/>E<gt>."
120 #: en/lb.1:27 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:27
121 #: en/lb_chroot.1:27 en/lb_clean.1:44 en/lb_config.1:489 en/lb_installer.1:27
122 #: en/lb_source.1:27 en/live-build.7:237
123 #, fuzzy
124 msgid ""
125 "More information about live-build and the Debian Live project can be found "
126 "on the homepage at E<lt>I<https://wiki.debian.org/DebianLive>E<gt>."
125127 msgstr ""
126128 "live-build 及び Live システムプロジェクトについてのさらなる情報は、"
127129 "E<lt>I<https://debian-live.alioth.debian.org/>E<gt> のホームページや "
128130 "E<lt>I<http://live-systems.org/manual/>E<gt> のマニュアルにあります。"
129131
130132 #. type: SH
131 #: en/lb.1:30 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:30
132 #: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:493 en/lb_source.1:28
133 #: en/live-build.7:243
133 #: en/lb.1:28 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:28
134 #: en/lb_chroot.1:28 en/lb_clean.1:45 en/lb_config.1:490 en/lb_installer.1:28
135 #: en/lb_source.1:28 en/live-build.7:238
134136 #, no-wrap
135137 msgid "BUGS"
136138 msgstr "バグ"
137139
138140 #. type: Plain text
139 #: en/lb.1:32 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:32
140 #: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:495 en/lb_source.1:30
141 #: en/live-build.7:245
142 msgid ""
143 "Bugs can be reported by submitting a bugreport for the live-build package in "
144 "the Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
145 "writing a mail to the Live Systems mailing list at E<lt>I<debian-live@lists."
141 #: en/lb.1:30 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:30
142 #: en/lb_chroot.1:30 en/lb_clean.1:47 en/lb_config.1:492 en/lb_installer.1:30
143 #: en/lb_source.1:30 en/live-build.7:240
144 #, fuzzy
145 #| msgid ""
146 #| "Bugs can be reported by submitting a bugreport for the live-build package "
147 #| "in the Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
148 #| "writing a mail to the Live Systems mailing list at E<lt>I<debian-"
149 #| "[email protected]>E<gt>."
150 msgid ""
151 "Bugs can be reported by submitting a bug report for the live-build package "
152 "in the Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
153 "writing a mail to the Debian Live mailing list at E<lt>I<debian-live@lists."
146154 "debian.org>E<gt>."
147155 msgstr ""
148156 "バグは E<lt>I<http://bugs.debian.org/>E<gt> にあるバグ追跡システムに live-"
151159 "報告できます。"
152160
153161 #. type: SH
154 #: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33
155 #: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:496 en/lb_source.1:31
156 #: en/live-build.7:246
162 #: en/lb.1:31 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:31
163 #: en/lb_chroot.1:31 en/lb_clean.1:48 en/lb_config.1:493 en/lb_installer.1:31
164 #: en/lb_source.1:31 en/live-build.7:241
157165 #, no-wrap
158166 msgid "AUTHOR"
159167 msgstr "作者"
160168
161169 #. type: Plain text
162 #: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34
163 #: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:497 en/lb_source.1:32
164 #: en/live-build.7:247
165 msgid ""
166 "live-build was written by Daniel Baumann E<lt>I<[email protected]>E<gt>."
170 #: en/lb.1:32 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:32
171 #: en/lb_chroot.1:32 en/lb_clean.1:49 en/lb_config.1:494 en/lb_installer.1:32
172 #: en/lb_source.1:32 en/live-build.7:242
173 #, fuzzy
174 #| msgid ""
175 #| "live-build was written by Daniel Baumann E<lt>I<mail@daniel-baumann."
176 #| "ch>E<gt>."
177 msgid ""
178 "live-build was originally written by Daniel Baumann E<lt>I<mail@daniel-"
179 "baumann.ch>E<gt>. Since 2016 development has been continued by the Debian "
180 "Live team."
167181 msgstr ""
168182 "live-build は Daniel Baumann さん E<lt>I<[email protected]>E<gt> により"
169183 "書かれました。"
177191
178192 #. type: Plain text
179193 #: en/lb_clean.1:8
180 msgid "B<lb clean> [I<live-build options>]"
181 msgstr "B<lb clean> [I<live-build オプション>]"
194 msgid "B<lb clean> [I<OPTIONS>]"
195 msgstr ""
182196
183197 #. type: Plain text
184198 #: en/lb_clean.1:11
199 #, fuzzy
200 #| msgid ""
201 #| "B<lb clean> is a high-level command (porcelain) of I<live-build>(7), the "
202 #| "live systems tool suite."
185203 msgid ""
186204 "B<lb clean> is a high-level command (porcelain) of I<live-build>(7), the "
187 "live systems tool suite."
205 "Debian Live tool suite."
188206 msgstr ""
189207 "B<lb clean> は Live システムツール集 I<live-build>(7) の高レベルコマンド "
190208 "(porcelain) です。"
191209
192 #. FIXME
193 #. FIXME
194 #. type: Plain text
195 #: en/lb_clean.1:15
210 #. type: Plain text
211 #: en/lb_clean.1:13
196212 msgid ""
197213 "B<lb clean> is responsible for cleaning up after a system is built. It "
198214 "removes the build directories, and removes some other files including stage "
203219 "は全て残します。"
204220
205221 #. type: Plain text
206 #: en/lb_clean.1:18
222 #: en/lb_clean.1:16
207223 msgid ""
208224 "In addition to its specific options B<lb clean> understands all generic live-"
209225 "build options. See I<live-build>(7) for a complete list of all generic live-"
213229 "ます。live-build 全般のオプションの全容については I<live-build>(7) を見てくだ"
214230 "さい。"
215231
216 #. FIXME
217 #. type: IP
218 #: en/lb_clean.1:20
232 #. type: IP
233 #: en/lb_clean.1:17
219234 #, no-wrap
220235 msgid "B<--all>"
221236 msgstr "B<--all>"
222237
223238 #. type: Plain text
224 #: en/lb_clean.1:22
239 #: en/lb_clean.1:19
225240 msgid ""
226241 "removes chroot, binary, stage, and source. The cache directory is kept. This "
227242 "is the default operation and will be performed if no argument is given."
230245 "リは残します。これはデフォルトの動作で、引数がない場合はこの動作になります。"
231246
232247 #. type: IP
233 #: en/lb_clean.1:22
248 #: en/lb_clean.1:19
234249 #, no-wrap
235250 msgid "B<--cache>"
236251 msgstr "B<--cache>"
237252
238253 #. type: Plain text
239 #: en/lb_clean.1:24
254 #: en/lb_clean.1:21
240255 msgid "removes the cache directories."
241256 msgstr "キャッシュディレクトリを削除します。"
242257
243258 #. type: IP
244 #: en/lb_clean.1:24
259 #: en/lb_clean.1:21
245260 #, no-wrap
246261 msgid "B<--chroot>"
247262 msgstr "B<--chroot>"
248263
249264 #. type: Plain text
250 #: en/lb_clean.1:26
265 #: en/lb_clean.1:23
251266 msgid "unmounts and removes the chroot directory."
252267 msgstr "chroot ディレクトリをマウント解除、削除します。"
253268
254269 #. type: IP
255 #: en/lb_clean.1:26
270 #: en/lb_clean.1:23
256271 #, no-wrap
257272 msgid "B<--binary>"
258273 msgstr "B<--binary>"
259274
260275 #. type: Plain text
261 #: en/lb_clean.1:28
276 #: en/lb_clean.1:25
262277 msgid ""
263278 "removes all binary related caches, files, directories, and stages files."
264279 msgstr ""
266281 "全て削除します。"
267282
268283 #. type: IP
269 #: en/lb_clean.1:28
284 #: en/lb_clean.1:25
270285 #, no-wrap
271286 msgid "B<--purge>"
272287 msgstr "B<--purge>"
273288
274289 #. type: Plain text
275 #: en/lb_clean.1:30
290 #: en/lb_clean.1:27
276291 msgid "removes everything, including all caches. The config directory is kept."
277292 msgstr "全キャッシュを含め、全て削除します。設定ディレクトリは残されます。"
278293
279294 #. type: IP
280 #: en/lb_clean.1:30
295 #: en/lb_clean.1:27
281296 #, no-wrap
282297 msgid "B<--remove>"
283298 msgstr "B<--remove>"
284299
285300 #. type: Plain text
286 #: en/lb_clean.1:32
301 #: en/lb_clean.1:29
287302 msgid ""
288303 "removes everything, including package cache but not stage cache. The config "
289304 "directory is kept."
292307 "クトリは残されます。"
293308
294309 #. type: IP
295 #: en/lb_clean.1:32
310 #: en/lb_clean.1:29
296311 #, no-wrap
297312 msgid "B<--stage>"
298313 msgstr "B<--stage>"
299314
300315 #. type: Plain text
301 #: en/lb_clean.1:34
316 #: en/lb_clean.1:31
302317 msgid "removes all stage files."
303318 msgstr "各段階で生成したファイルを全て削除します。"
304319
305320 #. type: IP
306 #: en/lb_clean.1:34
321 #: en/lb_clean.1:31
307322 #, no-wrap
308323 msgid "B<--source>"
309324 msgstr "B<--source>"
310325
311 #. FIXME
312 #. type: Plain text
313 #: en/lb_clean.1:37
326 #. type: Plain text
327 #: en/lb_clean.1:33
314328 msgid "removes all source related caches, files, directories, and stage files."
315329 msgstr ""
316330 "ソース関連のキャッシュやファイル、ディレクトリ、各段階で生成したファイルを全"
317331 "て削除します。"
318332
319 #. FIXME
320 #. type: IP
321 #: en/lb_clean.1:40
333 #. type: IP
334 #: en/lb_clean.1:35
322335 #, no-wrap
323336 msgid "B<auto/clean>"
324337 msgstr "B<auto/clean>"
44 msgid ""
55 msgstr ""
66 "Project-Id-Version: live-build\n"
7 "POT-Creation-Date: 2017-08-29 15:05+0200\n"
7 "POT-Creation-Date: 2021-09-02 13:56+0100\n"
88 "PO-Revision-Date: 2015-02-07 14:57+0900\n"
99 "Last-Translator: victory <[email protected]>\n"
1010 "Language-Team: none\n"
1515
1616 #. type: TH
1717 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
18 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
19 #: en/live-build.7:1
18 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_installer.1:1
19 #: en/lb_source.1:1 en/live-build.7:1
2020 #, no-wrap
2121 msgid "LIVE-BUILD"
2222 msgstr "LIVE-BUILD"
2323
2424 #. type: TH
2525 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
26 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
27 #: en/live-build.7:1
28 #, no-wrap
29 msgid "2017-08-29"
26 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_installer.1:1
27 #: en/lb_source.1:1 en/live-build.7:1
28 #, no-wrap
29 msgid "2021-09-02"
3030 msgstr ""
3131
3232 #. type: TH
3333 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
34 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
35 #: en/live-build.7:1
36 #, no-wrap
37 msgid "1:20170807kali1"
34 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_installer.1:1
35 #: en/lb_source.1:1 en/live-build.7:1
36 #, no-wrap
37 msgid "1:20210902"
3838 msgstr ""
3939
4040 #. type: TH
4141 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
42 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
43 #: en/live-build.7:1
44 #, no-wrap
45 msgid "Live Systems Project"
42 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_installer.1:1
43 #: en/lb_source.1:1 en/live-build.7:1
44 #, fuzzy, no-wrap
45 #| msgid "Live Systems Project"
46 msgid "Debian Live Project"
4647 msgstr "Live システムプロジェクト"
4748
4849 #. type: SH
4950 #: en/lb.1:3 en/lb_binary.1:3 en/lb_bootstrap.1:3 en/lb_build.1:3
50 #: en/lb_chroot.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_source.1:3
51 #: en/live-build.7:3
51 #: en/lb_chroot.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_installer.1:3
52 #: en/lb_source.1:3 en/live-build.7:3
5253 #, no-wrap
5354 msgid "NAME"
5455 msgstr "名前"
5556
5657 #. type: SH
5758 #: en/lb.1:6 en/lb_binary.1:6 en/lb_bootstrap.1:6 en/lb_build.1:6
58 #: en/lb_chroot.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_source.1:6
59 #: en/live-build.7:6
59 #: en/lb_chroot.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_installer.1:6
60 #: en/lb_source.1:6 en/live-build.7:6
6061 #, no-wrap
6162 msgid "SYNOPSIS"
6263 msgstr "概要"
6364
6465 #. type: SH
6566 #: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9
66 #: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:229 en/lb_source.1:9
67 #: en/live-build.7:11
67 #: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:235 en/lb_installer.1:9
68 #: en/lb_source.1:9 en/live-build.7:11
6869 #, no-wrap
6970 msgid "DESCRIPTION"
7071 msgstr "説明"
7172
7273 #. type: SH
73 #: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
74 #: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:238 en/lb_source.1:14
75 #: en/live-build.7:20
74 #: en/lb.1:14 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
75 #: en/lb_chroot.1:14 en/lb_clean.1:14 en/lb_config.1:242 en/lb_installer.1:14
76 #: en/lb_source.1:14 en/live-build.7:18
7677 #, no-wrap
7778 msgid "OPTIONS"
7879 msgstr "オプション"
7980
8081 #. type: SH
81 #: en/lb.1:19 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17
82 #: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:474 en/lb_source.1:17
83 #: en/live-build.7:229
82 #: en/lb.1:17 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17
83 #: en/lb_chroot.1:17 en/lb_clean.1:34 en/lb_config.1:473 en/lb_installer.1:17
84 #: en/lb_source.1:17 en/live-build.7:224
8485 #, no-wrap
8586 msgid "FILES"
8687 msgstr "ファイル"
8788
8889 #. type: SH
89 #: en/lb.1:22 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:22
90 #: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:481 en/lb_source.1:20
91 #: en/live-build.7:233
90 #: en/lb.1:20 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:20
91 #: en/lb_chroot.1:20 en/lb_clean.1:37 en/lb_config.1:478 en/lb_installer.1:20
92 #: en/lb_source.1:20 en/live-build.7:228
9293 #, no-wrap
9394 msgid "SEE ALSO"
9495 msgstr "関連項目"
9596
9697 #. type: Plain text
97 #: en/lb.1:24 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:24
98 #: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:483 en/lb_source.1:22
98 #: en/lb.1:22 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:22
99 #: en/lb_chroot.1:22 en/lb_clean.1:39 en/lb_config.1:480 en/lb_installer.1:22
100 #: en/lb_source.1:22
99101 msgid "I<live-build>(7)"
100102 msgstr "I<live-build>(7)"
101103
102104 #. type: Plain text
103 #: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26
104 #: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:489 en/lb_source.1:24
105 #: en/live-build.7:239
105 #: en/lb.1:24 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:24
106 #: en/lb_chroot.1:24 en/lb_clean.1:41 en/lb_config.1:486 en/lb_installer.1:24
107 #: en/lb_source.1:24 en/live-build.7:234
106108 msgid "This program is a part of live-build."
107109 msgstr "このプログラムは live-build の一部です。"
108110
109111 #. type: SH
110 #: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27
111 #: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:490 en/lb_source.1:25
112 #: en/live-build.7:240
112 #: en/lb.1:25 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:25
113 #: en/lb_chroot.1:25 en/lb_clean.1:42 en/lb_config.1:487 en/lb_installer.1:25
114 #: en/lb_source.1:25 en/live-build.7:235
113115 #, no-wrap
114116 msgid "HOMEPAGE"
115117 msgstr "ホームページ"
116118
117119 #. type: Plain text
118 #: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29
119 #: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:492 en/lb_source.1:27
120 #: en/live-build.7:242
121 #, fuzzy
122 msgid ""
123 "More information about live-build and the Live Systems project can be found "
124 "on the homepage at E<lt>I<https://debian-live.alioth.debian.org/>E<gt>."
120 #: en/lb.1:27 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:27
121 #: en/lb_chroot.1:27 en/lb_clean.1:44 en/lb_config.1:489 en/lb_installer.1:27
122 #: en/lb_source.1:27 en/live-build.7:237
123 #, fuzzy
124 msgid ""
125 "More information about live-build and the Debian Live project can be found "
126 "on the homepage at E<lt>I<https://wiki.debian.org/DebianLive>E<gt>."
125127 msgstr ""
126128 "live-build 及び Live システムプロジェクトについてのさらなる情報は、"
127129 "E<lt>I<https://debian-live.alioth.debian.org/>E<gt> のホームページや "
128130 "E<lt>I<http://live-systems.org/manual/>E<gt> のマニュアルにあります。"
129131
130132 #. type: SH
131 #: en/lb.1:30 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:30
132 #: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:493 en/lb_source.1:28
133 #: en/live-build.7:243
133 #: en/lb.1:28 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:28
134 #: en/lb_chroot.1:28 en/lb_clean.1:45 en/lb_config.1:490 en/lb_installer.1:28
135 #: en/lb_source.1:28 en/live-build.7:238
134136 #, no-wrap
135137 msgid "BUGS"
136138 msgstr "バグ"
137139
138140 #. type: Plain text
139 #: en/lb.1:32 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:32
140 #: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:495 en/lb_source.1:30
141 #: en/live-build.7:245
142 msgid ""
143 "Bugs can be reported by submitting a bugreport for the live-build package in "
144 "the Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
145 "writing a mail to the Live Systems mailing list at E<lt>I<debian-live@lists."
141 #: en/lb.1:30 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:30
142 #: en/lb_chroot.1:30 en/lb_clean.1:47 en/lb_config.1:492 en/lb_installer.1:30
143 #: en/lb_source.1:30 en/live-build.7:240
144 #, fuzzy
145 #| msgid ""
146 #| "Bugs can be reported by submitting a bugreport for the live-build package "
147 #| "in the Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
148 #| "writing a mail to the Live Systems mailing list at E<lt>I<debian-"
149 #| "[email protected]>E<gt>."
150 msgid ""
151 "Bugs can be reported by submitting a bug report for the live-build package "
152 "in the Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
153 "writing a mail to the Debian Live mailing list at E<lt>I<debian-live@lists."
146154 "debian.org>E<gt>."
147155 msgstr ""
148156 "バグは E<lt>I<http://bugs.debian.org/>E<gt> にあるバグ追跡システムに live-"
151159 "報告できます。"
152160
153161 #. type: SH
154 #: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33
155 #: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:496 en/lb_source.1:31
156 #: en/live-build.7:246
162 #: en/lb.1:31 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:31
163 #: en/lb_chroot.1:31 en/lb_clean.1:48 en/lb_config.1:493 en/lb_installer.1:31
164 #: en/lb_source.1:31 en/live-build.7:241
157165 #, no-wrap
158166 msgid "AUTHOR"
159167 msgstr "作者"
160168
161169 #. type: Plain text
162 #: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34
163 #: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:497 en/lb_source.1:32
164 #: en/live-build.7:247
165 msgid ""
166 "live-build was written by Daniel Baumann E<lt>I<[email protected]>E<gt>."
170 #: en/lb.1:32 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:32
171 #: en/lb_chroot.1:32 en/lb_clean.1:49 en/lb_config.1:494 en/lb_installer.1:32
172 #: en/lb_source.1:32 en/live-build.7:242
173 #, fuzzy
174 #| msgid ""
175 #| "live-build was written by Daniel Baumann E<lt>I<mail@daniel-baumann."
176 #| "ch>E<gt>."
177 msgid ""
178 "live-build was originally written by Daniel Baumann E<lt>I<mail@daniel-"
179 "baumann.ch>E<gt>. Since 2016 development has been continued by the Debian "
180 "Live team."
167181 msgstr ""
168182 "live-build は Daniel Baumann さん E<lt>I<[email protected]>E<gt> により"
169183 "書かれました。"
177191
178192 #. type: Plain text
179193 #: en/lb_config.1:8
180 msgid "B<lb config> [I<live-build options>]"
181 msgstr "B<lb config> [I<live-build オプション>]"
182
183 #. FIXME
184 #. type: Plain text
185 #: en/lb_config.1:11
194 msgid "B<lb config> {B<-h>|B<--help>|B<-u>|B<--usage>|B<-v>|B<--version>}"
195 msgstr ""
196
197 #. type: Plain text
198 #: en/lb_config.1:10
186199 msgid "B<lb config>"
187200 msgstr "B<lb config>"
188201
189202 #. type: Plain text
190 #: en/lb_config.1:13
191 msgid " [B<--apt> apt|aptitude]"
203 #: en/lb_config.1:12
204 #, fuzzy
205 #| msgid " [B<--apt> apt|aptitude]"
206 msgid " [B<--apt> apt|apt-get|aptitude]"
192207 msgstr " [B<--apt> apt|aptitude]"
193208
194209 #. type: Plain text
195 #: en/lb_config.1:15
210 #: en/lb_config.1:14
196211 msgid " [B<--apt-ftp-proxy> I<URL>]"
197212 msgstr " [B<--apt-ftp-proxy> I<URL>]"
198213
199214 #. type: Plain text
200 #: en/lb_config.1:17
215 #: en/lb_config.1:16
201216 msgid " [B<--apt-http-proxy> I<URL>]"
202217 msgstr " [B<--apt-http-proxy> I<URL>]"
203218
204219 #. type: Plain text
205 #: en/lb_config.1:19
220 #: en/lb_config.1:18
206221 msgid " [B<--apt-indices> true|false]"
207222 msgstr " [B<--apt-indices> true|false]"
208223
209224 #. type: Plain text
210 #: en/lb_config.1:21
225 #: en/lb_config.1:20
211226 msgid " [B<--apt-options> I<OPTION>|\"I<OPTIONS>\"]"
212227 msgstr " [B<--apt-options> I<オプション>|\"I<オプション>\"]"
213228
214229 #. type: Plain text
215 #: en/lb_config.1:23
230 #: en/lb_config.1:22
231 msgid " [B<--apt-pipeline> I<DEPTH>]"
232 msgstr " [B<--apt-pipeline> I<深度>]"
233
234 #. type: Plain text
235 #: en/lb_config.1:24
236 msgid " [B<--apt-recommends> true|false]"
237 msgstr " [B<--apt-recommends> true|false]"
238
239 #. type: Plain text
240 #: en/lb_config.1:26
241 msgid " [B<--apt-secure> true|false]"
242 msgstr " [B<--apt-secure> true|false]"
243
244 #. type: Plain text
245 #: en/lb_config.1:28
246 msgid " [B<--apt-source-archives> true|false]"
247 msgstr " [B<--apt-source-archives> true|false]"
248
249 #. type: Plain text
250 #: en/lb_config.1:30
216251 msgid " [B<--aptitude-options> I<OPTION>|\"I<OPTIONS>\"]"
217252 msgstr " [B<--aptitude-options> I<オプション>|\"I<オプション>\"]"
218253
219254 #. type: Plain text
220 #: en/lb_config.1:25
221 msgid " [B<--apt-pipeline> I<DEPTH>]"
222 msgstr " [B<--apt-pipeline> I<深度>]"
223
224 #. type: Plain text
225 #: en/lb_config.1:27
226 msgid " [B<--apt-recommends> true|false]"
227 msgstr " [B<--apt-recommends> true|false]"
228
229 #. type: Plain text
230 #: en/lb_config.1:29
231 msgid " [B<--apt-secure> true|false]"
232 msgstr " [B<--apt-secure> true|false]"
233
234 #. type: Plain text
235 #: en/lb_config.1:31
236 msgid " [B<--apt-source-archives> true|false]"
237 msgstr " [B<--apt-source-archives> true|false]"
238
239 #. type: Plain text
240 #: en/lb_config.1:33
241 msgid " [-a|B<--architectures> I<ARCHITECTURE>]"
255 #: en/lb_config.1:32
256 #, fuzzy
257 #| msgid " [-a|B<--architectures> I<ARCHITECTURE>]"
258 msgid " [B<-a>|B<--architecture> I<ARCHITECTURE>]"
242259 msgstr " [-a|B<--architectures> I<アーキテクチャ>]"
243260
244261 #. type: Plain text
245 #: en/lb_config.1:35
246 msgid " [-b|B<--binary-images> iso|iso-hybrid|netboot|tar|hdd]"
262 #: en/lb_config.1:34
263 #, fuzzy
264 #| msgid " [B<--archive-areas> I<ARCHIVE_AREA>|I<\"ARCHIVE_AREAS\">]"
265 msgid " [B<--archive-areas> I<ARCHIVE_AREA>|\"I<ARCHIVE_AREAS>\"]"
266 msgstr " [B<--archive-areas> I<アーカイブ領域>|I<\"アーカイブ領域\">]"
267
268 #. type: Plain text
269 #: en/lb_config.1:36
270 msgid " [B<--backports> true|false]"
271 msgstr " [B<--backports> true|false]"
272
273 #. type: Plain text
274 #: en/lb_config.1:38
275 #, fuzzy
276 #| msgid " [B<--binary-filesystem> fat16|fat32|ext2|ext3|ext4]"
277 msgid " [B<--binary-filesystem> fat16|fat32|ext2|ext3|ext4|ntfs]"
278 msgstr " [B<--binary-filesystem> fat16|fat32|ext2|ext3|ext4]"
279
280 #. type: Plain text
281 #: en/lb_config.1:40
282 #, fuzzy
283 #| msgid " [-b|B<--binary-images> iso|iso-hybrid|netboot|tar|hdd]"
284 msgid " [B<-b>|B<--binary-image> iso|iso-hybrid|netboot|tar|hdd]"
247285 msgstr " [-b|B<--binary-images> iso|iso-hybrid|netboot|tar|hdd]"
248286
249287 #. type: Plain text
250 #: en/lb_config.1:37
251 msgid " [B<--binary-filesystem> fat16|fat32|ext2|ext3|ext4]"
252 msgstr " [B<--binary-filesystem> fat16|fat32|ext2|ext3|ext4]"
253
254 #. type: Plain text
255 #: en/lb_config.1:39
256 msgid " [B<--bootappend-install> I<PARAMETER>|I<\"PARAMETERS\">]"
288 #: en/lb_config.1:42
289 #, fuzzy
290 #| msgid " [B<--bootappend-install> I<PARAMETER>|I<\"PARAMETERS\">]"
291 msgid " [B<--bootappend-install> I<PARAMETER>|\"I<PARAMETERS>\"]"
257292 msgstr " [B<--bootappend-install> I<パラメータ>|I<\"パラメータ\">]"
258293
259294 #. type: Plain text
260 #: en/lb_config.1:41
261 msgid " [B<--bootappend-live> I<PARAMETER>|I<\"PARAMETERS\">]"
295 #: en/lb_config.1:44
296 #, fuzzy
297 #| msgid " [B<--bootappend-live> I<PARAMETER>|I<\"PARAMETERS\">]"
298 msgid " [B<--bootappend-live> I<PARAMETER>|\"I<PARAMETERS>\"]"
262299 msgstr " [B<--bootappend-live> I<パラメータ>|I<\"パラメータ\">]"
263300
264301 #. type: Plain text
265 #: en/lb_config.1:43
302 #: en/lb_config.1:46
266303 #, fuzzy
267304 #| msgid " [B<--bootappend-live> I<PARAMETER>|I<\"PARAMETERS\">]"
268 msgid " [B<--bootappend-live-failsafe> I<PARAMETER>|I<\"PARAMETERS\">]"
305 msgid " [B<--bootappend-live-failsafe> I<PARAMETER>|\"I<PARAMETERS>\"]"
269306 msgstr " [B<--bootappend-live> I<パラメータ>|I<\"パラメータ\">]"
270307
271308 #. type: Plain text
272 #: en/lb_config.1:45
309 #: en/lb_config.1:48
273310 #, fuzzy
274311 #| msgid " [B<--bootloader> grub|grub2|syslinux]"
275 msgid " [B<--bootloaders> grub-legacy|grub-pc|syslinux|grub-efi]"
312 msgid ""
313 " [B<--bootloaders> grub-legacy|grub-pc|syslinux|grub-efi|\"I<BOOTLOADERS>\"]"
276314 msgstr " [B<--bootloader> grub|grub2|syslinux]"
277315
278316 #. type: Plain text
279 #: en/lb_config.1:47
317 #: en/lb_config.1:50
318 #, fuzzy
319 #| msgid " [B<--mirror-bootstrap> I<URL>]"
320 msgid " [B<--bootstrap-qemu-arch> I<ARCH>]"
321 msgstr " [B<--mirror-bootstrap> I<URL>]"
322
323 #. type: Plain text
324 #: en/lb_config.1:52
325 #, fuzzy
326 #| msgid " [B<--bootappend-live> I<PARAMETER>|I<\"PARAMETERS\">]"
327 msgid " [B<--bootstrap-qemu-exclude> I<PACKAGE>|\"I<PACKAGES>\"]"
328 msgstr " [B<--bootappend-live> I<パラメータ>|I<\"パラメータ\">]"
329
330 #. type: Plain text
331 #: en/lb_config.1:54
332 #, fuzzy
333 #| msgid " [B<--mirror-bootstrap> I<URL>]"
334 msgid " [B<--bootstrap-qemu-static> I<PATH>]"
335 msgstr " [B<--mirror-bootstrap> I<URL>]"
336
337 #. type: Plain text
338 #: en/lb_config.1:56
339 #, fuzzy
340 #| msgid "B<--breakpoints>"
341 msgid " [B<--breakpoints>]"
342 msgstr "B<--breakpoints>"
343
344 #. type: Plain text
345 #: en/lb_config.1:58
346 msgid " [B<--build-with-chroot> true|false]"
347 msgstr " [B<--build-with-chroot> true|false]"
348
349 #. type: Plain text
350 #: en/lb_config.1:60
280351 msgid " [B<--cache> true|false]"
281352 msgstr " [B<--cache> true|false]"
282353
283354 #. type: Plain text
284 #: en/lb_config.1:49
355 #: en/lb_config.1:62
285356 msgid " [B<--cache-indices> true|false]"
286357 msgstr " [B<--cache-indices> true|false]"
287358
288359 #. type: Plain text
289 #: en/lb_config.1:51
360 #: en/lb_config.1:64
290361 msgid " [B<--cache-packages> true|false]"
291362 msgstr " [B<--cache-packages> true|false]"
292363
293364 #. type: Plain text
294 #: en/lb_config.1:53
295 msgid " [B<--cache-stages> I<STAGE>|I<\"STAGES\">]"
365 #: en/lb_config.1:66
366 #, fuzzy
367 #| msgid " [B<--cache-stages> I<STAGE>|I<\"STAGES\">]"
368 msgid " [B<--cache-stages> I<STAGE>|\"I<STAGES>\"]"
296369 msgstr " [B<--cache-stages> I<段階>|I<\"段階\">]"
297370
298371 #. type: Plain text
299 #: en/lb_config.1:55
300 msgid " [B<--checksums> md5|sha1|sha256|none]"
372 #: en/lb_config.1:68
373 #, fuzzy
374 #| msgid " [B<--checksums> md5|sha1|sha256|none]"
375 msgid " [B<--checksums> md5|sha1|sha224|sha256|sha384|sha512|none]"
301376 msgstr " [B<--checksums> md5|sha1|sha256|none]"
302377
303378 #. type: Plain text
304 #: en/lb_config.1:57
305 msgid " [B<--compression> bzip2|gzip|lzip|none]"
306 msgstr " [B<--compression> bzip2|gzip|lzip|none]"
307
308 #. type: Plain text
309 #: en/lb_config.1:59
310 msgid " [B<--config> I<GIT_URL::GIT_ID>]"
311 msgstr " [B<--config> I<GIT_URL::GIT_ID>]"
312
313 #. type: Plain text
314 #: en/lb_config.1:61
315 msgid " [B<--build-with-chroot> true|false]"
316 msgstr " [B<--build-with-chroot> true|false]"
317
318 #. type: Plain text
319 #: en/lb_config.1:63
379 #: en/lb_config.1:70
320380 msgid " [B<--chroot-filesystem> ext2|ext3|ext4|squashfs|jffs2|none]"
321381 msgstr " [B<--chroot-filesystem> ext2|ext3|ext4|squashfs|jffs2|none]"
322382
323383 #. type: Plain text
324 #: en/lb_config.1:65
384 #: en/lb_config.1:72
385 msgid " [B<--chroot-squashfs-compression-level> LEVEL]"
386 msgstr ""
387
388 #. type: Plain text
389 #: en/lb_config.1:74
390 #, fuzzy
391 #| msgid " [B<--initramfs-compression> bzip2|gzip|lzma]"
392 msgid " [B<--chroot-squashfs-compression-type> gzip|lzma|lzo|lz4|xz|zstd]"
393 msgstr " [B<--initramfs-compression> bzip2|gzip|lzma]"
394
395 #. type: Plain text
396 #: en/lb_config.1:76
325397 msgid " [B<--clean>]"
326398 msgstr " [B<--clean>]"
327399
328400 #. type: Plain text
329 #: en/lb_config.1:67
330 msgid " [-c|B<--conffile> I<FILE>]"
401 #: en/lb_config.1:78
402 #, fuzzy
403 #| msgid " [B<--clean>]"
404 msgid " [B<--color>]"
405 msgstr " [B<--clean>]"
406
407 #. type: Plain text
408 #: en/lb_config.1:80
409 #, fuzzy
410 #| msgid " [B<--compression> bzip2|gzip|lzip|none]"
411 msgid " [B<--compression> bzip2|gzip|lzip|xz|none]"
412 msgstr " [B<--compression> bzip2|gzip|lzip|none]"
413
414 #. type: Plain text
415 #: en/lb_config.1:82
416 #, fuzzy
417 #| msgid " [-c|B<--conffile> I<FILE>]"
418 msgid " [B<-c>|B<--conffile> I<FILE>]"
331419 msgstr " [-c|B<--conffile> I<ファイル>]"
332420
333421 #. type: Plain text
334 #: en/lb_config.1:69
422 #: en/lb_config.1:84
423 #, fuzzy
424 #| msgid " [B<--config> I<GIT_URL::GIT_ID>]"
425 msgid " [B<--config> I<GIT_URL>::I<GIT_BRANCH>]"
426 msgstr " [B<--config> I<GIT_URL::GIT_ID>]"
427
428 #. type: Plain text
429 #: en/lb_config.1:86
335430 msgid " [B<--debconf-frontend> dialog|editor|noninteractive|readline]"
336431 msgstr " [B<--debconf-frontend> dialog|editor|noninteractive|readline]"
337432
338433 #. type: Plain text
339 #: en/lb_config.1:71
434 #: en/lb_config.1:88
340435 msgid " [B<--debconf-priority> low|medium|high|critical]"
341436 msgstr " [B<--debconf-priority> low|medium|high|critical]"
342437
343438 #. type: Plain text
344 #: en/lb_config.1:73
345 msgid ""
439 #: en/lb_config.1:90
440 #, fuzzy
441 #| msgid ""
442 #| " [B<--debian-installer> true|cdrom|netinst|netboot|businesscard|live|"
443 #| "false]"
444 msgid " [B<--debian-installer> cdrom|netinst|netboot|businesscard|live|none]"
445 msgstr ""
346446 " [B<--debian-installer> true|cdrom|netinst|netboot|businesscard|live|false]"
347 msgstr ""
348 " [B<--debian-installer> true|cdrom|netinst|netboot|businesscard|live|false]"
349
350 #. type: Plain text
351 #: en/lb_config.1:75
447
448 #. type: Plain text
449 #: en/lb_config.1:92
352450 msgid " [B<--debian-installer-distribution> daily|I<CODENAME>]"
353451 msgstr " [B<--debian-installer-distribution> daily|I<コード名>]"
354452
355453 #. type: Plain text
356 #: en/lb_config.1:77
454 #: en/lb_config.1:94
455 msgid " [B<--debian-installer-gui> true|false]"
456 msgstr " [B<--debian-installer-gui> true|false]"
457
458 #. type: Plain text
459 #: en/lb_config.1:96
357460 msgid " [B<--debian-installer-preseedfile> I<FILE>|I<URL>]"
358461 msgstr " [B<--debian-installer-preseedfile> I<ファイル>|I<URL>]"
359462
360463 #. type: Plain text
361 #: en/lb_config.1:79
362 msgid " [B<--debian-installer-gui> true|false]"
363 msgstr " [B<--debian-installer-gui> true|false]"
364
365 #. type: Plain text
366 #: en/lb_config.1:81
367 #, fuzzy
368 #| msgid " [B<--net-root-mountoptions> I<OPTIONS>]"
369 msgid " [B<--debootstrap-options> I<OPTIONS>]"
370 msgstr " [B<--net-root-mountoptions> I<オプション>]"
371
372 #. type: Plain text
373 #: en/lb_config.1:83
464 #: en/lb_config.1:98
465 #, fuzzy
466 #| msgid " [B<--apt-options> I<OPTION>|\"I<OPTIONS>\"]"
467 msgid " [B<--debootstrap-options> I<OPTION>|\"I<OPTIONS>\"]"
468 msgstr " [B<--apt-options> I<オプション>|\"I<オプション>\"]"
469
470 #. type: Plain text
471 #: en/lb_config.1:100
374472 #, fuzzy
375473 #| msgid " [B<--mirror-bootstrap> I<URL>]"
376474 msgid " [B<--debootstrap-script> I<SCRIPT>]"
377475 msgstr " [B<--mirror-bootstrap> I<URL>]"
378476
379477 #. type: Plain text
380 #: en/lb_config.1:85
478 #: en/lb_config.1:102
381479 msgid " [B<--debug>]"
382480 msgstr " [B<--debug>]"
383481
384482 #. type: Plain text
385 #: en/lb_config.1:87
386 msgid " [-d|B<--distribution> I<CODENAME>]"
483 #: en/lb_config.1:104
484 #, fuzzy
485 #| msgid " [-d|B<--distribution> I<CODENAME>]"
486 msgid " [B<-d>|B<--distribution> I<CODENAME>]"
387487 msgstr " [-d|B<--distribution> I<コード名>]"
388488
389489 #. type: Plain text
390 #: en/lb_config.1:89
490 #: en/lb_config.1:106
491 #, fuzzy
492 #| msgid " [-d|B<--distribution> I<CODENAME>]"
493 msgid " [B<--distribution-chroot> I<CODENAME>]"
494 msgstr " [-d|B<--distribution> I<コード名>]"
495
496 #. type: Plain text
497 #: en/lb_config.1:108
498 #, fuzzy
499 #| msgid " [-d|B<--distribution> I<CODENAME>]"
500 msgid " [B<--distribution-binary> I<CODENAME>]"
501 msgstr " [-d|B<--distribution> I<コード名>]"
502
503 #. type: Plain text
504 #: en/lb_config.1:110
505 #, fuzzy
506 #| msgid " [B<--dump>]"
507 msgid " [B<--dm-verity>]"
508 msgstr " [B<--dump>]"
509
510 #. type: Plain text
511 #: en/lb_config.1:112
512 msgid " [B<--dm-verity-fec> I<NB_ROOTS>]"
513 msgstr ""
514
515 #. type: Plain text
516 #: en/lb_config.1:114
517 #, fuzzy
518 #| msgid " [B<--mirror-bootstrap> I<URL>]"
519 msgid " [B<--dm-verity-sign> I<SIGN_SCRIPT>]"
520 msgstr " [B<--mirror-bootstrap> I<URL>]"
521
522 #. type: Plain text
523 #: en/lb_config.1:116
524 msgid " [B<--dump>]"
525 msgstr " [B<--dump>]"
526
527 #. type: Plain text
528 #: en/lb_config.1:118
529 #, fuzzy
530 #| msgid " [B<--firmware-binary true|false>]"
531 msgid " [B<--firmware-binary> true|false]"
532 msgstr " [B<--firmware-binary true|false>]"
533
534 #. type: Plain text
535 #: en/lb_config.1:120
536 #, fuzzy
537 #| msgid " [B<--firmware-chroot true|false>]"
538 msgid " [B<--firmware-chroot> true|false]"
539 msgstr " [B<--firmware-chroot true|false>]"
540
541 #. type: Plain text
542 #: en/lb_config.1:122
543 msgid " [B<--force>]"
544 msgstr " [B<--force>]"
545
546 #. type: Plain text
547 #: en/lb_config.1:124
548 msgid " [B<--gzip-options> I<OPTION>|\"I<OPTIONS>\"]"
549 msgstr " [B<--gzip-options> I<オプション>|\"I<オプション>\"]"
550
551 #. type: Plain text
552 #: en/lb_config.1:126
553 #, fuzzy
554 #| msgid " [B<--hdd-size >I<MB>]"
555 msgid " [B<--hdd-label> I<LABEL>]"
556 msgstr " [B<--hdd-size >I<MB>]"
557
558 #. type: Plain text
559 #: en/lb_config.1:128
560 #, fuzzy
561 #| msgid " [B<--parent-mirror-chroot> I<URL>]"
562 msgid " [B<--hdd-partition-start> I<START>]"
563 msgstr " [B<--parent-mirror-chroot> I<URL>]"
564
565 #. type: Plain text
566 #: en/lb_config.1:130
567 #, fuzzy
568 #| msgid " [B<--hdd-size >I<MB>]"
569 msgid " [B<--hdd-size> I<SIZE>]"
570 msgstr " [B<--hdd-size >I<MB>]"
571
572 #. type: Plain text
573 #: en/lb_config.1:132
574 msgid " [B<--ignore-system-defaults>]"
575 msgstr " [B<--ignore-system-defaults>]"
576
577 #. type: Plain text
578 #: en/lb_config.1:134
579 #, fuzzy
580 #| msgid " [B<--iso-volume> I<NAME>]"
581 msgid " [B<--image-name> I<NAME>]"
582 msgstr " [B<--iso-volume> I<名前>]"
583
584 #. type: Plain text
585 #: en/lb_config.1:136
586 #, fuzzy
587 #| msgid " [B<--initramfs> auto|none|live-boot|casper]"
588 msgid " [B<--initramfs> none|live-boot]"
589 msgstr " [B<--initramfs> auto|none|live-boot|casper]"
590
591 #. type: Plain text
592 #: en/lb_config.1:138
593 msgid " [B<--initramfs-compression> bzip2|gzip|lzma]"
594 msgstr " [B<--initramfs-compression> bzip2|gzip|lzma]"
595
596 #. type: Plain text
597 #: en/lb_config.1:140
598 #, fuzzy
599 #| msgid " [B<--initsystem> sysvinit|runit|systemd|upstart|none]"
600 msgid " [B<--initsystem> sysvinit|systemd|none]"
601 msgstr " [B<--initsystem> sysvinit|runit|systemd|upstart|none]"
602
603 #. type: Plain text
604 #: en/lb_config.1:142
605 #, fuzzy
606 #| msgid " [B<--interactive> shell]"
607 msgid " [B<--interactive> true|shell|x11|xnest|false]"
608 msgstr " [B<--interactive> shell]"
609
610 #. type: Plain text
611 #: en/lb_config.1:144
612 msgid " [B<--iso-application> I<NAME>]"
613 msgstr " [B<--iso-application> I<名前>]"
614
615 #. type: Plain text
616 #: en/lb_config.1:146
617 msgid " [B<--iso-preparer> I<NAME>]"
618 msgstr " [B<--iso-preparer> I<NAME>]"
619
620 #. type: Plain text
621 #: en/lb_config.1:148
622 msgid " [B<--iso-publisher> I<NAME>]"
623 msgstr " [B<--iso-publisher> I<名前>]"
624
625 #. type: Plain text
626 #: en/lb_config.1:150
627 msgid " [B<--iso-volume> I<NAME>]"
628 msgstr " [B<--iso-volume> I<名前>]"
629
630 #. type: Plain text
631 #: en/lb_config.1:152
632 msgid " [B<--jffs2-eraseblock> I<SIZE>]"
633 msgstr " [B<--jffs2-eraseblock> I<サイズ>]"
634
635 #. type: Plain text
636 #: en/lb_config.1:154
637 #, fuzzy
638 #| msgid " [B<--keyring-packages> I<PACKAGE|\"PACKAGES\">]"
639 msgid " [B<--keyring-packages> I<PACKAGE>|\"I<PACKAGES>\"]"
640 msgstr " [B<--keyring-packages> I<パッケージ|\"パッケージ\">]"
641
642 #. type: Plain text
643 #: en/lb_config.1:156
644 #, fuzzy
645 #| msgid " [-k|B<--linux-flavours> I<FLAVOUR>|I<\"FLAVOURS\">]"
646 msgid " [B<-k>|B<--linux-flavours> I<FLAVOUR>|\"I<FLAVOURS>\"]"
647 msgstr " [-k|B<--linux-flavours> I<フレーバー>|I<\"フレーバー\">]"
648
649 #. type: Plain text
650 #: en/lb_config.1:158
651 #, fuzzy
652 #| msgid " [B<--keyring-packages> I<PACKAGE|\"PACKAGES\">]"
653 msgid " [B<--linux-packages> I<PACKAGE>|\"I<PACKAGES>\"]"
654 msgstr " [B<--keyring-packages> I<パッケージ|\"パッケージ\">]"
655
656 #. type: Plain text
657 #: en/lb_config.1:160
658 #, fuzzy
659 #| msgid " [B<--cache> true|false]"
660 msgid " [B<--loadlin> true|false]"
661 msgstr " [B<--cache> true|false]"
662
663 #. type: Plain text
664 #: en/lb_config.1:162
665 msgid " [B<--memtest> memtest86+|memtest86|none]"
666 msgstr " [B<--memtest> memtest86+|memtest86|none]"
667
668 #. type: Plain text
669 #: en/lb_config.1:164
670 msgid " [B<--mirror-binary> I<URL>]"
671 msgstr " [B<--mirror-binary> I<URL>]"
672
673 #. type: Plain text
674 #: en/lb_config.1:166
675 msgid " [B<--mirror-binary-security> I<URL>]"
676 msgstr " [B<--mirror-binary-security> I<URL>]"
677
678 #. type: Plain text
679 #: en/lb_config.1:168
680 msgid " [B<--mirror-bootstrap> I<URL>]"
681 msgstr " [B<--mirror-bootstrap> I<URL>]"
682
683 #. type: Plain text
684 #: en/lb_config.1:170
685 msgid " [B<--mirror-chroot> I<URL>]"
686 msgstr " [B<--mirror-chroot> I<URL>]"
687
688 #. type: Plain text
689 #: en/lb_config.1:172
690 msgid " [B<--mirror-chroot-security> I<URL>]"
691 msgstr " [B<--mirror-chroot-security> I<URL>]"
692
693 #. type: Plain text
694 #: en/lb_config.1:174
695 msgid " [B<--mirror-debian-installer> I<URL>]"
696 msgstr " [B<--mirror-debian-installer> I<URL>]"
697
698 #. type: Plain text
699 #: en/lb_config.1:176
700 #, fuzzy
701 #| msgid " [B<--clean>]"
702 msgid " [B<--mode> debian]"
703 msgstr " [B<--clean>]"
704
705 #. type: Plain text
706 #: en/lb_config.1:178
707 msgid " [B<--net-tarball> true|false]"
708 msgstr " [B<--net-tarball> true|false]"
709
710 #. type: Plain text
711 #: en/lb_config.1:180
712 #, fuzzy
713 #| msgid " [B<--clean>]"
714 msgid " [B<--no-color>]"
715 msgstr " [B<--clean>]"
716
717 #. type: Plain text
718 #: en/lb_config.1:182
719 #, fuzzy
720 #| msgid " [B<--source> true|false]"
721 msgid " [B<--onie> true|false]"
722 msgstr " [B<--source> true|false]"
723
724 #. type: Plain text
725 #: en/lb_config.1:184
726 #, fuzzy
727 #| msgid " [B<--gzip-options> I<OPTION>|\"I<OPTIONS>\"]"
728 msgid " [B<--onie-kernel-cmdline> I<OPTION>|\"I<OPTIONS>\"]"
729 msgstr " [B<--gzip-options> I<オプション>|\"I<オプション>\"]"
730
731 #. type: Plain text
732 #: en/lb_config.1:186
733 #, fuzzy
734 #| msgid " [B<--archive-areas> I<ARCHIVE_AREA>|I<\"ARCHIVE_AREAS\">]"
735 msgid " [B<--parent-archive-areas> I<ARCHIVE_AREA>|\"I<ARCHIVE_AREAS>\"]"
736 msgstr " [B<--archive-areas> I<アーカイブ領域>|I<\"アーカイブ領域\">]"
737
738 #. type: Plain text
739 #: en/lb_config.1:188
740 #, fuzzy
741 #| msgid " [B<--parent-debian-installer-distribution> I<CODENAME>]"
742 msgid " [B<--parent-debian-installer-distribution> daily|I<CODENAME>]"
743 msgstr " [B<--parent-debian-installer-distribution> I<コード名>]"
744
745 #. type: Plain text
746 #: en/lb_config.1:190
391747 msgid " [B<--parent-distribution> I<CODENAME>]"
392748 msgstr " [B<--parent-distribution> I<コード名>]"
393749
394750 #. type: Plain text
395 #: en/lb_config.1:91
396 msgid " [B<--parent-debian-installer-distribution> I<CODENAME>]"
397 msgstr " [B<--parent-debian-installer-distribution> I<コード名>]"
398
399 #. type: Plain text
400 #: en/lb_config.1:93
401 msgid " [B<--dump>]"
402 msgstr " [B<--dump>]"
403
404 #. type: Plain text
405 #: en/lb_config.1:95
406 msgid " [B<--fdisk> fdisk|fdisk.dist]"
407 msgstr " [B<--fdisk> fdisk|fdisk.dist]"
408
409 #. type: Plain text
410 #: en/lb_config.1:97
411 msgid " [B<--firmware-binary true|false>]"
412 msgstr " [B<--firmware-binary true|false>]"
413
414 #. type: Plain text
415 #: en/lb_config.1:99
416 msgid " [B<--firmware-chroot true|false>]"
417 msgstr " [B<--firmware-chroot true|false>]"
418
419 #. type: Plain text
420 #: en/lb_config.1:101
421 msgid " [B<--force>]"
422 msgstr " [B<--force>]"
423
424 #. type: Plain text
425 #: en/lb_config.1:103
426 msgid " [B<--grub-splash> I<FILE>]"
427 msgstr " [B<--grub-splash> I<ファイル>]"
428
429 #. type: Plain text
430 #: en/lb_config.1:105
431 msgid " [B<--gzip-options> I<OPTION>|\"I<OPTIONS>\"]"
432 msgstr " [B<--gzip-options> I<オプション>|\"I<オプション>\"]"
433
434 #. type: Plain text
435 #: en/lb_config.1:107
436 msgid " [B<--hooks> I<FILE>]"
437 msgstr " [B<--hooks> I<ファイル>]"
438
439 #. type: Plain text
440 #: en/lb_config.1:109
441 msgid " [B<--ignore-system-defaults>]"
442 msgstr " [B<--ignore-system-defaults>]"
443
444 #. type: Plain text
445 #: en/lb_config.1:111
446 msgid " [B<--initramfs> auto|none|live-boot|casper]"
447 msgstr " [B<--initramfs> auto|none|live-boot|casper]"
448
449 #. type: Plain text
450 #: en/lb_config.1:113
451 msgid " [B<--initramfs-compression> bzip2|gzip|lzma]"
452 msgstr " [B<--initramfs-compression> bzip2|gzip|lzma]"
453
454 #. type: Plain text
455 #: en/lb_config.1:115
456 msgid " [B<--initsystem> sysvinit|runit|systemd|upstart|none]"
457 msgstr " [B<--initsystem> sysvinit|runit|systemd|upstart|none]"
458
459 #. type: Plain text
460 #: en/lb_config.1:117
461 msgid " [B<--interactive> shell]"
462 msgstr " [B<--interactive> shell]"
463
464 #. type: Plain text
465 #: en/lb_config.1:119
466 msgid " [B<--isohybrid-options> I<OPTION>|\"I<OPTIONS>\"]"
467 msgstr " [B<--isohybrid-options> I<オプション>|\"I<オプション>\"]"
468
469 #. type: Plain text
470 #: en/lb_config.1:121
471 msgid " [B<--iso-application> I<NAME>]"
472 msgstr " [B<--iso-application> I<名前>]"
473
474 #. type: Plain text
475 #: en/lb_config.1:123
476 msgid " [B<--iso-preparer> I<NAME>]"
477 msgstr " [B<--iso-preparer> I<NAME>]"
478
479 #. type: Plain text
480 #: en/lb_config.1:125
481 msgid " [B<--iso-publisher> I<NAME>]"
482 msgstr " [B<--iso-publisher> I<名前>]"
483
484 #. type: Plain text
485 #: en/lb_config.1:127
486 msgid " [B<--iso-volume> I<NAME>]"
487 msgstr " [B<--iso-volume> I<名前>]"
488
489 #. type: Plain text
490 #: en/lb_config.1:129
491 msgid " [B<--jffs2-eraseblock> I<SIZE>]"
492 msgstr " [B<--jffs2-eraseblock> I<サイズ>]"
493
494 #. type: Plain text
495 #: en/lb_config.1:131
496 msgid " [B<--keyring-packages> I<PACKAGE|\"PACKAGES\">]"
497 msgstr " [B<--keyring-packages> I<パッケージ|\"パッケージ\">]"
498
499 #. type: Plain text
500 #: en/lb_config.1:133
501 msgid " [-k|B<--linux-flavours> I<FLAVOUR>|I<\"FLAVOURS\">]"
502 msgstr " [-k|B<--linux-flavours> I<フレーバー>|I<\"フレーバー\">]"
503
504 #. type: Plain text
505 #: en/lb_config.1:135
506 msgid " [B<--linux-packages> I<\"PACKAGES\">]"
507 msgstr " [B<--linux-packages> I<\"パッケージ\">]"
508
509 #. type: Plain text
510 #: en/lb_config.1:137
511 msgid " [B<--losetup> losetup|losetup.orig]"
512 msgstr " [B<--losetup> losetup|losetup.orig]"
513
514 #. type: Plain text
515 #: en/lb_config.1:139
516 msgid " [B<--memtest> memtest86+|memtest86|none]"
517 msgstr " [B<--memtest> memtest86+|memtest86|none]"
518
519 #. type: Plain text
520 #: en/lb_config.1:141
521 msgid " [-m|B<--parent-mirror-bootstrap> I<URL>]"
751 #: en/lb_config.1:192
752 #, fuzzy
753 #| msgid " [B<--parent-distribution> I<CODENAME>]"
754 msgid " [B<--parent-distribution-chroot> I<CODENAME>]"
755 msgstr " [B<--parent-distribution> I<コード名>]"
756
757 #. type: Plain text
758 #: en/lb_config.1:194
759 #, fuzzy
760 #| msgid " [B<--parent-distribution> I<CODENAME>]"
761 msgid " [B<--parent-distribution-binary> I<CODENAME>]"
762 msgstr " [B<--parent-distribution> I<コード名>]"
763
764 #. type: Plain text
765 #: en/lb_config.1:196
766 msgid " [B<--parent-mirror-binary> I<URL>]"
767 msgstr " [B<--parent-mirror-binary> I<URL>]"
768
769 #. type: Plain text
770 #: en/lb_config.1:198
771 msgid " [B<--parent-mirror-binary-security> I<URL>]"
772 msgstr " [B<--parent-mirror-binary-security> I<URL>]"
773
774 #. type: Plain text
775 #: en/lb_config.1:200
776 #, fuzzy
777 #| msgid " [-m|B<--parent-mirror-bootstrap> I<URL>]"
778 msgid " [B<-m>|B<--parent-mirror-bootstrap> I<URL>]"
522779 msgstr " [-m|B<--parent-mirror-bootstrap> I<URL>]"
523780
524781 #. type: Plain text
525 #: en/lb_config.1:143
782 #: en/lb_config.1:202
526783 msgid " [B<--parent-mirror-chroot> I<URL>]"
527784 msgstr " [B<--parent-mirror-chroot> I<URL>]"
528785
529786 #. type: Plain text
530 #: en/lb_config.1:145
787 #: en/lb_config.1:204
531788 msgid " [B<--parent-mirror-chroot-security> I<URL>]"
532789 msgstr " [B<--parent-mirror-chroot-security> I<URL>]"
533790
534791 #. type: Plain text
535 #: en/lb_config.1:147
536 msgid " [B<--parent-mirror-chroot-updates> I<URL>]"
537 msgstr " [B<--parent-mirror-chroot-updates> I<URL>]"
538
539 #. type: Plain text
540 #: en/lb_config.1:149
541 msgid " [B<--parent-mirror-chroot-backports> I<URL>]"
542 msgstr " [B<--parent-mirror-chroot-backports> I<URL>]"
543
544 #. type: Plain text
545 #: en/lb_config.1:151
546 msgid " [B<--parent-mirror-binary> I<URL>]"
547 msgstr " [B<--parent-mirror-binary> I<URL>]"
548
549 #. type: Plain text
550 #: en/lb_config.1:153
551 msgid " [B<--parent-mirror-binary-security> I<URL>]"
552 msgstr " [B<--parent-mirror-binary-security> I<URL>]"
553
554 #. type: Plain text
555 #: en/lb_config.1:155
556 msgid " [B<--parent-mirror-binary-updates> I<URL>]"
557 msgstr " [B<--parent-mirror-binary-updates> I<URL>]"
558
559 #. type: Plain text
560 #: en/lb_config.1:157
561 msgid " [B<--parent-mirror-binary-backports> I<URL>]"
562 msgstr " [B<--parent-mirror-binary-backports> I<URL>]"
563
564 #. type: Plain text
565 #: en/lb_config.1:159
792 #: en/lb_config.1:206
566793 msgid " [B<--parent-mirror-debian-installer> I<URL>]"
567794 msgstr " [B<--parent-mirror-debian-installer> I<URL>]"
568795
569796 #. type: Plain text
570 #: en/lb_config.1:161
571 msgid " [B<--mirror-bootstrap> I<URL>]"
572 msgstr " [B<--mirror-bootstrap> I<URL>]"
573
574 #. type: Plain text
575 #: en/lb_config.1:163
576 msgid " [B<--mirror-chroot> I<URL>]"
577 msgstr " [B<--mirror-chroot> I<URL>]"
578
579 #. type: Plain text
580 #: en/lb_config.1:165
581 msgid " [B<--mirror-chroot-security> I<URL>]"
582 msgstr " [B<--mirror-chroot-security> I<URL>]"
583
584 #. type: Plain text
585 #: en/lb_config.1:167
586 msgid " [B<--mirror-chroot-updates> I<URL>]"
587 msgstr " [B<--mirror-chroot-updates> I<URL>]"
588
589 #. type: Plain text
590 #: en/lb_config.1:169
591 msgid " [B<--mirror-chroot-backports> I<URL>]"
592 msgstr " [B<--mirror-chroot-backports> I<URL>]"
593
594 #. type: Plain text
595 #: en/lb_config.1:171
596 msgid " [B<--mirror-binary> I<URL>]"
597 msgstr " [B<--mirror-binary> I<URL>]"
598
599 #. type: Plain text
600 #: en/lb_config.1:173
601 msgid " [B<--mirror-binary-security> I<URL>]"
602 msgstr " [B<--mirror-binary-security> I<URL>]"
603
604 #. type: Plain text
605 #: en/lb_config.1:175
606 msgid " [B<--mirror-binary-updates> I<URL>]"
607 msgstr " [B<--mirror-binary-updates> I<URL>]"
608
609 #. type: Plain text
610 #: en/lb_config.1:177
611 msgid " [B<--mirror-binary-backports> I<URL>]"
612 msgstr " [B<--mirror-binary-backports> I<URL>]"
613
614 #. type: Plain text
615 #: en/lb_config.1:179
616 msgid " [B<--mirror-debian-installer> I<URL>]"
617 msgstr " [B<--mirror-debian-installer> I<URL>]"
618
619 #. type: Plain text
620 #: en/lb_config.1:181
621 msgid " [B<--mode> debian|progress-linux|ubuntu]"
622 msgstr " [B<--mode> debian|progress-linux|ubuntu]"
623
624 #. type: Plain text
625 #: en/lb_config.1:183
797 #: en/lb_config.1:208
798 msgid " [B<--quiet>]"
799 msgstr " [B<--quiet>]"
800
801 #. type: Plain text
802 #: en/lb_config.1:210
803 msgid " [B<--security> true|false]"
804 msgstr " [B<--security> true|false]"
805
806 #. type: Plain text
807 #: en/lb_config.1:212
808 msgid " [B<--source> true|false]"
809 msgstr " [B<--source> true|false]"
810
811 #. type: Plain text
812 #: en/lb_config.1:214
813 #, fuzzy
814 #| msgid " [-s|B<--source-images> iso|netboot|tar|hdd]"
815 msgid " [B<-s>|B<--source-images> iso|netboot|tar|hdd|\"I<IMAGES>\"]"
816 msgstr " [-s|B<--source-images> iso|netboot|tar|hdd]"
817
818 #. type: Plain text
819 #: en/lb_config.1:216
820 #, fuzzy
821 #| msgid "B<--swap-file-path> I<PATH>"
822 msgid " [B<--swap-file-path> I<PATH>]"
823 msgstr "B<--swap-file-path> I<パス>"
824
825 #. type: Plain text
826 #: en/lb_config.1:218
827 #, fuzzy
828 #| msgid "B<--swap-file-size> I<MB>"
829 msgid " [B<--swap-file-size> I<MB>]"
830 msgstr "B<--swap-file-size> I<MB>"
831
832 #. type: Plain text
833 #: en/lb_config.1:220
626834 msgid " [B<--system> live|normal]"
627835 msgstr " [B<--system> live|normal]"
628836
629837 #. type: Plain text
630 #: en/lb_config.1:185
631 msgid " [B<--net-root-filesystem> nfs|cfs]"
632 msgstr " [B<--net-root-filesystem> nfs|cfs]"
633
634 #. type: Plain text
635 #: en/lb_config.1:187
636 msgid " [B<--net-root-mountoptions> I<OPTIONS>]"
637 msgstr " [B<--net-root-mountoptions> I<オプション>]"
638
639 #. type: Plain text
640 #: en/lb_config.1:189
641 msgid " [B<--net-root-path> I<PATH>]"
642 msgstr " [B<--net-root-path> I<パス>]"
643
644 #. type: Plain text
645 #: en/lb_config.1:191
646 msgid " [B<--net-root-server> I<IP>|I<HOSTNAME>]"
647 msgstr " [B<--net-root-server> I<IPアドレス>|I<ホスト名>]"
648
649 #. type: Plain text
650 #: en/lb_config.1:193
651 msgid " [B<--net-cow-filesystem> nfs|cfs]"
652 msgstr " [B<--net-cow-filesystem> nfs|cfs]"
653
654 #. type: Plain text
655 #: en/lb_config.1:195
656 msgid " [B<--net-cow-mountoptions> I<OPTIONS>]"
657 msgstr " [B<--net-cow-mountoptions> I<オプション>]"
658
659 #. type: Plain text
660 #: en/lb_config.1:197
661 msgid " [B<--net-cow-path> I<PATH>]"
662 msgstr " [B<--net-cow-path> I<パス>]"
663
664 #. type: Plain text
665 #: en/lb_config.1:199
666 msgid " [B<--net-cow-server> I<IP>|I<HOSTNAME>]"
667 msgstr " [B<--net-cow-server> I<IPアドレス>|I<ホスト名>]"
668
669 #. type: Plain text
670 #: en/lb_config.1:201
671 msgid " [B<--net-tarball> true|false]"
672 msgstr " [B<--net-tarball> true|false]"
673
674 #. type: Plain text
675 #: en/lb_config.1:203
676 msgid " [B<--quiet>]"
677 msgstr " [B<--quiet>]"
678
679 #. type: Plain text
680 #: en/lb_config.1:205
681 msgid " [B<--archive-areas> I<ARCHIVE_AREA>|I<\"ARCHIVE_AREAS\">]"
682 msgstr " [B<--archive-areas> I<アーカイブ領域>|I<\"アーカイブ領域\">]"
683
684 #. type: Plain text
685 #: en/lb_config.1:207
686 msgid ""
687 " [B<--parent-archive-areas> I<PARENT_ARCHIVE_AREA>|I<\"PARENT_ARCHIVE_AREAS"
688 "\">]"
689 msgstr ""
690 " [B<--parent-archive-areas> I<親アーカイブ領域>|I<\"親アーカイブ領域\">]"
691
692 #. type: Plain text
693 #: en/lb_config.1:209
694 msgid " [B<--security> true|false]"
695 msgstr " [B<--security> true|false]"
696
697 #. type: Plain text
698 #: en/lb_config.1:211
699 msgid " [B<--source> true|false]"
700 msgstr " [B<--source> true|false]"
701
702 #. type: Plain text
703 #: en/lb_config.1:213
704 msgid " [-s|B<--source-images> iso|netboot|tar|hdd]"
705 msgstr " [-s|B<--source-images> iso|netboot|tar|hdd]"
706
707 #. type: Plain text
708 #: en/lb_config.1:215
709 msgid " [B<--tasksel> apt|aptitude|tasksel]"
710 msgstr " [B<--tasksel> apt|aptitude|tasksel]"
711
712 #. type: Plain text
713 #: en/lb_config.1:217
714 msgid " [B<--templates> I<PATH>]"
715 msgstr " [B<--templates> I<パス>]"
716
717 #. type: Plain text
718 #: en/lb_config.1:219
719 msgid " [B<--hdd-size >I<MB>]"
720 msgstr " [B<--hdd-size >I<MB>]"
721
722 #. type: Plain text
723 #: en/lb_config.1:221
838 #: en/lb_config.1:222
839 #, fuzzy
840 #| msgid " [B<--apt-secure> true|false]"
841 msgid " [B<--uefi-secure-boot> auto|enable|disable]"
842 msgstr " [B<--apt-secure> true|false]"
843
844 #. type: Plain text
845 #: en/lb_config.1:224
724846 msgid " [B<--updates> true|false]"
725847 msgstr " [B<--updates> true|false]"
726848
727849 #. type: Plain text
728 #: en/lb_config.1:223
729 msgid " [B<--backports> true|false]"
730 msgstr " [B<--backports> true|false]"
731
732 #. type: Plain text
733 #: en/lb_config.1:225
850 #: en/lb_config.1:226
851 #, fuzzy
852 #| msgid " [B<--source> true|false]"
853 msgid " [B<--utc-time> true|false]"
854 msgstr " [B<--source> true|false]"
855
856 #. type: Plain text
857 #: en/lb_config.1:228
858 #, fuzzy
859 #| msgid " [B<--clean>]"
860 msgid " [B<--validate>]"
861 msgstr " [B<--clean>]"
862
863 #. type: Plain text
864 #: en/lb_config.1:230
734865 msgid " [B<--verbose>]"
735866 msgstr " [B<--verbose>]"
736867
737 #. FIXME
738 #. type: Plain text
739 #: en/lb_config.1:228
740 msgid " [B<--win32-loader true|false]>"
868 #. type: Plain text
869 #: en/lb_config.1:232
870 #, fuzzy
871 #| msgid " [B<--win32-loader true|false]>"
872 msgid " [B<--win32-loader> true|false]"
741873 msgstr " [B<--win32-loader true|false]>"
742874
743875 #. type: Plain text
744 #: en/lb_config.1:231
876 #: en/lb_config.1:234
877 #, fuzzy
878 #| msgid " [B<--source> true|false]"
879 msgid " [B<--zsync> true|false]"
880 msgstr " [B<--source> true|false]"
881
882 #. type: Plain text
883 #: en/lb_config.1:237
884 #, fuzzy
885 #| msgid ""
886 #| "B<lb config> is a high-level command (porcelain) of I<live-build>(7), the "
887 #| "live systems tool suite."
745888 msgid ""
746889 "B<lb config> is a high-level command (porcelain) of I<live-build>(7), the "
747 "live systems tool suite."
890 "Debian Live tool suite."
748891 msgstr ""
749892 "B<lb config> は Live システムツール集 I<live-build>(7) の高レベルコマンド "
750893 "(porcelain) です。"
751894
752 #. FIXME
753 #. type: Plain text
754 #: en/lb_config.1:234
755 msgid ""
756 "B<lb config> populates the configuration directory for live-build. By "
757 "default, this directory is named 'config' and is created in the current "
758 "directory where B<lb config> was executed."
895 #. type: Plain text
896 #: en/lb_config.1:239
897 #, fuzzy
898 #| msgid ""
899 #| "B<lb config> populates the configuration directory for live-build. By "
900 #| "default, this directory is named 'config' and is created in the current "
901 #| "directory where B<lb config> was executed."
902 msgid ""
903 "B<lb config> populates the configuration directory for live-build. This "
904 "directory is named 'config' and is created in the current directory where "
905 "B<lb config> was executed."
759906 msgstr ""
760907 "B<lb config> は live-build の設定ディレクトリを用意します。デフォルトで、この"
761908 "ディレクトリは「config」という名で、B<lb config> が実行された現在のディレクト"
762909 "リに作成されます。"
763910
764 #. FIXME
765 #. type: Plain text
766 #: en/lb_config.1:237
767 msgid ""
768 "Note: Currently B<lb config> tries to be smart and sets defaults for some "
769 "options depending on the setting of other options (e.g. which linux packages "
770 "to be used depending on if a wheezy system gets build or not). This means "
771 "that when generating a new configuration, you should call B<lb config> only "
772 "once with all options specified. Calling it several times with only a subset "
773 "of the options each can result in non working configurations. This is also "
774 "caused by the fact that B<lb config> called with one option only changes "
775 "that option, and leaves everything else as is unless its not defined. "
776 "However, B<lb config> does warn about know impossible or likely impossible "
777 "combinations that would lead to non working live systems. If unsure, remove "
778 "config/{binary,bootstrap,chroot,common,source} and call B<lb config> again."
779 msgstr ""
780 "注意: 現在 B<lb config> は気を利かせようとして、他のオプションの設定に依存す"
781 "る一部のオプションのデフォルト値をセット (例えば利用する linux パッケージをビ"
782 "ルドしようとしているのが wheezy システムがどうかにより判断) します。これはつ"
783 "まり、新しい設定を生成する際はオプションを全て指定して B<lb config> を一度だ"
784 "け実行すべきだということです。一部のオプションだけを指定して何度も実行した場"
785 "合には、その度に使えない設定が出来る可能性があります。変更するオプションだけ"
786 "を指定して B<lb config> を実行した場合、指定されていないオプションは、定義さ"
787 "れている限りは全てそのまま維持されるためにこれが起きることもあります。ただ"
788 "し、不可能あるいはほぼ不可能な組み合わせであることがわかっていて使えない "
789 "Live システムを作成することになりそうなときには B<lb config> それについて警告"
790 "します。よくわからない場合は config/{binary,bootstrap,chroot,common,source} "
791 "を削除して再び B<lb config> を実行してください。"
792
793 #. type: Plain text
794 #: en/lb_config.1:240
911 #. type: Plain text
912 #: en/lb_config.1:241
913 msgid ""
914 "Note: B<lb config> tries to be smart and sets defaults for some options "
915 "depending upon the settings of others. However, this only typically happens "
916 "when no existing saved config exists, because values are only automatically "
917 "set when not already defined (and running B<lb config> involves loading any "
918 "existing config). This means that when generating a new configuration, you "
919 "should typically first ensure that any existing saved config files are "
920 "removed (by deletion of B<config/{binary,bootstrap,chroot,common,source}>), "
921 "before then calling B<lb config> just once with B<all> necessary options "
922 "specified. Calling it when an existing saved config exists risks ending up "
923 "with a non-working configuration, depending on the options changed, since in "
924 "doing so other options may end up with different values than they otherwise "
925 "might have had had automatic setting of them not been blocked by an existing "
926 "saved value. In some cases invalid combinations will be noticed and reported "
927 "as an error or warning, but this is not always the case and should not be "
928 "relied upon."
929 msgstr ""
930
931 #. type: Plain text
932 #: en/lb_config.1:244
795933 msgid ""
796934 "In addition to its specific options B<lb config> understands all generic "
797935 "live-build options. See I<live-build>(7) for a complete list of all generic "
801939 "します。live-build 全般のオプションの全容については I<live-build>(7) を見てく"
802940 "ださい。"
803941
804 #. FIXME
805 #. type: IP
806 #: en/lb_config.1:242
807 #, no-wrap
808 msgid "B<--apt> apt|aptitude"
942 #. type: IP
943 #: en/lb_config.1:245
944 #, fuzzy, no-wrap
945 #| msgid "B<--apt> apt|aptitude"
946 msgid "B<--apt> apt|apt-get|aptitude"
809947 msgstr "B<--apt> apt|aptitude"
810948
811949 #. type: Plain text
812 #: en/lb_config.1:244
950 #: en/lb_config.1:247
813951 msgid ""
814952 "defines if apt-get or aptitude is used to install packages when building the "
815953 "image. The default is apt."
818956 "ちらを利用するか決定します。デフォルトは apt です。"
819957
820958 #. type: IP
821 #: en/lb_config.1:244
959 #: en/lb_config.1:247
822960 #, no-wrap
823961 msgid "B<--apt-ftp-proxy> I<URL>"
824962 msgstr "B<--apt-ftp-proxy> I<URL>"
825963
826964 #. type: Plain text
827 #: en/lb_config.1:246
828 msgid ""
829 "sets the ftp proxy to be used by apt. By default, this is empty. Note that "
830 "this variable is only for the proxy that gets used by apt internally within "
831 "the chroot, it is not used for anything else."
965 #: en/lb_config.1:249
966 #, fuzzy
967 #| msgid ""
968 #| "sets the ftp proxy to be used by apt. By default, this is empty. Note "
969 #| "that this variable is only for the proxy that gets used by apt internally "
970 #| "within the chroot, it is not used for anything else."
971 msgid ""
972 "sets the FTP proxy to be used by apt. By default, this is empty. Note that "
973 "this variable is only for the proxy that gets used by initial debootstrap, "
974 "and by apt internally within the chroot. It is not used for anything else."
832975 msgstr ""
833976 "apt により利用する ftp プロキシをセットします。デフォルトでは利用しません。こ"
834977 "の変数は chroot 内で利用する apt でのみ有効で、それ以外では利用されないことに"
835978 "注意してください"
836979
837980 #. type: IP
838 #: en/lb_config.1:246
981 #: en/lb_config.1:249
839982 #, no-wrap
840983 msgid "B<--apt-http-proxy> I<URL>"
841984 msgstr "B<--apt-http-proxy> I<URL>"
842985
843986 #. type: Plain text
844 #: en/lb_config.1:248
845 msgid ""
846 "sets the http proxy to be used by apt. By default, this is empty. Note that "
847 "this variable is only for the proxy that gets used by apt internally within "
848 "the chroot, it is not used for anything else."
849 msgstr ""
850 "apt により利用する http プロキシをセットします。デフォルトでは利用しません。"
851 "この変数は chroot 内で利用する apt でのみ有効で、それ以外では利用されないこと"
852 "に注意してください"
853
854 #. type: IP
855 #: en/lb_config.1:248
856 #, no-wrap
857 msgid "B<--apt-indices> true|false|none"
858 msgstr "B<--apt-indices> true|false|none"
859
860 #. type: Plain text
861 #: en/lb_config.1:250
987 #: en/lb_config.1:251
988 #, fuzzy
989 #| msgid ""
990 #| "sets the ftp proxy to be used by apt. By default, this is empty. Note "
991 #| "that this variable is only for the proxy that gets used by apt internally "
992 #| "within the chroot, it is not used for anything else."
993 msgid ""
994 "sets the HTTP proxy to be used by apt. By default, this is empty. Note that "
995 "this variable is only for the proxy that gets used by initial debootstrap, "
996 "and by apt internally within the chroot. It is not used for anything else."
997 msgstr ""
998 "apt により利用する ftp プロキシをセットします。デフォルトでは利用しません。こ"
999 "の変数は chroot 内で利用する apt でのみ有効で、それ以外では利用されないことに"
1000 "注意してください"
1001
1002 #. type: IP
1003 #: en/lb_config.1:251
1004 #, fuzzy, no-wrap
1005 #| msgid " [B<--apt-indices> true|false]"
1006 msgid "B<--apt-indices> true|false"
1007 msgstr " [B<--apt-indices> true|false]"
1008
1009 #. type: Plain text
1010 #: en/lb_config.1:253
1011 #, fuzzy
1012 #| msgid ""
1013 #| "defines if the resulting images should have apt indices or not and "
1014 #| "defaults to true. If set to none, no indices are included at all."
8621015 msgid ""
8631016 "defines if the resulting images should have apt indices or not and defaults "
864 "to true. If set to none, no indices are included at all."
1017 "to true."
8651018 msgstr ""
8661019 "作成されるイメージに apt の索引ファイルを収録するか否かを決定します。デフォル"
8671020 "トは true です。none をセットすると索引ファイルは一切収録されません。"
8681021
8691022 #. type: IP
870 #: en/lb_config.1:250
1023 #: en/lb_config.1:253
8711024 #, no-wrap
8721025 msgid "B<--apt-options> I<OPTION>|\"I<OPTIONS>\""
8731026 msgstr "B<--apt-options> I<オプション>|\"I<オプション>\""
8741027
8751028 #. type: Plain text
876 #: en/lb_config.1:252
1029 #: en/lb_config.1:255
1030 #, fuzzy
1031 #| msgid ""
1032 #| "defines the default options that will be appended to every apt call that "
1033 #| "is made inside chroot during the building of the image. By default, this "
1034 #| "is set to --yes to allow non-interactive installation of packages."
8771035 msgid ""
8781036 "defines the default options that will be appended to every apt call that is "
8791037 "made inside chroot during the building of the image. By default, this is set "
880 "to --yes to allow non-interactive installation of packages."
1038 "to '--yes' to allow non-interactive installation of packages."
8811039 msgstr ""
8821040 "イメージのビルド時に chroot 内で apt を利用する際に毎回付加されるデフォルトの"
8831041 "オプションを決定します。デフォルトでは --yes がセットされていて、パッケージの"
8841042 "対話的ではないインストール処理ができるようになっています。"
8851043
8861044 #. type: IP
887 #: en/lb_config.1:252
888 #, no-wrap
889 msgid "B<--aptitude-options> I<OPTION>|\"I<OPTIONS>\""
890 msgstr "B<--aptitude-options> I<オプション>|\"I<オプション>\""
891
892 #. type: Plain text
893 #: en/lb_config.1:254
894 msgid ""
895 "defines the default options that will be appended to every aptitude call "
896 "that is made inside chroot during building of the image. By default, this is "
897 "set to --assume-yes to allow non-interactive installation of packages."
898 msgstr ""
899 "イメージのビルド時に chroot 内で aptitude を利用する際に毎回付加されるデフォ"
900 "ルトのオプションを決定します。デフォルトでは --assume-yes がセットされてい"
901 "て、パッケージの対話的ではないインストール処理ができるようになっています。"
902
903 #. type: IP
904 #: en/lb_config.1:254
1045 #: en/lb_config.1:255
9051046 #, no-wrap
9061047 msgid "B<--apt-pipeline> I<DEPTH>"
9071048 msgstr "B<--apt-pipeline> I<深度>"
9081049
9091050 #. type: Plain text
910 #: en/lb_config.1:256
1051 #: en/lb_config.1:257
1052 #, fuzzy
1053 #| msgid ""
1054 #| "sets the depth of the apt/aptitude pipeline. In cases where the remote "
1055 #| "server is not RFC conforming or buggy (such as Squid 2.0.2) this option "
1056 #| "can be a value from 0 to 5 indicating how many outstanding requests APT "
1057 #| "should send. A value of zero MUST be specified if the remote host does "
1058 #| "not properly linger on TCP connections - otherwise data corruption will "
1059 #| "occur. Hosts which require this are in violation of RFC 2068. By default, "
1060 #| "live-build does not set this option."
9111061 msgid ""
9121062 "sets the depth of the apt/aptitude pipeline. In cases where the remote "
9131063 "server is not RFC conforming or buggy (such as Squid 2.0.2) this option can "
914 "be a value from 0 to 5 indicating how many outstanding requests APT should "
1064 "be a value from 0 to 5 indicating how many outstanding requests apt should "
9151065 "send. A value of zero MUST be specified if the remote host does not properly "
9161066 "linger on TCP connections - otherwise data corruption will occur. Hosts "
9171067 "which require this are in violation of RFC 2068. By default, live-build does "
9261076 "ん。"
9271077
9281078 #. type: IP
929 #: en/lb_config.1:256
1079 #: en/lb_config.1:257
9301080 #, no-wrap
9311081 msgid "B<--apt-recommends> true|false"
9321082 msgstr "B<--apt-recommends> true|false"
9331083
9341084 #. type: Plain text
935 #: en/lb_config.1:258
1085 #: en/lb_config.1:259
9361086 msgid ""
9371087 "defines if apt should install recommended packages automatically. By "
9381088 "default, this is true."
9411091 "は true です。"
9421092
9431093 #. type: IP
944 #: en/lb_config.1:258
1094 #: en/lb_config.1:259
9451095 #, no-wrap
9461096 msgid "B<--apt-secure> true|false"
9471097 msgstr "B<--apt-secure> true|false"
9481098
9491099 #. type: Plain text
950 #: en/lb_config.1:260
1100 #: en/lb_config.1:261
9511101 msgid ""
9521102 "defines if apt should check repository signatures. This is true by default."
9531103 msgstr ""
9541104 "aptがリポジトリの署名を確認すべきか否かを決定します。デフォルトは true です。"
9551105
9561106 #. type: IP
957 #: en/lb_config.1:260
1107 #: en/lb_config.1:261
9581108 #, no-wrap
9591109 msgid "B<--apt-source-archives> true|false"
9601110 msgstr "B<--apt-source-archives> true|false"
9611111
9621112 #. type: Plain text
963 #: en/lb_config.1:262
964 msgid ""
965 "defines if deb-src entries should be included in the resulting live image or "
966 "not, defaults to true."
1113 #: en/lb_config.1:263
1114 #, fuzzy
1115 #| msgid ""
1116 #| "defines if deb-src entries should be included in the resulting live image "
1117 #| "or not, defaults to true."
1118 msgid ""
1119 "defines if deb-src entries should be included in the resulting live image's "
1120 "apt sources.list or not, defaults to true."
9671121 msgstr ""
9681122 "作成される Live イメージに deb-src の行を収録すべきか否かを決定します。デフォ"
9691123 "ルトは true です。"
9701124
9711125 #. type: IP
972 #: en/lb_config.1:262
973 #, no-wrap
974 msgid "-a|B<--architectures> I<ARCHITECTURE>"
1126 #: en/lb_config.1:263
1127 #, no-wrap
1128 msgid "B<--aptitude-options> I<OPTION>|\"I<OPTIONS>\""
1129 msgstr "B<--aptitude-options> I<オプション>|\"I<オプション>\""
1130
1131 #. type: Plain text
1132 #: en/lb_config.1:265
1133 #, fuzzy
1134 #| msgid ""
1135 #| "defines the default options that will be appended to every aptitude call "
1136 #| "that is made inside chroot during building of the image. By default, this "
1137 #| "is set to --assume-yes to allow non-interactive installation of packages."
1138 msgid ""
1139 "defines the default options that will be appended to every aptitude call "
1140 "that is made inside chroot during building of the image. By default, this is "
1141 "set to '--assume-yes' to allow non-interactive installation of packages."
1142 msgstr ""
1143 "イメージのビルド時に chroot 内で aptitude を利用する際に毎回付加されるデフォ"
1144 "ルトのオプションを決定します。デフォルトでは --assume-yes がセットされてい"
1145 "て、パッケージの対話的ではないインストール処理ができるようになっています。"
1146
1147 #. type: IP
1148 #: en/lb_config.1:265
1149 #, fuzzy, no-wrap
1150 #| msgid "-a|B<--architectures> I<ARCHITECTURE>"
1151 msgid "B<-a>|B<--architecture> I<ARCHITECTURE>"
9751152 msgstr "-a|B<--architectures> I<アーキテクチャ>"
9761153
9771154 #. type: Plain text
978 #: en/lb_config.1:264
979 msgid ""
980 "defines the architecture of the to be build image. By default, this is set "
1155 #: en/lb_config.1:267
1156 #, fuzzy
1157 #| msgid ""
1158 #| "defines the architecture of the to be build image. By default, this is "
1159 #| "set to the host architecture. Note that you cannot crossbuild for another "
1160 #| "architecture if your host system is not able to execute binaries for the "
1161 #| "target architecture natively. For example, building amd64 images on i386 "
1162 #| "and vice versa is possible if you have a 64bit capable i386 processor and "
1163 #| "the right kernel. But building powerpc images on an i386 system is not "
1164 #| "possible."
1165 msgid ""
1166 "defines the architecture of the to be built image. By default, this is set "
9811167 "to the host architecture. Note that you cannot crossbuild for another "
9821168 "architecture if your host system is not able to execute binaries for the "
9831169 "target architecture natively. For example, building amd64 images on i386 and "
9921178 "ます。しかし i386 システムで powerpc 用イメージをビルドするのは不可能です。"
9931179
9941180 #. type: IP
995 #: en/lb_config.1:264
996 #, no-wrap
997 msgid "-b|B<--binary-images> iso|iso-hybrid|netboot|tar|hdd"
998 msgstr "-b|B<--binary-images> iso|iso-hybrid|netboot|tar|hdd"
999
1000 #. type: Plain text
1001 #: en/lb_config.1:266
1002 msgid ""
1003 "defines the image type to build. By default, for images using syslinux this "
1004 "is set to iso-hybrid to build CD/DVD images that may also be used like hdd "
1005 "images, for non-syslinux images, it defaults to iso."
1006 msgstr ""
1007 "ビルドするイメージの種類を決定します。デフォルトで、syslinux を利用するイメー"
1008 "ジではハードディスク向けイメージと同じようにも利用できる CD/DVD イメージをビ"
1009 "ルドするため iso-hybrid が、syslinux 以外のイメージでは iso がセットされま"
1010 "す。"
1011
1012 #. type: IP
1013 #: en/lb_config.1:266
1014 #, no-wrap
1015 msgid "B<--binary-filesystem> fat16|fat32|ext2|ext3|ext4"
1181 #: en/lb_config.1:267
1182 #, no-wrap
1183 msgid "B<--archive-areas> I<ARCHIVE_AREA>|\"I<ARCHIVE_AREAS>\""
1184 msgstr "B<--archive-areas> I<アーカイブ領域>|\"I<アーカイブ領域>\""
1185
1186 #. type: Plain text
1187 #: en/lb_config.1:269
1188 #, fuzzy
1189 #| msgid ""
1190 #| "defines which package archive areas of a debian packages archive should "
1191 #| "be used for configured debian package mirrors. By default, this is set to "
1192 #| "main. Remember to check the licenses of each packages with respect to "
1193 #| "their redistributability in your juristiction when enabling contrib or "
1194 #| "non-free with this mechanism."
1195 msgid ""
1196 "defines which package archive areas (a comma or space separated list) of a "
1197 "debian package archive should be used for configured debian package mirrors. "
1198 "By default, this is set to main only. Remember to check the licenses of each "
1199 "package with respect to their redistributability in your juristiction when "
1200 "enabling contrib or non-free with this mechanism."
1201 msgstr ""
1202 "設定した Debian パッケージミラーに利用する Debian パッケージアーカイブのパッ"
1203 "ケージアーカイブ領域を指定します。デフォルトでは main となっています。この仕"
1204 "組みにより contrib や non-free を有効化する際は、該当する法律の下で再配布が可"
1205 "能かどうか、各パッケージのライセンスを忘れずに確認してください。"
1206
1207 #. type: IP
1208 #: en/lb_config.1:269
1209 #, no-wrap
1210 msgid "B<--backports> true|false"
1211 msgstr "B<--backports> true|false"
1212
1213 #. type: Plain text
1214 #: en/lb_config.1:271
1215 msgid ""
1216 "defines if debian backports package archives should be included in the image "
1217 "or not."
1218 msgstr ""
1219 "イメージに backports パッケージアーカイブを収録すべきか否かを決定します。"
1220
1221 #. type: IP
1222 #: en/lb_config.1:271
1223 #, fuzzy, no-wrap
1224 #| msgid "B<--binary-filesystem> fat16|fat32|ext2|ext3|ext4"
1225 msgid "B<--binary-filesystem> fat16|fat32|ext2|ext3|ext4|ntfs"
10161226 msgstr "B<--binary-filesystem> fat16|fat32|ext2|ext3|ext4"
10171227
10181228 #. type: Plain text
1019 #: en/lb_config.1:268
1229 #: en/lb_config.1:273
10201230 #, fuzzy
10211231 #| msgid ""
10221232 #| "defines the filesystem to be used in the image type. This only has an "
10301240 msgid ""
10311241 "defines the filesystem to be used in the image type. This only has an effect "
10321242 "if the selected binary image type lets you choose a filesystem. For example, "
1033 "when selection iso the resulting CD/DVD has always the filesystem ISO9660. "
1034 "When building hdd images for usb sticks, this is active. Note that it "
1035 "defaults to fat16 on all architectures except sparc where it defaults to "
1036 "ext4. Also note that if you choose fat16 and your resulting binary image "
1037 "gets bigger than 2GB, the binary filesystem automatically gets switched to "
1038 "fat32."
1243 "for the ISO image type the resulting CD/DVD always has the filesystem "
1244 "ISO9660. When building HDD images for USB sticks, multiple filesystem "
1245 "formats are supported, thus this becomes applicable to allow selection. Note "
1246 "that it defaults to 'fat32' on all architectures. Also note that if you "
1247 "choose 'fat16' and your resulting binary image gets bigger than 2GB, the "
1248 "binary filesystem automatically gets switched to 'fat32'."
10391249 msgstr ""
10401250 "指定した種類のイメージで利用するファイルシステムを指定します。これは選択した"
10411251 "種類のバイナリイメージでファイルシステムを選択できる場合にのみ効果がありま"
10471257 "的に fat32 に切り替えられることに注意してください。"
10481258
10491259 #. type: IP
1050 #: en/lb_config.1:268
1260 #: en/lb_config.1:273
1261 #, fuzzy, no-wrap
1262 #| msgid "-b|B<--binary-images> iso|iso-hybrid|netboot|tar|hdd"
1263 msgid "B<-b>|B<--binary-image> iso|iso-hybrid|netboot|tar|hdd"
1264 msgstr "-b|B<--binary-images> iso|iso-hybrid|netboot|tar|hdd"
1265
1266 #. type: Plain text
1267 #: en/lb_config.1:275
1268 #, fuzzy
1269 #| msgid ""
1270 #| "defines the image type to build. By default, for images using syslinux "
1271 #| "this is set to iso-hybrid to build CD/DVD images that may also be used "
1272 #| "like hdd images, for non-syslinux images, it defaults to iso."
1273 msgid ""
1274 "defines the image type to build. By default, for images using syslinux, this "
1275 "is set to 'iso-hybrid' to build CD/DVD images that may also be used like HDD "
1276 "images, for non-syslinux images, it defaults to 'iso'."
1277 msgstr ""
1278 "ビルドするイメージの種類を決定します。デフォルトで、syslinux を利用するイメー"
1279 "ジではハードディスク向けイメージと同じようにも利用できる CD/DVD イメージをビ"
1280 "ルドするため iso-hybrid が、syslinux 以外のイメージでは iso がセットされま"
1281 "す。"
1282
1283 #. type: IP
1284 #: en/lb_config.1:275
10511285 #, no-wrap
10521286 msgid "B<--bootappend-install> I<PARAMETER>|\"I<PARAMETERS>\""
10531287 msgstr "B<--bootappend-install> I<パラメータ>|\"I<パラメータ>\""
10541288
10551289 #. type: Plain text
1056 #: en/lb_config.1:270
1290 #: en/lb_config.1:277
10571291 msgid "sets boot parameters specific to debian-installer, if included."
10581292 msgstr ""
10591293 "debian-installer を収録した場合、debian-installer 特有のブートパラメータを"
10601294 "セットします。"
10611295
10621296 #. type: IP
1063 #: en/lb_config.1:270
1297 #: en/lb_config.1:277
10641298 #, no-wrap
10651299 msgid "B<--bootappend-live> I<PARAMETER>|\"I<PARAMETERS>\""
10661300 msgstr "B<--bootappend-live> I<パラメータ>|\"I<パラメータ>\""
10671301
10681302 #. type: Plain text
1069 #: en/lb_config.1:272
1303 #: en/lb_config.1:279
10701304 msgid ""
10711305 "sets boot parameters specific to debian-live. A complete list of boot "
10721306 "parameters can be found in the I<live-boot>(7) and I<live-config>(7) manual "
10761310 "I<live-boot>(7) 及び I<live-config>(7) マニュアルページにあります。"
10771311
10781312 #. type: IP
1079 #: en/lb_config.1:272
1313 #: en/lb_config.1:279
10801314 #, fuzzy, no-wrap
10811315 #| msgid "B<--bootappend-live> I<PARAMETER>|\"I<PARAMETERS>\""
10821316 msgid "B<--bootappend-live-failsafe> I<PARAMETER>|\"I<PARAMETERS>\""
10831317 msgstr "B<--bootappend-live> I<パラメータ>|\"I<パラメータ>\""
10841318
10851319 #. type: Plain text
1086 #: en/lb_config.1:274
1320 #: en/lb_config.1:281
10871321 #, fuzzy
10881322 #| msgid ""
10891323 #| "sets boot parameters specific to debian-live. A complete list of boot "
10981332 "I<live-boot>(7) 及び I<live-config>(7) マニュアルページにあります。"
10991333
11001334 #. type: IP
1101 #: en/lb_config.1:274
1335 #: en/lb_config.1:281
11021336 #, fuzzy, no-wrap
11031337 #| msgid "B<--bootloader> grub|grub2|syslinux"
1104 msgid "B<--bootloaders> grub-legacy|grub-pc|syslinux|grub-efi"
1338 msgid "B<--bootloaders> grub-legacy|grub-pc|syslinux|grub-efi|\"I<BOOTLOADERS>\""
11051339 msgstr "B<--bootloader> grub|grub2|syslinux"
11061340
11071341 #. type: Plain text
1108 #: en/lb_config.1:276
1342 #: en/lb_config.1:283
11091343 #, fuzzy
11101344 #| msgid ""
11111345 #| "defines which bootloader is being used in the generated image. This has "
11171351 #| "supported configuration and give a explanation about it. For hdd images "
11181352 #| "on amd64 and i386, the default is syslinux."
11191353 msgid ""
1120 "defines which bootloader is being used in the generated image. This has only "
1121 "an effect if the selected binary image type lets you choose the bootloader. "
1122 "For example, if you build a iso, always syslinux (or more precise, isolinux) "
1123 "is being used. Also note that some combinations of binary images types and "
1124 "bootloaders may be possible but live-build does not support them yet. B<lb "
1125 "config> will fail to create such a not yet supported configuration and give "
1126 "a explanation about it. For hdd images on amd64 and i386, the default is "
1127 "syslinux."
1354 "defines which bootloaders to use in the generated image. This only has an "
1355 "effect if the selected binary image type lets you choose the bootloader. For "
1356 "example, if you build an ISO then syslinux (or more precise, isolinux) is "
1357 "always used. Also note that not all combinations of binary image types and "
1358 "bootloaders are supported (B<lb config> will fail to create such an "
1359 "unsupported configuration and will give a explanation about it). For HDD "
1360 "images on amd64 and i386, the default is 'syslinux'. This option supports "
1361 "more than one bootloader to be specified (space or comma separated) in order "
1362 "to allow for both BIOS and EFI bootloaders to be included, though note that "
1363 "only one of each type can be used (i.e. do not try to use two BIOS "
1364 "bootloaders)."
11281365 msgstr ""
11291366 "生成されたイメージで利用するブートローダを選択します。これは選択した種類のバ"
11301367 "イナリイメージでブートローダを選択できる場合にのみ効果があります。例えば iso "
11361373 "なっています。"
11371374
11381375 #. type: IP
1139 #: en/lb_config.1:276
1140 #, no-wrap
1141 msgid "B<--cache> true|false"
1142 msgstr "B<--cache> true|false"
1143
1144 #. type: Plain text
1145 #: en/lb_config.1:278
1146 msgid ""
1147 "defines globally if any cache should be used at all. Different caches can be "
1148 "controlled through the their own options."
1149 msgstr ""
1150 "全体としてキャッシュを使うか否か大域的に決定します。異なるキャッシュを、"
1151 "キャッシュそれぞれのオプションで制御できます。"
1152
1153 #. type: IP
1154 #: en/lb_config.1:278
1155 #, no-wrap
1156 msgid "B<--cache-indices> true|false"
1157 msgstr "B<--cache-indices> true|false"
1158
1159 #. type: Plain text
1160 #: en/lb_config.1:280
1161 #, fuzzy
1162 #| msgid ""
1163 #| "defines if downloaded package indices and lists should be cached which is "
1164 #| "false by default. Enabling it would allow to rebuild an image completely "
1165 #| "offline, however, you would not get updates anymore then."
1166 msgid ""
1167 "defines if downloaded package indices and lists should be cached which is "
1168 "false by default. Enabling it lets you rebuild an image completely offline, "
1169 "however, you would not get updates anymore then."
1170 msgstr ""
1171 "ダウンロードしたパッケージ索引や一覧をキャッシュするか否かを決定します。デ"
1172 "フォルトで false となっています。有効にするとイメージを完全にオフラインで再ビ"
1173 "ルドできるようになりますが、以後の更新は得られなくなります。"
1174
1175 #. type: IP
1176 #: en/lb_config.1:280
1177 #, no-wrap
1178 msgid "B<--cache-packages> true|false"
1179 msgstr "B<--cache-packages> true|false"
1180
1181 #. type: Plain text
1182 #: en/lb_config.1:282
1183 msgid ""
1184 "defines if downloaded packages files should be cached which is true by "
1185 "default. Disabling it does save space consumption in your build directory, "
1186 "but remember that you will cause much unnecessary traffic if you do a couple "
1187 "of rebuilds. In general you should always leave it true, however, in some "
1188 "particular rare build setups, it can be faster to refetch packages from the "
1189 "local network mirror rather than to utilize the local disk."
1190 msgstr ""
1191 "ダウンロードしたパッケージファイルをキャッシュするか否かを決定します。デフォ"
1192 "ルトで true となっています。無効化するとビルドディレクトリの容量を節約できま"
1193 "すが、再ビルドした場合には不要な転送が発生することを覚えておいてください。一"
1194 "般にこれは常に true にしておくべきですが、特定のまれなビルド環境でローカル"
1195 "ディスクを使うよりもローカルのネットワークミラーからパッケージを再取得した方"
1196 "が速いことがあります。"
1197
1198 #. type: IP
1199 #: en/lb_config.1:282
1200 #, no-wrap
1201 msgid "B<--cache-stages> true|false|I<STAGE>|\"I<STAGES>\""
1202 msgstr "B<--cache-stages> true|false|I<段階>|\"I<段階>\""
1203
1204 #. type: Plain text
1205 #: en/lb_config.1:284
1206 msgid ""
1207 "sets which stages should be cached. By default set to bootstrap. As an "
1208 "exception to the normal stage names, also rootfs can be used here which does "
1209 "only cache the generated root filesystem in filesystem.{dir,ext*,squashfs}. "
1210 "This is useful during development if you want to rebuild the binary stage "
1211 "but not regenerate the root filesystem all the time."
1212 msgstr ""
1213 "キャッシュする段階を指定します。デフォルトでパッケージ収集段階をキャッシュし"
1214 "ます。通常の段階を示す名前に対する例外として、filesystem.{dir,ext*,squashfs} "
1215 "に生成したルートファイルシステムだけをキャッシュする rootfs を指定できます。"
1216 "開発時にバイナリ段階を再ビルドする際、ルートファイルシステムを毎回再生成する"
1217 "のは避けたい場合にこれは有用です。"
1218
1219 #. type: IP
1220 #: en/lb_config.1:284
1221 #, no-wrap
1222 msgid "B<--checksums> md5|sha1|sha256|none"
1223 msgstr "B<--checksums> md5|sha1|sha256|none"
1224
1225 #. type: Plain text
1226 #: en/lb_config.1:286
1227 msgid ""
1228 "defines if the binary image should contain a file called md5sums.txt, "
1229 "sha1sums.txt and/or sha256sums.txt. These lists all files on the image "
1230 "together with their checksums. This in turn can be used by live-boot's built-"
1231 "in integrity-check to verify the medium if specified at boot prompt. In "
1232 "general, this should not be false and is an important feature of live system "
1233 "released to the public. However, during development of very big images it "
1234 "can save some time by not calculating the checksums."
1235 msgstr ""
1236 "バイナリイメージに md5sums.txt や sha1sums.txt、sha256sums.txt 等のファイルを"
1237 "収録するか否かを決定します。この各ファイルではイメージのチェックサムとそのイ"
1238 "メージにある全ファイルを列挙します。ブートプロンプトで指定した場合は live-"
1239 "boot 組み込みの整合性確認によりこれを利用してメディアを検証できます。一般にこ"
1240 "れは false にすべきではなく、一般向けにリリースした Live システムにとって重要"
1241 "な機能でもあります。しかし、巨大なイメージの開発の際にはチェックサムを計算し"
1242 "ないことによりいくらか時間を節約できる可能性があります。"
1243
1244 #. type: IP
1245 #: en/lb_config.1:286
1246 #, no-wrap
1247 msgid "B<--compression> bzip2|gzip|lzip|none"
1248 msgstr "B<--compression> bzip2|gzip|lzip|none"
1249
1250 #. type: Plain text
1251 #: en/lb_config.1:288
1252 msgid ""
1253 "defines the compression program to be used to compress tarballs. Defaults to "
1254 "gzip."
1255 msgstr ""
1256 "tar アーカイブの圧縮に利用する圧縮プログラムを決定します。デフォルトは gzip "
1257 "です。"
1258
1259 #. type: IP
1260 #: en/lb_config.1:288
1261 #, no-wrap
1262 msgid "B<--config> I<GIT_URL>::I<GIT_ID>"
1263 msgstr "B<--config> I<GIT_URL>::I<GIT_ID>"
1264
1265 #. type: Plain text
1266 #: en/lb_config.1:290
1267 #, fuzzy
1268 #| msgid ""
1269 #| "allows to bootstrap a config tree from a git repositories, optionally "
1270 #| "appended by a Git Id (branch, commit, tag, etc.)."
1271 msgid ""
1272 "bootstrap the config tree from a git repository, optionally appended by a "
1273 "Git Id (branch, commit, tag, etc.)."
1274 msgstr ""
1275 "設定ツリーをgitリポジトリから取得できます。オプションとして Git Id (ブランチ"
1276 "やコミット、タグ等) を指定できます。"
1277
1278 #. type: IP
1279 #: en/lb_config.1:290
1376 #: en/lb_config.1:283
1377 #, fuzzy, no-wrap
1378 #| msgid "B<--mirror-bootstrap> I<URL>"
1379 msgid "B<--bootstrap-qemu-arch> I<ARCH>"
1380 msgstr "B<--mirror-bootstrap> I<URL>"
1381
1382 #. type: Plain text
1383 #: en/lb_config.1:285
1384 msgid "sets the architecture to use for foreign bootstrap. Defaults to empty."
1385 msgstr ""
1386
1387 #. type: IP
1388 #: en/lb_config.1:285
1389 #, fuzzy, no-wrap
1390 #| msgid "B<--bootappend-live> I<PARAMETER>|\"I<PARAMETERS>\""
1391 msgid "B<--bootstrap-qemu-exclude> I<PACKAGE>|\"I<PACKAGES>\""
1392 msgstr "B<--bootappend-live> I<パラメータ>|\"I<パラメータ>\""
1393
1394 #. type: Plain text
1395 #: en/lb_config.1:287
1396 msgid ""
1397 "sets the packages to exclude during foreign bootstrap. Defaults to empty."
1398 msgstr ""
1399
1400 #. type: IP
1401 #: en/lb_config.1:287
1402 #, fuzzy, no-wrap
1403 #| msgid "B<--swap-file-path> I<PATH>"
1404 msgid "B<--bootstrap-qemu-static> I<PATH>"
1405 msgstr "B<--swap-file-path> I<パス>"
1406
1407 #. type: Plain text
1408 #: en/lb_config.1:289
1409 msgid "sets the static qemu binary for foreign bootstrap. Defaults to empty."
1410 msgstr ""
1411
1412 #. type: IP
1413 #: en/lb_config.1:289 en/live-build.7:29
1414 #, no-wrap
1415 msgid "B<--breakpoints>"
1416 msgstr "B<--breakpoints>"
1417
1418 #. type: Plain text
1419 #: en/lb_config.1:291
1420 msgid ""
1421 "inserts pauses during the generation of the image, where breakpoints have "
1422 "been placed, if any (development oriented)."
1423 msgstr ""
1424
1425 #. type: IP
1426 #: en/lb_config.1:291
12801427 #, no-wrap
12811428 msgid "B<--build-with-chroot> true|false"
12821429 msgstr "B<--build-with-chroot> true|false"
12831430
12841431 #. type: Plain text
1285 #: en/lb_config.1:292
1432 #: en/lb_config.1:293
1433 #, fuzzy
1434 #| msgid ""
1435 #| "defines whether live-build should use the tools from within the chroot to "
1436 #| "build the binary image or not by using and including the host system's "
1437 #| "tools. This is a very dangerous option, using the tools of the host "
1438 #| "system can lead to tainted and even non-bootable images if the host "
1439 #| "systems version of the required tools (mainly these are the bootloaders "
1440 #| "such as syslinux and grub, and the auxiliary tools such as dosfstools, "
1441 #| "xorriso, squashfs-tools and others) do not B<exactly> match what is "
1442 #| "present at build-time in the target distribution. Never do disable this "
1443 #| "option unless you are B<exactly> sure what you are doing and have "
1444 #| "B<completely>I< understood its consequences.>"
12861445 msgid ""
12871446 "defines whether live-build should use the tools from within the chroot to "
12881447 "build the binary image or not by using and including the host system's "
12911450 "of the required tools (mainly these are the bootloaders such as syslinux and "
12921451 "grub, and the auxiliary tools such as dosfstools, xorriso, squashfs-tools "
12931452 "and others) do not B<exactly> match what is present at build-time in the "
1294 "target distribution. Never do disable this option unless you are B<exactly> "
1295 "sure what you are doing and have B<completely>I< understood its consequences."
1296 ">"
1453 "target distribution. Never disable this option unless you are B<exactly> "
1454 "sure what you are doing and have B<completely> understood its consequences."
12971455 msgstr ""
12981456 "live-build がバイナリイメージのビルドに chroot 内のツールを使うのか、chroot "
12991457 "ではなくホストのシステムツールを取り込んで使うのかを決定します。これは非常に"
13061464 "ションを決して無効化することのないようにしてください。 "
13071465
13081466 #. type: IP
1309 #: en/lb_config.1:292
1467 #: en/lb_config.1:293
1468 #, no-wrap
1469 msgid "B<--cache> true|false"
1470 msgstr "B<--cache> true|false"
1471
1472 #. type: Plain text
1473 #: en/lb_config.1:295
1474 #, fuzzy
1475 #| msgid ""
1476 #| "defines globally if any cache should be used at all. Different caches can "
1477 #| "be controlled through the their own options."
1478 msgid ""
1479 "defines globally if any cache should be used at all. Different caches can be "
1480 "controlled through their own options."
1481 msgstr ""
1482 "全体としてキャッシュを使うか否か大域的に決定します。異なるキャッシュを、"
1483 "キャッシュそれぞれのオプションで制御できます。"
1484
1485 #. type: IP
1486 #: en/lb_config.1:295
1487 #, no-wrap
1488 msgid "B<--cache-indices> true|false"
1489 msgstr "B<--cache-indices> true|false"
1490
1491 #. type: Plain text
1492 #: en/lb_config.1:297
1493 #, fuzzy
1494 #| msgid ""
1495 #| "defines if downloaded package indices and lists should be cached which is "
1496 #| "false by default. Enabling it would allow to rebuild an image completely "
1497 #| "offline, however, you would not get updates anymore then."
1498 msgid ""
1499 "defines if downloaded package indices and lists should be cached. This is "
1500 "false by default. Enabling it lets you rebuild an image completely offline, "
1501 "however, you would not get updates anymore then."
1502 msgstr ""
1503 "ダウンロードしたパッケージ索引や一覧をキャッシュするか否かを決定します。デ"
1504 "フォルトで false となっています。有効にするとイメージを完全にオフラインで再ビ"
1505 "ルドできるようになりますが、以後の更新は得られなくなります。"
1506
1507 #. type: IP
1508 #: en/lb_config.1:297
1509 #, no-wrap
1510 msgid "B<--cache-packages> true|false"
1511 msgstr "B<--cache-packages> true|false"
1512
1513 #. type: Plain text
1514 #: en/lb_config.1:299
1515 #, fuzzy
1516 #| msgid ""
1517 #| "defines if downloaded packages files should be cached which is true by "
1518 #| "default. Disabling it does save space consumption in your build "
1519 #| "directory, but remember that you will cause much unnecessary traffic if "
1520 #| "you do a couple of rebuilds. In general you should always leave it true, "
1521 #| "however, in some particular rare build setups, it can be faster to "
1522 #| "refetch packages from the local network mirror rather than to utilize the "
1523 #| "local disk."
1524 msgid ""
1525 "defines if downloaded packages files should be cached. This is true by "
1526 "default. Disabling it does save space consumption in your build directory, "
1527 "but remember that you will cause much unnecessary traffic if you do a couple "
1528 "of rebuilds. In general you should always leave it true, however, in some "
1529 "particular rare build setups, it can be faster to refetch packages from the "
1530 "network mirror, if using a local one, rather than to utilize the local disk."
1531 msgstr ""
1532 "ダウンロードしたパッケージファイルをキャッシュするか否かを決定します。デフォ"
1533 "ルトで true となっています。無効化するとビルドディレクトリの容量を節約できま"
1534 "すが、再ビルドした場合には不要な転送が発生することを覚えておいてください。一"
1535 "般にこれは常に true にしておくべきですが、特定のまれなビルド環境でローカル"
1536 "ディスクを使うよりもローカルのネットワークミラーからパッケージを再取得した方"
1537 "が速いことがあります。"
1538
1539 #. type: IP
1540 #: en/lb_config.1:299
1541 #, fuzzy, no-wrap
1542 #| msgid " [B<--cache-stages> I<STAGE>|I<\"STAGES\">]"
1543 msgid "B<--cache-stages> I<STAGE>|\"I<STAGES>\""
1544 msgstr " [B<--cache-stages> I<段階>|I<\"段階\">]"
1545
1546 #. type: Plain text
1547 #: en/lb_config.1:301
1548 #, fuzzy
1549 #| msgid ""
1550 #| "sets which stages should be cached. By default set to bootstrap. As an "
1551 #| "exception to the normal stage names, also rootfs can be used here which "
1552 #| "does only cache the generated root filesystem in filesystem.{dir,ext*,"
1553 #| "squashfs}. This is useful during development if you want to rebuild the "
1554 #| "binary stage but not regenerate the root filesystem all the time."
1555 msgid ""
1556 "sets which stages should be cached (a comma or space separated list). By "
1557 "default this is set to 'bootstrap'. As an exception to the normal stage "
1558 "names, 'rootfs' can also be used here which means only cache the generated "
1559 "root filesystem in filesystem.{dir,ext*,squashfs}. This is useful during "
1560 "development if you want to rebuild the binary stage but not regenerate the "
1561 "root filesystem all the time."
1562 msgstr ""
1563 "キャッシュする段階を指定します。デフォルトでパッケージ収集段階をキャッシュし"
1564 "ます。通常の段階を示す名前に対する例外として、filesystem.{dir,ext*,squashfs} "
1565 "に生成したルートファイルシステムだけをキャッシュする rootfs を指定できます。"
1566 "開発時にバイナリ段階を再ビルドする際、ルートファイルシステムを毎回再生成する"
1567 "のは避けたい場合にこれは有用です。"
1568
1569 #. type: IP
1570 #: en/lb_config.1:301
1571 #, fuzzy, no-wrap
1572 #| msgid "B<--checksums> md5|sha1|sha256|none"
1573 msgid "B<--checksums> md5|sha1|sha224|sha256|sha384|sha512|none"
1574 msgstr "B<--checksums> md5|sha1|sha256|none"
1575
1576 #. type: Plain text
1577 #: en/lb_config.1:303
1578 #, fuzzy
1579 #| msgid ""
1580 #| "defines if the binary image should contain a file called md5sums.txt, "
1581 #| "sha1sums.txt and/or sha256sums.txt. These lists all files on the image "
1582 #| "together with their checksums. This in turn can be used by live-boot's "
1583 #| "built-in integrity-check to verify the medium if specified at boot "
1584 #| "prompt. In general, this should not be false and is an important feature "
1585 #| "of live system released to the public. However, during development of "
1586 #| "very big images it can save some time by not calculating the checksums."
1587 msgid ""
1588 "defines if the binary image should contain a file called XXXsums.txt, where "
1589 "XXX is one of the mentioned checksum types. This file lists all files on the "
1590 "image together with their checksums. This in turn can be used by I<live-"
1591 "boot>(7)'s built-in integrity-check to verify the medium if specified at "
1592 "boot prompt. In general, this should not be 'none' and is an important "
1593 "feature of live system released to the public. However, during development "
1594 "of very big images it can save some time by not calculating the checksums."
1595 msgstr ""
1596 "バイナリイメージに md5sums.txt や sha1sums.txt、sha256sums.txt 等のファイルを"
1597 "収録するか否かを決定します。この各ファイルではイメージのチェックサムとそのイ"
1598 "メージにある全ファイルを列挙します。ブートプロンプトで指定した場合は live-"
1599 "boot 組み込みの整合性確認によりこれを利用してメディアを検証できます。一般にこ"
1600 "れは false にすべきではなく、一般向けにリリースした Live システムにとって重要"
1601 "な機能でもあります。しかし、巨大なイメージの開発の際にはチェックサムを計算し"
1602 "ないことによりいくらか時間を節約できる可能性があります。"
1603
1604 #. type: IP
1605 #: en/lb_config.1:303
13101606 #, no-wrap
13111607 msgid "B<--chroot-filesystem> ext2|ext3|ext4|squashfs|jffs2|none"
13121608 msgstr "B<--chroot-filesystem> ext2|ext3|ext4|squashfs|jffs2|none"
13131609
13141610 #. type: Plain text
1315 #: en/lb_config.1:294
1611 #: en/lb_config.1:305
1612 #, fuzzy
1613 #| msgid ""
1614 #| "defines which filesystem type should be used for the root filesystem "
1615 #| "image. If you use none, then no filesystem image is created and the root "
1616 #| "filesystem content is copied on the binary image filesystem as flat "
1617 #| "files. Depending on what binary filesystem you have chosen, it may not be "
1618 #| "possible to build with such a plain root filesystem, e.g. fat16/fat32 "
1619 #| "will not work as linux does not support to run directly on them."
13161620 msgid ""
13171621 "defines which filesystem type should be used for the root filesystem image. "
13181622 "If you use none, then no filesystem image is created and the root filesystem "
13191623 "content is copied on the binary image filesystem as flat files. Depending on "
13201624 "what binary filesystem you have chosen, it may not be possible to build with "
13211625 "such a plain root filesystem, e.g. fat16/fat32 will not work as linux does "
1322 "not support to run directly on them."
1626 "not support running directly on them."
13231627 msgstr ""
13241628 "ルートファイルシステムのイメージとして利用するファイルシステムの種類を決定し"
13251629 "ます。none を指定した場合はファイルシステムイメージは作成されず、ルートファイ"
13291633 "では linux からの直接の実行をサポートしていないため機能しません。"
13301634
13311635 #. type: IP
1332 #: en/lb_config.1:294
1636 #: en/lb_config.1:305
1637 #, no-wrap
1638 msgid "B<--chroot-squashfs-compression-level> LEVEL"
1639 msgstr ""
1640
1641 #. type: Plain text
1642 #: en/lb_config.1:307
1643 msgid ""
1644 "defines the compression level that is used for the root filesystem image if "
1645 "squashfs is used. Each compression algorithm supports different levels (or "
1646 "none). You can look them up in the I<mksquashfs> help. Defaults to the "
1647 "default setting in I<mksquashfs>."
1648 msgstr ""
1649
1650 #. type: IP
1651 #: en/lb_config.1:307
1652 #, no-wrap
1653 msgid "B<--chroot-squashfs-compression-type> gzip|lzma|lzo|lz4|xz|zstd"
1654 msgstr ""
1655
1656 #. type: Plain text
1657 #: en/lb_config.1:309
1658 #, fuzzy
1659 #| msgid ""
1660 #| "defines the compression program to be used to compress the initramfs. "
1661 #| "Defaults to gzip."
1662 msgid ""
1663 "defines the compression algorithm that is used for the root filesystem image "
1664 "if squashfs is used. Defaults to xz."
1665 msgstr ""
1666 "initramfs の圧縮に利用する圧縮プログラムを決定します。デフォルトは gzip で"
1667 "す。"
1668
1669 #. type: IP
1670 #: en/lb_config.1:309
13331671 #, no-wrap
13341672 msgid "B<--clean>"
13351673 msgstr "B<--clean>"
13361674
13371675 #. type: Plain text
1338 #: en/lb_config.1:296
1676 #: en/lb_config.1:311
13391677 msgid ""
13401678 "minimizes config directory by automatically removing unused and thus empty "
13411679 "subdirectories."
13441682 "小にします。"
13451683
13461684 #. type: IP
1347 #: en/lb_config.1:296
1348 #, no-wrap
1349 msgid "-c|B<--conffile> I<FILE>"
1685 #: en/lb_config.1:311 en/live-build.7:31
1686 #, fuzzy, no-wrap
1687 #| msgid "B<--chroot>"
1688 msgid "B<--color>"
1689 msgstr "B<--chroot>"
1690
1691 #. type: Plain text
1692 #: en/lb_config.1:313
1693 #, fuzzy
1694 #| msgid "turn on debugging informational messages."
1695 msgid "turns on color in the messages."
1696 msgstr "デバッグ情報のメッセージを表示します。"
1697
1698 #. type: IP
1699 #: en/lb_config.1:313
1700 #, fuzzy, no-wrap
1701 #| msgid "B<--compression> bzip2|gzip|lzip|none"
1702 msgid "B<--compression> bzip2|gzip|lzip|xz|none"
1703 msgstr "B<--compression> bzip2|gzip|lzip|none"
1704
1705 #. type: Plain text
1706 #: en/lb_config.1:315
1707 #, fuzzy
1708 #| msgid ""
1709 #| "defines the compression program to be used to compress tarballs. Defaults "
1710 #| "to gzip."
1711 msgid ""
1712 "defines the compression program to be used to compress tarballs. Defaults to "
1713 "none."
1714 msgstr ""
1715 "tar アーカイブの圧縮に利用する圧縮プログラムを決定します。デフォルトは gzip "
1716 "です。"
1717
1718 #. type: IP
1719 #: en/lb_config.1:315
1720 #, fuzzy, no-wrap
1721 #| msgid "-c|B<--conffile> I<FILE>"
1722 msgid "B<-c>|B<--conffile> I<FILE>"
13501723 msgstr "-c|B<--conffile> I<ファイル>"
13511724
13521725 #. type: Plain text
1353 #: en/lb_config.1:298
1354 msgid ""
1355 "using a user specified alternative configuration file in addition to the "
1356 "normally used one in the config directory."
1726 #: en/lb_config.1:317
1727 #, fuzzy
1728 #| msgid ""
1729 #| "using a user specified alternative configuration file in addition to the "
1730 #| "normally used one in the config directory."
1731 msgid ""
1732 "defines a user specified alternative configuration file to use in addition "
1733 "to the normally used one in the config directory."
13571734 msgstr ""
13581735 "設定ディレクトリの通常利用される設定ファイルに加え、ユーザが指定した別の設定"
13591736 "ファイルを使います。"
13601737
13611738 #. type: IP
1362 #: en/lb_config.1:298
1739 #: en/lb_config.1:317
1740 #, fuzzy, no-wrap
1741 #| msgid "B<--config> I<GIT_URL>::I<GIT_ID>"
1742 msgid "B<--config> I<GIT_URL>::I<GIT_BRANCH>"
1743 msgstr "B<--config> I<GIT_URL>::I<GIT_ID>"
1744
1745 #. type: Plain text
1746 #: en/lb_config.1:319
1747 #, fuzzy
1748 #| msgid ""
1749 #| "allows to bootstrap a config tree from a git repositories, optionally "
1750 #| "appended by a Git Id (branch, commit, tag, etc.)."
1751 msgid ""
1752 "bootstraps the config tree from a git repository, optionally appended by a "
1753 "Git ID (branch, commit, tag, etc.)."
1754 msgstr ""
1755 "設定ツリーをgitリポジトリから取得できます。オプションとして Git Id (ブランチ"
1756 "やコミット、タグ等) を指定できます。"
1757
1758 #. type: IP
1759 #: en/lb_config.1:319
13631760 #, no-wrap
13641761 msgid "B<--debconf-frontend> dialog|editor|noninteractive|readline"
13651762 msgstr "B<--debconf-frontend> dialog|editor|noninteractive|readline"
13661763
13671764 #. type: Plain text
1368 #: en/lb_config.1:300
1765 #: en/lb_config.1:321
1766 #, fuzzy
1767 #| msgid ""
1768 #| "defines what value the debconf frontend should be set to inside the "
1769 #| "chroot. Note that setting it to anything but noninteractive, which is the "
1770 #| "default, makes your build asking questions during the build."
13691771 msgid ""
13701772 "defines what value the debconf frontend should be set to inside the chroot. "
1371 "Note that setting it to anything but noninteractive, which is the default, "
1773 "Note that setting it to anything but 'noninteractive', which is the default, "
13721774 "makes your build asking questions during the build."
13731775 msgstr ""
13741776 "chroot 内での debconf フロントエンドの値を決定します。デフォルトの "
13761778 "てください。"
13771779
13781780 #. type: IP
1379 #: en/lb_config.1:300
1781 #: en/lb_config.1:321
13801782 #, no-wrap
13811783 msgid "B<--debconf-priority> low|medium|high|critical"
13821784 msgstr "B<--debconf-priority> low|medium|high|critical"
13831785
13841786 #. type: Plain text
1385 #: en/lb_config.1:302
1787 #: en/lb_config.1:323
13861788 msgid ""
13871789 "defines what value the debconf priority should be set to inside the chroot. "
13881790 "By default, it is set to critical, which means that almost no questions are "
13941796 "noninteractive 以外を指定している場合にのみ有効であることに注意してください"
13951797
13961798 #. type: IP
1397 #: en/lb_config.1:302
1398 #, no-wrap
1399 msgid "B<--debian-installer> true|cdrom|netinst|netboot|businesscard|live|false"
1799 #: en/lb_config.1:323
1800 #, fuzzy, no-wrap
1801 #| msgid "B<--debian-installer> true|cdrom|netinst|netboot|businesscard|live|false"
1802 msgid "B<--debian-installer> cdrom|netinst|netboot|businesscard|live|none"
14001803 msgstr "B<--debian-installer> true|cdrom|netinst|netboot|businesscard|live|false"
14011804
14021805 #. type: Plain text
1403 #: en/lb_config.1:304
1806 #: en/lb_config.1:325
14041807 msgid ""
14051808 "defines which type, if any, of the debian-installer should be included in "
14061809 "the resulting binary image. By default, no installer is included. All "
14191822 "ムをインストールします。"
14201823
14211824 #. type: IP
1422 #: en/lb_config.1:304
1825 #: en/lb_config.1:325
14231826 #, no-wrap
14241827 msgid "B<--debian-installer-distribution> daily|I<CODENAME>"
14251828 msgstr "B<--debian-installer-distribution> daily|I<コード名>"
14261829
14271830 #. type: Plain text
1428 #: en/lb_config.1:306
1831 #: en/lb_config.1:327
1832 #, fuzzy
1833 #| msgid ""
1834 #| "defines the distribution where the debian-installer files should be taken "
1835 #| "out from. Normally, this should be set to the same distribution as the "
1836 #| "live system. However, some times, one wants to use a newer or even daily "
1837 #| "built installer."
14291838 msgid ""
14301839 "defines the distribution where the debian-installer files should be taken "
14311840 "out from. Normally, this should be set to the same distribution as the live "
1432 "system. However, some times, one wants to use a newer or even daily built "
1841 "system. However, sometimes, one wants to use a newer or even daily built "
14331842 "installer."
14341843 msgstr ""
14351844 "debian-installer のファイルを取得するディストリビューションを決定します。これ"
14371846 "いは日次ビルドのインストーラを使いたいときもあります。"
14381847
14391848 #. type: IP
1440 #: en/lb_config.1:306
1849 #: en/lb_config.1:327
1850 #, no-wrap
1851 msgid "B<--debian-installer-gui> true|false"
1852 msgstr "B<--debian-installer-gui> true|false"
1853
1854 #. type: Plain text
1855 #: en/lb_config.1:329
1856 msgid ""
1857 "defines whether the graphical version of the debian-installer should be "
1858 "provided alongside the text based one. This defaults to true."
1859 msgstr ""
1860
1861 #. type: IP
1862 #: en/lb_config.1:329
14411863 #, no-wrap
14421864 msgid "B<--debian-installer-preseedfile> I<FILE>|I<URL>"
14431865 msgstr "B<--debian-installer-preseedfile> I<ファイル>|I<URL>"
14441866
14451867 #. type: Plain text
1446 #: en/lb_config.1:308
1868 #: en/lb_config.1:331
14471869 msgid ""
14481870 "sets the filename or URL for an optionally used and included preseeding file "
14491871 "for debian-installer. If config/binary_debian-installer/preseed.cfg exists, "
14541876 "る場合はそれがデフォルトで利用されます。"
14551877
14561878 #. type: IP
1457 #: en/lb_config.1:308
1458 #, no-wrap
1459 msgid "B<--debian-installer-gui> true|false"
1460 msgstr "B<--debian-installer-gui> true|false"
1461
1462 #. type: Plain text
1463 #: en/lb_config.1:310
1464 msgid ""
1465 "defines if the debian-installer graphical GTK interface should be true or "
1466 "not. In Debian mode and for most versions of Ubuntu, this option is true, "
1467 "whereas otherwise false, by default."
1468 msgstr ""
1469 "debian-installer グラフィカルGTKインターフェイスを true にするか否かを決定し"
1470 "ます。デフォルトでは、Debian モードや Ubuntu のほとんどのバージョンで true、"
1471 "それ以外では false となっています。"
1472
1473 #. type: IP
1474 #: en/lb_config.1:310
1475 #, fuzzy, no-wrap
1476 #| msgid "B<--net-root-mountoptions> I<OPTIONS>"
1477 msgid "B<--debootstrap-options> I<OPTIONS>"
1478 msgstr "B<--net-root-mountoptions> I<オプション>"
1479
1480 #. type: Plain text
1481 #: en/lb_config.1:312
1879 #: en/lb_config.1:331
1880 #, fuzzy, no-wrap
1881 #| msgid "B<--apt-options> I<OPTION>|\"I<OPTIONS>\""
1882 msgid "B<--debootstrap-options> I<OPTION>|\"I<OPTIONS>\""
1883 msgstr "B<--apt-options> I<オプション>|\"I<オプション>\""
1884
1885 #. type: Plain text
1886 #: en/lb_config.1:333
14821887 msgid ""
14831888 "passes the given options to debootstrap when setting up the base system."
14841889 msgstr ""
14851890
14861891 #. type: IP
1487 #: en/lb_config.1:312
1892 #: en/lb_config.1:333
14881893 #, fuzzy, no-wrap
14891894 #| msgid "B<--mirror-bootstrap> I<URL>"
14901895 msgid "B<--debootstrap-script> I<SCRIPT>"
14911896 msgstr "B<--mirror-bootstrap> I<URL>"
14921897
14931898 #. type: Plain text
1494 #: en/lb_config.1:314
1899 #: en/lb_config.1:335
14951900 msgid ""
14961901 "tells debootstrap to use an alternate bootstrap script (last parameter to "
14971902 "debootstrap)."
14981903 msgstr ""
14991904
15001905 #. type: IP
1501 #: en/lb_config.1:314 en/live-build.7:36
1906 #: en/lb_config.1:335 en/live-build.7:33
15021907 #, no-wrap
15031908 msgid "B<--debug>"
15041909 msgstr "B<--debug>"
15051910
15061911 #. type: Plain text
1507 #: en/lb_config.1:316
1508 msgid "turn on debugging informational messages."
1912 #: en/lb_config.1:337
1913 #, fuzzy
1914 #| msgid "turn on debugging informational messages."
1915 msgid "turns on debugging informational messages."
15091916 msgstr "デバッグ情報のメッセージを表示します。"
15101917
15111918 #. type: IP
1512 #: en/lb_config.1:316
1513 #, no-wrap
1514 msgid "-d|B<--distribution> I<CODENAME>"
1919 #: en/lb_config.1:337
1920 #, fuzzy, no-wrap
1921 #| msgid "-d|B<--distribution> I<CODENAME>"
1922 msgid "B<-d>|B<--distribution> I<CODENAME>"
15151923 msgstr "-d|B<--distribution> I<コード名>"
15161924
15171925 #. type: Plain text
1518 #: en/lb_config.1:318
1519 msgid "defines the distribution of the resulting live system."
1926 #: en/lb_config.1:339
1927 msgid ""
1928 "defines the distribution of the resulting live system. This currently "
1929 "defaults to 'buster'. The value 'sid' can be used for Debian unstable."
1930 msgstr ""
1931
1932 #. type: IP
1933 #: en/lb_config.1:339
1934 #, fuzzy, no-wrap
1935 #| msgid "-d|B<--distribution> I<CODENAME>"
1936 msgid "B<--distribution-binary> I<CODENAME>"
1937 msgstr "-d|B<--distribution> I<コード名>"
1938
1939 #. type: Plain text
1940 #: en/lb_config.1:341
1941 #, fuzzy
1942 #| msgid "defines the distribution of the resulting live system."
1943 msgid ""
1944 "defines the distribution enabled in the resulting live system (defaults to "
1945 "the value set in B<--distribution>)"
15201946 msgstr "出来上がる Live システムのディストリビューションを決定します。"
15211947
15221948 #. type: IP
1523 #: en/lb_config.1:318
1524 #, no-wrap
1525 msgid "-d|B<--parent-distribution> I<CODENAME>"
1526 msgstr "-d|B<--parent-distribution> I<コード名>"
1527
1528 #. type: Plain text
1529 #: en/lb_config.1:320
1530 msgid ""
1531 "defines the parent distribution for derivatives of the resulting live system."
1532 msgstr "出来上がる Live システムの派生元のディストリビューションを決定します。"
1533
1534 #. type: IP
1535 #: en/lb_config.1:320
1536 #, no-wrap
1537 msgid "-d|B<--parent-debian-installer-distribution> I<CODENAME>"
1538 msgstr "-d|B<--parent-debian-installer-distribution> I<コード名>"
1539
1540 #. type: Plain text
1541 #: en/lb_config.1:322
1542 msgid ""
1543 "defines the parent debian-installer distribution for derivatives of the "
1544 "resulting live system."
1545 msgstr ""
1546 "出来上がる Live システムの派生元の debian-installer のディストリビューション"
1547 "を決定します。"
1548
1549 #. type: IP
1550 #: en/lb_config.1:322
1949 #: en/lb_config.1:341
1950 #, fuzzy, no-wrap
1951 #| msgid "-d|B<--distribution> I<CODENAME>"
1952 msgid "B<--distribution-chroot> I<CODENAME>"
1953 msgstr "-d|B<--distribution> I<コード名>"
1954
1955 #. type: Plain text
1956 #: en/lb_config.1:343
1957 msgid ""
1958 "defines the distribution used to build the live system (defaults to the "
1959 "value set in B<--distribution>)"
1960 msgstr ""
1961
1962 #. type: IP
1963 #: en/lb_config.1:343
1964 #, fuzzy, no-wrap
1965 #| msgid "B<-v, --version>"
1966 msgid "B<--dm-verity>"
1967 msgstr "B<-v, --version>"
1968
1969 #. type: Plain text
1970 #: en/lb_config.1:345
1971 msgid ""
1972 "Enables dm-verity support for root file system. Only squashfs, ext2, ext3 "
1973 "and ext4 are supported. For more information see I<live-boot>(7)."
1974 msgstr ""
1975
1976 #. type: IP
1977 #: en/lb_config.1:345
1978 #, no-wrap
1979 msgid "B<--dm-verity-fec> I<NB_ROOTS>"
1980 msgstr ""
1981
1982 #. type: Plain text
1983 #: en/lb_config.1:347
1984 msgid ""
1985 "Enables forward error correction for dm-verity. I<NB_ROOTS> is the number of "
1986 "error correction roots thas should be used. The value can be between 2 and "
1987 "24. Android uses 2 by default."
1988 msgstr ""
1989
1990 #. type: IP
1991 #: en/lb_config.1:347
1992 #, fuzzy, no-wrap
1993 #| msgid "B<--mirror-bootstrap> I<URL>"
1994 msgid "B<--dm-verity-sign> I<SIGN_SCRIPT>"
1995 msgstr "B<--mirror-bootstrap> I<URL>"
1996
1997 #. type: Plain text
1998 #: en/lb_config.1:349
1999 msgid ""
2000 "Sign root hash of dm-verity device. Script takes two arguments: the root "
2001 "hash and a file to output the signature to."
2002 msgstr ""
2003
2004 #. type: IP
2005 #: en/lb_config.1:349
15512006 #, no-wrap
15522007 msgid "B<--dump>"
15532008 msgstr "B<--dump>"
15542009
15552010 #. type: Plain text
1556 #: en/lb_config.1:324
2011 #: en/lb_config.1:351
15572012 #, fuzzy
15582013 #| msgid ""
15592014 #| "prepares a report of the currently present live system configuration and "
15632018 msgid ""
15642019 "prepares a report of the currently present live system configuration and the "
15652020 "version of live-build used. This is useful to provide if you submit bug "
1566 "reports, we do get all information required for us to locate and replicate "
1567 "an error."
2021 "reports, helping to provide basic useful information required for us to "
2022 "locate and replicate an error."
15682023 msgstr ""
15692024 "現在存在している Live システムの設定と利用されている live-build のバージョン"
15702025 "の報告を作成します。これはバグ報告の際に有用で、エラーが起きている部分を見つ"
15712026 "け出し、再現するのに必要となる情報を全て提供します。"
15722027
15732028 #. type: IP
1574 #: en/lb_config.1:324
1575 #, no-wrap
1576 msgid "B<--fdisk> fdisk|fdisk.dist"
1577 msgstr "B<--fdisk> fdisk|fdisk.dist"
1578
1579 #. type: Plain text
1580 #: en/lb_config.1:326
1581 msgid ""
1582 "sets the filename of the fdisk binary from the host system that should be "
1583 "used. This is autodetected and does generally not need any customization."
1584 msgstr ""
1585 "利用するホストシステムの fdisk バイナリのファイル名を指定します。これは自動的"
1586 "に検出されるため通常は独自に指定する必要はありません。"
1587
1588 #. type: IP
1589 #: en/lb_config.1:326 en/live-build.7:38
2029 #: en/lb_config.1:351
2030 #, no-wrap
2031 msgid "B<--firmware-binary> true|false"
2032 msgstr "B<--firmware-binary> true|false"
2033
2034 #. type: Plain text
2035 #: en/lb_config.1:353
2036 msgid "includes firmware packages in debian-installer. Defaults to true."
2037 msgstr ""
2038
2039 #. type: IP
2040 #: en/lb_config.1:353
2041 #, no-wrap
2042 msgid "B<--firmware-chroot> true|false"
2043 msgstr "B<--firmware-chroot> true|false"
2044
2045 #. type: Plain text
2046 #: en/lb_config.1:355
2047 msgid ""
2048 "includes firmware packages in the live image. Defaults to true. Beware that "
2049 "some firmware packages are non-free and will only be included if the non-"
2050 "free archive area is included in B<--archive-areas> (and B<--parent-archive-"
2051 "areas>). This is particularly relevant if you want working wifi for instance."
2052 msgstr ""
2053
2054 #. type: IP
2055 #: en/lb_config.1:355 en/live-build.7:35
15902056 #, no-wrap
15912057 msgid "B<--force>"
15922058 msgstr "B<--force>"
15932059
15942060 #. type: Plain text
1595 #: en/lb_config.1:328
2061 #: en/lb_config.1:357
15962062 msgid ""
15972063 "forces re-execution of already run stages. Use only if you know what you are "
15982064 "doing. It is generally safer to use B<lb clean> to clean up before re-"
16032069 "して掃除すると安全性は上がります。"
16042070
16052071 #. type: IP
1606 #: en/lb_config.1:328
1607 #, no-wrap
1608 msgid "B<--grub-splash> I<FILE>"
1609 msgstr "B<--grub-splash> I<ファイル>"
1610
1611 #. type: Plain text
1612 #: en/lb_config.1:330
1613 msgid ""
1614 "defines the name of an optional to be included splash screen graphic for the "
1615 "grub bootloader."
1616 msgstr ""
1617 "オプションで収録する、grub ブートローダのスプラッシュ画面に利用する画像のファ"
1618 "イル名を指定します。"
1619
1620 #. type: IP
1621 #: en/lb_config.1:330
2072 #: en/lb_config.1:357
16222073 #, no-wrap
16232074 msgid "B<--gzip-options> I<OPTION>|\"I<OPTIONS>\""
16242075 msgstr "B<--gzip-options> I<オプション>|\"I<オプション>\""
16252076
16262077 #. type: Plain text
1627 #: en/lb_config.1:332
2078 #: en/lb_config.1:359
2079 #, fuzzy
2080 #| msgid ""
2081 #| "defines the default options that will be appended to (almost) every gzip "
2082 #| "call during the building of the image. By default, this is set to --best "
2083 #| "to use highest (but slowest) compression. Dynamically, if the host system "
2084 #| "supports it, also --rsyncable is added."
16282085 msgid ""
16292086 "defines the default options that will be appended to (almost) every gzip "
1630 "call during the building of the image. By default, this is set to --best to "
1631 "use highest (but slowest) compression. Dynamically, if the host system "
1632 "supports it, also --rsyncable is added."
2087 "call during the building of the image. By default, this is set to '--best' "
2088 "to use highest (but slowest) compression. Dynamically, if the host system "
2089 "supports it, also '--rsyncable' is added."
16332090 msgstr ""
16342091 "イメージのビルド時に gzip を利用する際に (ほぼ) 毎回付加されるデフォルトのオ"
16352092 "プションを決定します。デフォルトでは --best がセットされていて、圧縮率の最も"
16372094 "rsyncable も動的に付加されます。"
16382095
16392096 #. type: IP
1640 #: en/lb_config.1:332
1641 #, no-wrap
1642 msgid "B<--hooks> I<FILE>"
1643 msgstr "B<--hooks> I<ファイル>"
1644
1645 #. type: Plain text
1646 #: en/lb_config.1:334
1647 msgid ""
1648 "defines which hooks available in /usr/share/live/build/examples/hooks should "
1649 "be activated. Normally, there are no hooks executed. Make sure you know and "
1650 "understood the hook before you enable it."
1651 msgstr ""
1652 "/usr/share/live/build/examples/hooks から利用できるフックから有効にするものを"
1653 "指定します。通常、実行されるフックはありません。フックを有効にする前にそれが"
1654 "何をするものなのか、確実に知って理解するようにしてください。"
1655
1656 #. type: IP
1657 #: en/lb_config.1:334
2097 #: en/lb_config.1:359
2098 #, fuzzy, no-wrap
2099 #| msgid "B<--hdd-size> MB"
2100 msgid "B<--hdd-label> I<LABEL>"
2101 msgstr "B<--hdd-size> MB"
2102
2103 #. type: Plain text
2104 #: en/lb_config.1:361
2105 #, fuzzy
2106 #| msgid "defines the image type for the source image. Default is tar."
2107 msgid "defines the label for the HDD target. Defaults to 'DEBIAN_LIVE'."
2108 msgstr "ソースイメージのイメージの種類を指定します。デフォルトは tar です。"
2109
2110 #. type: IP
2111 #: en/lb_config.1:361
2112 #, no-wrap
2113 msgid "B<--hdd-partition-start> I<START>"
2114 msgstr ""
2115
2116 #. type: Plain text
2117 #: en/lb_config.1:363
2118 msgid ""
2119 "sets the start of the partition for the HDD target for BIOSes that expect a "
2120 "specific boot partition start (e.g. \"63s\"). If empty, use optimal layout. "
2121 "Defaults to empty."
2122 msgstr ""
2123
2124 #. type: IP
2125 #: en/lb_config.1:363
2126 #, fuzzy, no-wrap
2127 #| msgid "B<--hdd-size> MB"
2128 msgid "B<--hdd-size> I<SIZE>"
2129 msgstr "B<--hdd-size> MB"
2130
2131 #. type: Plain text
2132 #: en/lb_config.1:365
2133 msgid ""
2134 "defines the size for the HDD target. The unit is MiB. Defaults to 'auto', "
2135 "which generates the smallest possible image."
2136 msgstr ""
2137
2138 #. type: IP
2139 #: en/lb_config.1:365
16582140 #, no-wrap
16592141 msgid "B<--ignore-system-defaults>"
16602142 msgstr "B<--ignore-system-defaults>"
16612143
16622144 #. type: Plain text
1663 #: en/lb_config.1:336
2145 #: en/lb_config.1:367
2146 #, fuzzy
2147 #| msgid ""
2148 #| "B<lb config> by default reads system defaults from I</etc/live/build."
2149 #| "conf> and I</etc/live/build/*> when generating a new live system config "
2150 #| "directory. This is useful if you want to set global settings, such as "
2151 #| "mirror locations, and don't want to specify them all of the time."
16642152 msgid ""
16652153 "B<lb config> by default reads system defaults from I</etc/live/build.conf> "
16662154 "and I</etc/live/build/*> when generating a new live system config directory. "
16672155 "This is useful if you want to set global settings, such as mirror locations, "
1668 "and don't want to specify them all of the time."
2156 "and don't want to specify them all of the time. This option allows you to "
2157 "ignore such global settings."
16692158 msgstr ""
16702159 "B<lb config> はデフォルトで、新しい Live システム設定ディレクトリ生成時にシス"
16712160 "テムのデフォルト値を I</etc/live/build.conf> と I</etc/live/build/*> から読み"
16732162 "す。"
16742163
16752164 #. type: IP
1676 #: en/lb_config.1:336
1677 #, no-wrap
1678 msgid "B<--initramfs> auto|none|live-boot|casper"
2165 #: en/lb_config.1:367
2166 #, fuzzy, no-wrap
2167 #| msgid "B<--iso-volume> I<NAME>"
2168 msgid "B<--image-name> I<NAME>"
2169 msgstr "B<--iso-volume> I<名前>"
2170
2171 #. type: Plain text
2172 #: en/lb_config.1:369
2173 #, fuzzy
2174 #| msgid "defines the image type for the source image. Default is tar."
2175 msgid "sets the base name of the image. Defaults to live-image."
2176 msgstr "ソースイメージのイメージの種類を指定します。デフォルトは tar です。"
2177
2178 #. type: IP
2179 #: en/lb_config.1:369
2180 #, fuzzy, no-wrap
2181 #| msgid "B<--initramfs> auto|none|live-boot|casper"
2182 msgid "B<--initramfs> none|live-boot"
16792183 msgstr "B<--initramfs> auto|none|live-boot|casper"
16802184
16812185 #. type: Plain text
1682 #: en/lb_config.1:338
1683 msgid ""
1684 "sets the name of package that contains the live system specific initramfs "
1685 "modification. By default, auto is used, which means that at build time of "
1686 "the image rather than on configuration time, the value will be expanded to "
1687 "casper when building ubuntu systems, to live-boot for all other systems. "
1688 "Using 'none' is useful if the resulting system image should not be a live "
1689 "image (experimental)."
2186 #: en/lb_config.1:371
2187 #, fuzzy
2188 #| msgid ""
2189 #| "sets the name of package that contains the live system specific initramfs "
2190 #| "modification. By default, auto is used, which means that at build time of "
2191 #| "the image rather than on configuration time, the value will be expanded "
2192 #| "to casper when building ubuntu systems, to live-boot for all other "
2193 #| "systems. Using 'none' is useful if the resulting system image should not "
2194 #| "be a live image (experimental)."
2195 msgid ""
2196 "sets the name of the package that contains the live system specific "
2197 "initramfs modification and defaults to live-boot. Using 'none' is useful if "
2198 "the resulting system image should not be a live image (experimental)."
16902199 msgstr ""
16912200 "Live システム特有の initramfs への変更を収録するパッケージの名前をセットしま"
16922201 "す。デフォルトは auto で、イメージの設定時ではなくビルド時に、ubuntu システム"
16952204 "です (実験的設定値)。"
16962205
16972206 #. type: IP
1698 #: en/lb_config.1:338
2207 #: en/lb_config.1:371
16992208 #, no-wrap
17002209 msgid "B<--initramfs-compression> bzip2|gzip|lzma]"
17012210 msgstr "B<--initramfs-compression> bzip2|gzip|lzma]"
17022211
17032212 #. type: Plain text
1704 #: en/lb_config.1:340
2213 #: en/lb_config.1:373
2214 #, fuzzy
2215 #| msgid ""
2216 #| "defines the compression program to be used to compress the initramfs. "
2217 #| "Defaults to gzip."
17052218 msgid ""
17062219 "defines the compression program to be used to compress the initramfs. "
1707 "Defaults to gzip."
2220 "Defaults to 'gzip'."
17082221 msgstr ""
17092222 "initramfs の圧縮に利用する圧縮プログラムを決定します。デフォルトは gzip で"
17102223 "す。"
17112224
17122225 #. type: IP
1713 #: en/lb_config.1:340
1714 #, no-wrap
1715 msgid "B<--interactive> shell"
2226 #: en/lb_config.1:373
2227 #, fuzzy, no-wrap
2228 #| msgid " [B<--initsystem> sysvinit|runit|systemd|upstart|none]"
2229 msgid "B<--initsystem> sysvinit|systemd|none]"
2230 msgstr " [B<--initsystem> sysvinit|runit|systemd|upstart|none]"
2231
2232 #. type: Plain text
2233 #: en/lb_config.1:375
2234 #, fuzzy
2235 #| msgid "defines the distribution of the resulting live system."
2236 msgid "defines the init system. Defaults to 'systemd'."
2237 msgstr "出来上がる Live システムのディストリビューションを決定します。"
2238
2239 #. type: IP
2240 #: en/lb_config.1:375
2241 #, fuzzy, no-wrap
2242 #| msgid "B<--interactive> shell"
2243 msgid "B<--interactive> true|shell|x11|xnest|false"
17162244 msgstr "B<--interactive> shell"
17172245
17182246 #. type: Plain text
1719 #: en/lb_config.1:342
2247 #: en/lb_config.1:377
2248 #, fuzzy
2249 #| msgid ""
2250 #| "defines if after the chroot stage and before the beginning of the binary "
2251 #| "stage, a interactive shell login should be spawned in the chroot in order "
2252 #| "to allow you to do manual customizations. Once you close the shell with "
2253 #| "logout or exit, the build will continue as usual. Note that it's strongly "
2254 #| "discouraged to use this for anything else than testing. Modifications "
2255 #| "that should be present in all builds of a live system should be properly "
2256 #| "made through hooks. Everything else destroys the beauty of being able to "
2257 #| "completely automatise the build process and making it non interactive. By "
2258 #| "default, this is of course false."
17202259 msgid ""
17212260 "defines if after the chroot stage and before the beginning of the binary "
1722 "stage, a interactive shell login should be spawned in the chroot in order to "
1723 "allow you to do manual customizations. Once you close the shell with logout "
1724 "or exit, the build will continue as usual. Note that it's strongly "
1725 "discouraged to use this for anything else than testing. Modifications that "
1726 "should be present in all builds of a live system should be properly made "
1727 "through hooks. Everything else destroys the beauty of being able to "
1728 "completely automatise the build process and making it non interactive. By "
1729 "default, this is of course false."
2261 "stage, an interactive shell login should be spawned in the chroot in order "
2262 "to allow you to do manual customizations, or as an alternative to 'true' and "
2263 "'false' a specific shell to use (note that 'true' corresponds to a value of "
2264 "'shell'). Once you close the shell with logout or exit, the build will "
2265 "continue as usual. Note that it's strongly discouraged to use this for "
2266 "anything else than testing. Modifications that should be present in all "
2267 "builds of a live system should be properly made through hooks. Everything "
2268 "else destroys the beauty of being able to completely automate the build "
2269 "process and making it non-interactive. By default, this is of course 'false'."
17302270 msgstr ""
17312271 "chroot 段階の終了とバイナリ段階の開始の間に chroot 内で対話シェルへのログイン"
17322272 "を行い、手作業による介入できる機会を儲けるか否かを決定します。シェルをログア"
17372277 "ろんデフォルトで false となっています。"
17382278
17392279 #. type: IP
1740 #: en/lb_config.1:342
1741 #, no-wrap
1742 msgid "B<--isohybrid-options> I<OPTION>|\"I<OPTIONS>\""
1743 msgstr "B<--isohybrid-options> I<オプション>|\"I<オプション>\""
1744
1745 #. type: Plain text
1746 #: en/lb_config.1:344
1747 msgid "defines options to pass to isohybrid."
1748 msgstr "isohybrid に渡すオプションを指定します。"
1749
1750 #. type: IP
1751 #: en/lb_config.1:344
2280 #: en/lb_config.1:377
17522281 #, no-wrap
17532282 msgid "B<--iso-application> I<NAME>"
17542283 msgstr "B<--iso-application> I<名前>"
17552284
17562285 #. type: Plain text
1757 #: en/lb_config.1:346
2286 #: en/lb_config.1:379
2287 #, fuzzy
2288 #| msgid ""
2289 #| "sets the APPLICATION field in the header of a resulting CD/DVD image and "
2290 #| "defaults to \"Debian Live\" in debian mode, and \"Ubuntu Live\" in ubuntu "
2291 #| "mode."
17582292 msgid ""
17592293 "sets the APPLICATION field in the header of a resulting CD/DVD image and "
1760 "defaults to \"Debian Live\" in debian mode, and \"Ubuntu Live\" in ubuntu "
1761 "mode."
2294 "defaults to \"Debian Live\"."
17622295 msgstr ""
17632296 "出来上がる CD/DVD イメージのヘッダの APPLICATION フィールドをセットします。デ"
17642297 "フォルトは Debian モードでは「Debian Live」、ubuntu モードでは「Ubuntu Live」"
17652298 "となっています。"
17662299
17672300 #. type: IP
1768 #: en/lb_config.1:346
2301 #: en/lb_config.1:379
17692302 #, no-wrap
17702303 msgid "B<--iso-preparer> I<NAME>"
17712304 msgstr "B<--iso-preparer> I<名前>"
17722305
17732306 #. type: Plain text
1774 #: en/lb_config.1:348
2307 #: en/lb_config.1:381
17752308 #, fuzzy
17762309 #| msgid ""
17772310 #| "sets the PREPARER field in the header of a resulting CD/DVD image. By "
17802313 #| "that was used to build the image."
17812314 msgid ""
17822315 "sets the PREPARER field in the header of a resulting CD/DVD image. By "
1783 "default this is set to \"live-build I<VERSION>; http://debian-live.alioth."
1784 "debian.org/live-build\", where VERSION is expanded to the version of live-"
2316 "default this is set to \"live-build I<VERSION>; https://salsa.debian.org/"
2317 "live-team/live-build\", where VERSION is expanded to the version of live-"
17852318 "build that was used to build the image."
17862319 msgstr ""
17872320 "出来上がる CD/DVD イメージのヘッダの PREPARER フィールドをセットします。デ"
17902323 "に展開されます。"
17912324
17922325 #. type: IP
1793 #: en/lb_config.1:348
2326 #: en/lb_config.1:381
17942327 #, no-wrap
17952328 msgid "B<--iso-publisher> I<NAME>"
17962329 msgstr "B<--iso-publisher> I<名前>"
17972330
17982331 #. type: Plain text
1799 #: en/lb_config.1:350
2332 #: en/lb_config.1:383
2333 #, fuzzy
2334 #| msgid ""
2335 #| "sets the PUBLISHED field in the header of a resulting CD/DVD image. By "
2336 #| "default, this is set to 'Live Systems project; http:/live-systems.org/; "
2337 #| "[email protected]'. Remember to change this to the appropriate "
2338 #| "values at latest when you distributing custom and unofficial images."
18002339 msgid ""
18012340 "sets the PUBLISHED field in the header of a resulting CD/DVD image. By "
1802 "default, this is set to 'Live Systems project; http:/live-systems.org/; "
1803 "[email protected]'. Remember to change this to the appropriate "
1804 "values at latest when you distributing custom and unofficial images."
2341 "default, this is set to 'Debian Live project; https://wiki.debian.org/"
2342 "DebianLive; [email protected]'. Remember to change this to the "
2343 "appropriate value when distributing custom and unofficial images."
18052344 msgstr ""
18062345 "出来上がる CD/DVD イメージのヘッダの PUBLISHED フィールドをセットします。デ"
18072346 "フォルトは「Live Systems project; http:/live-systems.org/; debian-live@lists."
18092348 "最新の適切な値に変更してください。"
18102349
18112350 #. type: IP
1812 #: en/lb_config.1:350
2351 #: en/lb_config.1:383
18132352 #, no-wrap
18142353 msgid "B<--iso-volume> I<NAME>"
18152354 msgstr "B<--iso-volume> I<名前>"
18162355
18172356 #. type: Plain text
1818 #: en/lb_config.1:352
2357 #: en/lb_config.1:385
2358 #, fuzzy
2359 #| msgid ""
2360 #| "sets the VOLUME field in the header of a resulting CD/DVD and defaults to "
2361 #| "'(I<MODE>) (I<DISTRIBUTION>) (I<DATE>)' whereas MODE is expanded to the "
2362 #| "name of the mode in use, DISTRIBUTION the distribution name, and DATE "
2363 #| "with the current date and time of the generation."
18192364 msgid ""
18202365 "sets the VOLUME field in the header of a resulting CD/DVD and defaults to "
1821 "'(I<MODE>) (I<DISTRIBUTION>) (I<DATE>)' whereas MODE is expanded to the name "
1822 "of the mode in use, DISTRIBUTION the distribution name, and DATE with the "
1823 "current date and time of the generation."
2366 "'Debian (I<DISTRIBUTION>) (I<DATE>)' where DISTRIBUTION is replaced with the "
2367 "distribution name, and DATE with the current date and time of the generation."
18242368 msgstr ""
18252369 "出来上がる CD/DVD イメージのヘッダの VOLUME フィールドをセットします。デフォ"
18262370 "ルトは「(I<モード>) (I<ディストリビューション>) (I<日時>)」で、モードは現在利"
18282372 "は作成時の日付と時刻に展開されます。"
18292373
18302374 #. type: IP
1831 #: en/lb_config.1:352
2375 #: en/lb_config.1:385
18322376 #, no-wrap
18332377 msgid "B<--jffs2-eraseblock> I<SIZE>"
18342378 msgstr "B<--jffs2-eraseblock> I<サイズ>"
18352379
18362380 #. type: Plain text
1837 #: en/lb_config.1:354
2381 #: en/lb_config.1:387
18382382 msgid ""
18392383 "sets the eraseblock size for a JFFS2 (Second Journaling Flash File System) "
18402384 "filesystem. The default is 64 KiB. If you use an erase block size different "
18492393 "定します。"
18502394
18512395 #. type: IP
1852 #: en/lb_config.1:354
1853 #, no-wrap
1854 msgid "B<--keyring-packages> I<PACKAGE|\"PACKAGES>\""
2396 #: en/lb_config.1:387
2397 #, fuzzy, no-wrap
2398 #| msgid "B<--keyring-packages> I<PACKAGE|\"PACKAGES>\""
2399 msgid "B<--keyring-packages> I<PACKAGE>|\"I<PACKAGES>\""
18552400 msgstr "B<--keyring-packages> I<パッケージ|\"パッケージ>\""
18562401
18572402 #. type: Plain text
1858 #: en/lb_config.1:356
1859 msgid ""
1860 "sets the keyring package or additional keyring packages. By default this is "
1861 "set to debian-archive-keyring."
2403 #: en/lb_config.1:389
2404 #, fuzzy
2405 #| msgid ""
2406 #| "sets the keyring package or additional keyring packages. By default this "
2407 #| "is set to debian-archive-keyring."
2408 msgid ""
2409 "sets the keyring package or additional keyring packages (a space separated "
2410 "list). By default this is set to 'debian-archive-keyring'."
18622411 msgstr ""
18632412 "キーリングパッケージや追加のキーリングパッケージをセットします。デフォルトで"
18642413 "は debian-archive-keyring となっています。"
18652414
18662415 #. type: IP
1867 #: en/lb_config.1:356
1868 #, no-wrap
1869 msgid "-k|B<--linux-flavours> I<FLAVOUR>|\"I<FLAVOURS>\""
2416 #: en/lb_config.1:389
2417 #, fuzzy, no-wrap
2418 #| msgid "-k|B<--linux-flavours> I<FLAVOUR>|\"I<FLAVOURS>\""
2419 msgid "B<-k>|B<--linux-flavours> I<FLAVOUR>|\"I<FLAVOURS>\""
18702420 msgstr "-k|B<--linux-flavours> I<フレーバー>|\"I<フレーバー>\""
18712421
18722422 #. type: Plain text
1873 #: en/lb_config.1:358
1874 msgid ""
1875 "sets the kernel flavours to be installed. Note that in case you specify more "
1876 "than that the first will be configured the default kernel that gets booted."
1877 msgstr ""
1878 "インストールするカーネルの種類 (フレーバー) を指定します。複数指定した場合は"
1879 "最初に指定したものがデフォルトでブートされるカーネルとして設定されることに注"
1880 "意してください。"
1881
1882 #. type: IP
1883 #: en/lb_config.1:358
1884 #, no-wrap
1885 msgid "B<--linux-packages> \"I<PACKAGES>\""
1886 msgstr "B<--linux-packages> \"I<パッケージ>\""
1887
1888 #. type: Plain text
1889 #: en/lb_config.1:360
1890 msgid ""
1891 "sets the internal name of the kernel packages naming scheme. If you use "
1892 "debian kernel packages, you will not have to adjust it. If you decide to use "
1893 "custom kernel packages that do not follow the debian naming scheme, remember "
1894 "to set this option to the stub of the packages only (for debian this is "
1895 "linux-image-2.6), so that I<STUB>-I<FLAVOUR> results in a valid package name "
1896 "(for debian e.g. linux-image-686-pae). Preferably you use the meta package "
1897 "name, if any, for the stub, so that your configuration is ABI independent. "
1898 "Also don't forget that you have to include stubs of the binary modules "
1899 "packages for unionfs or aufs, and squashfs if you built them out-of-tree."
1900 msgstr ""
1901 "カーネルのパッケージ命名規則に従った内部名をセットします。Debian のカーネル"
1902 "パッケージを利用している場合は調整する必要はありません。Debian の命名規則に従"
1903 "わない独自のカーネルパッケージを利用する場合にはこのオプションでパッケージの"
1904 "前半部 (Debian の場合は linux-image-2.6) だけを忘れずに指定し、I<前半部>-I<フ"
1905 "レーバー> (Debian の場合は例えば linux-image-686-pae) が有効なパッケージ名に"
1906 "なるようにしてください。好ましいのは、メタパッケージがある場合にはその名前を"
1907 "前半部に使うことで、そうすると設定とABIが独立します。また、unionfs や aufs、"
1908 "squashfs のバイナリモジュールパッケージについても、ツリー外でビルドした場合に"
1909 "はその前半部を含める必要があることを忘れないようにしてください。"
1910
1911 #. type: IP
1912 #: en/lb_config.1:360
1913 #, no-wrap
1914 msgid "B<--losetup> losetup|losetup.orig"
1915 msgstr "B<--losetup> losetup|losetup.orig"
1916
1917 #. type: Plain text
1918 #: en/lb_config.1:362
1919 msgid ""
1920 "sets the filename of the losetup binary from the host system that should be "
1921 "used. This is autodetected and does generally not need any customization."
1922 msgstr ""
1923 "利用するホストシステムの losetup バイナリのファイル名を指定します。これは自動"
1924 "的に検出されるため通常は独自に指定する必要はありません。"
1925
1926 #. type: IP
1927 #: en/lb_config.1:362
2423 #: en/lb_config.1:391
2424 msgid ""
2425 "sets the kernel flavours to be installed (a space separated list). Note that "
2426 "in case you specify more than one the first will be configured as the "
2427 "default kernel that gets booted. Optionally you can use an architecture "
2428 "qualifier, e.g. amd64:amd64. Given an i386 system you can enable amd64 "
2429 "foreign architecture thanks to the commands: \"dpkg --add-architecture "
2430 "amd64 ; apt-get update\". This enables you to use \"686 amd64:amd64\" as a "
2431 "linux flavour. The amd64 kernel will be installed alongside the i386's 686 "
2432 "kernel."
2433 msgstr ""
2434
2435 #. type: IP
2436 #: en/lb_config.1:391
2437 #, fuzzy, no-wrap
2438 #| msgid "B<--keyring-packages> I<PACKAGE|\"PACKAGES>\""
2439 msgid "B<--linux-packages> I<PACKAGE>|\"I<PACKAGES>\""
2440 msgstr "B<--keyring-packages> I<パッケージ|\"パッケージ>\""
2441
2442 #. type: Plain text
2443 #: en/lb_config.1:393
2444 msgid ""
2445 "defines a space separated list of partial kernel package names. For each "
2446 "name given and for each flavour in B<LB_LINUX_FLAVOURS_WITH_ARCH> (B<--linux-"
2447 "flavours>), '-FLAVOUR' will be appended to the name to get the names of "
2448 "kernel packages to be included. By default this is 'linux-image'. So for "
2449 "instance if this is set to \"linux-image linux-headers\" and "
2450 "B<LB_LINUX_FLAVOURS_WITH_ARCH> is \"i386 amd64:amd64\" then you will get the "
2451 "four packages \"linux-image-i386\", \"linux-image-amd64:amd64\", \"linux-"
2452 "headers-i386\" and \"linux-headers-amd64:amd64\". You can specify \"none\" "
2453 "to disable the kernel installation step."
2454 msgstr ""
2455
2456 #. type: IP
2457 #: en/lb_config.1:393
2458 #, fuzzy, no-wrap
2459 #| msgid "B<--cache> true|false"
2460 msgid "B<--loadlin> true|false"
2461 msgstr "B<--cache> true|false"
2462
2463 #. type: Plain text
2464 #: en/lb_config.1:395
2465 msgid ""
2466 "sets loadlin. Defaults to false, except when the debian-installer is "
2467 "included for x86_64 or i386."
2468 msgstr ""
2469
2470 #. type: IP
2471 #: en/lb_config.1:395
19282472 #, no-wrap
19292473 msgid "B<--memtest> memtest86+|memtest86|none"
19302474 msgstr "B<--memtest> memtest86+|memtest86|none"
19312475
19322476 #. type: Plain text
1933 #: en/lb_config.1:364
2477 #: en/lb_config.1:397
2478 #, fuzzy
2479 #| msgid ""
2480 #| "defines if memtest, memtest86+ or no memory tester at all should be "
2481 #| "included as secondary bootloader configuration. This is only available on "
2482 #| "amd64 and i386 and defaults to memtest86+."
19342483 msgid ""
19352484 "defines if memtest, memtest86+ or no memory tester at all should be included "
1936 "as secondary bootloader configuration. This is only available on amd64 and "
2485 "(available as a bootloader menu entry). This is only available on amd64 and "
19372486 "i386 and defaults to memtest86+."
19382487 msgstr ""
19392488 "補助的なブートローダ設定として、memtest や memtest86+ を収録するか、あるいは"
19412490 "i386 でのみ利用可能で、デフォルトは memtest86+ となっています。"
19422491
19432492 #. type: IP
1944 #: en/lb_config.1:364
1945 #, no-wrap
1946 msgid "-m|B<--parent-mirror-bootstrap> I<URL>"
1947 msgstr "-m|B<--parent-mirror-bootstrap> I<URL>"
1948
1949 #. type: Plain text
1950 #: en/lb_config.1:366
1951 msgid ""
1952 "sets the location of the debian package mirror that should be used to "
1953 "bootstrap from. This defaults to http://ftp.de.debian.org/debian/ which may "
1954 "not be a good default if you live outside of Europe."
1955 msgstr ""
1956 "パッケージ収集段階で利用するパッケージミラーの場所を指定します。デフォルトは"
1957 "「http://ftp.de.debian.org/debian/」ですが、ヨーロッパ以外では適切なデフォル"
1958 "トではないかもしれません。"
1959
1960 #. type: IP
1961 #: en/lb_config.1:366
1962 #, no-wrap
1963 msgid "B<--parent-mirror-chroot> I<URL>"
1964 msgstr "B<--parent-mirror-chroot> I<URL>"
1965
1966 #. type: Plain text
1967 #: en/lb_config.1:368
1968 msgid ""
1969 "sets the location of the debian package mirror that will be used to fetch "
1970 "the packages in order to build the live system. By default, this is set to "
1971 "the value of --parent-mirror-bootstrap."
1972 msgstr ""
1973 "Live システムをビルドするためにパッケージを取得するのに利用するパッケージのミ"
1974 "ラーの場所をセットします。デフォルトでは --parent-mirror-bootstrap で指定され"
1975 "た値が利用されます。"
1976
1977 #. type: IP
1978 #: en/lb_config.1:368
1979 #, no-wrap
1980 msgid "B<--parent-mirror-chroot-security> I<URL>"
1981 msgstr "B<--parent-mirror-chroot-security> I<URL>"
1982
1983 #. type: Plain text
1984 #: en/lb_config.1:370
1985 msgid ""
1986 "sets the location of the debian security package mirror that will be used to "
1987 "fetch the packages in order to build the live system. By default, this "
1988 "points to http://security.debian.org/debian/."
1989 msgstr ""
1990 "Live システムをビルドするためにパッケージを取得するのに利用するセキュリティ"
1991 "パッケージのミラーの場所をセットします。デフォルトでは「http://security."
1992 "debian.org/debian/」が利用されます。"
1993
1994 #. type: IP
1995 #: en/lb_config.1:370
1996 #, no-wrap
1997 msgid "B<--parent-mirror-chroot-updates> I<URL>"
1998 msgstr "B<--parent-mirror-chroot-updates> I<URL>"
1999
2000 #. type: Plain text
2001 #: en/lb_config.1:372
2002 msgid ""
2003 "sets the location of the debian updates package mirror that will be used to "
2004 "fetch packages in order to build the live system. By default, this is set to "
2005 "the value of --parent-mirror-chroot."
2006 msgstr ""
2007 "Live システムをビルドするためにパッケージを取得するのに利用する updates パッ"
2008 "ケージのミラーの場所をセットします。デフォルトでは --parent-mirror-chroot で"
2009 "指定された値が利用されます。"
2010
2011 #. type: IP
2012 #: en/lb_config.1:372
2013 #, no-wrap
2014 msgid "B<--parent-mirror-chroot-backports> I<URL>"
2015 msgstr "B<--parent-mirror-chroot-backports> I<URL>"
2016
2017 #. type: Plain text
2018 #: en/lb_config.1:374
2019 msgid ""
2020 "sets the location of the debian backports package mirror that will be used "
2021 "to fetch packages in order to build the live system. By default, this points "
2022 "to http://backports.debian.org/debian-backports/."
2023 msgstr ""
2024 "Live システムをビルドするためにパッケージを取得するのに利用する backports "
2025 "パッケージのミラーの場所をセットします。デフォルトでは「http://backports."
2026 "debian.org/debian-backports/」が利用されます。"
2027
2028 #. type: IP
2029 #: en/lb_config.1:374
2030 #, no-wrap
2031 msgid "B<--parent-mirror-binary> I<URL>"
2032 msgstr "B<--parent-mirror-binary> I<URL>"
2033
2034 #. type: Plain text
2035 #: en/lb_config.1:376
2036 msgid ""
2037 "sets the location of the debian package mirror that should end up configured "
2038 "in the final image and which is the one a user would see and use. This has "
2039 "not necessarily to be the same that is used to build the image, e.g. if you "
2040 "use a local mirror but want to have an official mirror in the image. By "
2041 "default, 'http://httpredir.debian.org/debian/' is used."
2493 #: en/lb_config.1:397
2494 #, no-wrap
2495 msgid "B<--mirror-binary> I<URL>"
2496 msgstr "B<--mirror-binary> I<URL>"
2497
2498 #. type: Plain text
2499 #: en/lb_config.1:399
2500 #, fuzzy
2501 #| msgid ""
2502 #| "sets the location of the debian package mirror that should end up "
2503 #| "configured in the final image and which is the one a user would see and "
2504 #| "use. This has not necessarily to be the same that is used to build the "
2505 #| "image, e.g. if you use a local mirror but want to have an official mirror "
2506 #| "in the image. By default, 'http://httpredir.debian.org/debian/' is used."
2507 msgid ""
2508 "sets the location of the derivative package mirror that should end up "
2509 "configured in the final image and which is the one a user would see and use. "
2510 "This has not necessarily to be the same that is used to build the image, e."
2511 "g. if you use a local mirror but want to have an official mirror in the "
2512 "image. This defaults to 'http://deb.debian.org/debian/'."
20422513 msgstr ""
20432514 "出来上がったイメージ中で設定され、ユーザが利用することになる Debian パッケー"
20442515 "ジミラーの場所を指定します。これはイメージのビルドに利用するものと同一である"
20472518 "debian/」を利用します。"
20482519
20492520 #. type: IP
2050 #: en/lb_config.1:376
2051 #, no-wrap
2052 msgid "B<--parent-mirror-binary-security> I<URL>"
2053 msgstr "B<--parent-mirror-binary-security> I<URL>"
2054
2055 #. type: Plain text
2056 #: en/lb_config.1:378
2057 msgid ""
2058 "sets the location of the debian security package mirror that should end up "
2059 "configured in the final image. By default, 'http://security.debian.org/' is "
2060 "used."
2521 #: en/lb_config.1:399
2522 #, no-wrap
2523 msgid "B<--mirror-binary-security> I<URL>"
2524 msgstr "B<--mirror-binary-security> I<URL>"
2525
2526 #. type: Plain text
2527 #: en/lb_config.1:401
2528 #, fuzzy
2529 #| msgid ""
2530 #| "sets the location of the debian security package mirror that should end "
2531 #| "up configured in the final image. By default, 'http://security.debian."
2532 #| "org/' is used."
2533 msgid ""
2534 "sets the location of the derivatives security package mirror that should end "
2535 "up configured in the final image. This defaults to 'http://security.debian."
2536 "org/'."
20612537 msgstr ""
20622538 "最終的に出来上がるイメージで設定すべきセキュリティパッケージのミラーの場所を"
20632539 "セットします。デフォルトでは「http://security.debian.org/」が利用されます。"
20642540
20652541 #. type: IP
2066 #: en/lb_config.1:378
2067 #, no-wrap
2068 msgid "B<--parent-mirror-binary-updates> I<URL>"
2069 msgstr "B<--parent-mirror-binary-updates> I<URL>"
2070
2071 #. type: Plain text
2072 #: en/lb_config.1:380
2073 msgid ""
2074 "sets the location of the debian updates package mirror that should end up "
2075 "configured in the final image. By default, the value of --parent-mirror-"
2076 "binary is used."
2077 msgstr ""
2078 "最終的に出来上がるイメージで設定すべき updates パッケージのミラーの場所をセッ"
2079 "トします。デフォルトでは --parent-mirror-binary で指定された値が利用されま"
2080 "す。"
2081
2082 #. type: IP
2083 #: en/lb_config.1:380
2084 #, no-wrap
2085 msgid "B<--parent-mirror-binary-backports> I<URL>"
2086 msgstr "B<--parent-mirror-binary-backports> I<URL>"
2087
2088 #. type: Plain text
2089 #: en/lb_config.1:382
2090 msgid ""
2091 "sets the location of the debian backports package mirror that should end up "
2092 "configured in the final image. By default, 'http://backports.debian.org/"
2093 "debian-backports/' is used."
2094 msgstr ""
2095 "最終的に出来上がるイメージで設定すべき backports パッケージのミラーの場所を"
2096 "セットします。デフォルトでは「http://backports.debian.org/debian-backports/」"
2097 "が利用されます。"
2098
2099 #. type: IP
2100 #: en/lb_config.1:382
2101 #, no-wrap
2102 msgid "B<--parent-mirror-debian-installer> I<URL>"
2103 msgstr "B<--parent-mirror-debian-installer> I<URL>"
2104
2105 #. type: Plain text
2106 #: en/lb_config.1:384
2107 msgid ""
2108 "sets the location of the mirror that will be used to fetch the debian "
2109 "installer images. By default, this points to the same mirror used to build "
2110 "the live system, i.e. the value of --parent-mirror-bootstrap."
2111 msgstr ""
2112 "debian インストーラのイメージを取得するのに利用するミラーの場所をセットしま"
2113 "す。デフォルトでは Live システムをビルドするために利用するのと同じミラー、つ"
2114 "まり --parent-mirror-bootstrap で指定された値が利用されます。"
2115
2116 #. type: IP
2117 #: en/lb_config.1:384
2542 #: en/lb_config.1:401
21182543 #, no-wrap
21192544 msgid "B<--mirror-bootstrap> I<URL>"
21202545 msgstr "B<--mirror-bootstrap> I<URL>"
21212546
21222547 #. type: Plain text
2123 #: en/lb_config.1:386
2548 #: en/lb_config.1:403
2549 #, fuzzy
2550 #| msgid ""
2551 #| "sets the location of the debian package mirror that should be used to "
2552 #| "bootstrap the derivative from. This defaults to http://ftp.de.debian.org/"
2553 #| "debian/ which may not be a good default if you live outside of Europe."
21242554 msgid ""
21252555 "sets the location of the debian package mirror that should be used to "
2126 "bootstrap the derivative from. This defaults to http://ftp.de.debian.org/"
2127 "debian/ which may not be a good default if you live outside of Europe."
2556 "bootstrap the derivative from. This defaults to 'http://deb.debian.org/"
2557 "debian/'."
21282558 msgstr ""
21292559 "派生物のパッケージ収集段階で利用するパッケージのミラーの場所をセットします。"
21302560 "デフォルトは「http://ftp.de.debian.org/debian/」ですが、ヨーロッパ以外では適"
21312561 "切なデフォルトではないかもしれません。"
21322562
21332563 #. type: IP
2134 #: en/lb_config.1:386
2564 #: en/lb_config.1:403
21352565 #, no-wrap
21362566 msgid "B<--mirror-chroot> I<URL>"
21372567 msgstr "B<--mirror-chroot> I<URL>"
21382568
21392569 #. type: Plain text
2140 #: en/lb_config.1:388
2570 #: en/lb_config.1:405
2571 #, fuzzy
2572 #| msgid ""
2573 #| "sets the location of the debian package mirror that will be used to fetch "
2574 #| "the packages of the derivative in order to build the live system. By "
2575 #| "default, this is set to the value of --mirror-bootstrap."
21412576 msgid ""
21422577 "sets the location of the debian package mirror that will be used to fetch "
21432578 "the packages of the derivative in order to build the live system. By "
2144 "default, this is set to the value of --mirror-bootstrap."
2579 "default, this is set to the value of B<--mirror-bootstrap>."
21452580 msgstr ""
21462581 "Live システムをビルドするために派生物のパッケージを取得するのに利用するパッ"
21472582 "ケージのミラーの場所をセットします。デフォルトでは --mirror-bootstrap で指定"
21482583 "された値が利用されます。"
21492584
21502585 #. type: IP
2151 #: en/lb_config.1:388
2586 #: en/lb_config.1:405
21522587 #, no-wrap
21532588 msgid "B<--mirror-chroot-security> I<URL>"
21542589 msgstr "B<--mirror-chroot-security> I<URL>"
21552590
21562591 #. type: Plain text
2157 #: en/lb_config.1:390
2592 #: en/lb_config.1:407
2593 #, fuzzy
2594 #| msgid ""
2595 #| "sets the location of the debian security package mirror that will be used "
2596 #| "to fetch the packages of the derivative in order to build the live "
2597 #| "system. By default, this points to http://security.debian.org/debian/."
21582598 msgid ""
21592599 "sets the location of the debian security package mirror that will be used to "
21602600 "fetch the packages of the derivative in order to build the live system. By "
2161 "default, this points to http://security.debian.org/debian/."
2601 "default, this points to 'http://security.debian.org/'."
21622602 msgstr ""
21632603 "Live システムをビルドするために派生物のパッケージを取得するのに利用するセキュ"
21642604 "リティパッケージのミラーの場所をセットします。デフォルトでは「http://"
21652605 "security.debian.org/debian/」が利用されます。"
21662606
21672607 #. type: IP
2168 #: en/lb_config.1:390
2169 #, no-wrap
2170 msgid "B<--mirror-chroot-updates> I<URL>"
2171 msgstr "B<--mirror-chroot-updates> I<URL>"
2172
2173 #. type: Plain text
2174 #: en/lb_config.1:392
2175 msgid ""
2176 "sets the location of the debian updates package mirror that will be used to "
2177 "fetch packages of the derivative in order to build the live system. By "
2178 "default, this is set to the value of --mirror-chroot."
2179 msgstr ""
2180 "Live システムをビルドするために派生物のパッケージを取得するのに利用する "
2181 "updates パッケージのミラーの場所をセットします。デフォルトでは --mirror-"
2182 "chroot で指定された値が利用されます。"
2183
2184 #. type: IP
2185 #: en/lb_config.1:392
2186 #, no-wrap
2187 msgid "B<--mirror-chroot-backports> I<URL>"
2188 msgstr "B<--mirror-chroot-backports> I<URL>"
2189
2190 #. type: Plain text
2191 #: en/lb_config.1:394
2192 msgid ""
2193 "sets the location of the debian backports package mirror that will be used "
2194 "to fetch packages of the derivative in order to build the live system. By "
2195 "default, this points to http://backports.debian.org/debian-backports/."
2196 msgstr ""
2197 "Live システムをビルドするために派生物のパッケージを取得するのに利用する "
2198 "backports パッケージのミラーの場所をセットします。デフォルトでは「http://"
2199 "backports.debian.org/debian-backports/」が利用されます。"
2200
2201 #. type: IP
2202 #: en/lb_config.1:394
2203 #, no-wrap
2204 msgid "B<--mirror-binary> I<URL>"
2205 msgstr "B<--mirror-binary> I<URL>"
2206
2207 #. type: Plain text
2208 #: en/lb_config.1:396
2209 msgid ""
2210 "sets the location of the derivative package mirror that should end up "
2211 "configured in the final image and which is the one a user would see and use. "
2212 "This has not necessarily to be the same that is used to build the image, e."
2213 "g. if you use a local mirror but want to have an official mirror in the "
2214 "image."
2608 #: en/lb_config.1:407
2609 #, no-wrap
2610 msgid "B<--mirror-debian-installer> I<URL>"
2611 msgstr "B<--mirror-debian-installer> I<URL>"
2612
2613 #. type: Plain text
2614 #: en/lb_config.1:409
2615 #, fuzzy
2616 #| msgid ""
2617 #| "sets the location of the mirror that will be used to fetch the debian "
2618 #| "installer images of the derivative. By default, this points to the same "
2619 #| "mirror used to build the live system, i.e. the value of --mirror-"
2620 #| "bootstrap."
2621 msgid ""
2622 "sets the location of the mirror that will be used to fetch the debian "
2623 "installer images of the derivative. By default, this points to the same "
2624 "mirror used to build the live system, i.e. the value of B<--mirror-chroot>."
2625 msgstr ""
2626 "派生物の debian インストーラのイメージを取得するのに利用するミラーの場所を"
2627 "セットします。デフォルトでは Live システムをビルドするために利用するのと同じ"
2628 "ミラー、つまり --mirror-bootstrap で指定された値が利用されます。"
2629
2630 #. type: IP
2631 #: en/lb_config.1:409
2632 #, fuzzy, no-wrap
2633 #| msgid "B<--mode> debian|progress|ubuntu"
2634 msgid "B<--mode> debian"
2635 msgstr "B<--mode> debian|progress|ubuntu"
2636
2637 #. type: Plain text
2638 #: en/lb_config.1:411
2639 msgid ""
2640 "defines a global mode to load project specific defaults. By default this is "
2641 "set to debian."
2642 msgstr ""
2643 "プロジェクト特有のデフォルト値を読み込むようにする大域モードを指定します。デ"
2644 "フォルトでは debian となっています。"
2645
2646 #. type: IP
2647 #: en/lb_config.1:411
2648 #, no-wrap
2649 msgid "B<--net-tarball> true|false"
2650 msgstr "B<--net-tarball> true|false"
2651
2652 #. type: Plain text
2653 #: en/lb_config.1:413
2654 #, fuzzy
2655 #| msgid ""
2656 #| "defines if a compressed tarball should be created. Disabling this options "
2657 #| "leads to no tarball at all, the plain binary directory is considered the "
2658 #| "output in this case. Default is true."
2659 msgid ""
2660 "defines if a compressed tarball should be created. If disabled, the plain "
2661 "binary directory is considered the output. Default is true."
2662 msgstr ""
2663 "圧縮した tar アーカイブを作成するか否かを決定します。このオプションを無効にす"
2664 "ると tar アーカイブは作成されなくなり、その場合はそのままのバイナリディレクト"
2665 "リが出力されることになります。デフォルトは true です。"
2666
2667 #. type: IP
2668 #: en/lb_config.1:413 en/live-build.7:37
2669 #, fuzzy, no-wrap
2670 #| msgid "B<--chroot>"
2671 msgid "B<--no-color>"
2672 msgstr "B<--chroot>"
2673
2674 #. type: Plain text
2675 #: en/lb_config.1:415
2676 msgid "turns off color in the messages."
2677 msgstr ""
2678
2679 #. type: IP
2680 #: en/lb_config.1:415
2681 #, fuzzy, no-wrap
2682 #| msgid "B<--source> true|false"
2683 msgid "B<--onie> true|false"
2684 msgstr "B<--source> true|false"
2685
2686 #. type: Plain text
2687 #: en/lb_config.1:417
2688 msgid ""
2689 "defines if an ONIE.bin image is generated. ONIE binaries can be loaded by "
2690 "supported systems, and will in turn boot the live image. Note that ISO or "
2691 "hybrid-iso are the only formats supported. For more information visit "
2692 "E<lt>I<http://onie.org/>E<gt>. Default is false."
2693 msgstr ""
2694
2695 #. type: IP
2696 #: en/lb_config.1:417
2697 #, fuzzy, no-wrap
2698 #| msgid "B<--gzip-options> I<OPTION>|\"I<OPTIONS>\""
2699 msgid "B<--onie-kernel-cmdline> I<OPTION>|\"I<OPTIONS>\""
2700 msgstr "B<--gzip-options> I<オプション>|\"I<オプション>\""
2701
2702 #. type: Plain text
2703 #: en/lb_config.1:419
2704 msgid ""
2705 "defines additional kernel command line options that the ONIE system will use "
2706 "when booting the image. Default is empty string."
2707 msgstr ""
2708
2709 #. type: IP
2710 #: en/lb_config.1:419
2711 #, fuzzy, no-wrap
2712 #| msgid "B<--archive-areas> I<ARCHIVE_AREA>|\"I<ARCHIVE_AREAS>\""
2713 msgid "B<--parent-archive-areas> I<ARCHIVE_AREA>|\"I<ARCHIVE_AREAS>\""
2714 msgstr "B<--archive-areas> I<アーカイブ領域>|\"I<アーカイブ領域>\""
2715
2716 #. type: Plain text
2717 #: en/lb_config.1:421
2718 #, fuzzy
2719 #| msgid ""
2720 #| "defines the archive areas for derivatives of the resulting live system."
2721 msgid ""
2722 "defines the archive areas for derivatives of the resulting live system (a "
2723 "comma or space separated list)."
2724 msgstr ""
2725 "出来上がる Live システムの派生物のアーカイブ領域のディストリビューションを決"
2726 "定します。"
2727
2728 #. type: IP
2729 #: en/lb_config.1:421
2730 #, fuzzy, no-wrap
2731 #| msgid "B<--debian-installer-distribution> daily|I<CODENAME>"
2732 msgid "B<--parent-debian-installer-distribution> daily|I<CODENAME>"
2733 msgstr "B<--debian-installer-distribution> daily|I<コード名>"
2734
2735 #. type: Plain text
2736 #: en/lb_config.1:423
2737 msgid ""
2738 "defines the parent debian-installer distribution for derivatives of the "
2739 "resulting live system."
2740 msgstr ""
2741 "出来上がる Live システムの派生元の debian-installer のディストリビューション"
2742 "を決定します。"
2743
2744 #. type: IP
2745 #: en/lb_config.1:423
2746 #, fuzzy, no-wrap
2747 #| msgid "-d|B<--parent-distribution> I<CODENAME>"
2748 msgid "B<--parent-distribution> I<CODENAME>"
2749 msgstr "-d|B<--parent-distribution> I<コード名>"
2750
2751 #. type: Plain text
2752 #: en/lb_config.1:425
2753 msgid ""
2754 "defines the parent distribution for derivatives of the resulting live system."
2755 msgstr "出来上がる Live システムの派生元のディストリビューションを決定します。"
2756
2757 #. type: IP
2758 #: en/lb_config.1:425
2759 #, fuzzy, no-wrap
2760 #| msgid "-d|B<--parent-distribution> I<CODENAME>"
2761 msgid "B<--parent-distribution-binary> I<CODENAME>"
2762 msgstr "-d|B<--parent-distribution> I<コード名>"
2763
2764 #. type: Plain text
2765 #: en/lb_config.1:427
2766 #, fuzzy
2767 #| msgid ""
2768 #| "defines the parent distribution for derivatives of the resulting live "
2769 #| "system."
2770 msgid ""
2771 "defines the derivative's parent distribution enabled in the resulting live "
2772 "system."
2773 msgstr "出来上がる Live システムの派生元のディストリビューションを決定します。"
2774
2775 #. type: IP
2776 #: en/lb_config.1:427
2777 #, fuzzy, no-wrap
2778 #| msgid "-d|B<--parent-distribution> I<CODENAME>"
2779 msgid "B<--parent-distribution-chroot> I<CODENAME>"
2780 msgstr "-d|B<--parent-distribution> I<コード名>"
2781
2782 #. type: Plain text
2783 #: en/lb_config.1:429
2784 #, fuzzy
2785 #| msgid ""
2786 #| "defines the parent distribution for derivatives of the resulting live "
2787 #| "system."
2788 msgid ""
2789 "defines the derivative's parent distribution used to build the live system."
2790 msgstr "出来上がる Live システムの派生元のディストリビューションを決定します。"
2791
2792 #. type: IP
2793 #: en/lb_config.1:429
2794 #, no-wrap
2795 msgid "B<--parent-mirror-binary> I<URL>"
2796 msgstr "B<--parent-mirror-binary> I<URL>"
2797
2798 #. type: Plain text
2799 #: en/lb_config.1:431
2800 #, fuzzy
2801 #| msgid ""
2802 #| "sets the location of the derivative package mirror that should end up "
2803 #| "configured in the final image and which is the one a user would see and "
2804 #| "use. This has not necessarily to be the same that is used to build the "
2805 #| "image, e.g. if you use a local mirror but want to have an official mirror "
2806 #| "in the image."
2807 msgid ""
2808 "sets the location of the debian package mirror that should end up configured "
2809 "in the final image and which is the one a user would see and use. This has "
2810 "not necessarily to be the same that is used to build the image, e.g. if you "
2811 "use a local mirror but want to have an official mirror in the image. This "
2812 "defaults to the value of B<--mirror-binary>."
22152813 msgstr ""
22162814 "出来上がったイメージ中で設定され、ユーザが利用することになる派生物のパッケー"
22172815 "ジミラーの場所を指定します。これはイメージのビルドに利用するものと同一である"
22202818 "debian/」を利用します。"
22212819
22222820 #. type: IP
2223 #: en/lb_config.1:396
2224 #, no-wrap
2225 msgid "B<--mirror-binary-security> I<URL>"
2226 msgstr "B<--mirror-binary-security> I<URL>"
2227
2228 #. type: Plain text
2229 #: en/lb_config.1:398
2230 msgid ""
2231 "sets the location of the derivatives security package mirror that should end "
2232 "up configured in the final image."
2233 msgstr ""
2234 "最終的に出来上がるイメージで設定すべき派生セキュリティパッケージのミラーの場"
2235 "所をセットします。"
2236
2237 #. type: IP
2238 #: en/lb_config.1:398
2239 #, no-wrap
2240 msgid "B<--mirror-binary-updates> I<URL>"
2241 msgstr "B<--mirror-binary-updates> I<URL>"
2242
2243 #. type: Plain text
2244 #: en/lb_config.1:400
2245 msgid ""
2246 "sets the location of the derivatives updates package mirror that should end "
2247 "up configured in the final image."
2248 msgstr ""
2249 "最終的に出来上がるイメージで設定すべき派生 updates パッケージのミラーの場所を"
2250 "セットします。"
2251
2252 #. type: IP
2253 #: en/lb_config.1:400
2254 #, no-wrap
2255 msgid "B<--mirror-binary-backports> I<URL>"
2256 msgstr "B<--mirror-binary-backports> I<URL>"
2257
2258 #. type: Plain text
2259 #: en/lb_config.1:402
2260 msgid ""
2261 "sets the location of the derivatives backports package mirror that should "
2262 "end up configured in the final image."
2263 msgstr ""
2264 "最終的に出来上がるイメージで設定すべき派生 backports パッケージのミラーの場所"
2265 "をセットします。"
2266
2267 #. type: IP
2268 #: en/lb_config.1:402
2269 #, no-wrap
2270 msgid "B<--mirror-debian-installer> I<URL>"
2271 msgstr "B<--mirror-debian-installer> I<URL>"
2272
2273 #. type: Plain text
2274 #: en/lb_config.1:404
2821 #: en/lb_config.1:431
2822 #, no-wrap
2823 msgid "B<--parent-mirror-binary-security> I<URL>"
2824 msgstr "B<--parent-mirror-binary-security> I<URL>"
2825
2826 #. type: Plain text
2827 #: en/lb_config.1:433
2828 #, fuzzy
2829 #| msgid ""
2830 #| "sets the location of the debian updates package mirror that should end up "
2831 #| "configured in the final image. By default, the value of --parent-mirror-"
2832 #| "binary is used."
2833 msgid ""
2834 "sets the location of the debian security package mirror that should end up "
2835 "configured in the final image. This defaults to the value of B<--mirror-"
2836 "binary-security>."
2837 msgstr ""
2838 "最終的に出来上がるイメージで設定すべき updates パッケージのミラーの場所をセッ"
2839 "トします。デフォルトでは --parent-mirror-binary で指定された値が利用されま"
2840 "す。"
2841
2842 #. type: IP
2843 #: en/lb_config.1:433
2844 #, no-wrap
2845 msgid "-m|B<--parent-mirror-bootstrap> I<URL>"
2846 msgstr "-m|B<--parent-mirror-bootstrap> I<URL>"
2847
2848 #. type: Plain text
2849 #: en/lb_config.1:435
2850 #, fuzzy
2851 #| msgid ""
2852 #| "sets the location of the debian package mirror that will be used to fetch "
2853 #| "the packages in order to build the live system. By default, this is set "
2854 #| "to the value of --parent-mirror-bootstrap."
2855 msgid ""
2856 "sets the location of the debian package mirror that should be used to "
2857 "bootstrap from. This defaults to the value of B<--mirror-bootstrap>."
2858 msgstr ""
2859 "Live システムをビルドするためにパッケージを取得するのに利用するパッケージのミ"
2860 "ラーの場所をセットします。デフォルトでは --parent-mirror-bootstrap で指定され"
2861 "た値が利用されます。"
2862
2863 #. type: IP
2864 #: en/lb_config.1:435
2865 #, no-wrap
2866 msgid "B<--parent-mirror-chroot> I<URL>"
2867 msgstr "B<--parent-mirror-chroot> I<URL>"
2868
2869 #. type: Plain text
2870 #: en/lb_config.1:437
2871 #, fuzzy
2872 #| msgid ""
2873 #| "sets the location of the debian package mirror that will be used to fetch "
2874 #| "the packages in order to build the live system. By default, this is set "
2875 #| "to the value of --parent-mirror-bootstrap."
2876 msgid ""
2877 "sets the location of the debian package mirror that will be used to fetch "
2878 "the packages in order to build the live system. This defaults to the value "
2879 "of B<--parent-mirror-bootstrap>."
2880 msgstr ""
2881 "Live システムをビルドするためにパッケージを取得するのに利用するパッケージのミ"
2882 "ラーの場所をセットします。デフォルトでは --parent-mirror-bootstrap で指定され"
2883 "た値が利用されます。"
2884
2885 #. type: IP
2886 #: en/lb_config.1:437
2887 #, no-wrap
2888 msgid "B<--parent-mirror-chroot-security> I<URL>"
2889 msgstr "B<--parent-mirror-chroot-security> I<URL>"
2890
2891 #. type: Plain text
2892 #: en/lb_config.1:439
2893 #, fuzzy
2894 #| msgid ""
2895 #| "sets the location of the debian package mirror that will be used to fetch "
2896 #| "the packages in order to build the live system. By default, this is set "
2897 #| "to the value of --parent-mirror-bootstrap."
2898 msgid ""
2899 "sets the location of the debian security package mirror that will be used to "
2900 "fetch the packages in order to build the live system. This defaults to the "
2901 "value of B<--mirror-chroot-security>."
2902 msgstr ""
2903 "Live システムをビルドするためにパッケージを取得するのに利用するパッケージのミ"
2904 "ラーの場所をセットします。デフォルトでは --parent-mirror-bootstrap で指定され"
2905 "た値が利用されます。"
2906
2907 #. type: IP
2908 #: en/lb_config.1:439
2909 #, no-wrap
2910 msgid "B<--parent-mirror-debian-installer> I<URL>"
2911 msgstr "B<--parent-mirror-debian-installer> I<URL>"
2912
2913 #. type: Plain text
2914 #: en/lb_config.1:441
2915 #, fuzzy
2916 #| msgid ""
2917 #| "sets the location of the mirror that will be used to fetch the debian "
2918 #| "installer images. By default, this points to the same mirror used to "
2919 #| "build the live system, i.e. the value of --parent-mirror-bootstrap."
22752920 msgid ""
22762921 "sets the location of the mirror that will be used to fetch the debian "
2277 "installer images of the derivative. By default, this points to the same "
2278 "mirror used to build the live system, i.e. the value of --mirror-bootstrap."
2279 msgstr ""
2280 "派生物の debian インストーラのイメージを取得するのに利用するミラーの場所を"
2281 "セットします。デフォルトでは Live システムをビルドするために利用するのと同じ"
2282 "ミラー、つまり --mirror-bootstrap で指定された値が利用されます。"
2283
2284 #. type: IP
2285 #: en/lb_config.1:404
2286 #, no-wrap
2287 msgid "B<--mode> debian|progress|ubuntu"
2288 msgstr "B<--mode> debian|progress|ubuntu"
2289
2290 #. type: Plain text
2291 #: en/lb_config.1:406
2292 msgid ""
2293 "defines a global mode to load project specific defaults. By default this is "
2294 "set to debian."
2295 msgstr ""
2296 "プロジェクト特有のデフォルト値を読み込むようにする大域モードを指定します。デ"
2297 "フォルトでは debian となっています。"
2298
2299 #. type: IP
2300 #: en/lb_config.1:406
2301 #, no-wrap
2302 msgid "B<--system> live|normal"
2303 msgstr "B<--system> live|normal"
2304
2305 #. type: Plain text
2306 #: en/lb_config.1:408
2307 msgid ""
2308 "defines if the resulting system image should a live system or a normal, non-"
2309 "live system."
2310 msgstr ""
2311 "出来上がるシステムのイメージを Live システムにするのか Live システムではない"
2312 "普通のイメージにするのかを指定します。"
2313
2314 #. type: IP
2315 #: en/lb_config.1:408
2316 #, no-wrap
2317 msgid "B<--net-root-filesystem> nfs|cfs"
2318 msgstr "B<--net-root-filesystem> nfs|cfs"
2319
2320 #. type: Plain text
2321 #: en/lb_config.1:410
2322 msgid ""
2323 "defines the filesystem that will be configured in the bootloader "
2324 "configuration for your netboot image. This defaults to nfs."
2325 msgstr ""
2326 "ネットワーク経由のブート用イメージのブートローダ設定で設定するファイルシステ"
2327 "ムを指定します。デフォルトは nfs となっています。"
2328
2329 #. type: IP
2330 #: en/lb_config.1:410
2331 #, no-wrap
2332 msgid "B<--net-root-mountoptions> I<OPTIONS>"
2333 msgstr "B<--net-root-mountoptions> I<オプション>"
2334
2335 #. type: Plain text
2336 #: en/lb_config.1:412
2337 msgid ""
2338 "sets additional options for mounting the root filesystem in netboot images "
2339 "and is by default empty."
2340 msgstr ""
2341 "ネットワーク経由のブート用イメージのルートファイルシステムをマウントする際の"
2342 "オプションを指定します。デフォルトは空です。"
2343
2344 #. type: IP
2345 #: en/lb_config.1:412
2346 #, no-wrap
2347 msgid "B<--net-root-path> I<PATH>"
2348 msgstr "B<--net-root-path> I<パス>"
2349
2350 #. type: Plain text
2351 #: en/lb_config.1:414
2352 msgid ""
2353 "sets the file path that will be configured in the bootloader configuration "
2354 "for your netboot image. This defaults to /srv/debian-live in debian mode, "
2355 "and /srv/ubuntu-live when in ubuntu mode."
2356 msgstr ""
2357 "ネットワーク経由のブート用イメージのブートローダ設定で設定するファイルのパス"
2358 "をセットします。デフォルトは Debian モードでは「/srv/debian-live」、ubuntu "
2359 "モードでは「/srv/ubuntu-live」となっています。"
2360
2361 #. type: IP
2362 #: en/lb_config.1:414
2363 #, no-wrap
2364 msgid "B<--net-root-server> I<IP>|I<HOSTNAME>"
2365 msgstr "B<--net-root-server> I<IPアドレス>|I<ホスト名>"
2366
2367 #. type: Plain text
2368 #: en/lb_config.1:416
2369 msgid ""
2370 "sets the IP or hostname that will be configured in the bootloader "
2371 "configuration for the root filesystem of your netboot image. This defaults "
2372 "to 192.168.1.1."
2373 msgstr ""
2374 "ネットワーク経由のブート用イメージのルートファイルシステムのブートローダ設定"
2375 "で設定するIPアドレスやホスト名をセットします。デフォルトは 192.168.1.1 となっ"
2376 "ています。"
2377
2378 #. type: IP
2379 #: en/lb_config.1:416
2380 #, no-wrap
2381 msgid "B<--net-cow-filesystem> nfs|cfs"
2382 msgstr "B<--net-cow-filesystem> nfs|cfs"
2383
2384 #. type: Plain text
2385 #: en/lb_config.1:418
2386 msgid ""
2387 "defines the filesystem type for the copy-on-write layer and defaults to nfs."
2388 msgstr ""
2389 "copy-on-write レイヤーのファイルシステムの種類を指定します。デフォルトは nfs "
2390 "です。"
2391
2392 #. type: IP
2393 #: en/lb_config.1:418
2394 #, no-wrap
2395 msgid "B<--net-cow-mountoptions> I<OPTIONS>"
2396 msgstr "B<--net-cow-mountoptions> I<オプション>"
2397
2398 #. type: Plain text
2399 #: en/lb_config.1:420
2400 msgid ""
2401 "sets additional options for mounting the copy-on-write layer in netboot "
2402 "images and is by default empty."
2403 msgstr ""
2404 "ネットワーク経由のブート用イメージの copy-on-write レイヤーをマウントする際の"
2405 "追加オプションを指定します。デフォルトは空です。"
2406
2407 #. type: IP
2408 #: en/lb_config.1:420
2409 #, no-wrap
2410 msgid "B<--net-cow-path> I<PATH>"
2411 msgstr "B<--net-cow-path> I<パス>"
2412
2413 #. type: Plain text
2414 #: en/lb_config.1:422
2415 msgid ""
2416 "defines the path to client writable filesystem. Anywhere that "
2417 "I<client_mac_address> is specified in the path live-boot will substitute the "
2418 "MAC address of the client delimited with hyphens."
2419 msgstr ""
2420 "クライアントの書き込み可能ファイルシステムへのパスを指定します。パス中のどこ"
2421 "かに I<client_mac_address> を指定すると live-boot はその部分をクライアントの"
2422 "MACアドレスをハイフンで区切ったものに置き換えます。"
2423
2424 #. type: Plain text
2425 #: en/lb_config.1:425
2426 msgid "Example:"
2427 msgstr "例:"
2428
2429 #. type: Plain text
2430 #: en/lb_config.1:427
2431 msgid "/export/hosts/client_mac_address"
2432 msgstr "/export/hosts/client_mac_address"
2433
2434 #. type: Plain text
2435 #: en/lb_config.1:429
2436 msgid "/export/hosts/00-16-D3-33-92-E8"
2437 msgstr "/export/hosts/00-16-D3-33-92-E8"
2438
2439 #. type: IP
2440 #: en/lb_config.1:429
2441 #, no-wrap
2442 msgid "B<--net-cow-server> I<IP>|I<HOSTNAME>"
2443 msgstr "B<--net-cow-server> I<IPアドレス>|I<ホスト名>"
2444
2445 #. type: Plain text
2446 #: en/lb_config.1:431
2447 msgid ""
2448 "sets the IP or hostname that will be configured in the bootloader "
2449 "configuration for the copy-on-write filesystem of your netboot image and is "
2450 "by default empty."
2451 msgstr ""
2452 "ネットワーク経由のブート用イメージの copy-on-write ファイルシステムのブート"
2453 "ローダ設定で設定するIPアドレスやホスト名をセットします。デフォルトは空です。"
2454
2455 #. type: IP
2456 #: en/lb_config.1:431
2457 #, no-wrap
2458 msgid "B<--net-tarball> true|false"
2459 msgstr "B<--net-tarball> true|false"
2460
2461 #. type: Plain text
2462 #: en/lb_config.1:433
2463 msgid ""
2464 "defines if a compressed tarball should be created. Disabling this options "
2465 "leads to no tarball at all, the plain binary directory is considered the "
2466 "output in this case. Default is true."
2467 msgstr ""
2468 "圧縮した tar アーカイブを作成するか否かを決定します。このオプションを無効にす"
2469 "ると tar アーカイブは作成されなくなり、その場合はそのままのバイナリディレクト"
2470 "リが出力されることになります。デフォルトは true です。"
2471
2472 #. type: IP
2473 #: en/lb_config.1:433 en/live-build.7:40
2922 "installer images. This defaults to the value of B<--parent-mirror-chroot>."
2923 msgstr ""
2924 "debian インストーラのイメージを取得するのに利用するミラーの場所をセットしま"
2925 "す。デフォルトでは Live システムをビルドするために利用するのと同じミラー、つ"
2926 "まり --parent-mirror-bootstrap で指定された値が利用されます。"
2927
2928 #. type: IP
2929 #: en/lb_config.1:441 en/live-build.7:39
24742930 #, no-wrap
24752931 msgid "B<--quiet>"
24762932 msgstr "B<--quiet>"
24772933
24782934 #. type: Plain text
2479 #: en/lb_config.1:435
2935 #: en/lb_config.1:443
24802936 msgid "reduces the verbosity of messages output by B<lb build>."
24812937 msgstr "B<lb build> からのメッセージの出力を少なくします。"
24822938
24832939 #. type: IP
2484 #: en/lb_config.1:435
2485 #, no-wrap
2486 msgid "B<--archive-areas> I<ARCHIVE_AREA>|\"I<ARCHIVE_AREAS>\""
2487 msgstr "B<--archive-areas> I<アーカイブ領域>|\"I<アーカイブ領域>\""
2488
2489 #. type: Plain text
2490 #: en/lb_config.1:437
2491 msgid ""
2492 "defines which package archive areas of a debian packages archive should be "
2493 "used for configured debian package mirrors. By default, this is set to main. "
2494 "Remember to check the licenses of each packages with respect to their "
2495 "redistributability in your juristiction when enabling contrib or non-free "
2496 "with this mechanism."
2497 msgstr ""
2498 "設定した Debian パッケージミラーに利用する Debian パッケージアーカイブのパッ"
2499 "ケージアーカイブ領域を指定します。デフォルトでは main となっています。この仕"
2500 "組みにより contrib や non-free を有効化する際は、該当する法律の下で再配布が可"
2501 "能かどうか、各パッケージのライセンスを忘れずに確認してください。"
2502
2503 #. type: IP
2504 #: en/lb_config.1:437
2505 #, no-wrap
2506 msgid "B<--parent-archive-areas> I<PARENT_ARCHIVE_AREA>|\"I<PARENT_ARCHIVE_AREAS>\""
2507 msgstr "B<--parent-archive-areas> I<親アーカイブ領域>|\"I<親アーカイブ領域>\""
2508
2509 #. type: Plain text
2510 #: en/lb_config.1:439
2511 msgid "defines the archive areas for derivatives of the resulting live system."
2512 msgstr ""
2513 "出来上がる Live システムの派生物のアーカイブ領域のディストリビューションを決"
2514 "定します。"
2515
2516 #. type: IP
2517 #: en/lb_config.1:439
2940 #: en/lb_config.1:443
25182941 #, no-wrap
25192942 msgid "B<--security> true|false"
25202943 msgstr "B<--security> true|false"
25212944
25222945 #. type: Plain text
2523 #: en/lb_config.1:441
2946 #: en/lb_config.1:445
25242947 msgid ""
25252948 "defines if the security repositories specified in the security mirror "
25262949 "options should be used or not."
25292952 "かを決定します。"
25302953
25312954 #. type: IP
2532 #: en/lb_config.1:441
2955 #: en/lb_config.1:445
25332956 #, no-wrap
25342957 msgid "B<--source> true|false"
25352958 msgstr "B<--source> true|false"
25362959
25372960 #. type: Plain text
2538 #: en/lb_config.1:443
2539 msgid ""
2540 "defines if a corresponding source image to the binary image should be build. "
2541 "By default this is false because most people do not require this and would "
2542 "require to download quite a few source packages. However, once you start "
2543 "distributing your live image, you should make sure you build it with a "
2544 "source image alongside."
2961 #: en/lb_config.1:447
2962 #, fuzzy
2963 #| msgid ""
2964 #| "defines if a corresponding source image to the binary image should be "
2965 #| "build. By default this is false because most people do not require this "
2966 #| "and would require to download quite a few source packages. However, once "
2967 #| "you start distributing your live image, you should make sure you build it "
2968 #| "with a source image alongside."
2969 msgid ""
2970 "defines if a corresponding source image to the binary image should be built. "
2971 "By default this is false because most people do not require this and it "
2972 "involves downloading quite a few source packages. However, if you distribute "
2973 "your live image to others, you should make sure you build it with a source "
2974 "image alongside to help enable you to comply with licensing terms."
25452975 msgstr ""
25462976 "バイナリイメージに対応するソースイメージをビルドするか否かを決定します。ソー"
25472977 "スパッケージはほとんどの人にとって不要で、ダウンロードする必要があるものはか"
25502980 "を確認すべきです。"
25512981
25522982 #. type: IP
2553 #: en/lb_config.1:443
2554 #, no-wrap
2555 msgid "-s|B<--source-images> iso|netboot|tar|hdd"
2983 #: en/lb_config.1:447
2984 #, fuzzy, no-wrap
2985 #| msgid "-s|B<--source-images> iso|netboot|tar|hdd"
2986 msgid "B<-s>|B<--source-images> iso|netboot|tar|hdd"
25562987 msgstr "-s|B<--source-images> iso|netboot|tar|hdd"
25572988
25582989 #. type: Plain text
2559 #: en/lb_config.1:445
2560 msgid "defines the image type for the source image. Default is tar."
2990 #: en/lb_config.1:449
2991 #, fuzzy
2992 #| msgid "defines the image type for the source image. Default is tar."
2993 msgid ""
2994 "defines the image type for the source image. Default is tar. More than one "
2995 "can be specified (a comma or space separated list)."
25612996 msgstr "ソースイメージのイメージの種類を指定します。デフォルトは tar です。"
2562
2563 #. type: IP
2564 #: en/lb_config.1:445
2565 #, no-wrap
2566 msgid "B<--firmware-binary> true|false"
2567 msgstr "B<--firmware-binary> true|false"
2568
2569 #. type: Plain text
2570 #: en/lb_config.1:447
2571 msgid ""
2572 "defines if firmware packages should be automatically included into the "
2573 "binary pool for debian-installer. Note that only firmware packages available "
2574 "within the configured archive areas are included, e.g. an image with "
2575 "packages from main only will not automatically include firmware from non-"
2576 "free. This option does not interfere with explicitly listed packages in "
2577 "binary package lists."
2578 msgstr ""
2579 "ファームウェアパッケージを debian-installer 用のバイナリ置き場に自動的に収録"
2580 "するか否かを決定します。設定したアーカイブ領域で利用できるファームウェアパッ"
2581 "ケージだけが収録されることに注意してください。例えば main のパッケージだけで"
2582 "構成したイメージでは non-free のファームウェアを自動的には収録しません。この"
2583 "オプションはバイナリパッケージ一覧で明示的に指定したパッケージには干渉しませ"
2584 "ん。"
2585
2586 #. type: IP
2587 #: en/lb_config.1:447
2588 #, no-wrap
2589 msgid "B<--firmware-chroot> true|false"
2590 msgstr "B<--firmware-chroot> true|false"
2591
2592 #. type: Plain text
2593 #: en/lb_config.1:449
2594 msgid ""
2595 "defines if firmware packages should be automatically included into the live "
2596 "image. Note that only firmware packages available within the configured "
2597 "archive areas are included, e.g. an image with packages from main only will "
2598 "not automatically include firmware from non-free. This option does not "
2599 "interfere with explicitly listed packages in chroot package lists."
2600 msgstr ""
2601 "ファームウェアパッケージを Live イメージに自動的に収録するか否かを決定しま"
2602 "す。設定したアーカイブ領域で利用できるファームウェアパッケージだけが収録され"
2603 "ることに注意してください。例えば main のパッケージだけで構成したイメージでは "
2604 "non-free のファームウェアを自動的には収録しません。このオプションはバイナリ"
2605 "パッケージ一覧で明示的に指定したパッケージには干渉しません。"
26062997
26072998 #. type: IP
26082999 #: en/lb_config.1:449
26373028 #. type: IP
26383029 #: en/lb_config.1:453
26393030 #, no-wrap
2640 msgid "B<--tasksel> apt|aptitude|tasksel"
2641 msgstr "B<--tasksel> apt|aptitude|tasksel"
3031 msgid "B<--system> live|normal"
3032 msgstr "B<--system> live|normal"
26423033
26433034 #. type: Plain text
26443035 #: en/lb_config.1:455
2645 msgid ""
2646 "selects which program is used to install tasks. By default, this is set to "
2647 "tasksel."
2648 msgstr ""
2649 "タスクのインストールに利用するプログラムを選択します。デフォルトでは tasksel "
2650 "となっています。"
3036 #, fuzzy
3037 #| msgid ""
3038 #| "defines if the resulting system image should a live system or a normal, "
3039 #| "non-live system."
3040 msgid ""
3041 "defines if the resulting system image should be a live system or a normal, "
3042 "non-live system. Defaults to live."
3043 msgstr ""
3044 "出来上がるシステムのイメージを Live システムにするのか Live システムではない"
3045 "普通のイメージにするのかを指定します。"
26513046
26523047 #. type: IP
26533048 #: en/lb_config.1:455
26543049 #, no-wrap
2655 msgid "B<--templates> I<PATH>"
2656 msgstr "B<--templates> I<パス>"
3050 msgid "B<--uefi-secure-boot> auto|enable|disable"
3051 msgstr ""
26573052
26583053 #. type: Plain text
26593054 #: en/lb_config.1:457
26603055 msgid ""
2661 "sets the path to the templates that live-build is going to use, e.g. for "
2662 "bootloaders. By default, this is set to /usr/share/live/build/templates/."
2663 msgstr ""
2664 "例えばブートローダ用に live-build が利用するテンプレートへのパスを指定しま"
2665 "す。デフォルトでは /usr/share/live/build/templates/ となっています。"
3056 "enables or disables Secure Boot support when using grub-efi, by installing "
3057 "signed shim and grub-efi packages. By default, this is set to auto, which "
3058 "means if the packages are available they will be installed, but if not only "
3059 "a warning will be printed and the normal non-signed grub-efi will be used."
3060 msgstr ""
26663061
26673062 #. type: IP
26683063 #: en/lb_config.1:457
2669 #, no-wrap
2670 msgid "B<--hdd-size> MB"
2671 msgstr "B<--hdd-size> MB"
2672
2673 #. type: Plain text
2674 #: en/lb_config.1:459
2675 msgid ""
2676 "defines what size the hdd image should be. Note that although the default is "
2677 "set to 10000 (= 10GB), it will not need 10GB space on your harddisk as the "
2678 "files are created as sparse files."
2679 msgstr ""
2680 "hddイメージのサイズを指定します。デフォルトは 10000 (= 10GB) となっています"
2681 "が、イメージファイルはわずかなファイルとして作成されるためハードディスクに "
2682 "10GB の空き容量が必要というわけではないことに注意してください。"
2683
2684 #. type: IP
2685 #: en/lb_config.1:459
26863064 #, no-wrap
26873065 msgid "B<--updates> true|false"
26883066 msgstr "B<--updates> true|false"
26893067
26903068 #. type: Plain text
2691 #: en/lb_config.1:461
3069 #: en/lb_config.1:459
26923070 msgid ""
26933071 "defines if debian updates package archives should be included in the image "
26943072 "or not."
26963074 "イメージに updates パッケージアーカイブを収録すべきか否かを決定します。"
26973075
26983076 #. type: IP
3077 #: en/lb_config.1:459
3078 #, fuzzy, no-wrap
3079 #| msgid "B<--source> true|false"
3080 msgid "B<--utc-time> true|false"
3081 msgstr "B<--source> true|false"
3082
3083 #. type: Plain text
26993084 #: en/lb_config.1:461
2700 #, no-wrap
2701 msgid "B<--backports> true|false"
2702 msgstr "B<--backports> true|false"
3085 msgid ""
3086 "defines if timestamps should be UTC. Default is false, unless "
3087 "SOURCE_DATE_EPOCH is set. Note, this does not affect the build log which "
3088 "remains local time."
3089 msgstr ""
3090
3091 #. type: IP
3092 #: en/lb_config.1:461
3093 #, fuzzy, no-wrap
3094 #| msgid "B<--all>"
3095 msgid "B<--validate>"
3096 msgstr "B<--all>"
27033097
27043098 #. type: Plain text
27053099 #: en/lb_config.1:463
27063100 msgid ""
2707 "defines if debian backports package archives should be included in the image "
2708 "or not."
2709 msgstr ""
2710 "イメージに backports パッケージアーカイブを収録すべきか否かを決定します。"
2711
2712 #. type: IP
2713 #: en/lb_config.1:463 en/live-build.7:42
3101 "requests that the config be validated only, not changed, thus after the "
3102 "validation check the script ends rather than writing an updated config. "
3103 "Please note that at the time of writing, many options do not have "
3104 "corresponding validation checks."
3105 msgstr ""
3106
3107 #. type: IP
3108 #: en/lb_config.1:463 en/live-build.7:41
27143109 #, no-wrap
27153110 msgid "B<--verbose>"
27163111 msgstr "B<--verbose>"
27223117
27233118 #. type: IP
27243119 #: en/lb_config.1:465
2725 #, no-wrap
2726 msgid "B<--win32-loader true|false>"
3120 #, fuzzy, no-wrap
3121 #| msgid "B<--win32-loader true|false>"
3122 msgid "B<--win32-loader> true|false"
27273123 msgstr "B<--win32-loader true|false>"
27283124
2729 #. FIXME
2730 #. type: Plain text
2731 #: en/lb_config.1:468
3125 #. type: Plain text
3126 #: en/lb_config.1:467
27323127 msgid "defines if win32-loader should be included in the binary image or not."
27333128 msgstr "バイナリイメージに win32-loader を収録すべきか否かを決定します。"
27343129
3130 #. type: IP
3131 #: en/lb_config.1:467
3132 #, fuzzy, no-wrap
3133 #| msgid "B<--source> true|false"
3134 msgid "B<--zsync> true|false"
3135 msgstr "B<--source> true|false"
3136
3137 #. type: Plain text
3138 #: en/lb_config.1:469
3139 msgid ""
3140 "defines whether a file for distributing the image in I<zsync>(1) format will "
3141 "be generated. Defaults to true."
3142 msgstr ""
3143
27353144 #. type: SH
2736 #: en/lb_config.1:469
3145 #: en/lb_config.1:470
27373146 #, no-wrap
27383147 msgid "ENVIRONMENT"
27393148 msgstr "環境変数"
27403149
2741 #. FIXME
27423150 #. type: Plain text
27433151 #: en/lb_config.1:472
3152 #, fuzzy
3153 #| msgid ""
3154 #| "Currently, command line switches can also be specified through the "
3155 #| "corresponding environment variable. However, this generally should not be "
3156 #| "relied upon, as it is an implementation detail that is subject to change "
3157 #| "in future releases. For options applying directly to live-build, "
3158 #| "environment variables are named LB_FOO, meaning, e.g. B<--apt-ftp-proxy> "
3159 #| "becomes LB_APT_FTP_PROXY (the exception being internal options such as "
3160 #| "B<--debug>). For options passed to another program, as in APT_OPTIONS or "
3161 #| "GZIP_OPTIONS, no LB_ prefix is used."
27443162 msgid ""
27453163 "Currently, command line switches can also be specified through the "
27463164 "corresponding environment variable. However, this generally should not be "
27473165 "relied upon, as it is an implementation detail that is subject to change in "
27483166 "future releases. For options applying directly to live-build, environment "
27493167 "variables are named LB_FOO, meaning, e.g. B<--apt-ftp-proxy> becomes "
2750 "LB_APT_FTP_PROXY (the exception being internal options such as B<--debug>). "
2751 "For options passed to another program, as in APT_OPTIONS or GZIP_OPTIONS, no "
2752 "LB_ prefix is used."
3168 "B<LB_APT_FTP_PROXY> (the exception being internal options such as B<--"
3169 "debug>). For options passed to another program, as in APT_OPTIONS or "
3170 "GZIP_OPTIONS, no LB_ prefix is used."
27533171 msgstr ""
27543172 "コマンドラインオプションは現在、対応する環境変数でも同様に指定できます。しか"
27553173 "し、この実装は将来のリリースで変更される対象であり、基本的に使うべきではあり"
27583176 "等の内部オプションは例外です)。他のプログラムに渡されるオプションには "
27593177 "APT_OPTIONS や GZIP_OPTIONS と同様に LB_ を付加しません。"
27603178
2761 #. FIXME
2762 #. type: IP
2763 #: en/lb_config.1:476
3179 #. type: IP
3180 #: en/lb_config.1:474
27643181 #, no-wrap
27653182 msgid "B<auto/config>"
27663183 msgstr "B<auto/config>"
27673184
27683185 #. type: IP
2769 #: en/lb_config.1:477
3186 #: en/lb_config.1:475
27703187 #, no-wrap
27713188 msgid "B</etc/live/build.conf, /etc/live/build/*>"
27723189 msgstr "B</etc/live/build.conf, /etc/live/build/*>"
27733190
2774 #. FIXME
2775 #. type: Plain text
2776 #: en/lb_config.1:480
3191 #. type: Plain text
3192 #: en/lb_config.1:477
3193 #, fuzzy
3194 #| msgid ""
3195 #| "An optional, global configuration file for B<lb config> variables. It is "
3196 #| "useful to specify a few system wide defaults, like "
3197 #| "LB_PARENT_MIRROR_BOOTSTRAP. This feature can be false by specifying the "
3198 #| "B<--ignore-system-defaults> option."
27773199 msgid ""
27783200 "An optional, global configuration file for B<lb config> variables. It is "
27793201 "useful to specify a few system wide defaults, like "
2780 "LB_PARENT_MIRROR_BOOTSTRAP. This feature can be false by specifying the B<--"
3202 "B<LB_PARENT_MIRROR_BOOTSTRAP>. This feature can be disabled by using the B<--"
27813203 "ignore-system-defaults> option."
27823204 msgstr ""
27833205 "B<lb config> 変数向けのオプションの大域設定ファイルです。"
27863208 "無効にできます。"
27873209
27883210 #. type: Plain text
2789 #: en/lb_config.1:485 en/live-build.7:235
3211 #: en/lb_config.1:482 en/live-build.7:230
27903212 msgid "I<live-boot>(7)"
27913213 msgstr "I<live-boot>(7)"
27923214
27933215 #. type: Plain text
2794 #: en/lb_config.1:487 en/live-build.7:237
3216 #: en/lb_config.1:484 en/live-build.7:232
27953217 msgid "I<live-config>(7)"
27963218 msgstr "I<live-config>(7)"
44 msgid ""
55 msgstr ""
66 "Project-Id-Version: live-build\n"
7 "POT-Creation-Date: 2017-08-29 15:05+0200\n"
7 "POT-Creation-Date: 2021-09-02 13:56+0100\n"
88 "PO-Revision-Date: 2014-08-28 02:52+0900\n"
99 "Last-Translator: victory <[email protected]>\n"
1010 "Language-Team: none\n"
1515
1616 #. type: TH
1717 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
18 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
19 #: en/live-build.7:1
18 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_installer.1:1
19 #: en/lb_source.1:1 en/live-build.7:1
2020 #, no-wrap
2121 msgid "LIVE-BUILD"
2222 msgstr "LIVE-BUILD"
2323
2424 #. type: TH
2525 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
26 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
27 #: en/live-build.7:1
28 #, no-wrap
29 msgid "2017-08-29"
30 msgstr ""
31
32 #. type: TH
33 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
34 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
35 #: en/live-build.7:1
36 #, no-wrap
37 msgid "1:20170807kali1"
38 msgstr ""
39
40 #. type: TH
41 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
42 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
43 #: en/live-build.7:1
44 #, no-wrap
45 msgid "Live Systems Project"
26 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_installer.1:1
27 #: en/lb_source.1:1 en/live-build.7:1
28 #, no-wrap
29 msgid "2021-09-02"
30 msgstr ""
31
32 #. type: TH
33 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
34 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_installer.1:1
35 #: en/lb_source.1:1 en/live-build.7:1
36 #, no-wrap
37 msgid "1:20210902"
38 msgstr ""
39
40 #. type: TH
41 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
42 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_installer.1:1
43 #: en/lb_source.1:1 en/live-build.7:1
44 #, fuzzy, no-wrap
45 #| msgid "Live Systems Project"
46 msgid "Debian Live Project"
4647 msgstr "Live システムプロジェクト"
4748
4849 #. type: SH
4950 #: en/lb.1:3 en/lb_binary.1:3 en/lb_bootstrap.1:3 en/lb_build.1:3
50 #: en/lb_chroot.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_source.1:3
51 #: en/live-build.7:3
51 #: en/lb_chroot.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_installer.1:3
52 #: en/lb_source.1:3 en/live-build.7:3
5253 #, no-wrap
5354 msgid "NAME"
5455 msgstr "名前"
5556
5657 #. type: SH
5758 #: en/lb.1:6 en/lb_binary.1:6 en/lb_bootstrap.1:6 en/lb_build.1:6
58 #: en/lb_chroot.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_source.1:6
59 #: en/live-build.7:6
59 #: en/lb_chroot.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_installer.1:6
60 #: en/lb_source.1:6 en/live-build.7:6
6061 #, no-wrap
6162 msgid "SYNOPSIS"
6263 msgstr "概要"
6364
6465 #. type: SH
6566 #: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9
66 #: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:229 en/lb_source.1:9
67 #: en/live-build.7:11
67 #: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:235 en/lb_installer.1:9
68 #: en/lb_source.1:9 en/live-build.7:11
6869 #, no-wrap
6970 msgid "DESCRIPTION"
7071 msgstr "説明"
7172
7273 #. type: SH
73 #: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
74 #: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:238 en/lb_source.1:14
75 #: en/live-build.7:20
74 #: en/lb.1:14 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
75 #: en/lb_chroot.1:14 en/lb_clean.1:14 en/lb_config.1:242 en/lb_installer.1:14
76 #: en/lb_source.1:14 en/live-build.7:18
7677 #, no-wrap
7778 msgid "OPTIONS"
7879 msgstr "オプション"
7980
8081 #. type: SH
81 #: en/lb.1:19 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17
82 #: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:474 en/lb_source.1:17
83 #: en/live-build.7:229
82 #: en/lb.1:17 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17
83 #: en/lb_chroot.1:17 en/lb_clean.1:34 en/lb_config.1:473 en/lb_installer.1:17
84 #: en/lb_source.1:17 en/live-build.7:224
8485 #, no-wrap
8586 msgid "FILES"
8687 msgstr "ファイル"
8788
8889 #. type: IP
89 #: en/lb.1:20 en/lb_binary.1:18 en/lb_bootstrap.1:18 en/lb_chroot.1:18
90 #: en/lb_source.1:18
90 #: en/lb.1:18 en/lb_binary.1:18 en/lb_bootstrap.1:18 en/lb_chroot.1:18
91 #: en/lb_installer.1:18 en/lb_source.1:18
9192 #, no-wrap
9293 msgid "B<none>"
9394 msgstr "B<無し>"
9495
9596 #. type: SH
96 #: en/lb.1:22 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:22
97 #: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:481 en/lb_source.1:20
98 #: en/live-build.7:233
97 #: en/lb.1:20 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:20
98 #: en/lb_chroot.1:20 en/lb_clean.1:37 en/lb_config.1:478 en/lb_installer.1:20
99 #: en/lb_source.1:20 en/live-build.7:228
99100 #, no-wrap
100101 msgid "SEE ALSO"
101102 msgstr "関連項目"
102103
103104 #. type: Plain text
104 #: en/lb.1:24 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:24
105 #: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:483 en/lb_source.1:22
105 #: en/lb.1:22 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:22
106 #: en/lb_chroot.1:22 en/lb_clean.1:39 en/lb_config.1:480 en/lb_installer.1:22
107 #: en/lb_source.1:22
106108 msgid "I<live-build>(7)"
107109 msgstr "I<live-build>(7)"
108110
109111 #. type: Plain text
110 #: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26
111 #: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:489 en/lb_source.1:24
112 #: en/live-build.7:239
112 #: en/lb.1:24 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:24
113 #: en/lb_chroot.1:24 en/lb_clean.1:41 en/lb_config.1:486 en/lb_installer.1:24
114 #: en/lb_source.1:24 en/live-build.7:234
113115 msgid "This program is a part of live-build."
114116 msgstr "このプログラムは live-build の一部です。"
115117
116118 #. type: SH
117 #: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27
118 #: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:490 en/lb_source.1:25
119 #: en/live-build.7:240
119 #: en/lb.1:25 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:25
120 #: en/lb_chroot.1:25 en/lb_clean.1:42 en/lb_config.1:487 en/lb_installer.1:25
121 #: en/lb_source.1:25 en/live-build.7:235
120122 #, no-wrap
121123 msgid "HOMEPAGE"
122124 msgstr "ホームページ"
123125
124126 #. type: Plain text
125 #: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29
126 #: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:492 en/lb_source.1:27
127 #: en/live-build.7:242
128 #, fuzzy
129 msgid ""
130 "More information about live-build and the Live Systems project can be found "
131 "on the homepage at E<lt>I<https://debian-live.alioth.debian.org/>E<gt>."
127 #: en/lb.1:27 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:27
128 #: en/lb_chroot.1:27 en/lb_clean.1:44 en/lb_config.1:489 en/lb_installer.1:27
129 #: en/lb_source.1:27 en/live-build.7:237
130 #, fuzzy
131 msgid ""
132 "More information about live-build and the Debian Live project can be found "
133 "on the homepage at E<lt>I<https://wiki.debian.org/DebianLive>E<gt>."
132134 msgstr ""
133135 "live-build 及び Live システムプロジェクトについてのさらなる情報は、"
134136 "E<lt>I<https://debian-live.alioth.debian.org/>E<gt> のホームページや "
135137 "E<lt>I<http://live-systems.org/manual/>E<gt> のマニュアルにあります。"
136138
137139 #. type: SH
138 #: en/lb.1:30 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:30
139 #: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:493 en/lb_source.1:28
140 #: en/live-build.7:243
140 #: en/lb.1:28 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:28
141 #: en/lb_chroot.1:28 en/lb_clean.1:45 en/lb_config.1:490 en/lb_installer.1:28
142 #: en/lb_source.1:28 en/live-build.7:238
141143 #, no-wrap
142144 msgid "BUGS"
143145 msgstr "バグ"
144146
145147 #. type: Plain text
146 #: en/lb.1:32 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:32
147 #: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:495 en/lb_source.1:30
148 #: en/live-build.7:245
149 msgid ""
150 "Bugs can be reported by submitting a bugreport for the live-build package in "
151 "the Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
152 "writing a mail to the Live Systems mailing list at E<lt>I<debian-live@lists."
148 #: en/lb.1:30 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:30
149 #: en/lb_chroot.1:30 en/lb_clean.1:47 en/lb_config.1:492 en/lb_installer.1:30
150 #: en/lb_source.1:30 en/live-build.7:240
151 #, fuzzy
152 #| msgid ""
153 #| "Bugs can be reported by submitting a bugreport for the live-build package "
154 #| "in the Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
155 #| "writing a mail to the Live Systems mailing list at E<lt>I<debian-"
156 #| "[email protected]>E<gt>."
157 msgid ""
158 "Bugs can be reported by submitting a bug report for the live-build package "
159 "in the Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
160 "writing a mail to the Debian Live mailing list at E<lt>I<debian-live@lists."
153161 "debian.org>E<gt>."
154162 msgstr ""
155163 "バグは E<lt>I<http://bugs.debian.org/>E<gt> にあるバグ追跡システムに live-"
158166 "報告できます。"
159167
160168 #. type: SH
161 #: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33
162 #: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:496 en/lb_source.1:31
163 #: en/live-build.7:246
169 #: en/lb.1:31 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:31
170 #: en/lb_chroot.1:31 en/lb_clean.1:48 en/lb_config.1:493 en/lb_installer.1:31
171 #: en/lb_source.1:31 en/live-build.7:241
164172 #, no-wrap
165173 msgid "AUTHOR"
166174 msgstr "作者"
167175
168176 #. type: Plain text
169 #: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34
170 #: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:497 en/lb_source.1:32
171 #: en/live-build.7:247
172 msgid ""
173 "live-build was written by Daniel Baumann E<lt>I<[email protected]>E<gt>."
177 #: en/lb.1:32 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:32
178 #: en/lb_chroot.1:32 en/lb_clean.1:49 en/lb_config.1:494 en/lb_installer.1:32
179 #: en/lb_source.1:32 en/live-build.7:242
180 #, fuzzy
181 #| msgid ""
182 #| "live-build was written by Daniel Baumann E<lt>I<mail@daniel-baumann."
183 #| "ch>E<gt>."
184 msgid ""
185 "live-build was originally written by Daniel Baumann E<lt>I<mail@daniel-"
186 "baumann.ch>E<gt>. Since 2016 development has been continued by the Debian "
187 "Live team."
174188 msgstr ""
175189 "live-build は Daniel Baumann さん E<lt>I<[email protected]>E<gt> により"
176190 "書かれました。"
184198
185199 #. type: Plain text
186200 #: en/lb_source.1:8
187 msgid "B<lb source> [I<live-build options>]"
188 msgstr "B<lb source> [I<live-build オプション>]"
201 #, fuzzy
202 #| msgid "B<lb_source>(1)"
203 msgid "B<lb source> [I<OPTIONS>]"
204 msgstr "B<lb_source>(1)"
189205
190206 #. type: Plain text
191207 #: en/lb_source.1:11
208 #, fuzzy
209 #| msgid ""
210 #| "B<lb source> is a high-level command (porcelain) of I<live-build>(7), the "
211 #| "live systems tool suite."
192212 msgid ""
193213 "B<lb source> is a high-level command (porcelain) of I<live-build>(7), the "
194 "live systems tool suite."
214 "Debian Live tool suite."
195215 msgstr ""
196216 "B<lb source> は Live システムツール集 I<live-build>(7) の高レベルコマンド "
197217 "(porcelain) です。"
44 msgid ""
55 msgstr ""
66 "Project-Id-Version: live-build\n"
7 "POT-Creation-Date: 2017-08-29 15:05+0200\n"
7 "POT-Creation-Date: 2021-09-02 13:56+0100\n"
88 "PO-Revision-Date: 2014-08-28 02:52+0900\n"
99 "Last-Translator: victory <[email protected]>\n"
1010 "Language-Team: none\n"
1515
1616 #. type: TH
1717 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
18 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
19 #: en/live-build.7:1
18 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_installer.1:1
19 #: en/lb_source.1:1 en/live-build.7:1
2020 #, no-wrap
2121 msgid "LIVE-BUILD"
2222 msgstr "LIVE-BUILD"
2323
2424 #. type: TH
2525 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
26 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
27 #: en/live-build.7:1
28 #, no-wrap
29 msgid "2017-08-29"
26 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_installer.1:1
27 #: en/lb_source.1:1 en/live-build.7:1
28 #, no-wrap
29 msgid "2021-09-02"
3030 msgstr ""
3131
3232 #. type: TH
3333 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
34 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
35 #: en/live-build.7:1
36 #, no-wrap
37 msgid "1:20170807kali1"
34 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_installer.1:1
35 #: en/lb_source.1:1 en/live-build.7:1
36 #, no-wrap
37 msgid "1:20210902"
3838 msgstr ""
3939
4040 #. type: TH
4141 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
42 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
43 #: en/live-build.7:1
44 #, no-wrap
45 msgid "Live Systems Project"
42 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_installer.1:1
43 #: en/lb_source.1:1 en/live-build.7:1
44 #, fuzzy, no-wrap
45 #| msgid "Live Systems Project"
46 msgid "Debian Live Project"
4647 msgstr "Live システムプロジェクト"
4748
4849 #. type: SH
4950 #: en/lb.1:3 en/lb_binary.1:3 en/lb_bootstrap.1:3 en/lb_build.1:3
50 #: en/lb_chroot.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_source.1:3
51 #: en/live-build.7:3
51 #: en/lb_chroot.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_installer.1:3
52 #: en/lb_source.1:3 en/live-build.7:3
5253 #, no-wrap
5354 msgid "NAME"
5455 msgstr "名前"
5556
5657 #. type: SH
5758 #: en/lb.1:6 en/lb_binary.1:6 en/lb_bootstrap.1:6 en/lb_build.1:6
58 #: en/lb_chroot.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_source.1:6
59 #: en/live-build.7:6
59 #: en/lb_chroot.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_installer.1:6
60 #: en/lb_source.1:6 en/live-build.7:6
6061 #, no-wrap
6162 msgid "SYNOPSIS"
6263 msgstr "概要"
6364
6465 #. type: SH
6566 #: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9
66 #: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:229 en/lb_source.1:9
67 #: en/live-build.7:11
67 #: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:235 en/lb_installer.1:9
68 #: en/lb_source.1:9 en/live-build.7:11
6869 #, no-wrap
6970 msgid "DESCRIPTION"
7071 msgstr "説明"
7172
7273 #. type: SH
73 #: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
74 #: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:238 en/lb_source.1:14
75 #: en/live-build.7:20
74 #: en/lb.1:14 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
75 #: en/lb_chroot.1:14 en/lb_clean.1:14 en/lb_config.1:242 en/lb_installer.1:14
76 #: en/lb_source.1:14 en/live-build.7:18
7677 #, no-wrap
7778 msgid "OPTIONS"
7879 msgstr "オプション"
7980
8081 #. type: SH
81 #: en/lb.1:19 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17
82 #: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:474 en/lb_source.1:17
83 #: en/live-build.7:229
82 #: en/lb.1:17 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17
83 #: en/lb_chroot.1:17 en/lb_clean.1:34 en/lb_config.1:473 en/lb_installer.1:17
84 #: en/lb_source.1:17 en/live-build.7:224
8485 #, no-wrap
8586 msgid "FILES"
8687 msgstr "ファイル"
8788
8889 #. type: SH
89 #: en/lb.1:22 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:22
90 #: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:481 en/lb_source.1:20
91 #: en/live-build.7:233
90 #: en/lb.1:20 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:20
91 #: en/lb_chroot.1:20 en/lb_clean.1:37 en/lb_config.1:478 en/lb_installer.1:20
92 #: en/lb_source.1:20 en/live-build.7:228
9293 #, no-wrap
9394 msgid "SEE ALSO"
9495 msgstr "関連項目"
9596
9697 #. type: Plain text
97 #: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26
98 #: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:489 en/lb_source.1:24
99 #: en/live-build.7:239
98 #: en/lb.1:24 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:24
99 #: en/lb_chroot.1:24 en/lb_clean.1:41 en/lb_config.1:486 en/lb_installer.1:24
100 #: en/lb_source.1:24 en/live-build.7:234
100101 msgid "This program is a part of live-build."
101102 msgstr "このプログラムは live-build の一部です。"
102103
103104 #. type: SH
104 #: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27
105 #: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:490 en/lb_source.1:25
106 #: en/live-build.7:240
105 #: en/lb.1:25 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:25
106 #: en/lb_chroot.1:25 en/lb_clean.1:42 en/lb_config.1:487 en/lb_installer.1:25
107 #: en/lb_source.1:25 en/live-build.7:235
107108 #, no-wrap
108109 msgid "HOMEPAGE"
109110 msgstr "ホームページ"
110111
111112 #. type: Plain text
112 #: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29
113 #: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:492 en/lb_source.1:27
114 #: en/live-build.7:242
115 #, fuzzy
116 msgid ""
117 "More information about live-build and the Live Systems project can be found "
118 "on the homepage at E<lt>I<https://debian-live.alioth.debian.org/>E<gt>."
113 #: en/lb.1:27 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:27
114 #: en/lb_chroot.1:27 en/lb_clean.1:44 en/lb_config.1:489 en/lb_installer.1:27
115 #: en/lb_source.1:27 en/live-build.7:237
116 #, fuzzy
117 msgid ""
118 "More information about live-build and the Debian Live project can be found "
119 "on the homepage at E<lt>I<https://wiki.debian.org/DebianLive>E<gt>."
119120 msgstr ""
120121 "live-build 及び Live システムプロジェクトについてのさらなる情報は、"
121122 "E<lt>I<https://debian-live.alioth.debian.org/>E<gt> のホームページや "
122123 "E<lt>I<http://live-systems.org/manual/>E<gt> のマニュアルにあります。"
123124
124125 #. type: SH
125 #: en/lb.1:30 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:30
126 #: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:493 en/lb_source.1:28
127 #: en/live-build.7:243
126 #: en/lb.1:28 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:28
127 #: en/lb_chroot.1:28 en/lb_clean.1:45 en/lb_config.1:490 en/lb_installer.1:28
128 #: en/lb_source.1:28 en/live-build.7:238
128129 #, no-wrap
129130 msgid "BUGS"
130131 msgstr "バグ"
131132
132133 #. type: Plain text
133 #: en/lb.1:32 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:32
134 #: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:495 en/lb_source.1:30
135 #: en/live-build.7:245
136 msgid ""
137 "Bugs can be reported by submitting a bugreport for the live-build package in "
138 "the Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
139 "writing a mail to the Live Systems mailing list at E<lt>I<debian-live@lists."
134 #: en/lb.1:30 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:30
135 #: en/lb_chroot.1:30 en/lb_clean.1:47 en/lb_config.1:492 en/lb_installer.1:30
136 #: en/lb_source.1:30 en/live-build.7:240
137 #, fuzzy
138 #| msgid ""
139 #| "Bugs can be reported by submitting a bugreport for the live-build package "
140 #| "in the Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
141 #| "writing a mail to the Live Systems mailing list at E<lt>I<debian-"
142 #| "[email protected]>E<gt>."
143 msgid ""
144 "Bugs can be reported by submitting a bug report for the live-build package "
145 "in the Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
146 "writing a mail to the Debian Live mailing list at E<lt>I<debian-live@lists."
140147 "debian.org>E<gt>."
141148 msgstr ""
142149 "バグは E<lt>I<http://bugs.debian.org/>E<gt> にあるバグ追跡システムに live-"
145152 "報告できます。"
146153
147154 #. type: SH
148 #: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33
149 #: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:496 en/lb_source.1:31
150 #: en/live-build.7:246
155 #: en/lb.1:31 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:31
156 #: en/lb_chroot.1:31 en/lb_clean.1:48 en/lb_config.1:493 en/lb_installer.1:31
157 #: en/lb_source.1:31 en/live-build.7:241
151158 #, no-wrap
152159 msgid "AUTHOR"
153160 msgstr "作者"
154161
155162 #. type: Plain text
156 #: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34
157 #: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:497 en/lb_source.1:32
158 #: en/live-build.7:247
159 msgid ""
160 "live-build was written by Daniel Baumann E<lt>I<[email protected]>E<gt>."
163 #: en/lb.1:32 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:32
164 #: en/lb_chroot.1:32 en/lb_clean.1:49 en/lb_config.1:494 en/lb_installer.1:32
165 #: en/lb_source.1:32 en/live-build.7:242
166 #, fuzzy
167 #| msgid ""
168 #| "live-build was written by Daniel Baumann E<lt>I<mail@daniel-baumann."
169 #| "ch>E<gt>."
170 msgid ""
171 "live-build was originally written by Daniel Baumann E<lt>I<mail@daniel-"
172 "baumann.ch>E<gt>. Since 2016 development has been continued by the Debian "
173 "Live team."
161174 msgstr ""
162175 "live-build は Daniel Baumann さん E<lt>I<[email protected]>E<gt> により"
163176 "書かれました。"
164177
165178 #. type: IP
166 #: en/lb_config.1:314 en/live-build.7:36
179 #: en/lb_config.1:289 en/live-build.7:29
180 #, no-wrap
181 msgid "B<--breakpoints>"
182 msgstr "B<--breakpoints>"
183
184 #. type: IP
185 #: en/lb_config.1:311 en/live-build.7:31
186 #, fuzzy, no-wrap
187 #| msgid "B<--chroot>"
188 msgid "B<--color>"
189 msgstr "B<--chroot>"
190
191 #. type: IP
192 #: en/lb_config.1:335 en/live-build.7:33
167193 #, no-wrap
168194 msgid "B<--debug>"
169195 msgstr "B<--debug>"
170196
171197 #. type: IP
172 #: en/lb_config.1:326 en/live-build.7:38
198 #: en/lb_config.1:355 en/live-build.7:35
173199 #, no-wrap
174200 msgid "B<--force>"
175201 msgstr "B<--force>"
176202
177203 #. type: IP
178 #: en/lb_config.1:433 en/live-build.7:40
204 #: en/lb_config.1:413 en/live-build.7:37
205 #, fuzzy, no-wrap
206 #| msgid "B<--chroot>"
207 msgid "B<--no-color>"
208 msgstr "B<--chroot>"
209
210 #. type: IP
211 #: en/lb_config.1:441 en/live-build.7:39
179212 #, no-wrap
180213 msgid "B<--quiet>"
181214 msgstr "B<--quiet>"
182215
183216 #. type: IP
184 #: en/lb_config.1:463 en/live-build.7:42
217 #: en/lb_config.1:463 en/live-build.7:41
185218 #, no-wrap
186219 msgid "B<--verbose>"
187220 msgstr "B<--verbose>"
188221
189222 #. type: Plain text
190 #: en/lb_config.1:485 en/live-build.7:235
223 #: en/lb_config.1:482 en/live-build.7:230
191224 msgid "I<live-boot>(7)"
192225 msgstr "I<live-boot>(7)"
193226
194227 #. type: Plain text
195 #: en/lb_config.1:487 en/live-build.7:237
228 #: en/lb_config.1:484 en/live-build.7:232
196229 msgid "I<live-config>(7)"
197230 msgstr "I<live-config>(7)"
198231
199232 #. type: Plain text
200233 #: en/live-build.7:5
201 msgid "B<live-build> - the live systems tool suite"
234 #, fuzzy
235 #| msgid "B<live-build> - the live systems tool suite"
236 msgid "B<live-build> - the Debian Live tool suite"
202237 msgstr "B<live-build> - Live システムツール集"
203238
204 #. FIXME
205 #. FIXME
239 #. type: Plain text
240 #: en/live-build.7:8
241 msgid "B<lb> {B<-h>|B<--help>|B<-u>|B<--usage>|B<-v>|B<--version>}"
242 msgstr ""
243
206244 #. type: Plain text
207245 #: en/live-build.7:10
208 msgid ""
209 "B<lb >I<COMMAND> [B<-h|--help>] [B<-u|--usage>] [B<-v|--version>] [B<--"
210 "breakpoints>] [B<--conffile>] [B<--debug>] [B<--force>] [B<--quiet>] [B<--"
211 "verbose>]"
212 msgstr ""
213 "B<lb >I<コマンド> [B<-h|--help>] [B<-u|--usage>] [B<-v|--version>] [B<--"
214 "breakpoints>] [B<--conffile>] [B<--debug>] [B<--force>] [B<--quiet>] [B<--"
215 "verbose>]"
216
217 #. FIXME
218 #. type: Plain text
219 #: en/live-build.7:14
246 #, fuzzy
247 #| msgid "B<lb> COMMAND [COMMAND_OPTIONS]"
248 msgid "B<lb> I<COMMAND> [I<OPTIONS>]"
249 msgstr "B<lb> コマンド [コマンドのオプション]"
250
251 #. type: Plain text
252 #: en/live-build.7:13
220253 msgid ""
221254 "live-build is a set of scripts to build live system images. The idea behind "
222255 "live-build is a tool suite that uses a configuration directory to completely "
227260 "ドに関するあらゆる面を完全に自動化、独自化するツール集ということです。"
228261
229262 #. type: Plain text
230 #: en/live-build.7:16
263 #: en/live-build.7:15
231264 msgid "The I<COMMAND> is a name of a live-build command (see below)."
232265 msgstr "I<コマンド>は live-build コマンドの名前です (以下参照)。"
233266
234 #. FIXME
235 #. type: Plain text
236 #: en/live-build.7:19
267 #. type: Plain text
268 #: en/live-build.7:17
237269 #, fuzzy
238270 #| msgid ""
239271 #| "More documentation about how to use live-build is available in the "
241273 #| "live-systems.org/manual/>E<gt>."
242274 msgid ""
243275 "More documentation about how to use live-build is available in the "
244 "individual manpages for each helper and in the manual at E<lt>I<https://"
245 "debian-live.alioth.debian.org/manual/>E<gt>."
276 "individual manpages for each helper and in the manual at E<lt>I<https://live-"
277 "team.pages.debian.net/live-manual/>E<gt>."
246278 msgstr ""
247279 "live-build 及び Live システムプロジェクトについてのさらなる情報は、それぞれ"
248280 "の man ページや E<lt>I<https://debian-live.alioth.debian.org/manual/>E<gt> の"
249281 "マニュアルにあります。"
250282
251 #. FIXME
252283 #. type: SS
253 #: en/live-build.7:22
284 #: en/live-build.7:19
254285 #, no-wrap
255286 msgid "Shared live-build options"
256287 msgstr "live-build 共有オプション"
257288
258289 #. type: Plain text
259 #: en/live-build.7:24
290 #: en/live-build.7:21
260291 msgid ""
261292 "The following command line options are supported by all live-build programs."
262293 msgstr ""
264295 "す。"
265296
266297 #. type: IP
267 #: en/live-build.7:24
298 #: en/live-build.7:21
268299 #, no-wrap
269300 msgid "B<-h, --help>"
270301 msgstr "B<-h, --help>"
271302
272303 #. type: Plain text
273 #: en/live-build.7:26
304 #: en/live-build.7:23
274305 msgid "display help and exit."
275306 msgstr "ヘルプを表示して終了します。"
276307
277308 #. type: IP
278 #: en/live-build.7:26
309 #: en/live-build.7:23
279310 #, no-wrap
280311 msgid "B<-u, --usage>"
281312 msgstr "B<-u, --usage>"
282313
283314 #. type: Plain text
284 #: en/live-build.7:28
315 #: en/live-build.7:25
285316 msgid "show usage and exit."
286317 msgstr "使用方法を表示して終了します。"
287318
288319 #. type: IP
289 #: en/live-build.7:28
320 #: en/live-build.7:25
290321 #, no-wrap
291322 msgid "B<-v, --version>"
292323 msgstr "B<-v, --version>"
293324
294325 #. type: Plain text
295 #: en/live-build.7:30
326 #: en/live-build.7:27
296327 msgid "output version information and exit."
297328 msgstr "バージョン情報を表示して終了します。"
298329
299330 #. type: SS
300 #: en/live-build.7:30
331 #: en/live-build.7:27
301332 #, no-wrap
302333 msgid "Common live-build options"
303334 msgstr "live-build 共通オプション"
304335
305336 #. type: Plain text
306 #: en/live-build.7:32
337 #: en/live-build.7:29
307338 msgid ""
308339 "The following command line options are supported by most live-build "
309340 "programs. See the man page of each program for a complete explanation of "
313344 "れています。各オプションの完全な説明については各プログラムの man ページを見て"
314345 "ください。"
315346
316 #. type: IP
317 #: en/live-build.7:32
318 #, no-wrap
319 msgid "B<--breakpoints>"
320 msgstr "B<--breakpoints>"
321
322 #. type: Plain text
323 #: en/live-build.7:34
347 #. type: Plain text
348 #: en/live-build.7:31
324349 msgid "run with breakpoints."
325350 msgstr "ブレークポイントをたどります。"
326351
327 #. type: IP
328 #: en/live-build.7:34
329 #, no-wrap
330 msgid "B<--conffile>"
331 msgstr "B<--conffile>"
332
333 #. type: Plain text
334 #: en/live-build.7:36
335 msgid "use custom configuration file."
336 msgstr "独自の設定ファイルを使います。"
337
338 #. type: Plain text
339 #: en/live-build.7:38
352 #. type: Plain text
353 #: en/live-build.7:33
354 msgid "enable color use in messages."
355 msgstr ""
356
357 #. type: Plain text
358 #: en/live-build.7:35
340359 msgid "show debug information."
341360 msgstr "デバッグ情報を表示します。"
342361
343362 #. type: Plain text
344 #: en/live-build.7:40
363 #: en/live-build.7:37
345364 msgid "force helper execution, even if stage file exists."
346365 msgstr "段階ファイルが存在する場合でも強制的にヘルパーを実行します。"
347366
348367 #. type: Plain text
349 #: en/live-build.7:42
368 #: en/live-build.7:39
369 msgid "disable color use in messages."
370 msgstr ""
371
372 #. type: Plain text
373 #: en/live-build.7:41
350374 msgid "be quiet."
351375 msgstr "出力するメッセージを少なくします。"
352376
353 #. FIXME
354 #. type: Plain text
355 #: en/live-build.7:45
377 #. type: Plain text
378 #: en/live-build.7:43
356379 msgid "be verbose."
357380 msgstr "出力するメッセージを多くします。"
358381
359382 #. type: SH
360 #: en/live-build.7:46
383 #: en/live-build.7:44
361384 #, no-wrap
362385 msgid "LIVE-BUILD COMMANDS"
363386 msgstr "LIVE-BUILD コマンド"
364387
365 #. FIXME
366 #. type: Plain text
367 #: en/live-build.7:49
368 msgid ""
369 "We divide live-build into high level (\"porcelain\") commands and low level "
370 "(\"plumbing\") commands."
388 #. type: Plain text
389 #: en/live-build.7:46
390 #, fuzzy
391 #| msgid ""
392 #| "We divide live-build into high level (\"porcelain\") commands and low "
393 #| "level (\"plumbing\") commands."
394 msgid ""
395 "We divide live-build into high level (\"porcelain\") commands, secondary "
396 "major build stage (\"porcelain\") commands, and low level (\"plumbing\") "
397 "commands."
371398 msgstr ""
372399 "live-build は高レベル (「porcelain」) コマンドと低レベル (「plumbing」) コマ"
373400 "ンドに分割されています。"
374401
375 #. FIXME
376 #. type: Plain text
377 #: en/live-build.7:53
402 #. type: Plain text
403 #: en/live-build.7:49
378404 msgid ""
379405 "Here is the complete list of all available live-build commands. See their "
380406 "man pages for additional documentation."
383409 "てください。"
384410
385411 #. type: SH
386 #: en/live-build.7:54
412 #: en/live-build.7:50
387413 #, no-wrap
388414 msgid "HIGH-LEVEL COMMANDS (PORCELAIN)"
389415 msgstr "高レベルコマンド (PORCELAIN)"
390416
391 #. FIXME
392 #. type: Plain text
393 #: en/live-build.7:57
417 #. type: Plain text
418 #: en/live-build.7:52
394419 msgid ""
395420 "We separate the porcelain commands into the main commands and some ancillary "
396421 "user utilities."
399424 "分けられています。"
400425
401426 #. type: SS
402 #: en/live-build.7:57
427 #: en/live-build.7:52
403428 #, no-wrap
404429 msgid "Main porcelain commands"
405430 msgstr "主要コマンド"
406431
407432 #. type: IP
408 #: en/live-build.7:58
433 #: en/live-build.7:53
409434 #, fuzzy, no-wrap
410435 #| msgid "B<lb_config>(1)"
411436 msgid "B<lb config>(1)"
412437 msgstr "B<lb_config>(1)"
413438
414439 #. type: Plain text
415 #: en/live-build.7:60
440 #: en/live-build.7:55
416441 #, fuzzy
417442 #| msgid "create configuration for live-build"
418443 msgid "creates configuration for live-build"
419444 msgstr "live-build の設定ファイルを作成します"
420445
421446 #. type: IP
447 #: en/live-build.7:55
448 #, fuzzy, no-wrap
449 #| msgid "B<lb_build>(1)"
450 msgid "B<lb build>(1)"
451 msgstr "B<lb_build>(1)"
452
453 #. type: Plain text
454 #: en/live-build.7:57
455 msgid ""
456 "executes the build process (by executing all of the secondary level major "
457 "build stages in sequence)"
458 msgstr ""
459
460 #. type: IP
461 #: en/live-build.7:57
462 #, fuzzy, no-wrap
463 #| msgid "B<lb_clean>(1)"
464 msgid "B<lb clean>(1)"
465 msgstr "B<lb_clean>(1)"
466
467 #. type: Plain text
468 #: en/live-build.7:59
469 #, fuzzy
470 #| msgid "clean up system build directories"
471 msgid "cleans up system build directories"
472 msgstr "システムのビルド用ディレクトリを掃除します"
473
474 #. type: SS
475 #: en/live-build.7:59
476 #, no-wrap
477 msgid "Ancillary Commands"
478 msgstr "副次的なコマンド"
479
480 #. type: IP
422481 #: en/live-build.7:60
482 #, no-wrap
483 msgid "B<lb>(1)"
484 msgstr "B<lb>(1)"
485
486 #. type: Plain text
487 #: en/live-build.7:62
488 #, fuzzy
489 #| msgid "generic live-build wrapper"
490 msgid "generic live-build script execution wrapper"
491 msgstr "live-build の包括的なラッパー"
492
493 #. type: SH
494 #: en/live-build.7:63
495 #, fuzzy, no-wrap
496 #| msgid "HIGH-LEVEL COMMANDS (PORCELAIN)"
497 msgid "SECONDARY-LEVEL BUILD COMMANDS (PORCELAIN)"
498 msgstr "高レベルコマンド (PORCELAIN)"
499
500 #. type: Plain text
501 #: en/live-build.7:65
502 msgid ""
503 "The following are the commands that execute each major stage of the build "
504 "process, in their necessary order of execution. Normally a user might just "
505 "execute the higher level B<lb build>(1) command rather than use these "
506 "individually."
507 msgstr ""
508
509 #. type: IP
510 #: en/live-build.7:65
423511 #, fuzzy, no-wrap
424512 #| msgid "B<lb_bootstrap>(1)"
425513 msgid "B<lb bootstrap>(1)"
426514 msgstr "B<lb_bootstrap>(1)"
427515
428516 #. type: Plain text
429 #: en/live-build.7:62
517 #: en/live-build.7:67
430518 #, fuzzy
431519 #| msgid "create the first stage by bootstrapping a basic debian system"
432520 msgid ""
435523 msgstr "第1の段階で基本的な debian システムのパッケージ収集を行います"
436524
437525 #. type: IP
438 #: en/live-build.7:62
526 #: en/live-build.7:67
439527 #, fuzzy, no-wrap
440528 #| msgid "B<lb_chroot>(1)"
441529 msgid "B<lb chroot>(1)"
442530 msgstr "B<lb_chroot>(1)"
443531
444532 #. type: Plain text
445 #: en/live-build.7:64
533 #: en/live-build.7:69
446534 msgid "executes the second build stage, building the live OS filesystem"
447535 msgstr ""
448536
449537 #. type: IP
450 #: en/live-build.7:64
538 #: en/live-build.7:69
451539 #, fuzzy, no-wrap
452540 #| msgid "B<lb_binary>(1)"
453541 msgid "B<lb installer>(1)"
454542 msgstr "B<lb_binary>(1)"
455543
456544 #. type: Plain text
457 #: en/live-build.7:66
545 #: en/live-build.7:71
458546 msgid ""
459547 "executes the third build stage, obtaining installer components (optional)"
460548 msgstr ""
461549
462550 #. type: IP
463 #: en/live-build.7:66
551 #: en/live-build.7:71
464552 #, fuzzy, no-wrap
465553 #| msgid "B<lb_binary>(1)"
466554 msgid "B<lb binary>(1)"
467555 msgstr "B<lb_binary>(1)"
468556
469557 #. type: Plain text
470 #: en/live-build.7:68
558 #: en/live-build.7:73
471559 #, fuzzy
472560 #| msgid "create the third stage by generating a binary image"
473 msgid "executes the fourth build stage, generating a binary image"
561 msgid "executes the fourth build stage, generating the binary (live) image"
474562 msgstr "第3の段階でバイナリイメージの生成を行います"
475563
476564 #. type: IP
477 #: en/live-build.7:68
565 #: en/live-build.7:73
478566 #, fuzzy, no-wrap
479567 #| msgid "B<lb_source>(1)"
480568 msgid "B<lb source>(1)"
481569 msgstr "B<lb_source>(1)"
482570
483571 #. type: Plain text
484 #: en/live-build.7:70
572 #: en/live-build.7:75
485573 #, fuzzy
486574 #| msgid "create the optional fourth stage by generating a source image"
487 msgid "executes the fifth build stage, generating a source image (optional)"
575 msgid ""
576 "executes the fifth build stage, generating a corresponding source image "
577 "(optional)"
488578 msgstr "オプションの第4の段階でソースイメージの生成を行います"
489579
490 #. type: IP
491 #: en/live-build.7:70
492 #, fuzzy, no-wrap
493 #| msgid "B<lb_clean>(1)"
494 msgid "B<lb clean>(1)"
495 msgstr "B<lb_clean>(1)"
496
497 #. type: Plain text
498 #: en/live-build.7:72
499 #, fuzzy
500 #| msgid "clean up system build directories"
501 msgid "cleans up system build directories"
502 msgstr "システムのビルド用ディレクトリを掃除します"
503
504 #. type: SS
505 #: en/live-build.7:72
506 #, no-wrap
507 msgid "Ancillary Commands"
508 msgstr "副次的なコマンド"
509
510 #. type: IP
511 #: en/live-build.7:73
512 #, no-wrap
513 msgid "B<lb>(1)"
514 msgstr "B<lb>(1)"
515
516 #. type: Plain text
517 #: en/live-build.7:75
518 #, fuzzy
519 #| msgid "generic live-build wrapper"
520 msgid "generic live-build script execution wrapper"
521 msgstr "live-build の包括的なラッパー"
522
523 #. type: IP
524 #: en/live-build.7:75
525 #, fuzzy, no-wrap
526 #| msgid "B<lb_build>(1)"
527 msgid "B<lb build>(1)"
528 msgstr "B<lb_build>(1)"
529
530 #. FIXME
531 #. type: Plain text
532 #: en/live-build.7:78
533 #, fuzzy
534 #| msgid "alias for all stages"
535 msgid "alias for all build stages"
536 msgstr "全段階のラッパーです"
537
538580 #. type: SH
539 #: en/live-build.7:79
581 #: en/live-build.7:76
540582 #, fuzzy, no-wrap
541583 #| msgid "LOW-LEVEL COMMANDS (PLUMBING)"
542584 msgid "LOW-LEVEL COMMANDS (PLUMBING) - BUILD STAGE COMPONENTS"
543585 msgstr "低レベルコマンド (PLUMBING)"
544586
545 #. FIXME
546 #. type: Plain text
547 #: en/live-build.7:82
587 #. type: Plain text
588 #: en/live-build.7:78
589 #, fuzzy
590 #| msgid ""
591 #| "The actual work of live-build is implemented in the low-level commands, "
592 #| "called plumbing. They are not supposed to be used by end users, they "
593 #| "should stick with porcelains as they ensure that all the different "
594 #| "plumbing commands are executed in the right order. However, if you intend "
595 #| "to reuse live-build commands in your own scripts, then the plumbings "
596 #| "might be of interest for you."
548597 msgid ""
549598 "The actual work of live-build is implemented in the low-level commands, "
550 "called plumbing. They are not supposed to be used by end users, they should "
599 "called plumbing. They are not supposed to be used by end users, who should "
551600 "stick with porcelains as they ensure that all the different plumbing "
552601 "commands are executed in the right order. However, if you intend to reuse "
553602 "live-build commands in your own scripts, then the plumbings might be of "
560609 "はこの低レベルコマンドが対象となるかもしれません。"
561610
562611 #. type: Plain text
563 #: en/live-build.7:84
612 #: en/live-build.7:80
564613 msgid ""
565614 "Note that the interface (set of options and the semantics) to these low-"
566615 "level commands are meant to be a lot more stable than Porcelain level "
573622 "ユーザの使い勝手改善のために変更される対象となります。"
574623
575624 #. type: SS
576 #: en/live-build.7:84
625 #: en/live-build.7:80
577626 #, fuzzy, no-wrap
578627 #| msgid "Bootstrap commands"
579628 msgid "Bootstrap stage specific commands"
580629 msgstr "パッケージ収集用のコマンド"
581630
582631 #. type: IP
583 #: en/live-build.7:85
632 #: en/live-build.7:81
584633 #, fuzzy, no-wrap
585634 #| msgid "B<lb_bootstrap_cache>(1)"
586635 msgid "B<lb bootstrap_archives>(1)"
587636 msgstr "B<lb_bootstrap_cache>(1)"
588637
589638 #. type: Plain text
590 #: en/live-build.7:87
639 #: en/live-build.7:83
591640 msgid "applies apt archive configuration"
592641 msgstr ""
593642
594643 #. type: IP
595 #: en/live-build.7:87
644 #: en/live-build.7:83
596645 #, fuzzy, no-wrap
597646 #| msgid "B<lb_bootstrap_cache>(1)"
598647 msgid "B<lb bootstrap_cache>(1)"
599648 msgstr "B<lb_bootstrap_cache>(1)"
600649
601650 #. type: Plain text
602 #: en/live-build.7:89
651 #: en/live-build.7:85
603652 msgid ""
604653 "in save mode, saves to cache a copy of the generated bootstrap directory, "
605654 "and in restore mode, restores from cache a previously generated copy"
606655 msgstr ""
607656
608657 #. type: IP
609 #: en/live-build.7:89
658 #: en/live-build.7:85
610659 #, fuzzy, no-wrap
611660 #| msgid "B<lb_bootstrap_debootstrap>(1)"
612661 msgid "B<lb bootstrap_debootstrap>(1)"
613662 msgstr "B<lb_bootstrap_debootstrap>(1)"
614663
615664 #. type: Plain text
616 #: en/live-build.7:91
665 #: en/live-build.7:87
617666 #, fuzzy
618667 #| msgid "bootstrap a Debian system with debootstrap(8)"
619 msgid "creates (bootstrap) a basic Debian root filesystem using debootstrap(8)"
668 msgid ""
669 "creates (bootstraps) a basic Debian root filesystem using debootstrap(8)"
620670 msgstr "debootstrap(8) により Debian システムのパッケージ収集を行います"
621671
622672 #. type: SS
623 #: en/live-build.7:91
673 #: en/live-build.7:87
624674 #, fuzzy, no-wrap
625675 #| msgid "Chroot commands"
626676 msgid "Chroot stage specific commands"
627677 msgstr "chroot コマンド"
628678
629679 #. type: Plain text
630 #: en/live-build.7:94
680 #: en/live-build.7:90
631681 msgid ""
632682 "Note: The following chroot_ prefixed commands are used in building the live "
633683 "OS filesystem. Another set of similarly prefixed files are listed separately "
635685 msgstr ""
636686
637687 #. type: IP
638 #: en/live-build.7:94
688 #: en/live-build.7:90
639689 #, fuzzy, no-wrap
640690 #| msgid "B<lb_chroot_cache>(1)"
641691 msgid "B<lb chroot_cache>(1)"
642692 msgstr "B<lb_chroot_cache>(1)"
643693
644694 #. type: Plain text
645 #: en/live-build.7:96
695 #: en/live-build.7:92
646696 msgid ""
647697 "in save mode, saves to cache a copy of the chroot directory, and in restore "
648698 "mode, restores from cache a previously generated copy"
649699 msgstr ""
650700
651701 #. type: IP
652 #: en/live-build.7:96
702 #: en/live-build.7:92
653703 #, fuzzy, no-wrap
654704 #| msgid "B<lb_chroot_cache>(1)"
655705 msgid "B<lb chroot_firmware>(1)"
656706 msgstr "B<lb_chroot_cache>(1)"
657707
658708 #. type: Plain text
659 #: en/live-build.7:98
709 #: en/live-build.7:94
660710 msgid ""
661711 "compiles a list of firmware packages to be installed in the live OS root "
662712 "filesystem"
663713 msgstr ""
664714
665715 #. type: IP
666 #: en/live-build.7:98
716 #: en/live-build.7:94
667717 #, fuzzy, no-wrap
668718 #| msgid "B<lb_chroot_hacks>(1)"
669719 msgid "B<lb chroot_hacks>(1)"
670720 msgstr "B<lb_chroot_hacks>(1)"
671721
672722 #. type: Plain text
673 #: en/live-build.7:100
723 #: en/live-build.7:96
674724 msgid ""
675725 "executes local hacks against the live OS root filesystem, if any are provided"
676726 msgstr ""
677727
678728 #. type: IP
679 #: en/live-build.7:100
729 #: en/live-build.7:96
680730 #, fuzzy, no-wrap
681731 #| msgid "B<lb_chroot_hooks>(1)"
682732 msgid "B<lb chroot_hooks>(1)"
683733 msgstr "B<lb_chroot_hooks>(1)"
684734
685735 #. type: Plain text
686 #: en/live-build.7:102
736 #: en/live-build.7:98
687737 msgid ""
688738 "executes local hooks against the live OS root filesystem, if any are provided"
689739 msgstr ""
690740
691741 #. type: IP
692 #: en/live-build.7:102
742 #: en/live-build.7:98
693743 #, fuzzy, no-wrap
694744 #| msgid "B<lb_chroot_local-includes>(1)"
695745 msgid "B<lb chroot_includes>(1)"
696746 msgstr "B<lb_chroot_local-includes>(1)"
697747
698748 #. type: Plain text
699 #: en/live-build.7:104
749 #: en/live-build.7:100
700750 msgid ""
701751 "copies a set of local files from the config directory into the live OS root "
702752 "filesystem, if any are provided"
703753 msgstr ""
704754
705755 #. type: IP
706 #: en/live-build.7:104
756 #: en/live-build.7:100
707757 #, fuzzy, no-wrap
708758 #| msgid "B<lb_chroot_install-packages>(1)"
709759 msgid "B<lb chroot_install-packages>(1)"
710760 msgstr "B<lb_chroot_install-packages>(1)"
711761
712762 #. type: Plain text
713 #: en/live-build.7:106
763 #: en/live-build.7:102
714764 msgid ""
715765 "installs into the live OS root filesystem any packages listed in local "
716766 "package lists"
717767 msgstr ""
718768
719769 #. type: IP
720 #: en/live-build.7:106
770 #: en/live-build.7:102
721771 #, fuzzy, no-wrap
722772 #| msgid "B<lb_chroot_interactive>(1)"
723773 msgid "B<lb chroot_interactive>(1)"
724774 msgstr "B<lb_chroot_interactive>(1)"
725775
726776 #. type: Plain text
727 #: en/live-build.7:108
777 #: en/live-build.7:104
728778 msgid ""
729779 "pauses the build process and starts an interactive shell from the live OS "
730780 "root filesystem, providing an oportunity for manual modifications or "
733783 msgstr ""
734784
735785 #. type: IP
736 #: en/live-build.7:108
786 #: en/live-build.7:104
737787 #, fuzzy, no-wrap
738788 #| msgid "B<lb_chroot_linux-image>(1)"
739789 msgid "B<lb chroot_linux-image>(1)"
740790 msgstr "B<lb_chroot_linux-image>(1)"
741791
742792 #. type: Plain text
743 #: en/live-build.7:110
793 #: en/live-build.7:106
744794 msgid ""
745795 "compiles a list of kernel images to be installed in the live OS root "
746796 "filesystem"
747797 msgstr ""
748798
749799 #. type: IP
750 #: en/live-build.7:110
751 #, fuzzy, no-wrap
752 #| msgid "B<lb_chroot_packages>(1)"
753 msgid "B<lb chroot_live-packages>(1)"
754 msgstr "B<lb_chroot_packages>(1)"
755
756 #. type: Plain text
757 #: en/live-build.7:112
758 msgid ""
759 "installs a set of live system specific packages to the live OS root "
760 "filesystem"
761 msgstr ""
762
763 #. type: IP
764 #: en/live-build.7:112
800 #: en/live-build.7:106
765801 #, fuzzy, no-wrap
766802 #| msgid "B<lb_chroot_packagelists>(1)"
767803 msgid "B<lb chroot_package-lists>(1)"
768804 msgstr "B<lb_chroot_packagelists>(1)"
769805
770806 #. type: Plain text
771 #: en/live-build.7:114
807 #: en/live-build.7:108
772808 msgid ""
773809 "compiles a list of packages provided in the user\\' local config to be "
774810 "installed in the live OS root filesystem"
775811 msgstr ""
776812
777813 #. type: IP
778 #: en/live-build.7:114
814 #: en/live-build.7:108
779815 #, fuzzy, no-wrap
780816 #| msgid "B<lb_chroot_local-preseed>(1)"
781817 msgid "B<lb chroot_preseed>(1)"
782818 msgstr "B<lb_chroot_local-preseed>(1)"
783819
784820 #. type: Plain text
785 #: en/live-build.7:116
821 #: en/live-build.7:110
786822 msgid ""
787823 "installs pre-configured answers to certain install prompts into the live OS "
788824 "root filesystem"
789825 msgstr ""
790826
791827 #. type: SS
792 #: en/live-build.7:116
828 #: en/live-build.7:110
793829 #, no-wrap
794830 msgid "Installer stage specific commands"
795831 msgstr ""
796832
797833 #. type: IP
798 #: en/live-build.7:117
834 #: en/live-build.7:111
799835 #, fuzzy, no-wrap
800836 #| msgid "B<lb_binary_debian-installer>(1)"
801837 msgid "B<lb installer_debian-installer>(1)"
802838 msgstr "B<lb_binary_debian-installer>(1)"
803839
804840 #. type: Plain text
805 #: en/live-build.7:119
806 msgid "obtains and sets up Debian installer(d-i) components"
807 msgstr ""
808
809 #. type: IP
810 #: en/live-build.7:119
841 #: en/live-build.7:113
842 msgid "obtains and sets up Debian installer (d-i) components"
843 msgstr ""
844
845 #. type: IP
846 #: en/live-build.7:113
811847 #, fuzzy, no-wrap
812848 #| msgid "B<lb_chroot_local-preseed>(1)"
813849 msgid "B<lb installer_preseed>(1)"
814850 msgstr "B<lb_chroot_local-preseed>(1)"
815851
816852 #. type: Plain text
817 #: en/live-build.7:121
853 #: en/live-build.7:115
818854 msgid "installs pre-configured answers to certain install prompts"
819855 msgstr ""
820856
821857 #. type: SS
822 #: en/live-build.7:121
858 #: en/live-build.7:115
823859 #, fuzzy, no-wrap
824860 #| msgid "Binary commands"
825861 msgid "Binary stage specific commands"
826862 msgstr "バイナリコマンド"
827863
828864 #. type: IP
829 #: en/live-build.7:122
865 #: en/live-build.7:116
830866 #, fuzzy, no-wrap
831867 #| msgid "B<lb_binary_checksums>(1)"
832868 msgid "B<lb binary_checksums>(1)"
833869 msgstr "B<lb_binary_checksums>(1)"
834870
835871 #. type: Plain text
836 #: en/live-build.7:124
872 #: en/live-build.7:118
837873 #, fuzzy
838874 #| msgid "create source checksums (md5, sha1, and/or sha256)"
839875 msgid "creates checksums (md5, sha1, and/or sha256) for live image content"
840876 msgstr "ソースのチェックサム (md5、sha1、sha256 のどれか) を作成します"
841877
842878 #. type: IP
843 #: en/live-build.7:124
879 #: en/live-build.7:118
844880 #, fuzzy, no-wrap
845881 #| msgid "B<lb_binary_chroot>(1)"
846882 msgid "B<lb binary_chroot>(1)"
847883 msgstr "B<lb_binary_chroot>(1)"
848884
849885 #. type: Plain text
850 #: en/live-build.7:126
851 msgid ""
852 "duplicates the chroot directory, to place a copy of what whould be the "
886 #: en/live-build.7:120
887 msgid ""
888 "duplicates the chroot directory, to place a copy of what would be the "
853889 "completed live OS root filesystem to one side, allowing the original to "
854890 "continue to be used in executing certain parts of the remainder of the build "
855891 "process"
856892 msgstr ""
857893
858894 #. type: IP
859 #: en/live-build.7:126
895 #: en/live-build.7:120
860896 #, fuzzy, no-wrap
861897 #| msgid "B<lb_binary_disk>(1)"
862898 msgid "B<lb binary_disk>(1)"
863899 msgstr "B<lb_binary_disk>(1)"
864900
865901 #. type: Plain text
902 #: en/live-build.7:122
903 msgid "creates disk information files to be added to live image"
904 msgstr ""
905
906 #. type: IP
907 #: en/live-build.7:122
908 #, fuzzy, no-wrap
909 #| msgid "B<lb_binary_grub>(1)"
910 msgid "B<lb binary_grub_cfg>(1)"
911 msgstr "B<lb_binary_grub>(1)"
912
913 #. type: Plain text
914 #: en/live-build.7:124
915 msgid ""
916 "creates the config for grub-pc and grub-efi, and also enables loopback "
917 "support (which depends upon it) in the live image"
918 msgstr ""
919
920 #. type: IP
921 #: en/live-build.7:124
922 #, fuzzy, no-wrap
923 #| msgid "B<lb_binary_grub>(1)"
924 msgid "B<lb binary_grub-efi>(1)"
925 msgstr "B<lb_binary_grub>(1)"
926
927 #. type: Plain text
928 #: en/live-build.7:126
929 msgid ""
930 "installs grub-efi (grub2 for EFI) into live image to provide image boot "
931 "capability. It relies upon B<lb binary_grub_cfg> to create the config."
932 msgstr ""
933
934 #. type: IP
935 #: en/live-build.7:126
936 #, fuzzy, no-wrap
937 #| msgid "B<lb_binary_grub>(1)"
938 msgid "B<lb binary_grub-legacy>(1)"
939 msgstr "B<lb_binary_grub>(1)"
940
941 #. type: Plain text
866942 #: en/live-build.7:128
867 msgid "creates disk information files to be added to live image"
943 msgid "installs grub into live image to provide image boot capability"
868944 msgstr ""
869945
870946 #. type: IP
871947 #: en/live-build.7:128
872948 #, fuzzy, no-wrap
873949 #| msgid "B<lb_binary_grub>(1)"
874 msgid "B<lb binary_grub>(1)"
950 msgid "B<lb binary_grub-pc>(1)"
875951 msgstr "B<lb_binary_grub>(1)"
876952
877953 #. type: Plain text
878954 #: en/live-build.7:130
879 msgid "installs grub into live image to provide image boot capability"
955 msgid ""
956 "installs grub-pc (grub2 for BIOS) into live image to provide image boot "
957 "capability. It relies upon B<lb binary_grub_cfg> to create the config."
880958 msgstr ""
881959
882960 #. type: IP
883961 #: en/live-build.7:130
884 #, fuzzy, no-wrap
885 #| msgid "B<lb_binary_grub2>(1)"
886 msgid "B<lb binary_grub2>(1)"
887 msgstr "B<lb_binary_grub2>(1)"
888
889 #. type: Plain text
890 #: en/live-build.7:132
891 msgid "installs grub2 into live image to provide image boot capability"
892 msgstr ""
893
894 #. type: IP
895 #: en/live-build.7:132
896962 #, fuzzy, no-wrap
897963 #| msgid "B<lb_binary_hdd>(1)"
898964 msgid "B<lb binary_hdd>(1)"
899965 msgstr "B<lb_binary_hdd>(1)"
900966
901967 #. type: Plain text
902 #: en/live-build.7:134
903 msgid "compiles the final live image into an hdd image file"
904 msgstr ""
905
906 #. type: IP
907 #: en/live-build.7:134
968 #: en/live-build.7:132
969 #, fuzzy
970 #| msgid "install linux-image into binary"
971 msgid "compiles the final live image into an HDD image file"
972 msgstr "linux-image をバイナリにインストールします"
973
974 #. type: IP
975 #: en/live-build.7:132
908976 #, fuzzy, no-wrap
909977 #| msgid "B<lb_binary_rootfs>(1)"
910978 msgid "B<lb binary_hooks>(1)"
911979 msgstr "B<lb_binary_rootfs>(1)"
912980
913981 #. type: Plain text
914 #: en/live-build.7:136
982 #: en/live-build.7:134
915983 msgid "executes local hooks against the live image, if any are provided"
916984 msgstr ""
917985
918986 #. type: IP
919 #: en/live-build.7:136
987 #: en/live-build.7:134
920988 #, fuzzy, no-wrap
921989 #| msgid "B<lb_binary_includes>(1)"
922990 msgid "B<lb binary_includes>(1)"
923991 msgstr "B<lb_binary_includes>(1)"
924992
925993 #. type: Plain text
926 #: en/live-build.7:138
994 #: en/live-build.7:136
927995 msgid ""
928996 "copies a set of local files from the config directory into the live image, "
929997 "if any are provided"
930998 msgstr ""
931999
9321000 #. type: IP
933 #: en/live-build.7:138
1001 #: en/live-build.7:136
9341002 #, fuzzy, no-wrap
9351003 #| msgid "B<lb_binary_iso>(1)"
9361004 msgid "B<lb binary_iso>(1)"
9371005 msgstr "B<lb_binary_iso>(1)"
9381006
9391007 #. type: Plain text
940 #: en/live-build.7:140
941 msgid "compiles the final live image into an iso file"
942 msgstr ""
943
944 #. type: IP
945 #: en/live-build.7:140
1008 #: en/live-build.7:138
1009 #, fuzzy
1010 #| msgid "install linux-image into binary"
1011 msgid "compiles the final live image into an ISO file"
1012 msgstr "linux-image をバイナリにインストールします"
1013
1014 #. type: IP
1015 #: en/live-build.7:138
9461016 #, fuzzy, no-wrap
9471017 #| msgid "B<lb_binary_linux-image>(1)"
9481018 msgid "B<lb binary_linux-image>(1)"
9491019 msgstr "B<lb_binary_linux-image>(1)"
9501020
9511021 #. type: Plain text
952 #: en/live-build.7:142
1022 #: en/live-build.7:140
9531023 #, fuzzy
9541024 #| msgid "install linux-image into binary"
9551025 msgid "copies the linux-image into the live image"
9561026 msgstr "linux-image をバイナリにインストールします"
9571027
9581028 #. type: IP
959 #: en/live-build.7:142
1029 #: en/live-build.7:140
9601030 #, fuzzy, no-wrap
9611031 #| msgid "B<lb_binary_local-includes>(1)"
9621032 msgid "B<lb binary_loadlin>(1)"
9631033 msgstr "B<lb_binary_local-includes>(1)"
9641034
9651035 #. type: Plain text
966 #: en/live-build.7:144
1036 #: en/live-build.7:142
9671037 msgid "bundles a copy of loadlin into the live image"
9681038 msgstr ""
9691039
9701040 #. type: IP
971 #: en/live-build.7:144
1041 #: en/live-build.7:142
9721042 #, fuzzy, no-wrap
9731043 #| msgid "B<lb_binary_manifest>(1)"
9741044 msgid "B<lb binary_manifest>(1)"
9751045 msgstr "B<lb_binary_manifest>(1)"
9761046
9771047 #. type: Plain text
978 #: en/live-build.7:146
1048 #: en/live-build.7:144
9791049 msgid ""
9801050 "creates manifest of packages installed into live OS filesystem, and list of "
9811051 "packages to be excluded by a persistence mechanism installing the live OS to "
9831053 msgstr ""
9841054
9851055 #. type: IP
986 #: en/live-build.7:146
1056 #: en/live-build.7:144
9871057 #, fuzzy, no-wrap
9881058 #| msgid "B<lb_binary_memtest>(1)"
9891059 msgid "B<lb binary_memtest>(1)"
9901060 msgstr "B<lb_binary_memtest>(1)"
9911061
9921062 #. type: Plain text
993 #: en/live-build.7:148
1063 #: en/live-build.7:146
9941064 msgid "bundles a copy of memtest into the live image"
9951065 msgstr ""
9961066
9971067 #. type: IP
998 #: en/live-build.7:148
1068 #: en/live-build.7:146
9991069 #, fuzzy, no-wrap
10001070 #| msgid "B<lb_binary_net>(1)"
10011071 msgid "B<lb binary_netboot>(1)"
10021072 msgstr "B<lb_binary_net>(1)"
10031073
10041074 #. type: Plain text
1075 #: en/live-build.7:148
1076 msgid "compiles the final live image into a netboot tar archive"
1077 msgstr ""
1078
1079 #. type: IP
1080 #: en/live-build.7:148
1081 #, fuzzy, no-wrap
1082 #| msgid "B<lb_binary_iso>(1)"
1083 msgid "B<lb binary_onie>(1)"
1084 msgstr "B<lb_binary_iso>(1)"
1085
1086 #. type: Plain text
10051087 #: en/live-build.7:150
1006 msgid "compiles the final live image into a netboot tar archive"
1007 msgstr ""
1088 #, fuzzy
1089 #| msgid "install linux-image into binary"
1090 msgid "installs onie into the live image"
1091 msgstr "linux-image をバイナリにインストールします"
10081092
10091093 #. type: IP
10101094 #: en/live-build.7:150
11401224
11411225 #. type: Plain text
11421226 #: en/live-build.7:171
1143 msgid "compiles the final source image into an hdd image file"
1144 msgstr ""
1227 #, fuzzy
1228 #| msgid "install linux-image into binary"
1229 msgid "compiles the final source image into an HDD image file"
1230 msgstr "linux-image をバイナリにインストールします"
11451231
11461232 #. type: IP
11471233 #: en/live-build.7:171
11641250
11651251 #. type: Plain text
11661252 #: en/live-build.7:175
1167 msgid "compiles the final source image into an iso file"
1168 msgstr ""
1253 #, fuzzy
1254 #| msgid "install linux-image into binary"
1255 msgid "compiles the final source image into an ISO file"
1256 msgstr "linux-image をバイナリにインストールします"
11691257
11701258 #. type: IP
11711259 #: en/live-build.7:175
11881276 msgid "B<lb source_tar>(1)"
11891277 msgstr "B<lb_source_tar>(1)"
11901278
1191 #. FIXME
1192 #. type: Plain text
1279 #. type: Plain text
1280 #: en/live-build.7:179
1281 msgid "compiles the final source image into a tar archive"
1282 msgstr ""
1283
1284 #. type: SH
11931285 #: en/live-build.7:180
1194 msgid "compiles the final source image into a tar archive"
1195 msgstr ""
1196
1197 #. type: SH
1198 #: en/live-build.7:181
11991286 #, fuzzy, no-wrap
12001287 #| msgid "LOW-LEVEL COMMANDS (PLUMBING)"
12011288 msgid "LOW-LEVEL COMMANDS (PLUMBING) - CHROOT PREP COMPONENTS"
12021289 msgstr "低レベルコマンド (PLUMBING)"
12031290
1204 #. FIXME
1205 #. type: Plain text
1206 #: en/live-build.7:184
1291 #. type: Plain text
1292 #: en/live-build.7:182
12071293 msgid ""
12081294 "The notes above under the section regarding build-stage specific low-level "
12091295 "plumbing commands also apply here."
12101296 msgstr ""
12111297
12121298 #. type: Plain text
1213 #: en/live-build.7:186
1299 #: en/live-build.7:184
12141300 msgid ""
12151301 "The following chroot_ prefixed commands are used throughout the various "
12161302 "primary stages of the build process to apply and remove modifications to a "
12211307 "the live OS to be bundled into the live image."
12221308 msgstr ""
12231309
1224 #. type: IP
1310 #. type: Plain text
12251311 #: en/live-build.7:186
1312 msgid ""
1313 "Note that the B<lb chroot_prep>(1) command can be used to run these "
1314 "components in bulk."
1315 msgstr ""
1316
1317 #. type: IP
1318 #: en/live-build.7:186
1319 #, fuzzy, no-wrap
1320 #| msgid "B<lb_chroot_proc>(1)"
1321 msgid "B<lb chroot_prep>(1)"
1322 msgstr "B<lb_chroot_proc>(1)"
1323
1324 #. type: Plain text
1325 #: en/live-build.7:188
1326 msgid ""
1327 "a helper to run the below components in bulk. The first parameter it takes "
1328 "is the execution mode - install or remove - to pass along. The second "
1329 "parameter is the set of helpers to run (they can be space or comma "
1330 "separated; remember to quote if space separated). Following this one or more "
1331 "of the special parameters 'mode-archives-chroot', 'mode-archives-binary', "
1332 "'mode-archives-source' and 'mode-apt-install-binary' can optionally be used, "
1333 "to select the 'pass' parameter for B<lb chroot_archives>(1) in the case of "
1334 "the first three (required if 'archives' is one of the helpers to be run), "
1335 "and to run B<lb chroot_apt>(1) in 'install-binary' mode in the last case. "
1336 "Any remaining parameters (i.e. options like --force) are passed along to all "
1337 "scripts run. The second parameter can be simply 'all' in which case a "
1338 "default set of all components are used, or 'all-except-archives' which "
1339 "differs in skipping B<lb chroot_archives>(1). Components can be specified "
1340 "without their filename 'chroot_' prefix for brevity. In remove mode the list "
1341 "of components are run in reverse order, so no need to provide them in "
1342 "reverse order yourself."
1343 msgstr ""
1344
1345 #. type: IP
1346 #: en/live-build.7:188
12261347 #, fuzzy, no-wrap
12271348 #| msgid "B<lb_chroot_apt>(1)"
12281349 msgid "B<lb chroot_apt>(1)"
12291350 msgstr "B<lb_chroot_apt>(1)"
12301351
12311352 #. type: Plain text
1232 #: en/live-build.7:188
1353 #: en/live-build.7:190
12331354 msgid ""
12341355 "manages apt configuration; in apply mode it applies configuration for use "
12351356 "during build process, and in remove mode removes that configuration"
12361357 msgstr ""
12371358
12381359 #. type: IP
1239 #: en/live-build.7:188
1360 #: en/live-build.7:190
12401361 #, fuzzy, no-wrap
12411362 #| msgid "B<lb_chroot_archives>(1)"
12421363 msgid "B<lb chroot_archives>(1)"
12431364 msgstr "B<lb_chroot_archives>(1)"
12441365
12451366 #. type: Plain text
1246 #: en/live-build.7:190
1367 #: en/live-build.7:192
12471368 msgid ""
12481369 "manages apt archive source lists; in apply mode it applies source list "
12491370 "configurations suitable for use of the chroot in the build process, and in "
12511372 msgstr ""
12521373
12531374 #. type: IP
1254 #: en/live-build.7:190
1375 #: en/live-build.7:192
12551376 #, fuzzy, no-wrap
12561377 #| msgid "B<lb_chroot_debianchroot>(1)"
12571378 msgid "B<lb chroot_debianchroot>(1)"
12581379 msgstr "B<lb_chroot_debianchroot>(1)"
12591380
12601381 #. type: Plain text
1261 #: en/live-build.7:192
1382 #: en/live-build.7:194
12621383 #, fuzzy
12631384 #| msgid "manage /etc/debian_chroot"
12641385 msgid "manages a /etc/debian_chroot file"
12651386 msgstr "/etc/debian_chroot の管理"
12661387
12671388 #. type: IP
1268 #: en/live-build.7:192
1389 #: en/live-build.7:194
12691390 #, fuzzy, no-wrap
12701391 #| msgid "B<lb_chroot_devpts>(1)"
12711392 msgid "B<lb chroot_devpts>(1)"
12721393 msgstr "B<lb_chroot_devpts>(1)"
12731394
12741395 #. type: Plain text
1275 #: en/live-build.7:194
1396 #: en/live-build.7:196
12761397 #, fuzzy
12771398 #| msgid "mount /dev/pts"
12781399 msgid "manages mounting of /dev/pts"
12791400 msgstr "/dev/pts をマウントします。"
12801401
12811402 #. type: IP
1282 #: en/live-build.7:194
1403 #: en/live-build.7:196
12831404 #, fuzzy, no-wrap
12841405 #| msgid "B<lb_chroot_dpkg>(1)"
12851406 msgid "B<lb chroot_dpkg>(1)"
12861407 msgstr "B<lb_chroot_dpkg>(1)"
12871408
12881409 #. type: Plain text
1289 #: en/live-build.7:196
1410 #: en/live-build.7:198
12901411 msgid ""
12911412 "manages dpkg; in apply mode disabling things like the start-stop-daemon, and "
12921413 "in remove mode enabling them again"
12931414 msgstr ""
12941415
12951416 #. type: IP
1296 #: en/live-build.7:196
1417 #: en/live-build.7:198
12971418 #, fuzzy, no-wrap
12981419 #| msgid "B<lb_chroot_hostname>(1)"
12991420 msgid "B<lb chroot_hostname>(1)"
13001421 msgstr "B<lb_chroot_hostname>(1)"
13011422
13021423 #. type: Plain text
1303 #: en/live-build.7:198
1424 #: en/live-build.7:200
13041425 #, fuzzy
13051426 #| msgid "use custom configuration file."
13061427 msgid "manages the hostname configuration"
13071428 msgstr "独自の設定ファイルを使います。"
13081429
13091430 #. type: IP
1310 #: en/live-build.7:198
1431 #: en/live-build.7:200
13111432 #, fuzzy, no-wrap
13121433 #| msgid "B<lb_chroot_hosts>(1)"
13131434 msgid "B<lb chroot_hosts>(1)"
13141435 msgstr "B<lb_chroot_hosts>(1)"
13151436
13161437 #. type: Plain text
1317 #: en/live-build.7:200
1438 #: en/live-build.7:202
13181439 #, fuzzy
13191440 #| msgid "manage /etc/hosts"
13201441 msgid "manages the /etc/hosts file"
13211442 msgstr "/etc/hosts の管理"
13221443
13231444 #. type: IP
1324 #: en/live-build.7:200
1445 #: en/live-build.7:202
13251446 #, fuzzy, no-wrap
13261447 #| msgid "B<lb_chroot_proc>(1)"
13271448 msgid "B<lb chroot_proc>(1)"
13281449 msgstr "B<lb_chroot_proc>(1)"
13291450
13301451 #. type: Plain text
1331 #: en/live-build.7:202
1452 #: en/live-build.7:204
13321453 #, fuzzy
13331454 #| msgid "mount /proc"
13341455 msgid "manages mounting of /proc"
13351456 msgstr "/proc をマウントします。"
13361457
13371458 #. type: IP
1338 #: en/live-build.7:202
1459 #: en/live-build.7:204
13391460 #, fuzzy, no-wrap
13401461 #| msgid "B<lb_chroot_resolv>(1)"
13411462 msgid "B<lb chroot_resolv>(1)"
13421463 msgstr "B<lb_chroot_resolv>(1)"
13431464
13441465 #. type: Plain text
1345 #: en/live-build.7:204
1466 #: en/live-build.7:206
13461467 #, fuzzy
13471468 #| msgid "manage /etc/resolv.conf"
13481469 msgid "manages configuration of the /etc/resolv.conf file"
13491470 msgstr "/etc/resolv.conf の管理"
13501471
13511472 #. type: IP
1352 #: en/live-build.7:204
1473 #: en/live-build.7:206
13531474 #, fuzzy, no-wrap
13541475 #| msgid "B<lb_chroot_selinuxfs>(1)"
13551476 msgid "B<lb chroot_selinuxfs>(1)"
13561477 msgstr "B<lb_chroot_selinuxfs>(1)"
13571478
13581479 #. type: Plain text
1359 #: en/live-build.7:206
1480 #: en/live-build.7:208
13601481 msgid "manages mounting of /sys/fs/selinux"
13611482 msgstr ""
13621483
13631484 #. type: IP
1364 #: en/live-build.7:206
1485 #: en/live-build.7:208
13651486 #, fuzzy, no-wrap
13661487 #| msgid "B<lb_chroot_sysfs>(1)"
13671488 msgid "B<lb chroot_sysfs>(1)"
13681489 msgstr "B<lb_chroot_sysfs>(1)"
13691490
13701491 #. type: Plain text
1371 #: en/live-build.7:208
1492 #: en/live-build.7:210
13721493 msgid "manages mounting of /sys"
13731494 msgstr ""
13741495
13751496 #. type: IP
1376 #: en/live-build.7:208
1497 #: en/live-build.7:210
13771498 #, fuzzy, no-wrap
13781499 #| msgid "B<lb_chroot_sysv-rc>(1)"
13791500 msgid "B<lb chroot_sysv-rc>(1)"
13801501 msgstr "B<lb_chroot_sysv-rc>(1)"
13811502
13821503 #. type: Plain text
1383 #: en/live-build.7:210
1504 #: en/live-build.7:212
13841505 #, fuzzy
13851506 #| msgid "manage /usr/sbin/policy-rc.d"
13861507 msgid "manages the /usr/sbin/policy-rc.d file"
13871508 msgstr "/usr/sbin/policy-rc.d の管理"
13881509
13891510 #. type: IP
1390 #: en/live-build.7:210
1511 #: en/live-build.7:212
13911512 #, fuzzy, no-wrap
13921513 #| msgid "B<lb_chroot_sysfs>(1)"
13931514 msgid "B<lb chroot_tmpfs>(1)"
13941515 msgstr "B<lb_chroot_sysfs>(1)"
13951516
13961517 #. type: Plain text
1397 #: en/live-build.7:212
1518 #: en/live-build.7:214
13981519 msgid "manages configuration of dpkg to use a tmpfs filesystem"
13991520 msgstr ""
14001521
1401 #. type: IP
1402 #: en/live-build.7:212
1403 #, fuzzy, no-wrap
1404 #| msgid "B<lb_chroot_apt>(1)"
1405 msgid "B<lb chroot_upstart>(1)"
1406 msgstr "B<lb_chroot_apt>(1)"
1407
1408 #. FIXME
1409 #. type: Plain text
1522 #. type: SH
14101523 #: en/live-build.7:215
1411 msgid ""
1412 "manages use of upstart /sbin/initctl program; in apply mode blocking "
1413 "execution through a dpkg diversion, and in remove mode enabling execution "
1414 "again"
1415 msgstr ""
1416
1417 #. type: SH
1418 #: en/live-build.7:216
14191524 #, no-wrap
14201525 msgid "CONFIG FILES"
14211526 msgstr "設定ファイル"
14221527
1423 #. FIXME
1424 #. type: Plain text
1425 #: en/live-build.7:219
1528 #. type: Plain text
1529 #: en/live-build.7:217
1530 #, fuzzy
1531 #| msgid ""
1532 #| "Many live-build commands make use of files in the I<config/> directory to "
1533 #| "control what they do. Besides the common I<config/common>, which is used "
1534 #| "by all live-build commands, some additional files can be used to "
1535 #| "configure the behavior of specific live-build commands. These files are "
1536 #| "typically named config/stage or config/stage_helper (where \"stage\" of "
1537 #| "course, is replaced with the name of the stage that they belong to, and "
1538 #| "\"helper\" with the name of the helper)."
14261539 msgid ""
14271540 "Many live-build commands make use of files in the I<config/> directory to "
14281541 "control what they do. Besides the common I<config/common>, which is used by "
14291542 "all live-build commands, some additional files can be used to configure the "
14301543 "behavior of specific live-build commands. These files are typically named "
1431 "config/stage or config/stage_helper (where \"stage\" of course, is replaced "
1432 "with the name of the stage that they belong to, and \"helper\" with the name "
1433 "of the helper)."
1544 "config/stage (where \"stage\" of course, is replaced with the name of the "
1545 "stage that they belong to)."
14341546 msgstr ""
14351547 "例えば lb_bootstrap_debootstrap は利用するオプションを読み取るのに config/"
14361548 "bootstrap 及び config/bootstrap_debootstrap という名のファイルを使います。利"
14401552 "にわずかに複雑な方法を採っているものがあります。"
14411553
14421554 #. type: Plain text
1443 #: en/live-build.7:221
1444 #, fuzzy
1445 #| msgid ""
1446 #| "For example, lb_bootstrap_debootstrap uses files named config/bootstrap "
1447 #| "and config/bootstrap_debootstrap to read the options it will use. See the "
1448 #| "man pages of individual commands for details about the names and formats "
1449 #| "of the files they use. Generally, these files contain variables with "
1450 #| "values assigned, one variable per line. Some programs in live-build use "
1451 #| "pairs of values or slightly more complicated variable assignments."
1452 msgid ""
1453 "For example, lb bootstrap_debootstrap uses files named config/bootstrap and "
1454 "config/bootstrap_debootstrap to read the options it will use. See the man "
1455 "pages of individual commands for details about the names and formats of the "
1456 "files they use. Generally, these files contain variables with values "
1457 "assigned, one variable per line. Some programs in live-build use pairs of "
1458 "values or slightly more complicated variable assignments."
1459 msgstr ""
1460 "例えば lb_bootstrap_debootstrap は利用するオプションを読み取るのに config/"
1461 "bootstrap 及び config/bootstrap_debootstrap という名のファイルを使います。利"
1462 "用するファイルの名前やフォーマットの詳細については個々のコマンドの man ページ"
1463 "を見てください。こういったファイルには一般的に、変数とそれに指定する値を1行に"
1464 "1件ずつ収録します。live-build の一部のプログラムでは組にした値や、変数の指定"
1465 "にわずかに複雑な方法を採っているものがあります。"
1466
1467 #. type: Plain text
1468 #: en/live-build.7:223
1555 #: en/live-build.7:219
14691556 msgid ""
14701557 "Note that live-build will respect environment variables which are present in "
14711558 "the context of the shell it is running. If variables can be read from config "
14811568 "自動的にデフォルト値をセットします。"
14821569
14831570 #. type: Plain text
1484 #: en/live-build.7:225
1571 #: en/live-build.7:221
1572 #, fuzzy
1573 #| msgid ""
1574 #| "In some rare cases, you may want to have different versions of these "
1575 #| "files for different architectures or distributions. If files named config/"
1576 #| "stage.arch or config/stage_helper.arch, and config/stage.dist or config/"
1577 #| "stage_helper.dist exist, where \"arch\" is the same as the output of "
1578 #| "\"dpkg --print-architecture\" and \"dist\" is the same as the codename of "
1579 #| "the target distribution, then they will be used in preference to other, "
1580 #| "more general files."
14851581 msgid ""
14861582 "In some rare cases, you may want to have different versions of these files "
14871583 "for different architectures or distributions. If files named config/stage."
1488 "arch or config/stage_helper.arch, and config/stage.dist or config/"
1489 "stage_helper.dist exist, where \"arch\" is the same as the output of \"dpkg "
1490 "--print-architecture\" and \"dist\" is the same as the codename of the "
1491 "target distribution, then they will be used in preference to other, more "
1584 "arch and config/stage.dist exist, where \"arch\" is the same as the output "
1585 "of \"dpkg --print-architecture\" and \"dist\" is the same as the codename of "
1586 "the target distribution, then they will be used in preference to other, more "
14921587 "general files."
14931588 msgstr ""
14941589 "一部のまれな状況で、そういったファイルにアーキテクチャやディストリビューショ"
15001595 "という名のファイルが存在する場合には他のそれよりも一般的な名前のファイルに優"
15011596 "先してそのファイルが利用されます。"
15021597
1503 #. FIXME
1504 #. type: Plain text
1505 #: en/live-build.7:228
1598 #. type: Plain text
1599 #: en/live-build.7:223
15061600 msgid ""
15071601 "All config files are shell scripts which are sourced by a live-build "
15081602 "program. That means they have to follow the normal shell syntax. You can "
15141608 "す。"
15151609
15161610 #. type: IP
1517 #: en/live-build.7:230
1611 #: en/live-build.7:225
15181612 #, no-wrap
15191613 msgid "B</etc/live/build.conf>"
15201614 msgstr "B</etc/live/build.conf>"
15211615
15221616 #. type: IP
1523 #: en/live-build.7:231
1617 #: en/live-build.7:226
15241618 #, no-wrap
15251619 msgid "B</etc/live/build/*>"
15261620 msgstr "B</etc/live/build/*>"
00 # SOME DESCRIPTIVE TITLE
1 # Copyright (C) YEAR Live Systems Project
1 # Copyright (C) YEAR Debian Live Project
22 # This file is distributed under the same license as the live-build package.
33 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
44 #
55 #, fuzzy
66 msgid ""
77 msgstr ""
8 "Project-Id-Version: live-build 1:20170829\n"
9 "POT-Creation-Date: 2017-08-29 15:05+0200\n"
8 "Project-Id-Version: live-build 1:20210902\n"
9 "POT-Creation-Date: 2021-09-02 13:56+0100\n"
1010 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1111 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1212 "Language-Team: LANGUAGE <[email protected]>\n"
1313 "Language: \n"
1414 "MIME-Version: 1.0\n"
15 "Content-Type: text/plain; charset=CHARSET\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
1616 "Content-Transfer-Encoding: 8bit\n"
1717
1818 #. type: TH
1919 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
20 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
21 #: en/live-build.7:1
20 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_installer.1:1
21 #: en/lb_source.1:1 en/live-build.7:1
2222 #, no-wrap
2323 msgid "LIVE-BUILD"
2424 msgstr ""
2525
2626 #. type: TH
2727 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
28 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
29 #: en/live-build.7:1
30 #, no-wrap
31 msgid "2017-08-29"
32 msgstr ""
33
34 #. type: TH
35 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
36 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
37 #: en/live-build.7:1
38 #, no-wrap
39 msgid "1:20170807kali1"
40 msgstr ""
41
42 #. type: TH
43 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
44 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
45 #: en/live-build.7:1
46 #, no-wrap
47 msgid "Live Systems Project"
28 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_installer.1:1
29 #: en/lb_source.1:1 en/live-build.7:1
30 #, no-wrap
31 msgid "2021-09-02"
32 msgstr ""
33
34 #. type: TH
35 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
36 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_installer.1:1
37 #: en/lb_source.1:1 en/live-build.7:1
38 #, no-wrap
39 msgid "1:20210902"
40 msgstr ""
41
42 #. type: TH
43 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
44 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_installer.1:1
45 #: en/lb_source.1:1 en/live-build.7:1
46 #, no-wrap
47 msgid "Debian Live Project"
4848 msgstr ""
4949
5050 #. type: SH
5151 #: en/lb.1:3 en/lb_binary.1:3 en/lb_bootstrap.1:3 en/lb_build.1:3
52 #: en/lb_chroot.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_source.1:3
53 #: en/live-build.7:3
52 #: en/lb_chroot.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_installer.1:3
53 #: en/lb_source.1:3 en/live-build.7:3
5454 #, no-wrap
5555 msgid "NAME"
5656 msgstr ""
6262
6363 #. type: SH
6464 #: en/lb.1:6 en/lb_binary.1:6 en/lb_bootstrap.1:6 en/lb_build.1:6
65 #: en/lb_chroot.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_source.1:6
66 #: en/live-build.7:6
65 #: en/lb_chroot.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_installer.1:6
66 #: en/lb_source.1:6 en/live-build.7:6
6767 #, no-wrap
6868 msgid "SYNOPSIS"
6969 msgstr ""
7070
7171 #. type: Plain text
7272 #: en/lb.1:8
73 msgid "B<lb> COMMAND [COMMAND_OPTIONS]"
73 msgid "B<lb> I<COMMAND> [I<COMMAND_OPTIONS>]"
7474 msgstr ""
7575
7676 #. type: Plain text
7777 #: en/lb.1:10
78 msgid "B<lb> [I<live-build\\ options>]"
78 msgid "B<lb> [I<OPTIONS>]"
7979 msgstr ""
8080
8181 #. type: SH
8282 #: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9
83 #: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:229 en/lb_source.1:9
84 #: en/live-build.7:11
83 #: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:235 en/lb_installer.1:9
84 #: en/lb_source.1:9 en/live-build.7:11
8585 #, no-wrap
8686 msgid "DESCRIPTION"
8787 msgstr ""
8989 #. type: Plain text
9090 #: en/lb.1:13
9191 msgid ""
92 "B<lb> is a high-level command (porcelain) of I<live-build>(7), the live "
93 "systems tool suite."
94 msgstr ""
95
96 #. type: SH
97 #: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
98 #: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:238 en/lb_source.1:14
99 #: en/live-build.7:20
92 "B<lb> is a high-level command (porcelain) of I<live-build>(7), the Debian "
93 "Live tool suite."
94 msgstr ""
95
96 #. type: SH
97 #: en/lb.1:14 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
98 #: en/lb_chroot.1:14 en/lb_clean.1:14 en/lb_config.1:242 en/lb_installer.1:14
99 #: en/lb_source.1:14 en/live-build.7:18
100100 #, no-wrap
101101 msgid "OPTIONS"
102102 msgstr ""
103103
104104 #. type: Plain text
105 #: en/lb.1:18
105 #: en/lb.1:16
106106 msgid ""
107107 "B<lb> has no specific options but understands all generic live-build "
108108 "options. See I<live-build>(7) for a complete list of all generic live-build "
110110 msgstr ""
111111
112112 #. type: SH
113 #: en/lb.1:19 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17
114 #: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:474 en/lb_source.1:17
115 #: en/live-build.7:229
113 #: en/lb.1:17 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17
114 #: en/lb_chroot.1:17 en/lb_clean.1:34 en/lb_config.1:473 en/lb_installer.1:17
115 #: en/lb_source.1:17 en/live-build.7:224
116116 #, no-wrap
117117 msgid "FILES"
118118 msgstr ""
119119
120120 #. type: IP
121 #: en/lb.1:20 en/lb_binary.1:18 en/lb_bootstrap.1:18 en/lb_chroot.1:18
122 #: en/lb_source.1:18
121 #: en/lb.1:18 en/lb_binary.1:18 en/lb_bootstrap.1:18 en/lb_chroot.1:18
122 #: en/lb_installer.1:18 en/lb_source.1:18
123123 #, no-wrap
124124 msgid "B<none>"
125125 msgstr ""
126126
127127 #. type: SH
128 #: en/lb.1:22 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:22
129 #: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:481 en/lb_source.1:20
130 #: en/live-build.7:233
128 #: en/lb.1:20 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:20
129 #: en/lb_chroot.1:20 en/lb_clean.1:37 en/lb_config.1:478 en/lb_installer.1:20
130 #: en/lb_source.1:20 en/live-build.7:228
131131 #, no-wrap
132132 msgid "SEE ALSO"
133133 msgstr ""
134134
135135 #. type: Plain text
136 #: en/lb.1:24 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:24
137 #: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:483 en/lb_source.1:22
136 #: en/lb.1:22 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:22
137 #: en/lb_chroot.1:22 en/lb_clean.1:39 en/lb_config.1:480 en/lb_installer.1:22
138 #: en/lb_source.1:22
138139 msgid "I<live-build>(7)"
139140 msgstr ""
140141
141142 #. type: Plain text
142 #: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26
143 #: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:489 en/lb_source.1:24
144 #: en/live-build.7:239
143 #: en/lb.1:24 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:24
144 #: en/lb_chroot.1:24 en/lb_clean.1:41 en/lb_config.1:486 en/lb_installer.1:24
145 #: en/lb_source.1:24 en/live-build.7:234
145146 msgid "This program is a part of live-build."
146147 msgstr ""
147148
148149 #. type: SH
149 #: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27
150 #: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:490 en/lb_source.1:25
151 #: en/live-build.7:240
150 #: en/lb.1:25 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:25
151 #: en/lb_chroot.1:25 en/lb_clean.1:42 en/lb_config.1:487 en/lb_installer.1:25
152 #: en/lb_source.1:25 en/live-build.7:235
152153 #, no-wrap
153154 msgid "HOMEPAGE"
154155 msgstr ""
155156
156157 #. type: Plain text
157 #: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29
158 #: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:492 en/lb_source.1:27
159 #: en/live-build.7:242
160 msgid ""
161 "More information about live-build and the Live Systems project can be found "
162 "on the homepage at E<lt>I<https://debian-live.alioth.debian.org/>E<gt>."
163 msgstr ""
164
165 #. type: SH
166 #: en/lb.1:30 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:30
167 #: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:493 en/lb_source.1:28
168 #: en/live-build.7:243
158 #: en/lb.1:27 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:27
159 #: en/lb_chroot.1:27 en/lb_clean.1:44 en/lb_config.1:489 en/lb_installer.1:27
160 #: en/lb_source.1:27 en/live-build.7:237
161 msgid ""
162 "More information about live-build and the Debian Live project can be found "
163 "on the homepage at E<lt>I<https://wiki.debian.org/DebianLive>E<gt>."
164 msgstr ""
165
166 #. type: SH
167 #: en/lb.1:28 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:28
168 #: en/lb_chroot.1:28 en/lb_clean.1:45 en/lb_config.1:490 en/lb_installer.1:28
169 #: en/lb_source.1:28 en/live-build.7:238
169170 #, no-wrap
170171 msgid "BUGS"
171172 msgstr ""
172173
173174 #. type: Plain text
174 #: en/lb.1:32 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:32
175 #: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:495 en/lb_source.1:30
176 #: en/live-build.7:245
177 msgid ""
178 "Bugs can be reported by submitting a bugreport for the live-build package in "
179 "the Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
180 "writing a mail to the Live Systems mailing list at E<lt>I<debian-live@lists."
175 #: en/lb.1:30 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:30
176 #: en/lb_chroot.1:30 en/lb_clean.1:47 en/lb_config.1:492 en/lb_installer.1:30
177 #: en/lb_source.1:30 en/live-build.7:240
178 msgid ""
179 "Bugs can be reported by submitting a bug report for the live-build package "
180 "in the Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
181 "writing a mail to the Debian Live mailing list at E<lt>I<debian-live@lists."
181182 "debian.org>E<gt>."
182183 msgstr ""
183184
184185 #. type: SH
185 #: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33
186 #: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:496 en/lb_source.1:31
187 #: en/live-build.7:246
186 #: en/lb.1:31 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:31
187 #: en/lb_chroot.1:31 en/lb_clean.1:48 en/lb_config.1:493 en/lb_installer.1:31
188 #: en/lb_source.1:31 en/live-build.7:241
188189 #, no-wrap
189190 msgid "AUTHOR"
190191 msgstr ""
191192
192193 #. type: Plain text
193 #: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34
194 #: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:497 en/lb_source.1:32
195 #: en/live-build.7:247
196 msgid ""
197 "live-build was written by Daniel Baumann E<lt>I<[email protected]>E<gt>."
198 msgstr ""
194 #: en/lb.1:32 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:32
195 #: en/lb_chroot.1:32 en/lb_clean.1:49 en/lb_config.1:494 en/lb_installer.1:32
196 #: en/lb_source.1:32 en/live-build.7:242
197 msgid ""
198 "live-build was originally written by Daniel Baumann E<lt>I<mail@daniel-"
199 "baumann.ch>E<gt>. Since 2016 development has been continued by the Debian "
200 "Live team."
201 msgstr ""
00 # SOME DESCRIPTIVE TITLE
1 # Copyright (C) YEAR Live Systems Project
1 # Copyright (C) YEAR Debian Live Project
22 # This file is distributed under the same license as the live-build package.
33 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
44 #
55 #, fuzzy
66 msgid ""
77 msgstr ""
8 "Project-Id-Version: live-build 1:20170829\n"
9 "POT-Creation-Date: 2017-08-29 15:05+0200\n"
8 "Project-Id-Version: live-build 1:20210902\n"
9 "POT-Creation-Date: 2021-09-02 13:56+0100\n"
1010 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1111 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1212 "Language-Team: LANGUAGE <[email protected]>\n"
1313 "Language: \n"
1414 "MIME-Version: 1.0\n"
15 "Content-Type: text/plain; charset=CHARSET\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
1616 "Content-Transfer-Encoding: 8bit\n"
1717
1818 #. type: TH
1919 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
20 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
21 #: en/live-build.7:1
20 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_installer.1:1
21 #: en/lb_source.1:1 en/live-build.7:1
2222 #, no-wrap
2323 msgid "LIVE-BUILD"
2424 msgstr ""
2525
2626 #. type: TH
2727 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
28 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
29 #: en/live-build.7:1
30 #, no-wrap
31 msgid "2017-08-29"
32 msgstr ""
33
34 #. type: TH
35 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
36 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
37 #: en/live-build.7:1
38 #, no-wrap
39 msgid "1:20170807kali1"
40 msgstr ""
41
42 #. type: TH
43 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
44 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
45 #: en/live-build.7:1
46 #, no-wrap
47 msgid "Live Systems Project"
28 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_installer.1:1
29 #: en/lb_source.1:1 en/live-build.7:1
30 #, no-wrap
31 msgid "2021-09-02"
32 msgstr ""
33
34 #. type: TH
35 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
36 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_installer.1:1
37 #: en/lb_source.1:1 en/live-build.7:1
38 #, no-wrap
39 msgid "1:20210902"
40 msgstr ""
41
42 #. type: TH
43 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
44 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_installer.1:1
45 #: en/lb_source.1:1 en/live-build.7:1
46 #, no-wrap
47 msgid "Debian Live Project"
4848 msgstr ""
4949
5050 #. type: SH
5151 #: en/lb.1:3 en/lb_binary.1:3 en/lb_bootstrap.1:3 en/lb_build.1:3
52 #: en/lb_chroot.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_source.1:3
53 #: en/live-build.7:3
52 #: en/lb_chroot.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_installer.1:3
53 #: en/lb_source.1:3 en/live-build.7:3
5454 #, no-wrap
5555 msgid "NAME"
5656 msgstr ""
5757
5858 #. type: SH
5959 #: en/lb.1:6 en/lb_binary.1:6 en/lb_bootstrap.1:6 en/lb_build.1:6
60 #: en/lb_chroot.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_source.1:6
61 #: en/live-build.7:6
60 #: en/lb_chroot.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_installer.1:6
61 #: en/lb_source.1:6 en/live-build.7:6
6262 #, no-wrap
6363 msgid "SYNOPSIS"
6464 msgstr ""
6565
6666 #. type: SH
6767 #: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9
68 #: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:229 en/lb_source.1:9
69 #: en/live-build.7:11
68 #: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:235 en/lb_installer.1:9
69 #: en/lb_source.1:9 en/live-build.7:11
7070 #, no-wrap
7171 msgid "DESCRIPTION"
7272 msgstr ""
7373
7474 #. type: SH
75 #: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
76 #: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:238 en/lb_source.1:14
77 #: en/live-build.7:20
75 #: en/lb.1:14 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
76 #: en/lb_chroot.1:14 en/lb_clean.1:14 en/lb_config.1:242 en/lb_installer.1:14
77 #: en/lb_source.1:14 en/live-build.7:18
7878 #, no-wrap
7979 msgid "OPTIONS"
8080 msgstr ""
8181
8282 #. type: SH
83 #: en/lb.1:19 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17
84 #: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:474 en/lb_source.1:17
85 #: en/live-build.7:229
83 #: en/lb.1:17 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17
84 #: en/lb_chroot.1:17 en/lb_clean.1:34 en/lb_config.1:473 en/lb_installer.1:17
85 #: en/lb_source.1:17 en/live-build.7:224
8686 #, no-wrap
8787 msgid "FILES"
8888 msgstr ""
8989
9090 #. type: IP
91 #: en/lb.1:20 en/lb_binary.1:18 en/lb_bootstrap.1:18 en/lb_chroot.1:18
92 #: en/lb_source.1:18
91 #: en/lb.1:18 en/lb_binary.1:18 en/lb_bootstrap.1:18 en/lb_chroot.1:18
92 #: en/lb_installer.1:18 en/lb_source.1:18
9393 #, no-wrap
9494 msgid "B<none>"
9595 msgstr ""
9696
9797 #. type: SH
98 #: en/lb.1:22 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:22
99 #: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:481 en/lb_source.1:20
100 #: en/live-build.7:233
98 #: en/lb.1:20 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:20
99 #: en/lb_chroot.1:20 en/lb_clean.1:37 en/lb_config.1:478 en/lb_installer.1:20
100 #: en/lb_source.1:20 en/live-build.7:228
101101 #, no-wrap
102102 msgid "SEE ALSO"
103103 msgstr ""
104104
105105 #. type: Plain text
106 #: en/lb.1:24 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:24
107 #: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:483 en/lb_source.1:22
106 #: en/lb.1:22 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:22
107 #: en/lb_chroot.1:22 en/lb_clean.1:39 en/lb_config.1:480 en/lb_installer.1:22
108 #: en/lb_source.1:22
108109 msgid "I<live-build>(7)"
109110 msgstr ""
110111
111112 #. type: Plain text
112 #: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26
113 #: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:489 en/lb_source.1:24
114 #: en/live-build.7:239
113 #: en/lb.1:24 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:24
114 #: en/lb_chroot.1:24 en/lb_clean.1:41 en/lb_config.1:486 en/lb_installer.1:24
115 #: en/lb_source.1:24 en/live-build.7:234
115116 msgid "This program is a part of live-build."
116117 msgstr ""
117118
118119 #. type: SH
119 #: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27
120 #: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:490 en/lb_source.1:25
121 #: en/live-build.7:240
120 #: en/lb.1:25 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:25
121 #: en/lb_chroot.1:25 en/lb_clean.1:42 en/lb_config.1:487 en/lb_installer.1:25
122 #: en/lb_source.1:25 en/live-build.7:235
122123 #, no-wrap
123124 msgid "HOMEPAGE"
124125 msgstr ""
125126
126127 #. type: Plain text
127 #: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29
128 #: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:492 en/lb_source.1:27
129 #: en/live-build.7:242
130 msgid ""
131 "More information about live-build and the Live Systems project can be found "
132 "on the homepage at E<lt>I<https://debian-live.alioth.debian.org/>E<gt>."
133 msgstr ""
134
135 #. type: SH
136 #: en/lb.1:30 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:30
137 #: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:493 en/lb_source.1:28
138 #: en/live-build.7:243
128 #: en/lb.1:27 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:27
129 #: en/lb_chroot.1:27 en/lb_clean.1:44 en/lb_config.1:489 en/lb_installer.1:27
130 #: en/lb_source.1:27 en/live-build.7:237
131 msgid ""
132 "More information about live-build and the Debian Live project can be found "
133 "on the homepage at E<lt>I<https://wiki.debian.org/DebianLive>E<gt>."
134 msgstr ""
135
136 #. type: SH
137 #: en/lb.1:28 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:28
138 #: en/lb_chroot.1:28 en/lb_clean.1:45 en/lb_config.1:490 en/lb_installer.1:28
139 #: en/lb_source.1:28 en/live-build.7:238
139140 #, no-wrap
140141 msgid "BUGS"
141142 msgstr ""
142143
143144 #. type: Plain text
144 #: en/lb.1:32 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:32
145 #: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:495 en/lb_source.1:30
146 #: en/live-build.7:245
147 msgid ""
148 "Bugs can be reported by submitting a bugreport for the live-build package in "
149 "the Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
150 "writing a mail to the Live Systems mailing list at E<lt>I<debian-live@lists."
145 #: en/lb.1:30 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:30
146 #: en/lb_chroot.1:30 en/lb_clean.1:47 en/lb_config.1:492 en/lb_installer.1:30
147 #: en/lb_source.1:30 en/live-build.7:240
148 msgid ""
149 "Bugs can be reported by submitting a bug report for the live-build package "
150 "in the Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
151 "writing a mail to the Debian Live mailing list at E<lt>I<debian-live@lists."
151152 "debian.org>E<gt>."
152153 msgstr ""
153154
154155 #. type: SH
155 #: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33
156 #: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:496 en/lb_source.1:31
157 #: en/live-build.7:246
156 #: en/lb.1:31 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:31
157 #: en/lb_chroot.1:31 en/lb_clean.1:48 en/lb_config.1:493 en/lb_installer.1:31
158 #: en/lb_source.1:31 en/live-build.7:241
158159 #, no-wrap
159160 msgid "AUTHOR"
160161 msgstr ""
161162
162163 #. type: Plain text
163 #: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34
164 #: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:497 en/lb_source.1:32
165 #: en/live-build.7:247
166 msgid ""
167 "live-build was written by Daniel Baumann E<lt>I<[email protected]>E<gt>."
164 #: en/lb.1:32 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:32
165 #: en/lb_chroot.1:32 en/lb_clean.1:49 en/lb_config.1:494 en/lb_installer.1:32
166 #: en/lb_source.1:32 en/live-build.7:242
167 msgid ""
168 "live-build was originally written by Daniel Baumann E<lt>I<mail@daniel-"
169 "baumann.ch>E<gt>. Since 2016 development has been continued by the Debian "
170 "Live team."
168171 msgstr ""
169172
170173 #. type: Plain text
174177
175178 #. type: Plain text
176179 #: en/lb_binary.1:8
177 msgid "B<lb binary> [I<live-build options>]"
180 msgid "B<lb binary> [I<OPTIONS>]"
178181 msgstr ""
179182
180183 #. type: Plain text
181184 #: en/lb_binary.1:11
182185 msgid ""
183186 "B<lb binary> is a high-level command (porcelain) of I<live-build>(7), the "
184 "live systems tool suite."
187 "Debian Live tool suite."
185188 msgstr ""
186189
187190 #. type: Plain text
00 # SOME DESCRIPTIVE TITLE
1 # Copyright (C) YEAR Live Systems Project
1 # Copyright (C) YEAR Debian Live Project
22 # This file is distributed under the same license as the live-build package.
33 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
44 #
55 #, fuzzy
66 msgid ""
77 msgstr ""
8 "Project-Id-Version: live-build 1:20170829\n"
9 "POT-Creation-Date: 2017-08-29 15:05+0200\n"
8 "Project-Id-Version: live-build 1:20210902\n"
9 "POT-Creation-Date: 2021-09-02 13:56+0100\n"
1010 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1111 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1212 "Language-Team: LANGUAGE <[email protected]>\n"
1313 "Language: \n"
1414 "MIME-Version: 1.0\n"
15 "Content-Type: text/plain; charset=CHARSET\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
1616 "Content-Transfer-Encoding: 8bit\n"
1717
1818 #. type: TH
1919 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
20 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
21 #: en/live-build.7:1
20 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_installer.1:1
21 #: en/lb_source.1:1 en/live-build.7:1
2222 #, no-wrap
2323 msgid "LIVE-BUILD"
2424 msgstr ""
2525
2626 #. type: TH
2727 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
28 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
29 #: en/live-build.7:1
30 #, no-wrap
31 msgid "2017-08-29"
32 msgstr ""
33
34 #. type: TH
35 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
36 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
37 #: en/live-build.7:1
38 #, no-wrap
39 msgid "1:20170807kali1"
40 msgstr ""
41
42 #. type: TH
43 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
44 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
45 #: en/live-build.7:1
46 #, no-wrap
47 msgid "Live Systems Project"
28 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_installer.1:1
29 #: en/lb_source.1:1 en/live-build.7:1
30 #, no-wrap
31 msgid "2021-09-02"
32 msgstr ""
33
34 #. type: TH
35 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
36 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_installer.1:1
37 #: en/lb_source.1:1 en/live-build.7:1
38 #, no-wrap
39 msgid "1:20210902"
40 msgstr ""
41
42 #. type: TH
43 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
44 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_installer.1:1
45 #: en/lb_source.1:1 en/live-build.7:1
46 #, no-wrap
47 msgid "Debian Live Project"
4848 msgstr ""
4949
5050 #. type: SH
5151 #: en/lb.1:3 en/lb_binary.1:3 en/lb_bootstrap.1:3 en/lb_build.1:3
52 #: en/lb_chroot.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_source.1:3
53 #: en/live-build.7:3
52 #: en/lb_chroot.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_installer.1:3
53 #: en/lb_source.1:3 en/live-build.7:3
5454 #, no-wrap
5555 msgid "NAME"
5656 msgstr ""
5757
5858 #. type: SH
5959 #: en/lb.1:6 en/lb_binary.1:6 en/lb_bootstrap.1:6 en/lb_build.1:6
60 #: en/lb_chroot.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_source.1:6
61 #: en/live-build.7:6
60 #: en/lb_chroot.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_installer.1:6
61 #: en/lb_source.1:6 en/live-build.7:6
6262 #, no-wrap
6363 msgid "SYNOPSIS"
6464 msgstr ""
6565
6666 #. type: SH
6767 #: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9
68 #: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:229 en/lb_source.1:9
69 #: en/live-build.7:11
68 #: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:235 en/lb_installer.1:9
69 #: en/lb_source.1:9 en/live-build.7:11
7070 #, no-wrap
7171 msgid "DESCRIPTION"
7272 msgstr ""
7373
7474 #. type: SH
75 #: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
76 #: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:238 en/lb_source.1:14
77 #: en/live-build.7:20
75 #: en/lb.1:14 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
76 #: en/lb_chroot.1:14 en/lb_clean.1:14 en/lb_config.1:242 en/lb_installer.1:14
77 #: en/lb_source.1:14 en/live-build.7:18
7878 #, no-wrap
7979 msgid "OPTIONS"
8080 msgstr ""
8181
8282 #. type: SH
83 #: en/lb.1:19 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17
84 #: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:474 en/lb_source.1:17
85 #: en/live-build.7:229
83 #: en/lb.1:17 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17
84 #: en/lb_chroot.1:17 en/lb_clean.1:34 en/lb_config.1:473 en/lb_installer.1:17
85 #: en/lb_source.1:17 en/live-build.7:224
8686 #, no-wrap
8787 msgid "FILES"
8888 msgstr ""
8989
9090 #. type: IP
91 #: en/lb.1:20 en/lb_binary.1:18 en/lb_bootstrap.1:18 en/lb_chroot.1:18
92 #: en/lb_source.1:18
91 #: en/lb.1:18 en/lb_binary.1:18 en/lb_bootstrap.1:18 en/lb_chroot.1:18
92 #: en/lb_installer.1:18 en/lb_source.1:18
9393 #, no-wrap
9494 msgid "B<none>"
9595 msgstr ""
9696
9797 #. type: SH
98 #: en/lb.1:22 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:22
99 #: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:481 en/lb_source.1:20
100 #: en/live-build.7:233
98 #: en/lb.1:20 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:20
99 #: en/lb_chroot.1:20 en/lb_clean.1:37 en/lb_config.1:478 en/lb_installer.1:20
100 #: en/lb_source.1:20 en/live-build.7:228
101101 #, no-wrap
102102 msgid "SEE ALSO"
103103 msgstr ""
104104
105105 #. type: Plain text
106 #: en/lb.1:24 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:24
107 #: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:483 en/lb_source.1:22
106 #: en/lb.1:22 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:22
107 #: en/lb_chroot.1:22 en/lb_clean.1:39 en/lb_config.1:480 en/lb_installer.1:22
108 #: en/lb_source.1:22
108109 msgid "I<live-build>(7)"
109110 msgstr ""
110111
111112 #. type: Plain text
112 #: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26
113 #: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:489 en/lb_source.1:24
114 #: en/live-build.7:239
113 #: en/lb.1:24 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:24
114 #: en/lb_chroot.1:24 en/lb_clean.1:41 en/lb_config.1:486 en/lb_installer.1:24
115 #: en/lb_source.1:24 en/live-build.7:234
115116 msgid "This program is a part of live-build."
116117 msgstr ""
117118
118119 #. type: SH
119 #: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27
120 #: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:490 en/lb_source.1:25
121 #: en/live-build.7:240
120 #: en/lb.1:25 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:25
121 #: en/lb_chroot.1:25 en/lb_clean.1:42 en/lb_config.1:487 en/lb_installer.1:25
122 #: en/lb_source.1:25 en/live-build.7:235
122123 #, no-wrap
123124 msgid "HOMEPAGE"
124125 msgstr ""
125126
126127 #. type: Plain text
127 #: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29
128 #: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:492 en/lb_source.1:27
129 #: en/live-build.7:242
130 msgid ""
131 "More information about live-build and the Live Systems project can be found "
132 "on the homepage at E<lt>I<https://debian-live.alioth.debian.org/>E<gt>."
133 msgstr ""
134
135 #. type: SH
136 #: en/lb.1:30 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:30
137 #: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:493 en/lb_source.1:28
138 #: en/live-build.7:243
128 #: en/lb.1:27 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:27
129 #: en/lb_chroot.1:27 en/lb_clean.1:44 en/lb_config.1:489 en/lb_installer.1:27
130 #: en/lb_source.1:27 en/live-build.7:237
131 msgid ""
132 "More information about live-build and the Debian Live project can be found "
133 "on the homepage at E<lt>I<https://wiki.debian.org/DebianLive>E<gt>."
134 msgstr ""
135
136 #. type: SH
137 #: en/lb.1:28 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:28
138 #: en/lb_chroot.1:28 en/lb_clean.1:45 en/lb_config.1:490 en/lb_installer.1:28
139 #: en/lb_source.1:28 en/live-build.7:238
139140 #, no-wrap
140141 msgid "BUGS"
141142 msgstr ""
142143
143144 #. type: Plain text
144 #: en/lb.1:32 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:32
145 #: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:495 en/lb_source.1:30
146 #: en/live-build.7:245
147 msgid ""
148 "Bugs can be reported by submitting a bugreport for the live-build package in "
149 "the Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
150 "writing a mail to the Live Systems mailing list at E<lt>I<debian-live@lists."
145 #: en/lb.1:30 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:30
146 #: en/lb_chroot.1:30 en/lb_clean.1:47 en/lb_config.1:492 en/lb_installer.1:30
147 #: en/lb_source.1:30 en/live-build.7:240
148 msgid ""
149 "Bugs can be reported by submitting a bug report for the live-build package "
150 "in the Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
151 "writing a mail to the Debian Live mailing list at E<lt>I<debian-live@lists."
151152 "debian.org>E<gt>."
152153 msgstr ""
153154
154155 #. type: SH
155 #: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33
156 #: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:496 en/lb_source.1:31
157 #: en/live-build.7:246
156 #: en/lb.1:31 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:31
157 #: en/lb_chroot.1:31 en/lb_clean.1:48 en/lb_config.1:493 en/lb_installer.1:31
158 #: en/lb_source.1:31 en/live-build.7:241
158159 #, no-wrap
159160 msgid "AUTHOR"
160161 msgstr ""
161162
162163 #. type: Plain text
163 #: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34
164 #: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:497 en/lb_source.1:32
165 #: en/live-build.7:247
166 msgid ""
167 "live-build was written by Daniel Baumann E<lt>I<[email protected]>E<gt>."
164 #: en/lb.1:32 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:32
165 #: en/lb_chroot.1:32 en/lb_clean.1:49 en/lb_config.1:494 en/lb_installer.1:32
166 #: en/lb_source.1:32 en/live-build.7:242
167 msgid ""
168 "live-build was originally written by Daniel Baumann E<lt>I<mail@daniel-"
169 "baumann.ch>E<gt>. Since 2016 development has been continued by the Debian "
170 "Live team."
168171 msgstr ""
169172
170173 #. type: Plain text
174177
175178 #. type: Plain text
176179 #: en/lb_bootstrap.1:8
177 msgid "B<lb bootstrap> [I<live-build options>]"
180 msgid "B<lb bootstrap> [I<OPTIONS>]"
178181 msgstr ""
179182
180183 #. type: Plain text
181184 #: en/lb_bootstrap.1:11
182185 msgid ""
183186 "B<lb bootstrap> is a high-level command (porcelain) of I<live-build>(7), the "
184 "live systems tool suite."
187 "Debian Live tool suite."
185188 msgstr ""
186189
187190 #. type: Plain text
00 # SOME DESCRIPTIVE TITLE
1 # Copyright (C) YEAR Live Systems Project
1 # Copyright (C) YEAR Debian Live Project
22 # This file is distributed under the same license as the live-build package.
33 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
44 #
55 #, fuzzy
66 msgid ""
77 msgstr ""
8 "Project-Id-Version: live-build 1:20170829\n"
9 "POT-Creation-Date: 2017-08-29 15:05+0200\n"
8 "Project-Id-Version: live-build 1:20210902\n"
9 "POT-Creation-Date: 2021-09-02 13:56+0100\n"
1010 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1111 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1212 "Language-Team: LANGUAGE <[email protected]>\n"
1313 "Language: \n"
1414 "MIME-Version: 1.0\n"
15 "Content-Type: text/plain; charset=CHARSET\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
1616 "Content-Transfer-Encoding: 8bit\n"
1717
1818 #. type: TH
1919 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
20 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
21 #: en/live-build.7:1
20 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_installer.1:1
21 #: en/lb_source.1:1 en/live-build.7:1
2222 #, no-wrap
2323 msgid "LIVE-BUILD"
2424 msgstr ""
2525
2626 #. type: TH
2727 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
28 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
29 #: en/live-build.7:1
30 #, no-wrap
31 msgid "2017-08-29"
32 msgstr ""
33
34 #. type: TH
35 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
36 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
37 #: en/live-build.7:1
38 #, no-wrap
39 msgid "1:20170807kali1"
40 msgstr ""
41
42 #. type: TH
43 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
44 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
45 #: en/live-build.7:1
46 #, no-wrap
47 msgid "Live Systems Project"
28 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_installer.1:1
29 #: en/lb_source.1:1 en/live-build.7:1
30 #, no-wrap
31 msgid "2021-09-02"
32 msgstr ""
33
34 #. type: TH
35 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
36 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_installer.1:1
37 #: en/lb_source.1:1 en/live-build.7:1
38 #, no-wrap
39 msgid "1:20210902"
40 msgstr ""
41
42 #. type: TH
43 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
44 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_installer.1:1
45 #: en/lb_source.1:1 en/live-build.7:1
46 #, no-wrap
47 msgid "Debian Live Project"
4848 msgstr ""
4949
5050 #. type: SH
5151 #: en/lb.1:3 en/lb_binary.1:3 en/lb_bootstrap.1:3 en/lb_build.1:3
52 #: en/lb_chroot.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_source.1:3
53 #: en/live-build.7:3
52 #: en/lb_chroot.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_installer.1:3
53 #: en/lb_source.1:3 en/live-build.7:3
5454 #, no-wrap
5555 msgid "NAME"
5656 msgstr ""
5757
5858 #. type: SH
5959 #: en/lb.1:6 en/lb_binary.1:6 en/lb_bootstrap.1:6 en/lb_build.1:6
60 #: en/lb_chroot.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_source.1:6
61 #: en/live-build.7:6
60 #: en/lb_chroot.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_installer.1:6
61 #: en/lb_source.1:6 en/live-build.7:6
6262 #, no-wrap
6363 msgid "SYNOPSIS"
6464 msgstr ""
6565
6666 #. type: SH
6767 #: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9
68 #: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:229 en/lb_source.1:9
69 #: en/live-build.7:11
68 #: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:235 en/lb_installer.1:9
69 #: en/lb_source.1:9 en/live-build.7:11
7070 #, no-wrap
7171 msgid "DESCRIPTION"
7272 msgstr ""
7373
7474 #. type: SH
75 #: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
76 #: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:238 en/lb_source.1:14
77 #: en/live-build.7:20
75 #: en/lb.1:14 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
76 #: en/lb_chroot.1:14 en/lb_clean.1:14 en/lb_config.1:242 en/lb_installer.1:14
77 #: en/lb_source.1:14 en/live-build.7:18
7878 #, no-wrap
7979 msgid "OPTIONS"
8080 msgstr ""
8181
8282 #. type: SH
83 #: en/lb.1:19 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17
84 #: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:474 en/lb_source.1:17
85 #: en/live-build.7:229
83 #: en/lb.1:17 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17
84 #: en/lb_chroot.1:17 en/lb_clean.1:34 en/lb_config.1:473 en/lb_installer.1:17
85 #: en/lb_source.1:17 en/live-build.7:224
8686 #, no-wrap
8787 msgid "FILES"
8888 msgstr ""
8989
9090 #. type: SH
91 #: en/lb.1:22 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:22
92 #: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:481 en/lb_source.1:20
93 #: en/live-build.7:233
91 #: en/lb.1:20 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:20
92 #: en/lb_chroot.1:20 en/lb_clean.1:37 en/lb_config.1:478 en/lb_installer.1:20
93 #: en/lb_source.1:20 en/live-build.7:228
9494 #, no-wrap
9595 msgid "SEE ALSO"
9696 msgstr ""
9797
9898 #. type: Plain text
99 #: en/lb.1:24 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:24
100 #: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:483 en/lb_source.1:22
99 #: en/lb.1:22 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:22
100 #: en/lb_chroot.1:22 en/lb_clean.1:39 en/lb_config.1:480 en/lb_installer.1:22
101 #: en/lb_source.1:22
101102 msgid "I<live-build>(7)"
102103 msgstr ""
103104
104105 #. type: Plain text
105 #: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26
106 #: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:489 en/lb_source.1:24
107 #: en/live-build.7:239
106 #: en/lb.1:24 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:24
107 #: en/lb_chroot.1:24 en/lb_clean.1:41 en/lb_config.1:486 en/lb_installer.1:24
108 #: en/lb_source.1:24 en/live-build.7:234
108109 msgid "This program is a part of live-build."
109110 msgstr ""
110111
111112 #. type: SH
112 #: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27
113 #: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:490 en/lb_source.1:25
114 #: en/live-build.7:240
113 #: en/lb.1:25 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:25
114 #: en/lb_chroot.1:25 en/lb_clean.1:42 en/lb_config.1:487 en/lb_installer.1:25
115 #: en/lb_source.1:25 en/live-build.7:235
115116 #, no-wrap
116117 msgid "HOMEPAGE"
117118 msgstr ""
118119
119120 #. type: Plain text
120 #: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29
121 #: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:492 en/lb_source.1:27
122 #: en/live-build.7:242
123 msgid ""
124 "More information about live-build and the Live Systems project can be found "
125 "on the homepage at E<lt>I<https://debian-live.alioth.debian.org/>E<gt>."
126 msgstr ""
127
128 #. type: SH
129 #: en/lb.1:30 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:30
130 #: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:493 en/lb_source.1:28
131 #: en/live-build.7:243
121 #: en/lb.1:27 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:27
122 #: en/lb_chroot.1:27 en/lb_clean.1:44 en/lb_config.1:489 en/lb_installer.1:27
123 #: en/lb_source.1:27 en/live-build.7:237
124 msgid ""
125 "More information about live-build and the Debian Live project can be found "
126 "on the homepage at E<lt>I<https://wiki.debian.org/DebianLive>E<gt>."
127 msgstr ""
128
129 #. type: SH
130 #: en/lb.1:28 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:28
131 #: en/lb_chroot.1:28 en/lb_clean.1:45 en/lb_config.1:490 en/lb_installer.1:28
132 #: en/lb_source.1:28 en/live-build.7:238
132133 #, no-wrap
133134 msgid "BUGS"
134135 msgstr ""
135136
136137 #. type: Plain text
137 #: en/lb.1:32 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:32
138 #: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:495 en/lb_source.1:30
139 #: en/live-build.7:245
140 msgid ""
141 "Bugs can be reported by submitting a bugreport for the live-build package in "
142 "the Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
143 "writing a mail to the Live Systems mailing list at E<lt>I<debian-live@lists."
138 #: en/lb.1:30 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:30
139 #: en/lb_chroot.1:30 en/lb_clean.1:47 en/lb_config.1:492 en/lb_installer.1:30
140 #: en/lb_source.1:30 en/live-build.7:240
141 msgid ""
142 "Bugs can be reported by submitting a bug report for the live-build package "
143 "in the Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
144 "writing a mail to the Debian Live mailing list at E<lt>I<debian-live@lists."
144145 "debian.org>E<gt>."
145146 msgstr ""
146147
147148 #. type: SH
148 #: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33
149 #: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:496 en/lb_source.1:31
150 #: en/live-build.7:246
149 #: en/lb.1:31 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:31
150 #: en/lb_chroot.1:31 en/lb_clean.1:48 en/lb_config.1:493 en/lb_installer.1:31
151 #: en/lb_source.1:31 en/live-build.7:241
151152 #, no-wrap
152153 msgid "AUTHOR"
153154 msgstr ""
154155
155156 #. type: Plain text
156 #: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34
157 #: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:497 en/lb_source.1:32
158 #: en/live-build.7:247
159 msgid ""
160 "live-build was written by Daniel Baumann E<lt>I<[email protected]>E<gt>."
157 #: en/lb.1:32 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:32
158 #: en/lb_chroot.1:32 en/lb_clean.1:49 en/lb_config.1:494 en/lb_installer.1:32
159 #: en/lb_source.1:32 en/live-build.7:242
160 msgid ""
161 "live-build was originally written by Daniel Baumann E<lt>I<mail@daniel-"
162 "baumann.ch>E<gt>. Since 2016 development has been continued by the Debian "
163 "Live team."
161164 msgstr ""
162165
163166 #. type: Plain text
164167 #: en/lb_build.1:5
165 msgid "B<lb_build> - Complete the bootstrap, chroot, binary, and source stages"
168 msgid ""
169 "B<lb_build> - Complete the bootstrap, chroot, installer, binary, and source "
170 "stages"
166171 msgstr ""
167172
168173 #. type: Plain text
169174 #: en/lb_build.1:8
170 msgid "B<lb build> [I<live-build options>]"
175 msgid "B<lb build> [I<OPTIONS>]"
171176 msgstr ""
172177
173178 #. type: Plain text
174179 #: en/lb_build.1:11
175180 msgid ""
176181 "B<lb build> is a high-level command (porcelain) of I<live-build>(7), the "
177 "live systems tool suite."
182 "Debian Live tool suite."
178183 msgstr ""
179184
180185 #. type: Plain text
181186 #: en/lb_build.1:13
182187 msgid ""
183188 "B<lb build> calls all necessary live-build programs in the correct order to "
184 "complete the bootstrap, chroot, binary, and source stages."
189 "complete the bootstrap, chroot, installer, binary, and source stages."
185190 msgstr ""
186191
187192 #. type: Plain text
192197 "options."
193198 msgstr ""
194199
195 #. FIXME
196200 #. type: IP
197 #: en/lb_build.1:19
201 #: en/lb_build.1:18
198202 #, no-wrap
199203 msgid "B<auto/build>"
200204 msgstr ""
00 # SOME DESCRIPTIVE TITLE
1 # Copyright (C) YEAR Live Systems Project
1 # Copyright (C) YEAR Debian Live Project
22 # This file is distributed under the same license as the live-build package.
33 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
44 #
55 #, fuzzy
66 msgid ""
77 msgstr ""
8 "Project-Id-Version: live-build 1:20170829\n"
9 "POT-Creation-Date: 2017-08-29 15:05+0200\n"
8 "Project-Id-Version: live-build 1:20210902\n"
9 "POT-Creation-Date: 2021-09-02 13:56+0100\n"
1010 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1111 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1212 "Language-Team: LANGUAGE <[email protected]>\n"
1313 "Language: \n"
1414 "MIME-Version: 1.0\n"
15 "Content-Type: text/plain; charset=CHARSET\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
1616 "Content-Transfer-Encoding: 8bit\n"
1717
1818 #. type: TH
1919 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
20 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
21 #: en/live-build.7:1
20 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_installer.1:1
21 #: en/lb_source.1:1 en/live-build.7:1
2222 #, no-wrap
2323 msgid "LIVE-BUILD"
2424 msgstr ""
2525
2626 #. type: TH
2727 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
28 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
29 #: en/live-build.7:1
30 #, no-wrap
31 msgid "2017-08-29"
32 msgstr ""
33
34 #. type: TH
35 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
36 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
37 #: en/live-build.7:1
38 #, no-wrap
39 msgid "1:20170807kali1"
40 msgstr ""
41
42 #. type: TH
43 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
44 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
45 #: en/live-build.7:1
46 #, no-wrap
47 msgid "Live Systems Project"
28 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_installer.1:1
29 #: en/lb_source.1:1 en/live-build.7:1
30 #, no-wrap
31 msgid "2021-09-02"
32 msgstr ""
33
34 #. type: TH
35 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
36 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_installer.1:1
37 #: en/lb_source.1:1 en/live-build.7:1
38 #, no-wrap
39 msgid "1:20210902"
40 msgstr ""
41
42 #. type: TH
43 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
44 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_installer.1:1
45 #: en/lb_source.1:1 en/live-build.7:1
46 #, no-wrap
47 msgid "Debian Live Project"
4848 msgstr ""
4949
5050 #. type: SH
5151 #: en/lb.1:3 en/lb_binary.1:3 en/lb_bootstrap.1:3 en/lb_build.1:3
52 #: en/lb_chroot.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_source.1:3
53 #: en/live-build.7:3
52 #: en/lb_chroot.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_installer.1:3
53 #: en/lb_source.1:3 en/live-build.7:3
5454 #, no-wrap
5555 msgid "NAME"
5656 msgstr ""
5757
5858 #. type: SH
5959 #: en/lb.1:6 en/lb_binary.1:6 en/lb_bootstrap.1:6 en/lb_build.1:6
60 #: en/lb_chroot.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_source.1:6
61 #: en/live-build.7:6
60 #: en/lb_chroot.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_installer.1:6
61 #: en/lb_source.1:6 en/live-build.7:6
6262 #, no-wrap
6363 msgid "SYNOPSIS"
6464 msgstr ""
6565
6666 #. type: SH
6767 #: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9
68 #: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:229 en/lb_source.1:9
69 #: en/live-build.7:11
68 #: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:235 en/lb_installer.1:9
69 #: en/lb_source.1:9 en/live-build.7:11
7070 #, no-wrap
7171 msgid "DESCRIPTION"
7272 msgstr ""
7373
7474 #. type: SH
75 #: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
76 #: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:238 en/lb_source.1:14
77 #: en/live-build.7:20
75 #: en/lb.1:14 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
76 #: en/lb_chroot.1:14 en/lb_clean.1:14 en/lb_config.1:242 en/lb_installer.1:14
77 #: en/lb_source.1:14 en/live-build.7:18
7878 #, no-wrap
7979 msgid "OPTIONS"
8080 msgstr ""
8181
8282 #. type: SH
83 #: en/lb.1:19 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17
84 #: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:474 en/lb_source.1:17
85 #: en/live-build.7:229
83 #: en/lb.1:17 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17
84 #: en/lb_chroot.1:17 en/lb_clean.1:34 en/lb_config.1:473 en/lb_installer.1:17
85 #: en/lb_source.1:17 en/live-build.7:224
8686 #, no-wrap
8787 msgid "FILES"
8888 msgstr ""
8989
9090 #. type: IP
91 #: en/lb.1:20 en/lb_binary.1:18 en/lb_bootstrap.1:18 en/lb_chroot.1:18
92 #: en/lb_source.1:18
91 #: en/lb.1:18 en/lb_binary.1:18 en/lb_bootstrap.1:18 en/lb_chroot.1:18
92 #: en/lb_installer.1:18 en/lb_source.1:18
9393 #, no-wrap
9494 msgid "B<none>"
9595 msgstr ""
9696
9797 #. type: SH
98 #: en/lb.1:22 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:22
99 #: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:481 en/lb_source.1:20
100 #: en/live-build.7:233
98 #: en/lb.1:20 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:20
99 #: en/lb_chroot.1:20 en/lb_clean.1:37 en/lb_config.1:478 en/lb_installer.1:20
100 #: en/lb_source.1:20 en/live-build.7:228
101101 #, no-wrap
102102 msgid "SEE ALSO"
103103 msgstr ""
104104
105105 #. type: Plain text
106 #: en/lb.1:24 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:24
107 #: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:483 en/lb_source.1:22
106 #: en/lb.1:22 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:22
107 #: en/lb_chroot.1:22 en/lb_clean.1:39 en/lb_config.1:480 en/lb_installer.1:22
108 #: en/lb_source.1:22
108109 msgid "I<live-build>(7)"
109110 msgstr ""
110111
111112 #. type: Plain text
112 #: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26
113 #: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:489 en/lb_source.1:24
114 #: en/live-build.7:239
113 #: en/lb.1:24 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:24
114 #: en/lb_chroot.1:24 en/lb_clean.1:41 en/lb_config.1:486 en/lb_installer.1:24
115 #: en/lb_source.1:24 en/live-build.7:234
115116 msgid "This program is a part of live-build."
116117 msgstr ""
117118
118119 #. type: SH
119 #: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27
120 #: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:490 en/lb_source.1:25
121 #: en/live-build.7:240
120 #: en/lb.1:25 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:25
121 #: en/lb_chroot.1:25 en/lb_clean.1:42 en/lb_config.1:487 en/lb_installer.1:25
122 #: en/lb_source.1:25 en/live-build.7:235
122123 #, no-wrap
123124 msgid "HOMEPAGE"
124125 msgstr ""
125126
126127 #. type: Plain text
127 #: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29
128 #: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:492 en/lb_source.1:27
129 #: en/live-build.7:242
130 msgid ""
131 "More information about live-build and the Live Systems project can be found "
132 "on the homepage at E<lt>I<https://debian-live.alioth.debian.org/>E<gt>."
133 msgstr ""
134
135 #. type: SH
136 #: en/lb.1:30 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:30
137 #: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:493 en/lb_source.1:28
138 #: en/live-build.7:243
128 #: en/lb.1:27 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:27
129 #: en/lb_chroot.1:27 en/lb_clean.1:44 en/lb_config.1:489 en/lb_installer.1:27
130 #: en/lb_source.1:27 en/live-build.7:237
131 msgid ""
132 "More information about live-build and the Debian Live project can be found "
133 "on the homepage at E<lt>I<https://wiki.debian.org/DebianLive>E<gt>."
134 msgstr ""
135
136 #. type: SH
137 #: en/lb.1:28 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:28
138 #: en/lb_chroot.1:28 en/lb_clean.1:45 en/lb_config.1:490 en/lb_installer.1:28
139 #: en/lb_source.1:28 en/live-build.7:238
139140 #, no-wrap
140141 msgid "BUGS"
141142 msgstr ""
142143
143144 #. type: Plain text
144 #: en/lb.1:32 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:32
145 #: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:495 en/lb_source.1:30
146 #: en/live-build.7:245
147 msgid ""
148 "Bugs can be reported by submitting a bugreport for the live-build package in "
149 "the Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
150 "writing a mail to the Live Systems mailing list at E<lt>I<debian-live@lists."
145 #: en/lb.1:30 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:30
146 #: en/lb_chroot.1:30 en/lb_clean.1:47 en/lb_config.1:492 en/lb_installer.1:30
147 #: en/lb_source.1:30 en/live-build.7:240
148 msgid ""
149 "Bugs can be reported by submitting a bug report for the live-build package "
150 "in the Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
151 "writing a mail to the Debian Live mailing list at E<lt>I<debian-live@lists."
151152 "debian.org>E<gt>."
152153 msgstr ""
153154
154155 #. type: SH
155 #: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33
156 #: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:496 en/lb_source.1:31
157 #: en/live-build.7:246
156 #: en/lb.1:31 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:31
157 #: en/lb_chroot.1:31 en/lb_clean.1:48 en/lb_config.1:493 en/lb_installer.1:31
158 #: en/lb_source.1:31 en/live-build.7:241
158159 #, no-wrap
159160 msgid "AUTHOR"
160161 msgstr ""
161162
162163 #. type: Plain text
163 #: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34
164 #: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:497 en/lb_source.1:32
165 #: en/live-build.7:247
166 msgid ""
167 "live-build was written by Daniel Baumann E<lt>I<[email protected]>E<gt>."
164 #: en/lb.1:32 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:32
165 #: en/lb_chroot.1:32 en/lb_clean.1:49 en/lb_config.1:494 en/lb_installer.1:32
166 #: en/lb_source.1:32 en/live-build.7:242
167 msgid ""
168 "live-build was originally written by Daniel Baumann E<lt>I<mail@daniel-"
169 "baumann.ch>E<gt>. Since 2016 development has been continued by the Debian "
170 "Live team."
168171 msgstr ""
169172
170173 #. type: Plain text
174177
175178 #. type: Plain text
176179 #: en/lb_chroot.1:8
177 msgid "B<lb chroot> [I<live-build options>]"
180 msgid "B<lb chroot> [I<OPTIONS>]"
178181 msgstr ""
179182
180183 #. type: Plain text
181184 #: en/lb_chroot.1:11
182185 msgid ""
183186 "B<lb chroot> is a high-level command (porcelain) of I<live-build>(7), the "
184 "live systems tool suite."
187 "Debian Live tool suite."
185188 msgstr ""
186189
187190 #. type: Plain text
00 # SOME DESCRIPTIVE TITLE
1 # Copyright (C) YEAR Live Systems Project
1 # Copyright (C) YEAR Debian Live Project
22 # This file is distributed under the same license as the live-build package.
33 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
44 #
55 #, fuzzy
66 msgid ""
77 msgstr ""
8 "Project-Id-Version: live-build 1:20170829\n"
9 "POT-Creation-Date: 2017-08-29 15:05+0200\n"
8 "Project-Id-Version: live-build 1:20210902\n"
9 "POT-Creation-Date: 2021-09-02 13:56+0100\n"
1010 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1111 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1212 "Language-Team: LANGUAGE <[email protected]>\n"
1313 "Language: \n"
1414 "MIME-Version: 1.0\n"
15 "Content-Type: text/plain; charset=CHARSET\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
1616 "Content-Transfer-Encoding: 8bit\n"
1717
1818 #. type: TH
1919 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
20 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
21 #: en/live-build.7:1
20 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_installer.1:1
21 #: en/lb_source.1:1 en/live-build.7:1
2222 #, no-wrap
2323 msgid "LIVE-BUILD"
2424 msgstr ""
2525
2626 #. type: TH
2727 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
28 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
29 #: en/live-build.7:1
30 #, no-wrap
31 msgid "2017-08-29"
32 msgstr ""
33
34 #. type: TH
35 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
36 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
37 #: en/live-build.7:1
38 #, no-wrap
39 msgid "1:20170807kali1"
40 msgstr ""
41
42 #. type: TH
43 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
44 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
45 #: en/live-build.7:1
46 #, no-wrap
47 msgid "Live Systems Project"
28 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_installer.1:1
29 #: en/lb_source.1:1 en/live-build.7:1
30 #, no-wrap
31 msgid "2021-09-02"
32 msgstr ""
33
34 #. type: TH
35 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
36 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_installer.1:1
37 #: en/lb_source.1:1 en/live-build.7:1
38 #, no-wrap
39 msgid "1:20210902"
40 msgstr ""
41
42 #. type: TH
43 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
44 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_installer.1:1
45 #: en/lb_source.1:1 en/live-build.7:1
46 #, no-wrap
47 msgid "Debian Live Project"
4848 msgstr ""
4949
5050 #. type: SH
5151 #: en/lb.1:3 en/lb_binary.1:3 en/lb_bootstrap.1:3 en/lb_build.1:3
52 #: en/lb_chroot.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_source.1:3
53 #: en/live-build.7:3
52 #: en/lb_chroot.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_installer.1:3
53 #: en/lb_source.1:3 en/live-build.7:3
5454 #, no-wrap
5555 msgid "NAME"
5656 msgstr ""
5757
5858 #. type: SH
5959 #: en/lb.1:6 en/lb_binary.1:6 en/lb_bootstrap.1:6 en/lb_build.1:6
60 #: en/lb_chroot.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_source.1:6
61 #: en/live-build.7:6
60 #: en/lb_chroot.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_installer.1:6
61 #: en/lb_source.1:6 en/live-build.7:6
6262 #, no-wrap
6363 msgid "SYNOPSIS"
6464 msgstr ""
6565
6666 #. type: SH
6767 #: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9
68 #: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:229 en/lb_source.1:9
69 #: en/live-build.7:11
68 #: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:235 en/lb_installer.1:9
69 #: en/lb_source.1:9 en/live-build.7:11
7070 #, no-wrap
7171 msgid "DESCRIPTION"
7272 msgstr ""
7373
7474 #. type: SH
75 #: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
76 #: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:238 en/lb_source.1:14
77 #: en/live-build.7:20
75 #: en/lb.1:14 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
76 #: en/lb_chroot.1:14 en/lb_clean.1:14 en/lb_config.1:242 en/lb_installer.1:14
77 #: en/lb_source.1:14 en/live-build.7:18
7878 #, no-wrap
7979 msgid "OPTIONS"
8080 msgstr ""
8181
8282 #. type: SH
83 #: en/lb.1:19 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17
84 #: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:474 en/lb_source.1:17
85 #: en/live-build.7:229
83 #: en/lb.1:17 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17
84 #: en/lb_chroot.1:17 en/lb_clean.1:34 en/lb_config.1:473 en/lb_installer.1:17
85 #: en/lb_source.1:17 en/live-build.7:224
8686 #, no-wrap
8787 msgid "FILES"
8888 msgstr ""
8989
9090 #. type: SH
91 #: en/lb.1:22 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:22
92 #: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:481 en/lb_source.1:20
93 #: en/live-build.7:233
91 #: en/lb.1:20 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:20
92 #: en/lb_chroot.1:20 en/lb_clean.1:37 en/lb_config.1:478 en/lb_installer.1:20
93 #: en/lb_source.1:20 en/live-build.7:228
9494 #, no-wrap
9595 msgid "SEE ALSO"
9696 msgstr ""
9797
9898 #. type: Plain text
99 #: en/lb.1:24 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:24
100 #: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:483 en/lb_source.1:22
99 #: en/lb.1:22 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:22
100 #: en/lb_chroot.1:22 en/lb_clean.1:39 en/lb_config.1:480 en/lb_installer.1:22
101 #: en/lb_source.1:22
101102 msgid "I<live-build>(7)"
102103 msgstr ""
103104
104105 #. type: Plain text
105 #: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26
106 #: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:489 en/lb_source.1:24
107 #: en/live-build.7:239
106 #: en/lb.1:24 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:24
107 #: en/lb_chroot.1:24 en/lb_clean.1:41 en/lb_config.1:486 en/lb_installer.1:24
108 #: en/lb_source.1:24 en/live-build.7:234
108109 msgid "This program is a part of live-build."
109110 msgstr ""
110111
111112 #. type: SH
112 #: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27
113 #: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:490 en/lb_source.1:25
114 #: en/live-build.7:240
113 #: en/lb.1:25 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:25
114 #: en/lb_chroot.1:25 en/lb_clean.1:42 en/lb_config.1:487 en/lb_installer.1:25
115 #: en/lb_source.1:25 en/live-build.7:235
115116 #, no-wrap
116117 msgid "HOMEPAGE"
117118 msgstr ""
118119
119120 #. type: Plain text
120 #: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29
121 #: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:492 en/lb_source.1:27
122 #: en/live-build.7:242
123 msgid ""
124 "More information about live-build and the Live Systems project can be found "
125 "on the homepage at E<lt>I<https://debian-live.alioth.debian.org/>E<gt>."
126 msgstr ""
127
128 #. type: SH
129 #: en/lb.1:30 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:30
130 #: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:493 en/lb_source.1:28
131 #: en/live-build.7:243
121 #: en/lb.1:27 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:27
122 #: en/lb_chroot.1:27 en/lb_clean.1:44 en/lb_config.1:489 en/lb_installer.1:27
123 #: en/lb_source.1:27 en/live-build.7:237
124 msgid ""
125 "More information about live-build and the Debian Live project can be found "
126 "on the homepage at E<lt>I<https://wiki.debian.org/DebianLive>E<gt>."
127 msgstr ""
128
129 #. type: SH
130 #: en/lb.1:28 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:28
131 #: en/lb_chroot.1:28 en/lb_clean.1:45 en/lb_config.1:490 en/lb_installer.1:28
132 #: en/lb_source.1:28 en/live-build.7:238
132133 #, no-wrap
133134 msgid "BUGS"
134135 msgstr ""
135136
136137 #. type: Plain text
137 #: en/lb.1:32 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:32
138 #: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:495 en/lb_source.1:30
139 #: en/live-build.7:245
140 msgid ""
141 "Bugs can be reported by submitting a bugreport for the live-build package in "
142 "the Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
143 "writing a mail to the Live Systems mailing list at E<lt>I<debian-live@lists."
138 #: en/lb.1:30 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:30
139 #: en/lb_chroot.1:30 en/lb_clean.1:47 en/lb_config.1:492 en/lb_installer.1:30
140 #: en/lb_source.1:30 en/live-build.7:240
141 msgid ""
142 "Bugs can be reported by submitting a bug report for the live-build package "
143 "in the Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
144 "writing a mail to the Debian Live mailing list at E<lt>I<debian-live@lists."
144145 "debian.org>E<gt>."
145146 msgstr ""
146147
147148 #. type: SH
148 #: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33
149 #: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:496 en/lb_source.1:31
150 #: en/live-build.7:246
149 #: en/lb.1:31 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:31
150 #: en/lb_chroot.1:31 en/lb_clean.1:48 en/lb_config.1:493 en/lb_installer.1:31
151 #: en/lb_source.1:31 en/live-build.7:241
151152 #, no-wrap
152153 msgid "AUTHOR"
153154 msgstr ""
154155
155156 #. type: Plain text
156 #: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34
157 #: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:497 en/lb_source.1:32
158 #: en/live-build.7:247
159 msgid ""
160 "live-build was written by Daniel Baumann E<lt>I<[email protected]>E<gt>."
157 #: en/lb.1:32 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:32
158 #: en/lb_chroot.1:32 en/lb_clean.1:49 en/lb_config.1:494 en/lb_installer.1:32
159 #: en/lb_source.1:32 en/live-build.7:242
160 msgid ""
161 "live-build was originally written by Daniel Baumann E<lt>I<mail@daniel-"
162 "baumann.ch>E<gt>. Since 2016 development has been continued by the Debian "
163 "Live team."
161164 msgstr ""
162165
163166 #. type: Plain text
167170
168171 #. type: Plain text
169172 #: en/lb_clean.1:8
170 msgid "B<lb clean> [I<live-build options>]"
173 msgid "B<lb clean> [I<OPTIONS>]"
171174 msgstr ""
172175
173176 #. type: Plain text
174177 #: en/lb_clean.1:11
175178 msgid ""
176179 "B<lb clean> is a high-level command (porcelain) of I<live-build>(7), the "
177 "live systems tool suite."
178 msgstr ""
179
180 #. FIXME
181 #. FIXME
182 #. type: Plain text
183 #: en/lb_clean.1:15
180 "Debian Live tool suite."
181 msgstr ""
182
183 #. type: Plain text
184 #: en/lb_clean.1:13
184185 msgid ""
185186 "B<lb clean> is responsible for cleaning up after a system is built. It "
186187 "removes the build directories, and removes some other files including stage "
188189 msgstr ""
189190
190191 #. type: Plain text
191 #: en/lb_clean.1:18
192 #: en/lb_clean.1:16
192193 msgid ""
193194 "In addition to its specific options B<lb clean> understands all generic live-"
194195 "build options. See I<live-build>(7) for a complete list of all generic live-"
195196 "build options."
196197 msgstr ""
197198
198 #. FIXME
199 #. type: IP
200 #: en/lb_clean.1:20
199 #. type: IP
200 #: en/lb_clean.1:17
201201 #, no-wrap
202202 msgid "B<--all>"
203203 msgstr ""
204204
205205 #. type: Plain text
206 #: en/lb_clean.1:22
206 #: en/lb_clean.1:19
207207 msgid ""
208208 "removes chroot, binary, stage, and source. The cache directory is kept. This "
209209 "is the default operation and will be performed if no argument is given."
210210 msgstr ""
211211
212212 #. type: IP
213 #: en/lb_clean.1:22
213 #: en/lb_clean.1:19
214214 #, no-wrap
215215 msgid "B<--cache>"
216216 msgstr ""
217217
218218 #. type: Plain text
219 #: en/lb_clean.1:24
219 #: en/lb_clean.1:21
220220 msgid "removes the cache directories."
221221 msgstr ""
222222
223223 #. type: IP
224 #: en/lb_clean.1:24
224 #: en/lb_clean.1:21
225225 #, no-wrap
226226 msgid "B<--chroot>"
227227 msgstr ""
228228
229229 #. type: Plain text
230 #: en/lb_clean.1:26
230 #: en/lb_clean.1:23
231231 msgid "unmounts and removes the chroot directory."
232232 msgstr ""
233233
234234 #. type: IP
235 #: en/lb_clean.1:26
235 #: en/lb_clean.1:23
236236 #, no-wrap
237237 msgid "B<--binary>"
238238 msgstr ""
239239
240240 #. type: Plain text
241 #: en/lb_clean.1:28
241 #: en/lb_clean.1:25
242242 msgid ""
243243 "removes all binary related caches, files, directories, and stages files."
244244 msgstr ""
245245
246246 #. type: IP
247 #: en/lb_clean.1:28
247 #: en/lb_clean.1:25
248248 #, no-wrap
249249 msgid "B<--purge>"
250250 msgstr ""
251251
252252 #. type: Plain text
253 #: en/lb_clean.1:30
253 #: en/lb_clean.1:27
254254 msgid "removes everything, including all caches. The config directory is kept."
255255 msgstr ""
256256
257257 #. type: IP
258 #: en/lb_clean.1:30
258 #: en/lb_clean.1:27
259259 #, no-wrap
260260 msgid "B<--remove>"
261261 msgstr ""
262262
263263 #. type: Plain text
264 #: en/lb_clean.1:32
264 #: en/lb_clean.1:29
265265 msgid ""
266266 "removes everything, including package cache but not stage cache. The config "
267267 "directory is kept."
268268 msgstr ""
269269
270270 #. type: IP
271 #: en/lb_clean.1:32
271 #: en/lb_clean.1:29
272272 #, no-wrap
273273 msgid "B<--stage>"
274274 msgstr ""
275275
276276 #. type: Plain text
277 #: en/lb_clean.1:34
277 #: en/lb_clean.1:31
278278 msgid "removes all stage files."
279279 msgstr ""
280280
281281 #. type: IP
282 #: en/lb_clean.1:34
282 #: en/lb_clean.1:31
283283 #, no-wrap
284284 msgid "B<--source>"
285285 msgstr ""
286286
287 #. FIXME
288 #. type: Plain text
289 #: en/lb_clean.1:37
287 #. type: Plain text
288 #: en/lb_clean.1:33
290289 msgid "removes all source related caches, files, directories, and stage files."
291290 msgstr ""
292291
293 #. FIXME
294 #. type: IP
295 #: en/lb_clean.1:40
292 #. type: IP
293 #: en/lb_clean.1:35
296294 #, no-wrap
297295 msgid "B<auto/clean>"
298296 msgstr ""
00 # SOME DESCRIPTIVE TITLE
1 # Copyright (C) YEAR Live Systems Project
1 # Copyright (C) YEAR Debian Live Project
22 # This file is distributed under the same license as the live-build package.
33 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
44 #
55 #, fuzzy
66 msgid ""
77 msgstr ""
8 "Project-Id-Version: live-build 1:20170829\n"
9 "POT-Creation-Date: 2017-08-29 15:05+0200\n"
8 "Project-Id-Version: live-build 1:20210902\n"
9 "POT-Creation-Date: 2021-09-02 13:56+0100\n"
1010 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1111 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1212 "Language-Team: LANGUAGE <[email protected]>\n"
1313 "Language: \n"
1414 "MIME-Version: 1.0\n"
15 "Content-Type: text/plain; charset=CHARSET\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
1616 "Content-Transfer-Encoding: 8bit\n"
1717
1818 #. type: TH
1919 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
20 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
21 #: en/live-build.7:1
20 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_installer.1:1
21 #: en/lb_source.1:1 en/live-build.7:1
2222 #, no-wrap
2323 msgid "LIVE-BUILD"
2424 msgstr ""
2525
2626 #. type: TH
2727 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
28 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
29 #: en/live-build.7:1
30 #, no-wrap
31 msgid "2017-08-29"
28 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_installer.1:1
29 #: en/lb_source.1:1 en/live-build.7:1
30 #, no-wrap
31 msgid "2021-09-02"
3232 msgstr ""
3333
3434 #. type: TH
3535 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
36 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
37 #: en/live-build.7:1
38 #, no-wrap
39 msgid "1:20170807kali1"
36 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_installer.1:1
37 #: en/lb_source.1:1 en/live-build.7:1
38 #, no-wrap
39 msgid "1:20210902"
4040 msgstr ""
4141
4242 #. type: TH
4343 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
44 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
45 #: en/live-build.7:1
46 #, no-wrap
47 msgid "Live Systems Project"
44 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_installer.1:1
45 #: en/lb_source.1:1 en/live-build.7:1
46 #, no-wrap
47 msgid "Debian Live Project"
4848 msgstr ""
4949
5050 #. type: SH
5151 #: en/lb.1:3 en/lb_binary.1:3 en/lb_bootstrap.1:3 en/lb_build.1:3
52 #: en/lb_chroot.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_source.1:3
53 #: en/live-build.7:3
52 #: en/lb_chroot.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_installer.1:3
53 #: en/lb_source.1:3 en/live-build.7:3
5454 #, no-wrap
5555 msgid "NAME"
5656 msgstr ""
5757
5858 #. type: SH
5959 #: en/lb.1:6 en/lb_binary.1:6 en/lb_bootstrap.1:6 en/lb_build.1:6
60 #: en/lb_chroot.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_source.1:6
61 #: en/live-build.7:6
60 #: en/lb_chroot.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_installer.1:6
61 #: en/lb_source.1:6 en/live-build.7:6
6262 #, no-wrap
6363 msgid "SYNOPSIS"
6464 msgstr ""
6565
6666 #. type: SH
6767 #: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9
68 #: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:229 en/lb_source.1:9
69 #: en/live-build.7:11
68 #: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:235 en/lb_installer.1:9
69 #: en/lb_source.1:9 en/live-build.7:11
7070 #, no-wrap
7171 msgid "DESCRIPTION"
7272 msgstr ""
7373
7474 #. type: SH
75 #: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
76 #: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:238 en/lb_source.1:14
77 #: en/live-build.7:20
75 #: en/lb.1:14 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
76 #: en/lb_chroot.1:14 en/lb_clean.1:14 en/lb_config.1:242 en/lb_installer.1:14
77 #: en/lb_source.1:14 en/live-build.7:18
7878 #, no-wrap
7979 msgid "OPTIONS"
8080 msgstr ""
8181
8282 #. type: SH
83 #: en/lb.1:19 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17
84 #: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:474 en/lb_source.1:17
85 #: en/live-build.7:229
83 #: en/lb.1:17 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17
84 #: en/lb_chroot.1:17 en/lb_clean.1:34 en/lb_config.1:473 en/lb_installer.1:17
85 #: en/lb_source.1:17 en/live-build.7:224
8686 #, no-wrap
8787 msgid "FILES"
8888 msgstr ""
8989
9090 #. type: SH
91 #: en/lb.1:22 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:22
92 #: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:481 en/lb_source.1:20
93 #: en/live-build.7:233
91 #: en/lb.1:20 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:20
92 #: en/lb_chroot.1:20 en/lb_clean.1:37 en/lb_config.1:478 en/lb_installer.1:20
93 #: en/lb_source.1:20 en/live-build.7:228
9494 #, no-wrap
9595 msgid "SEE ALSO"
9696 msgstr ""
9797
9898 #. type: Plain text
99 #: en/lb.1:24 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:24
100 #: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:483 en/lb_source.1:22
99 #: en/lb.1:22 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:22
100 #: en/lb_chroot.1:22 en/lb_clean.1:39 en/lb_config.1:480 en/lb_installer.1:22
101 #: en/lb_source.1:22
101102 msgid "I<live-build>(7)"
102103 msgstr ""
103104
104105 #. type: Plain text
105 #: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26
106 #: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:489 en/lb_source.1:24
107 #: en/live-build.7:239
106 #: en/lb.1:24 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:24
107 #: en/lb_chroot.1:24 en/lb_clean.1:41 en/lb_config.1:486 en/lb_installer.1:24
108 #: en/lb_source.1:24 en/live-build.7:234
108109 msgid "This program is a part of live-build."
109110 msgstr ""
110111
111112 #. type: SH
112 #: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27
113 #: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:490 en/lb_source.1:25
114 #: en/live-build.7:240
113 #: en/lb.1:25 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:25
114 #: en/lb_chroot.1:25 en/lb_clean.1:42 en/lb_config.1:487 en/lb_installer.1:25
115 #: en/lb_source.1:25 en/live-build.7:235
115116 #, no-wrap
116117 msgid "HOMEPAGE"
117118 msgstr ""
118119
119120 #. type: Plain text
120 #: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29
121 #: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:492 en/lb_source.1:27
122 #: en/live-build.7:242
123 msgid ""
124 "More information about live-build and the Live Systems project can be found "
125 "on the homepage at E<lt>I<https://debian-live.alioth.debian.org/>E<gt>."
121 #: en/lb.1:27 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:27
122 #: en/lb_chroot.1:27 en/lb_clean.1:44 en/lb_config.1:489 en/lb_installer.1:27
123 #: en/lb_source.1:27 en/live-build.7:237
124 msgid ""
125 "More information about live-build and the Debian Live project can be found "
126 "on the homepage at E<lt>I<https://wiki.debian.org/DebianLive>E<gt>."
126127 msgstr ""
127128
128129 #. type: SH
129 #: en/lb.1:30 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:30
130 #: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:493 en/lb_source.1:28
131 #: en/live-build.7:243
130 #: en/lb.1:28 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:28
131 #: en/lb_chroot.1:28 en/lb_clean.1:45 en/lb_config.1:490 en/lb_installer.1:28
132 #: en/lb_source.1:28 en/live-build.7:238
132133 #, no-wrap
133134 msgid "BUGS"
134135 msgstr ""
135136
136137 #. type: Plain text
137 #: en/lb.1:32 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:32
138 #: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:495 en/lb_source.1:30
139 #: en/live-build.7:245
140 msgid ""
141 "Bugs can be reported by submitting a bugreport for the live-build package in "
142 "the Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
143 "writing a mail to the Live Systems mailing list at E<lt>I<debian-live@lists."
138 #: en/lb.1:30 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:30
139 #: en/lb_chroot.1:30 en/lb_clean.1:47 en/lb_config.1:492 en/lb_installer.1:30
140 #: en/lb_source.1:30 en/live-build.7:240
141 msgid ""
142 "Bugs can be reported by submitting a bug report for the live-build package "
143 "in the Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
144 "writing a mail to the Debian Live mailing list at E<lt>I<debian-live@lists."
144145 "debian.org>E<gt>."
145146 msgstr ""
146147
147148 #. type: SH
148 #: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33
149 #: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:496 en/lb_source.1:31
150 #: en/live-build.7:246
149 #: en/lb.1:31 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:31
150 #: en/lb_chroot.1:31 en/lb_clean.1:48 en/lb_config.1:493 en/lb_installer.1:31
151 #: en/lb_source.1:31 en/live-build.7:241
151152 #, no-wrap
152153 msgid "AUTHOR"
153154 msgstr ""
154155
155156 #. type: Plain text
156 #: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34
157 #: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:497 en/lb_source.1:32
158 #: en/live-build.7:247
159 msgid ""
160 "live-build was written by Daniel Baumann E<lt>I<[email protected]>E<gt>."
157 #: en/lb.1:32 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:32
158 #: en/lb_chroot.1:32 en/lb_clean.1:49 en/lb_config.1:494 en/lb_installer.1:32
159 #: en/lb_source.1:32 en/live-build.7:242
160 msgid ""
161 "live-build was originally written by Daniel Baumann E<lt>I<mail@daniel-"
162 "baumann.ch>E<gt>. Since 2016 development has been continued by the Debian "
163 "Live team."
161164 msgstr ""
162165
163166 #. type: Plain text
167170
168171 #. type: Plain text
169172 #: en/lb_config.1:8
170 msgid "B<lb config> [I<live-build options>]"
171 msgstr ""
172
173 #. FIXME
174 #. type: Plain text
175 #: en/lb_config.1:11
173 msgid "B<lb config> {B<-h>|B<--help>|B<-u>|B<--usage>|B<-v>|B<--version>}"
174 msgstr ""
175
176 #. type: Plain text
177 #: en/lb_config.1:10
176178 msgid "B<lb config>"
177179 msgstr ""
178180
179181 #. type: Plain text
180 #: en/lb_config.1:13
181 msgid " [B<--apt> apt|aptitude]"
182 msgstr ""
183
184 #. type: Plain text
185 #: en/lb_config.1:15
182 #: en/lb_config.1:12
183 msgid " [B<--apt> apt|apt-get|aptitude]"
184 msgstr ""
185
186 #. type: Plain text
187 #: en/lb_config.1:14
186188 msgid " [B<--apt-ftp-proxy> I<URL>]"
187189 msgstr ""
188190
189191 #. type: Plain text
190 #: en/lb_config.1:17
192 #: en/lb_config.1:16
191193 msgid " [B<--apt-http-proxy> I<URL>]"
192194 msgstr ""
193195
194196 #. type: Plain text
195 #: en/lb_config.1:19
197 #: en/lb_config.1:18
196198 msgid " [B<--apt-indices> true|false]"
197199 msgstr ""
198200
199201 #. type: Plain text
200 #: en/lb_config.1:21
202 #: en/lb_config.1:20
201203 msgid " [B<--apt-options> I<OPTION>|\"I<OPTIONS>\"]"
202204 msgstr ""
203205
204206 #. type: Plain text
205 #: en/lb_config.1:23
207 #: en/lb_config.1:22
208 msgid " [B<--apt-pipeline> I<DEPTH>]"
209 msgstr ""
210
211 #. type: Plain text
212 #: en/lb_config.1:24
213 msgid " [B<--apt-recommends> true|false]"
214 msgstr ""
215
216 #. type: Plain text
217 #: en/lb_config.1:26
218 msgid " [B<--apt-secure> true|false]"
219 msgstr ""
220
221 #. type: Plain text
222 #: en/lb_config.1:28
223 msgid " [B<--apt-source-archives> true|false]"
224 msgstr ""
225
226 #. type: Plain text
227 #: en/lb_config.1:30
206228 msgid " [B<--aptitude-options> I<OPTION>|\"I<OPTIONS>\"]"
207229 msgstr ""
208230
209231 #. type: Plain text
210 #: en/lb_config.1:25
211 msgid " [B<--apt-pipeline> I<DEPTH>]"
212 msgstr ""
213
214 #. type: Plain text
215 #: en/lb_config.1:27
216 msgid " [B<--apt-recommends> true|false]"
217 msgstr ""
218
219 #. type: Plain text
220 #: en/lb_config.1:29
221 msgid " [B<--apt-secure> true|false]"
222 msgstr ""
223
224 #. type: Plain text
225 #: en/lb_config.1:31
226 msgid " [B<--apt-source-archives> true|false]"
227 msgstr ""
228
229 #. type: Plain text
230 #: en/lb_config.1:33
231 msgid " [-a|B<--architectures> I<ARCHITECTURE>]"
232 msgstr ""
233
234 #. type: Plain text
235 #: en/lb_config.1:35
236 msgid " [-b|B<--binary-images> iso|iso-hybrid|netboot|tar|hdd]"
237 msgstr ""
238
239 #. type: Plain text
240 #: en/lb_config.1:37
241 msgid " [B<--binary-filesystem> fat16|fat32|ext2|ext3|ext4]"
242 msgstr ""
243
244 #. type: Plain text
245 #: en/lb_config.1:39
246 msgid " [B<--bootappend-install> I<PARAMETER>|I<\"PARAMETERS\">]"
247 msgstr ""
248
249 #. type: Plain text
250 #: en/lb_config.1:41
251 msgid " [B<--bootappend-live> I<PARAMETER>|I<\"PARAMETERS\">]"
252 msgstr ""
253
254 #. type: Plain text
255 #: en/lb_config.1:43
256 msgid " [B<--bootappend-live-failsafe> I<PARAMETER>|I<\"PARAMETERS\">]"
257 msgstr ""
258
259 #. type: Plain text
260 #: en/lb_config.1:45
261 msgid " [B<--bootloaders> grub-legacy|grub-pc|syslinux|grub-efi]"
262 msgstr ""
263
264 #. type: Plain text
265 #: en/lb_config.1:47
232 #: en/lb_config.1:32
233 msgid " [B<-a>|B<--architecture> I<ARCHITECTURE>]"
234 msgstr ""
235
236 #. type: Plain text
237 #: en/lb_config.1:34
238 msgid " [B<--archive-areas> I<ARCHIVE_AREA>|\"I<ARCHIVE_AREAS>\"]"
239 msgstr ""
240
241 #. type: Plain text
242 #: en/lb_config.1:36
243 msgid " [B<--backports> true|false]"
244 msgstr ""
245
246 #. type: Plain text
247 #: en/lb_config.1:38
248 msgid " [B<--binary-filesystem> fat16|fat32|ext2|ext3|ext4|ntfs]"
249 msgstr ""
250
251 #. type: Plain text
252 #: en/lb_config.1:40
253 msgid " [B<-b>|B<--binary-image> iso|iso-hybrid|netboot|tar|hdd]"
254 msgstr ""
255
256 #. type: Plain text
257 #: en/lb_config.1:42
258 msgid " [B<--bootappend-install> I<PARAMETER>|\"I<PARAMETERS>\"]"
259 msgstr ""
260
261 #. type: Plain text
262 #: en/lb_config.1:44
263 msgid " [B<--bootappend-live> I<PARAMETER>|\"I<PARAMETERS>\"]"
264 msgstr ""
265
266 #. type: Plain text
267 #: en/lb_config.1:46
268 msgid " [B<--bootappend-live-failsafe> I<PARAMETER>|\"I<PARAMETERS>\"]"
269 msgstr ""
270
271 #. type: Plain text
272 #: en/lb_config.1:48
273 msgid ""
274 " [B<--bootloaders> grub-legacy|grub-pc|syslinux|grub-efi|\"I<BOOTLOADERS>\"]"
275 msgstr ""
276
277 #. type: Plain text
278 #: en/lb_config.1:50
279 msgid " [B<--bootstrap-qemu-arch> I<ARCH>]"
280 msgstr ""
281
282 #. type: Plain text
283 #: en/lb_config.1:52
284 msgid " [B<--bootstrap-qemu-exclude> I<PACKAGE>|\"I<PACKAGES>\"]"
285 msgstr ""
286
287 #. type: Plain text
288 #: en/lb_config.1:54
289 msgid " [B<--bootstrap-qemu-static> I<PATH>]"
290 msgstr ""
291
292 #. type: Plain text
293 #: en/lb_config.1:56
294 msgid " [B<--breakpoints>]"
295 msgstr ""
296
297 #. type: Plain text
298 #: en/lb_config.1:58
299 msgid " [B<--build-with-chroot> true|false]"
300 msgstr ""
301
302 #. type: Plain text
303 #: en/lb_config.1:60
266304 msgid " [B<--cache> true|false]"
267305 msgstr ""
268306
269307 #. type: Plain text
270 #: en/lb_config.1:49
308 #: en/lb_config.1:62
271309 msgid " [B<--cache-indices> true|false]"
272310 msgstr ""
273311
274312 #. type: Plain text
275 #: en/lb_config.1:51
313 #: en/lb_config.1:64
276314 msgid " [B<--cache-packages> true|false]"
277315 msgstr ""
278316
279317 #. type: Plain text
280 #: en/lb_config.1:53
281 msgid " [B<--cache-stages> I<STAGE>|I<\"STAGES\">]"
282 msgstr ""
283
284 #. type: Plain text
285 #: en/lb_config.1:55
286 msgid " [B<--checksums> md5|sha1|sha256|none]"
287 msgstr ""
288
289 #. type: Plain text
290 #: en/lb_config.1:57
291 msgid " [B<--compression> bzip2|gzip|lzip|none]"
292 msgstr ""
293
294 #. type: Plain text
295 #: en/lb_config.1:59
296 msgid " [B<--config> I<GIT_URL::GIT_ID>]"
297 msgstr ""
298
299 #. type: Plain text
300 #: en/lb_config.1:61
301 msgid " [B<--build-with-chroot> true|false]"
302 msgstr ""
303
304 #. type: Plain text
305 #: en/lb_config.1:63
318 #: en/lb_config.1:66
319 msgid " [B<--cache-stages> I<STAGE>|\"I<STAGES>\"]"
320 msgstr ""
321
322 #. type: Plain text
323 #: en/lb_config.1:68
324 msgid " [B<--checksums> md5|sha1|sha224|sha256|sha384|sha512|none]"
325 msgstr ""
326
327 #. type: Plain text
328 #: en/lb_config.1:70
306329 msgid " [B<--chroot-filesystem> ext2|ext3|ext4|squashfs|jffs2|none]"
307330 msgstr ""
308331
309332 #. type: Plain text
310 #: en/lb_config.1:65
333 #: en/lb_config.1:72
334 msgid " [B<--chroot-squashfs-compression-level> LEVEL]"
335 msgstr ""
336
337 #. type: Plain text
338 #: en/lb_config.1:74
339 msgid " [B<--chroot-squashfs-compression-type> gzip|lzma|lzo|lz4|xz|zstd]"
340 msgstr ""
341
342 #. type: Plain text
343 #: en/lb_config.1:76
311344 msgid " [B<--clean>]"
312345 msgstr ""
313346
314347 #. type: Plain text
315 #: en/lb_config.1:67
316 msgid " [-c|B<--conffile> I<FILE>]"
317 msgstr ""
318
319 #. type: Plain text
320 #: en/lb_config.1:69
348 #: en/lb_config.1:78
349 msgid " [B<--color>]"
350 msgstr ""
351
352 #. type: Plain text
353 #: en/lb_config.1:80
354 msgid " [B<--compression> bzip2|gzip|lzip|xz|none]"
355 msgstr ""
356
357 #. type: Plain text
358 #: en/lb_config.1:82
359 msgid " [B<-c>|B<--conffile> I<FILE>]"
360 msgstr ""
361
362 #. type: Plain text
363 #: en/lb_config.1:84
364 msgid " [B<--config> I<GIT_URL>::I<GIT_BRANCH>]"
365 msgstr ""
366
367 #. type: Plain text
368 #: en/lb_config.1:86
321369 msgid " [B<--debconf-frontend> dialog|editor|noninteractive|readline]"
322370 msgstr ""
323371
324372 #. type: Plain text
325 #: en/lb_config.1:71
373 #: en/lb_config.1:88
326374 msgid " [B<--debconf-priority> low|medium|high|critical]"
327375 msgstr ""
328376
329377 #. type: Plain text
330 #: en/lb_config.1:73
331 msgid ""
332 " [B<--debian-installer> true|cdrom|netinst|netboot|businesscard|live|false]"
333 msgstr ""
334
335 #. type: Plain text
336 #: en/lb_config.1:75
378 #: en/lb_config.1:90
379 msgid " [B<--debian-installer> cdrom|netinst|netboot|businesscard|live|none]"
380 msgstr ""
381
382 #. type: Plain text
383 #: en/lb_config.1:92
337384 msgid " [B<--debian-installer-distribution> daily|I<CODENAME>]"
338385 msgstr ""
339386
340387 #. type: Plain text
341 #: en/lb_config.1:77
388 #: en/lb_config.1:94
389 msgid " [B<--debian-installer-gui> true|false]"
390 msgstr ""
391
392 #. type: Plain text
393 #: en/lb_config.1:96
342394 msgid " [B<--debian-installer-preseedfile> I<FILE>|I<URL>]"
343395 msgstr ""
344396
345397 #. type: Plain text
346 #: en/lb_config.1:79
347 msgid " [B<--debian-installer-gui> true|false]"
348 msgstr ""
349
350 #. type: Plain text
351 #: en/lb_config.1:81
352 msgid " [B<--debootstrap-options> I<OPTIONS>]"
353 msgstr ""
354
355 #. type: Plain text
356 #: en/lb_config.1:83
398 #: en/lb_config.1:98
399 msgid " [B<--debootstrap-options> I<OPTION>|\"I<OPTIONS>\"]"
400 msgstr ""
401
402 #. type: Plain text
403 #: en/lb_config.1:100
357404 msgid " [B<--debootstrap-script> I<SCRIPT>]"
358405 msgstr ""
359406
360407 #. type: Plain text
361 #: en/lb_config.1:85
408 #: en/lb_config.1:102
362409 msgid " [B<--debug>]"
363410 msgstr ""
364411
365412 #. type: Plain text
366 #: en/lb_config.1:87
367 msgid " [-d|B<--distribution> I<CODENAME>]"
368 msgstr ""
369
370 #. type: Plain text
371 #: en/lb_config.1:89
413 #: en/lb_config.1:104
414 msgid " [B<-d>|B<--distribution> I<CODENAME>]"
415 msgstr ""
416
417 #. type: Plain text
418 #: en/lb_config.1:106
419 msgid " [B<--distribution-chroot> I<CODENAME>]"
420 msgstr ""
421
422 #. type: Plain text
423 #: en/lb_config.1:108
424 msgid " [B<--distribution-binary> I<CODENAME>]"
425 msgstr ""
426
427 #. type: Plain text
428 #: en/lb_config.1:110
429 msgid " [B<--dm-verity>]"
430 msgstr ""
431
432 #. type: Plain text
433 #: en/lb_config.1:112
434 msgid " [B<--dm-verity-fec> I<NB_ROOTS>]"
435 msgstr ""
436
437 #. type: Plain text
438 #: en/lb_config.1:114
439 msgid " [B<--dm-verity-sign> I<SIGN_SCRIPT>]"
440 msgstr ""
441
442 #. type: Plain text
443 #: en/lb_config.1:116
444 msgid " [B<--dump>]"
445 msgstr ""
446
447 #. type: Plain text
448 #: en/lb_config.1:118
449 msgid " [B<--firmware-binary> true|false]"
450 msgstr ""
451
452 #. type: Plain text
453 #: en/lb_config.1:120
454 msgid " [B<--firmware-chroot> true|false]"
455 msgstr ""
456
457 #. type: Plain text
458 #: en/lb_config.1:122
459 msgid " [B<--force>]"
460 msgstr ""
461
462 #. type: Plain text
463 #: en/lb_config.1:124
464 msgid " [B<--gzip-options> I<OPTION>|\"I<OPTIONS>\"]"
465 msgstr ""
466
467 #. type: Plain text
468 #: en/lb_config.1:126
469 msgid " [B<--hdd-label> I<LABEL>]"
470 msgstr ""
471
472 #. type: Plain text
473 #: en/lb_config.1:128
474 msgid " [B<--hdd-partition-start> I<START>]"
475 msgstr ""
476
477 #. type: Plain text
478 #: en/lb_config.1:130
479 msgid " [B<--hdd-size> I<SIZE>]"
480 msgstr ""
481
482 #. type: Plain text
483 #: en/lb_config.1:132
484 msgid " [B<--ignore-system-defaults>]"
485 msgstr ""
486
487 #. type: Plain text
488 #: en/lb_config.1:134
489 msgid " [B<--image-name> I<NAME>]"
490 msgstr ""
491
492 #. type: Plain text
493 #: en/lb_config.1:136
494 msgid " [B<--initramfs> none|live-boot]"
495 msgstr ""
496
497 #. type: Plain text
498 #: en/lb_config.1:138
499 msgid " [B<--initramfs-compression> bzip2|gzip|lzma]"
500 msgstr ""
501
502 #. type: Plain text
503 #: en/lb_config.1:140
504 msgid " [B<--initsystem> sysvinit|systemd|none]"
505 msgstr ""
506
507 #. type: Plain text
508 #: en/lb_config.1:142
509 msgid " [B<--interactive> true|shell|x11|xnest|false]"
510 msgstr ""
511
512 #. type: Plain text
513 #: en/lb_config.1:144
514 msgid " [B<--iso-application> I<NAME>]"
515 msgstr ""
516
517 #. type: Plain text
518 #: en/lb_config.1:146
519 msgid " [B<--iso-preparer> I<NAME>]"
520 msgstr ""
521
522 #. type: Plain text
523 #: en/lb_config.1:148
524 msgid " [B<--iso-publisher> I<NAME>]"
525 msgstr ""
526
527 #. type: Plain text
528 #: en/lb_config.1:150
529 msgid " [B<--iso-volume> I<NAME>]"
530 msgstr ""
531
532 #. type: Plain text
533 #: en/lb_config.1:152
534 msgid " [B<--jffs2-eraseblock> I<SIZE>]"
535 msgstr ""
536
537 #. type: Plain text
538 #: en/lb_config.1:154
539 msgid " [B<--keyring-packages> I<PACKAGE>|\"I<PACKAGES>\"]"
540 msgstr ""
541
542 #. type: Plain text
543 #: en/lb_config.1:156
544 msgid " [B<-k>|B<--linux-flavours> I<FLAVOUR>|\"I<FLAVOURS>\"]"
545 msgstr ""
546
547 #. type: Plain text
548 #: en/lb_config.1:158
549 msgid " [B<--linux-packages> I<PACKAGE>|\"I<PACKAGES>\"]"
550 msgstr ""
551
552 #. type: Plain text
553 #: en/lb_config.1:160
554 msgid " [B<--loadlin> true|false]"
555 msgstr ""
556
557 #. type: Plain text
558 #: en/lb_config.1:162
559 msgid " [B<--memtest> memtest86+|memtest86|none]"
560 msgstr ""
561
562 #. type: Plain text
563 #: en/lb_config.1:164
564 msgid " [B<--mirror-binary> I<URL>]"
565 msgstr ""
566
567 #. type: Plain text
568 #: en/lb_config.1:166
569 msgid " [B<--mirror-binary-security> I<URL>]"
570 msgstr ""
571
572 #. type: Plain text
573 #: en/lb_config.1:168
574 msgid " [B<--mirror-bootstrap> I<URL>]"
575 msgstr ""
576
577 #. type: Plain text
578 #: en/lb_config.1:170
579 msgid " [B<--mirror-chroot> I<URL>]"
580 msgstr ""
581
582 #. type: Plain text
583 #: en/lb_config.1:172
584 msgid " [B<--mirror-chroot-security> I<URL>]"
585 msgstr ""
586
587 #. type: Plain text
588 #: en/lb_config.1:174
589 msgid " [B<--mirror-debian-installer> I<URL>]"
590 msgstr ""
591
592 #. type: Plain text
593 #: en/lb_config.1:176
594 msgid " [B<--mode> debian]"
595 msgstr ""
596
597 #. type: Plain text
598 #: en/lb_config.1:178
599 msgid " [B<--net-tarball> true|false]"
600 msgstr ""
601
602 #. type: Plain text
603 #: en/lb_config.1:180
604 msgid " [B<--no-color>]"
605 msgstr ""
606
607 #. type: Plain text
608 #: en/lb_config.1:182
609 msgid " [B<--onie> true|false]"
610 msgstr ""
611
612 #. type: Plain text
613 #: en/lb_config.1:184
614 msgid " [B<--onie-kernel-cmdline> I<OPTION>|\"I<OPTIONS>\"]"
615 msgstr ""
616
617 #. type: Plain text
618 #: en/lb_config.1:186
619 msgid " [B<--parent-archive-areas> I<ARCHIVE_AREA>|\"I<ARCHIVE_AREAS>\"]"
620 msgstr ""
621
622 #. type: Plain text
623 #: en/lb_config.1:188
624 msgid " [B<--parent-debian-installer-distribution> daily|I<CODENAME>]"
625 msgstr ""
626
627 #. type: Plain text
628 #: en/lb_config.1:190
372629 msgid " [B<--parent-distribution> I<CODENAME>]"
373630 msgstr ""
374631
375632 #. type: Plain text
376 #: en/lb_config.1:91
377 msgid " [B<--parent-debian-installer-distribution> I<CODENAME>]"
378 msgstr ""
379
380 #. type: Plain text
381 #: en/lb_config.1:93
382 msgid " [B<--dump>]"
383 msgstr ""
384
385 #. type: Plain text
386 #: en/lb_config.1:95
387 msgid " [B<--fdisk> fdisk|fdisk.dist]"
388 msgstr ""
389
390 #. type: Plain text
391 #: en/lb_config.1:97
392 msgid " [B<--firmware-binary true|false>]"
393 msgstr ""
394
395 #. type: Plain text
396 #: en/lb_config.1:99
397 msgid " [B<--firmware-chroot true|false>]"
398 msgstr ""
399
400 #. type: Plain text
401 #: en/lb_config.1:101
402 msgid " [B<--force>]"
403 msgstr ""
404
405 #. type: Plain text
406 #: en/lb_config.1:103
407 msgid " [B<--grub-splash> I<FILE>]"
408 msgstr ""
409
410 #. type: Plain text
411 #: en/lb_config.1:105
412 msgid " [B<--gzip-options> I<OPTION>|\"I<OPTIONS>\"]"
413 msgstr ""
414
415 #. type: Plain text
416 #: en/lb_config.1:107
417 msgid " [B<--hooks> I<FILE>]"
418 msgstr ""
419
420 #. type: Plain text
421 #: en/lb_config.1:109
422 msgid " [B<--ignore-system-defaults>]"
423 msgstr ""
424
425 #. type: Plain text
426 #: en/lb_config.1:111
427 msgid " [B<--initramfs> auto|none|live-boot|casper]"
428 msgstr ""
429
430 #. type: Plain text
431 #: en/lb_config.1:113
432 msgid " [B<--initramfs-compression> bzip2|gzip|lzma]"
433 msgstr ""
434
435 #. type: Plain text
436 #: en/lb_config.1:115
437 msgid " [B<--initsystem> sysvinit|runit|systemd|upstart|none]"
438 msgstr ""
439
440 #. type: Plain text
441 #: en/lb_config.1:117
442 msgid " [B<--interactive> shell]"
443 msgstr ""
444
445 #. type: Plain text
446 #: en/lb_config.1:119
447 msgid " [B<--isohybrid-options> I<OPTION>|\"I<OPTIONS>\"]"
448 msgstr ""
449
450 #. type: Plain text
451 #: en/lb_config.1:121
452 msgid " [B<--iso-application> I<NAME>]"
453 msgstr ""
454
455 #. type: Plain text
456 #: en/lb_config.1:123
457 msgid " [B<--iso-preparer> I<NAME>]"
458 msgstr ""
459
460 #. type: Plain text
461 #: en/lb_config.1:125
462 msgid " [B<--iso-publisher> I<NAME>]"
463 msgstr ""
464
465 #. type: Plain text
466 #: en/lb_config.1:127
467 msgid " [B<--iso-volume> I<NAME>]"
468 msgstr ""
469
470 #. type: Plain text
471 #: en/lb_config.1:129
472 msgid " [B<--jffs2-eraseblock> I<SIZE>]"
473 msgstr ""
474
475 #. type: Plain text
476 #: en/lb_config.1:131
477 msgid " [B<--keyring-packages> I<PACKAGE|\"PACKAGES\">]"
478 msgstr ""
479
480 #. type: Plain text
481 #: en/lb_config.1:133
482 msgid " [-k|B<--linux-flavours> I<FLAVOUR>|I<\"FLAVOURS\">]"
483 msgstr ""
484
485 #. type: Plain text
486 #: en/lb_config.1:135
487 msgid " [B<--linux-packages> I<\"PACKAGES\">]"
488 msgstr ""
489
490 #. type: Plain text
491 #: en/lb_config.1:137
492 msgid " [B<--losetup> losetup|losetup.orig]"
493 msgstr ""
494
495 #. type: Plain text
496 #: en/lb_config.1:139
497 msgid " [B<--memtest> memtest86+|memtest86|none]"
498 msgstr ""
499
500 #. type: Plain text
501 #: en/lb_config.1:141
502 msgid " [-m|B<--parent-mirror-bootstrap> I<URL>]"
503 msgstr ""
504
505 #. type: Plain text
506 #: en/lb_config.1:143
633 #: en/lb_config.1:192
634 msgid " [B<--parent-distribution-chroot> I<CODENAME>]"
635 msgstr ""
636
637 #. type: Plain text
638 #: en/lb_config.1:194
639 msgid " [B<--parent-distribution-binary> I<CODENAME>]"
640 msgstr ""
641
642 #. type: Plain text
643 #: en/lb_config.1:196
644 msgid " [B<--parent-mirror-binary> I<URL>]"
645 msgstr ""
646
647 #. type: Plain text
648 #: en/lb_config.1:198
649 msgid " [B<--parent-mirror-binary-security> I<URL>]"
650 msgstr ""
651
652 #. type: Plain text
653 #: en/lb_config.1:200
654 msgid " [B<-m>|B<--parent-mirror-bootstrap> I<URL>]"
655 msgstr ""
656
657 #. type: Plain text
658 #: en/lb_config.1:202
507659 msgid " [B<--parent-mirror-chroot> I<URL>]"
508660 msgstr ""
509661
510662 #. type: Plain text
511 #: en/lb_config.1:145
663 #: en/lb_config.1:204
512664 msgid " [B<--parent-mirror-chroot-security> I<URL>]"
513665 msgstr ""
514666
515667 #. type: Plain text
516 #: en/lb_config.1:147
517 msgid " [B<--parent-mirror-chroot-updates> I<URL>]"
518 msgstr ""
519
520 #. type: Plain text
521 #: en/lb_config.1:149
522 msgid " [B<--parent-mirror-chroot-backports> I<URL>]"
523 msgstr ""
524
525 #. type: Plain text
526 #: en/lb_config.1:151
527 msgid " [B<--parent-mirror-binary> I<URL>]"
528 msgstr ""
529
530 #. type: Plain text
531 #: en/lb_config.1:153
532 msgid " [B<--parent-mirror-binary-security> I<URL>]"
533 msgstr ""
534
535 #. type: Plain text
536 #: en/lb_config.1:155
537 msgid " [B<--parent-mirror-binary-updates> I<URL>]"
538 msgstr ""
539
540 #. type: Plain text
541 #: en/lb_config.1:157
542 msgid " [B<--parent-mirror-binary-backports> I<URL>]"
543 msgstr ""
544
545 #. type: Plain text
546 #: en/lb_config.1:159
668 #: en/lb_config.1:206
547669 msgid " [B<--parent-mirror-debian-installer> I<URL>]"
548670 msgstr ""
549671
550672 #. type: Plain text
551 #: en/lb_config.1:161
552 msgid " [B<--mirror-bootstrap> I<URL>]"
553 msgstr ""
554
555 #. type: Plain text
556 #: en/lb_config.1:163
557 msgid " [B<--mirror-chroot> I<URL>]"
558 msgstr ""
559
560 #. type: Plain text
561 #: en/lb_config.1:165
562 msgid " [B<--mirror-chroot-security> I<URL>]"
563 msgstr ""
564
565 #. type: Plain text
566 #: en/lb_config.1:167
567 msgid " [B<--mirror-chroot-updates> I<URL>]"
568 msgstr ""
569
570 #. type: Plain text
571 #: en/lb_config.1:169
572 msgid " [B<--mirror-chroot-backports> I<URL>]"
573 msgstr ""
574
575 #. type: Plain text
576 #: en/lb_config.1:171
577 msgid " [B<--mirror-binary> I<URL>]"
578 msgstr ""
579
580 #. type: Plain text
581 #: en/lb_config.1:173
582 msgid " [B<--mirror-binary-security> I<URL>]"
583 msgstr ""
584
585 #. type: Plain text
586 #: en/lb_config.1:175
587 msgid " [B<--mirror-binary-updates> I<URL>]"
588 msgstr ""
589
590 #. type: Plain text
591 #: en/lb_config.1:177
592 msgid " [B<--mirror-binary-backports> I<URL>]"
593 msgstr ""
594
595 #. type: Plain text
596 #: en/lb_config.1:179
597 msgid " [B<--mirror-debian-installer> I<URL>]"
598 msgstr ""
599
600 #. type: Plain text
601 #: en/lb_config.1:181
602 msgid " [B<--mode> debian|progress-linux|ubuntu]"
603 msgstr ""
604
605 #. type: Plain text
606 #: en/lb_config.1:183
673 #: en/lb_config.1:208
674 msgid " [B<--quiet>]"
675 msgstr ""
676
677 #. type: Plain text
678 #: en/lb_config.1:210
679 msgid " [B<--security> true|false]"
680 msgstr ""
681
682 #. type: Plain text
683 #: en/lb_config.1:212
684 msgid " [B<--source> true|false]"
685 msgstr ""
686
687 #. type: Plain text
688 #: en/lb_config.1:214
689 msgid " [B<-s>|B<--source-images> iso|netboot|tar|hdd|\"I<IMAGES>\"]"
690 msgstr ""
691
692 #. type: Plain text
693 #: en/lb_config.1:216
694 msgid " [B<--swap-file-path> I<PATH>]"
695 msgstr ""
696
697 #. type: Plain text
698 #: en/lb_config.1:218
699 msgid " [B<--swap-file-size> I<MB>]"
700 msgstr ""
701
702 #. type: Plain text
703 #: en/lb_config.1:220
607704 msgid " [B<--system> live|normal]"
608705 msgstr ""
609706
610707 #. type: Plain text
611 #: en/lb_config.1:185
612 msgid " [B<--net-root-filesystem> nfs|cfs]"
613 msgstr ""
614
615 #. type: Plain text
616 #: en/lb_config.1:187
617 msgid " [B<--net-root-mountoptions> I<OPTIONS>]"
618 msgstr ""
619
620 #. type: Plain text
621 #: en/lb_config.1:189
622 msgid " [B<--net-root-path> I<PATH>]"
623 msgstr ""
624
625 #. type: Plain text
626 #: en/lb_config.1:191
627 msgid " [B<--net-root-server> I<IP>|I<HOSTNAME>]"
628 msgstr ""
629
630 #. type: Plain text
631 #: en/lb_config.1:193
632 msgid " [B<--net-cow-filesystem> nfs|cfs]"
633 msgstr ""
634
635 #. type: Plain text
636 #: en/lb_config.1:195
637 msgid " [B<--net-cow-mountoptions> I<OPTIONS>]"
638 msgstr ""
639
640 #. type: Plain text
641 #: en/lb_config.1:197
642 msgid " [B<--net-cow-path> I<PATH>]"
643 msgstr ""
644
645 #. type: Plain text
646 #: en/lb_config.1:199
647 msgid " [B<--net-cow-server> I<IP>|I<HOSTNAME>]"
648 msgstr ""
649
650 #. type: Plain text
651 #: en/lb_config.1:201
652 msgid " [B<--net-tarball> true|false]"
653 msgstr ""
654
655 #. type: Plain text
656 #: en/lb_config.1:203
657 msgid " [B<--quiet>]"
658 msgstr ""
659
660 #. type: Plain text
661 #: en/lb_config.1:205
662 msgid " [B<--archive-areas> I<ARCHIVE_AREA>|I<\"ARCHIVE_AREAS\">]"
663 msgstr ""
664
665 #. type: Plain text
666 #: en/lb_config.1:207
667 msgid ""
668 " [B<--parent-archive-areas> I<PARENT_ARCHIVE_AREA>|I<\"PARENT_ARCHIVE_AREAS"
669 "\">]"
670 msgstr ""
671
672 #. type: Plain text
673 #: en/lb_config.1:209
674 msgid " [B<--security> true|false]"
675 msgstr ""
676
677 #. type: Plain text
678 #: en/lb_config.1:211
679 msgid " [B<--source> true|false]"
680 msgstr ""
681
682 #. type: Plain text
683 #: en/lb_config.1:213
684 msgid " [-s|B<--source-images> iso|netboot|tar|hdd]"
685 msgstr ""
686
687 #. type: Plain text
688 #: en/lb_config.1:215
689 msgid " [B<--tasksel> apt|aptitude|tasksel]"
690 msgstr ""
691
692 #. type: Plain text
693 #: en/lb_config.1:217
694 msgid " [B<--templates> I<PATH>]"
695 msgstr ""
696
697 #. type: Plain text
698 #: en/lb_config.1:219
699 msgid " [B<--hdd-size >I<MB>]"
700 msgstr ""
701
702 #. type: Plain text
703 #: en/lb_config.1:221
708 #: en/lb_config.1:222
709 msgid " [B<--uefi-secure-boot> auto|enable|disable]"
710 msgstr ""
711
712 #. type: Plain text
713 #: en/lb_config.1:224
704714 msgid " [B<--updates> true|false]"
705715 msgstr ""
706716
707717 #. type: Plain text
708 #: en/lb_config.1:223
709 msgid " [B<--backports> true|false]"
710 msgstr ""
711
712 #. type: Plain text
713 #: en/lb_config.1:225
718 #: en/lb_config.1:226
719 msgid " [B<--utc-time> true|false]"
720 msgstr ""
721
722 #. type: Plain text
723 #: en/lb_config.1:228
724 msgid " [B<--validate>]"
725 msgstr ""
726
727 #. type: Plain text
728 #: en/lb_config.1:230
714729 msgid " [B<--verbose>]"
715730 msgstr ""
716731
717 #. FIXME
718 #. type: Plain text
719 #: en/lb_config.1:228
720 msgid " [B<--win32-loader true|false]>"
721 msgstr ""
722
723 #. type: Plain text
724 #: en/lb_config.1:231
732 #. type: Plain text
733 #: en/lb_config.1:232
734 msgid " [B<--win32-loader> true|false]"
735 msgstr ""
736
737 #. type: Plain text
738 #: en/lb_config.1:234
739 msgid " [B<--zsync> true|false]"
740 msgstr ""
741
742 #. type: Plain text
743 #: en/lb_config.1:237
725744 msgid ""
726745 "B<lb config> is a high-level command (porcelain) of I<live-build>(7), the "
727 "live systems tool suite."
728 msgstr ""
729
730 #. FIXME
731 #. type: Plain text
732 #: en/lb_config.1:234
733 msgid ""
734 "B<lb config> populates the configuration directory for live-build. By "
735 "default, this directory is named 'config' and is created in the current "
736 "directory where B<lb config> was executed."
737 msgstr ""
738
739 #. FIXME
740 #. type: Plain text
741 #: en/lb_config.1:237
742 msgid ""
743 "Note: Currently B<lb config> tries to be smart and sets defaults for some "
744 "options depending on the setting of other options (e.g. which linux packages "
745 "to be used depending on if a wheezy system gets build or not). This means "
746 "that when generating a new configuration, you should call B<lb config> only "
747 "once with all options specified. Calling it several times with only a subset "
748 "of the options each can result in non working configurations. This is also "
749 "caused by the fact that B<lb config> called with one option only changes "
750 "that option, and leaves everything else as is unless its not defined. "
751 "However, B<lb config> does warn about know impossible or likely impossible "
752 "combinations that would lead to non working live systems. If unsure, remove "
753 "config/{binary,bootstrap,chroot,common,source} and call B<lb config> again."
754 msgstr ""
755
756 #. type: Plain text
757 #: en/lb_config.1:240
746 "Debian Live tool suite."
747 msgstr ""
748
749 #. type: Plain text
750 #: en/lb_config.1:239
751 msgid ""
752 "B<lb config> populates the configuration directory for live-build. This "
753 "directory is named 'config' and is created in the current directory where "
754 "B<lb config> was executed."
755 msgstr ""
756
757 #. type: Plain text
758 #: en/lb_config.1:241
759 msgid ""
760 "Note: B<lb config> tries to be smart and sets defaults for some options "
761 "depending upon the settings of others. However, this only typically happens "
762 "when no existing saved config exists, because values are only automatically "
763 "set when not already defined (and running B<lb config> involves loading any "
764 "existing config). This means that when generating a new configuration, you "
765 "should typically first ensure that any existing saved config files are "
766 "removed (by deletion of B<config/{binary,bootstrap,chroot,common,source}>), "
767 "before then calling B<lb config> just once with B<all> necessary options "
768 "specified. Calling it when an existing saved config exists risks ending up "
769 "with a non-working configuration, depending on the options changed, since in "
770 "doing so other options may end up with different values than they otherwise "
771 "might have had had automatic setting of them not been blocked by an existing "
772 "saved value. In some cases invalid combinations will be noticed and reported "
773 "as an error or warning, but this is not always the case and should not be "
774 "relied upon."
775 msgstr ""
776
777 #. type: Plain text
778 #: en/lb_config.1:244
758779 msgid ""
759780 "In addition to its specific options B<lb config> understands all generic "
760781 "live-build options. See I<live-build>(7) for a complete list of all generic "
761782 "live-build options."
762783 msgstr ""
763784
764 #. FIXME
765 #. type: IP
766 #: en/lb_config.1:242
767 #, no-wrap
768 msgid "B<--apt> apt|aptitude"
769 msgstr ""
770
771 #. type: Plain text
772 #: en/lb_config.1:244
785 #. type: IP
786 #: en/lb_config.1:245
787 #, no-wrap
788 msgid "B<--apt> apt|apt-get|aptitude"
789 msgstr ""
790
791 #. type: Plain text
792 #: en/lb_config.1:247
773793 msgid ""
774794 "defines if apt-get or aptitude is used to install packages when building the "
775795 "image. The default is apt."
776796 msgstr ""
777797
778798 #. type: IP
779 #: en/lb_config.1:244
799 #: en/lb_config.1:247
780800 #, no-wrap
781801 msgid "B<--apt-ftp-proxy> I<URL>"
782802 msgstr ""
783803
784804 #. type: Plain text
785 #: en/lb_config.1:246
786 msgid ""
787 "sets the ftp proxy to be used by apt. By default, this is empty. Note that "
788 "this variable is only for the proxy that gets used by apt internally within "
789 "the chroot, it is not used for anything else."
790 msgstr ""
791
792 #. type: IP
793 #: en/lb_config.1:246
805 #: en/lb_config.1:249
806 msgid ""
807 "sets the FTP proxy to be used by apt. By default, this is empty. Note that "
808 "this variable is only for the proxy that gets used by initial debootstrap, "
809 "and by apt internally within the chroot. It is not used for anything else."
810 msgstr ""
811
812 #. type: IP
813 #: en/lb_config.1:249
794814 #, no-wrap
795815 msgid "B<--apt-http-proxy> I<URL>"
796816 msgstr ""
797817
798818 #. type: Plain text
799 #: en/lb_config.1:248
800 msgid ""
801 "sets the http proxy to be used by apt. By default, this is empty. Note that "
802 "this variable is only for the proxy that gets used by apt internally within "
803 "the chroot, it is not used for anything else."
804 msgstr ""
805
806 #. type: IP
807 #: en/lb_config.1:248
808 #, no-wrap
809 msgid "B<--apt-indices> true|false|none"
810 msgstr ""
811
812 #. type: Plain text
813 #: en/lb_config.1:250
819 #: en/lb_config.1:251
820 msgid ""
821 "sets the HTTP proxy to be used by apt. By default, this is empty. Note that "
822 "this variable is only for the proxy that gets used by initial debootstrap, "
823 "and by apt internally within the chroot. It is not used for anything else."
824 msgstr ""
825
826 #. type: IP
827 #: en/lb_config.1:251
828 #, no-wrap
829 msgid "B<--apt-indices> true|false"
830 msgstr ""
831
832 #. type: Plain text
833 #: en/lb_config.1:253
814834 msgid ""
815835 "defines if the resulting images should have apt indices or not and defaults "
816 "to true. If set to none, no indices are included at all."
817 msgstr ""
818
819 #. type: IP
820 #: en/lb_config.1:250
836 "to true."
837 msgstr ""
838
839 #. type: IP
840 #: en/lb_config.1:253
821841 #, no-wrap
822842 msgid "B<--apt-options> I<OPTION>|\"I<OPTIONS>\""
823843 msgstr ""
824844
825845 #. type: Plain text
826 #: en/lb_config.1:252
846 #: en/lb_config.1:255
827847 msgid ""
828848 "defines the default options that will be appended to every apt call that is "
829849 "made inside chroot during the building of the image. By default, this is set "
830 "to --yes to allow non-interactive installation of packages."
831 msgstr ""
832
833 #. type: IP
834 #: en/lb_config.1:252
835 #, no-wrap
836 msgid "B<--aptitude-options> I<OPTION>|\"I<OPTIONS>\""
837 msgstr ""
838
839 #. type: Plain text
840 #: en/lb_config.1:254
841 msgid ""
842 "defines the default options that will be appended to every aptitude call "
843 "that is made inside chroot during building of the image. By default, this is "
844 "set to --assume-yes to allow non-interactive installation of packages."
845 msgstr ""
846
847 #. type: IP
848 #: en/lb_config.1:254
850 "to '--yes' to allow non-interactive installation of packages."
851 msgstr ""
852
853 #. type: IP
854 #: en/lb_config.1:255
849855 #, no-wrap
850856 msgid "B<--apt-pipeline> I<DEPTH>"
851857 msgstr ""
852858
853859 #. type: Plain text
854 #: en/lb_config.1:256
860 #: en/lb_config.1:257
855861 msgid ""
856862 "sets the depth of the apt/aptitude pipeline. In cases where the remote "
857863 "server is not RFC conforming or buggy (such as Squid 2.0.2) this option can "
858 "be a value from 0 to 5 indicating how many outstanding requests APT should "
864 "be a value from 0 to 5 indicating how many outstanding requests apt should "
859865 "send. A value of zero MUST be specified if the remote host does not properly "
860866 "linger on TCP connections - otherwise data corruption will occur. Hosts "
861867 "which require this are in violation of RFC 2068. By default, live-build does "
863869 msgstr ""
864870
865871 #. type: IP
866 #: en/lb_config.1:256
872 #: en/lb_config.1:257
867873 #, no-wrap
868874 msgid "B<--apt-recommends> true|false"
869875 msgstr ""
870876
871877 #. type: Plain text
872 #: en/lb_config.1:258
878 #: en/lb_config.1:259
873879 msgid ""
874880 "defines if apt should install recommended packages automatically. By "
875881 "default, this is true."
876882 msgstr ""
877883
878884 #. type: IP
879 #: en/lb_config.1:258
885 #: en/lb_config.1:259
880886 #, no-wrap
881887 msgid "B<--apt-secure> true|false"
882888 msgstr ""
883889
884890 #. type: Plain text
885 #: en/lb_config.1:260
891 #: en/lb_config.1:261
886892 msgid ""
887893 "defines if apt should check repository signatures. This is true by default."
888894 msgstr ""
889895
890896 #. type: IP
891 #: en/lb_config.1:260
897 #: en/lb_config.1:261
892898 #, no-wrap
893899 msgid "B<--apt-source-archives> true|false"
894900 msgstr ""
895901
896902 #. type: Plain text
897 #: en/lb_config.1:262
898 msgid ""
899 "defines if deb-src entries should be included in the resulting live image or "
900 "not, defaults to true."
901 msgstr ""
902
903 #. type: IP
904 #: en/lb_config.1:262
905 #, no-wrap
906 msgid "-a|B<--architectures> I<ARCHITECTURE>"
907 msgstr ""
908
909 #. type: Plain text
910 #: en/lb_config.1:264
911 msgid ""
912 "defines the architecture of the to be build image. By default, this is set "
903 #: en/lb_config.1:263
904 msgid ""
905 "defines if deb-src entries should be included in the resulting live image's "
906 "apt sources.list or not, defaults to true."
907 msgstr ""
908
909 #. type: IP
910 #: en/lb_config.1:263
911 #, no-wrap
912 msgid "B<--aptitude-options> I<OPTION>|\"I<OPTIONS>\""
913 msgstr ""
914
915 #. type: Plain text
916 #: en/lb_config.1:265
917 msgid ""
918 "defines the default options that will be appended to every aptitude call "
919 "that is made inside chroot during building of the image. By default, this is "
920 "set to '--assume-yes' to allow non-interactive installation of packages."
921 msgstr ""
922
923 #. type: IP
924 #: en/lb_config.1:265
925 #, no-wrap
926 msgid "B<-a>|B<--architecture> I<ARCHITECTURE>"
927 msgstr ""
928
929 #. type: Plain text
930 #: en/lb_config.1:267
931 msgid ""
932 "defines the architecture of the to be built image. By default, this is set "
913933 "to the host architecture. Note that you cannot crossbuild for another "
914934 "architecture if your host system is not able to execute binaries for the "
915935 "target architecture natively. For example, building amd64 images on i386 and "
918938 msgstr ""
919939
920940 #. type: IP
921 #: en/lb_config.1:264
922 #, no-wrap
923 msgid "-b|B<--binary-images> iso|iso-hybrid|netboot|tar|hdd"
924 msgstr ""
925
926 #. type: Plain text
927 #: en/lb_config.1:266
928 msgid ""
929 "defines the image type to build. By default, for images using syslinux this "
930 "is set to iso-hybrid to build CD/DVD images that may also be used like hdd "
931 "images, for non-syslinux images, it defaults to iso."
932 msgstr ""
933
934 #. type: IP
935 #: en/lb_config.1:266
936 #, no-wrap
937 msgid "B<--binary-filesystem> fat16|fat32|ext2|ext3|ext4"
938 msgstr ""
939
940 #. type: Plain text
941 #: en/lb_config.1:268
941 #: en/lb_config.1:267
942 #, no-wrap
943 msgid "B<--archive-areas> I<ARCHIVE_AREA>|\"I<ARCHIVE_AREAS>\""
944 msgstr ""
945
946 #. type: Plain text
947 #: en/lb_config.1:269
948 msgid ""
949 "defines which package archive areas (a comma or space separated list) of a "
950 "debian package archive should be used for configured debian package mirrors. "
951 "By default, this is set to main only. Remember to check the licenses of each "
952 "package with respect to their redistributability in your juristiction when "
953 "enabling contrib or non-free with this mechanism."
954 msgstr ""
955
956 #. type: IP
957 #: en/lb_config.1:269
958 #, no-wrap
959 msgid "B<--backports> true|false"
960 msgstr ""
961
962 #. type: Plain text
963 #: en/lb_config.1:271
964 msgid ""
965 "defines if debian backports package archives should be included in the image "
966 "or not."
967 msgstr ""
968
969 #. type: IP
970 #: en/lb_config.1:271
971 #, no-wrap
972 msgid "B<--binary-filesystem> fat16|fat32|ext2|ext3|ext4|ntfs"
973 msgstr ""
974
975 #. type: Plain text
976 #: en/lb_config.1:273
942977 msgid ""
943978 "defines the filesystem to be used in the image type. This only has an effect "
944979 "if the selected binary image type lets you choose a filesystem. For example, "
945 "when selection iso the resulting CD/DVD has always the filesystem ISO9660. "
946 "When building hdd images for usb sticks, this is active. Note that it "
947 "defaults to fat16 on all architectures except sparc where it defaults to "
948 "ext4. Also note that if you choose fat16 and your resulting binary image "
949 "gets bigger than 2GB, the binary filesystem automatically gets switched to "
950 "fat32."
951 msgstr ""
952
953 #. type: IP
954 #: en/lb_config.1:268
980 "for the ISO image type the resulting CD/DVD always has the filesystem "
981 "ISO9660. When building HDD images for USB sticks, multiple filesystem "
982 "formats are supported, thus this becomes applicable to allow selection. Note "
983 "that it defaults to 'fat32' on all architectures. Also note that if you "
984 "choose 'fat16' and your resulting binary image gets bigger than 2GB, the "
985 "binary filesystem automatically gets switched to 'fat32'."
986 msgstr ""
987
988 #. type: IP
989 #: en/lb_config.1:273
990 #, no-wrap
991 msgid "B<-b>|B<--binary-image> iso|iso-hybrid|netboot|tar|hdd"
992 msgstr ""
993
994 #. type: Plain text
995 #: en/lb_config.1:275
996 msgid ""
997 "defines the image type to build. By default, for images using syslinux, this "
998 "is set to 'iso-hybrid' to build CD/DVD images that may also be used like HDD "
999 "images, for non-syslinux images, it defaults to 'iso'."
1000 msgstr ""
1001
1002 #. type: IP
1003 #: en/lb_config.1:275
9551004 #, no-wrap
9561005 msgid "B<--bootappend-install> I<PARAMETER>|\"I<PARAMETERS>\""
9571006 msgstr ""
9581007
9591008 #. type: Plain text
960 #: en/lb_config.1:270
1009 #: en/lb_config.1:277
9611010 msgid "sets boot parameters specific to debian-installer, if included."
9621011 msgstr ""
9631012
9641013 #. type: IP
965 #: en/lb_config.1:270
1014 #: en/lb_config.1:277
9661015 #, no-wrap
9671016 msgid "B<--bootappend-live> I<PARAMETER>|\"I<PARAMETERS>\""
9681017 msgstr ""
9691018
9701019 #. type: Plain text
971 #: en/lb_config.1:272
1020 #: en/lb_config.1:279
9721021 msgid ""
9731022 "sets boot parameters specific to debian-live. A complete list of boot "
9741023 "parameters can be found in the I<live-boot>(7) and I<live-config>(7) manual "
9761025 msgstr ""
9771026
9781027 #. type: IP
979 #: en/lb_config.1:272
1028 #: en/lb_config.1:279
9801029 #, no-wrap
9811030 msgid "B<--bootappend-live-failsafe> I<PARAMETER>|\"I<PARAMETERS>\""
9821031 msgstr ""
9831032
9841033 #. type: Plain text
985 #: en/lb_config.1:274
1034 #: en/lb_config.1:281
9861035 msgid ""
9871036 "sets boot parameters specific to debian-live failsafe boot entries. A "
9881037 "complete list of boot parameters can be found in the I<live-boot>(7) and "
9901039 msgstr ""
9911040
9921041 #. type: IP
993 #: en/lb_config.1:274
994 #, no-wrap
995 msgid "B<--bootloaders> grub-legacy|grub-pc|syslinux|grub-efi"
996 msgstr ""
997
998 #. type: Plain text
999 #: en/lb_config.1:276
1000 msgid ""
1001 "defines which bootloader is being used in the generated image. This has only "
1002 "an effect if the selected binary image type lets you choose the bootloader. "
1003 "For example, if you build a iso, always syslinux (or more precise, isolinux) "
1004 "is being used. Also note that some combinations of binary images types and "
1005 "bootloaders may be possible but live-build does not support them yet. B<lb "
1006 "config> will fail to create such a not yet supported configuration and give "
1007 "a explanation about it. For hdd images on amd64 and i386, the default is "
1008 "syslinux."
1009 msgstr ""
1010
1011 #. type: IP
1012 #: en/lb_config.1:276
1013 #, no-wrap
1014 msgid "B<--cache> true|false"
1015 msgstr ""
1016
1017 #. type: Plain text
1018 #: en/lb_config.1:278
1019 msgid ""
1020 "defines globally if any cache should be used at all. Different caches can be "
1021 "controlled through the their own options."
1022 msgstr ""
1023
1024 #. type: IP
1025 #: en/lb_config.1:278
1026 #, no-wrap
1027 msgid "B<--cache-indices> true|false"
1028 msgstr ""
1029
1030 #. type: Plain text
1031 #: en/lb_config.1:280
1032 msgid ""
1033 "defines if downloaded package indices and lists should be cached which is "
1034 "false by default. Enabling it lets you rebuild an image completely offline, "
1035 "however, you would not get updates anymore then."
1036 msgstr ""
1037
1038 #. type: IP
1039 #: en/lb_config.1:280
1040 #, no-wrap
1041 msgid "B<--cache-packages> true|false"
1042 msgstr ""
1043
1044 #. type: Plain text
1045 #: en/lb_config.1:282
1046 msgid ""
1047 "defines if downloaded packages files should be cached which is true by "
1048 "default. Disabling it does save space consumption in your build directory, "
1049 "but remember that you will cause much unnecessary traffic if you do a couple "
1050 "of rebuilds. In general you should always leave it true, however, in some "
1051 "particular rare build setups, it can be faster to refetch packages from the "
1052 "local network mirror rather than to utilize the local disk."
1053 msgstr ""
1054
1055 #. type: IP
1056 #: en/lb_config.1:282
1057 #, no-wrap
1058 msgid "B<--cache-stages> true|false|I<STAGE>|\"I<STAGES>\""
1059 msgstr ""
1060
1061 #. type: Plain text
1062 #: en/lb_config.1:284
1063 msgid ""
1064 "sets which stages should be cached. By default set to bootstrap. As an "
1065 "exception to the normal stage names, also rootfs can be used here which does "
1066 "only cache the generated root filesystem in filesystem.{dir,ext*,squashfs}. "
1067 "This is useful during development if you want to rebuild the binary stage "
1068 "but not regenerate the root filesystem all the time."
1069 msgstr ""
1070
1071 #. type: IP
1072 #: en/lb_config.1:284
1073 #, no-wrap
1074 msgid "B<--checksums> md5|sha1|sha256|none"
1075 msgstr ""
1076
1077 #. type: Plain text
1078 #: en/lb_config.1:286
1079 msgid ""
1080 "defines if the binary image should contain a file called md5sums.txt, "
1081 "sha1sums.txt and/or sha256sums.txt. These lists all files on the image "
1082 "together with their checksums. This in turn can be used by live-boot's built-"
1083 "in integrity-check to verify the medium if specified at boot prompt. In "
1084 "general, this should not be false and is an important feature of live system "
1085 "released to the public. However, during development of very big images it "
1086 "can save some time by not calculating the checksums."
1087 msgstr ""
1088
1089 #. type: IP
1090 #: en/lb_config.1:286
1091 #, no-wrap
1092 msgid "B<--compression> bzip2|gzip|lzip|none"
1093 msgstr ""
1094
1095 #. type: Plain text
1096 #: en/lb_config.1:288
1097 msgid ""
1098 "defines the compression program to be used to compress tarballs. Defaults to "
1099 "gzip."
1100 msgstr ""
1101
1102 #. type: IP
1103 #: en/lb_config.1:288
1104 #, no-wrap
1105 msgid "B<--config> I<GIT_URL>::I<GIT_ID>"
1106 msgstr ""
1107
1108 #. type: Plain text
1109 #: en/lb_config.1:290
1110 msgid ""
1111 "bootstrap the config tree from a git repository, optionally appended by a "
1112 "Git Id (branch, commit, tag, etc.)."
1113 msgstr ""
1114
1115 #. type: IP
1116 #: en/lb_config.1:290
1042 #: en/lb_config.1:281
1043 #, no-wrap
1044 msgid "B<--bootloaders> grub-legacy|grub-pc|syslinux|grub-efi|\"I<BOOTLOADERS>\""
1045 msgstr ""
1046
1047 #. type: Plain text
1048 #: en/lb_config.1:283
1049 msgid ""
1050 "defines which bootloaders to use in the generated image. This only has an "
1051 "effect if the selected binary image type lets you choose the bootloader. For "
1052 "example, if you build an ISO then syslinux (or more precise, isolinux) is "
1053 "always used. Also note that not all combinations of binary image types and "
1054 "bootloaders are supported (B<lb config> will fail to create such an "
1055 "unsupported configuration and will give a explanation about it). For HDD "
1056 "images on amd64 and i386, the default is 'syslinux'. This option supports "
1057 "more than one bootloader to be specified (space or comma separated) in order "
1058 "to allow for both BIOS and EFI bootloaders to be included, though note that "
1059 "only one of each type can be used (i.e. do not try to use two BIOS "
1060 "bootloaders)."
1061 msgstr ""
1062
1063 #. type: IP
1064 #: en/lb_config.1:283
1065 #, no-wrap
1066 msgid "B<--bootstrap-qemu-arch> I<ARCH>"
1067 msgstr ""
1068
1069 #. type: Plain text
1070 #: en/lb_config.1:285
1071 msgid "sets the architecture to use for foreign bootstrap. Defaults to empty."
1072 msgstr ""
1073
1074 #. type: IP
1075 #: en/lb_config.1:285
1076 #, no-wrap
1077 msgid "B<--bootstrap-qemu-exclude> I<PACKAGE>|\"I<PACKAGES>\""
1078 msgstr ""
1079
1080 #. type: Plain text
1081 #: en/lb_config.1:287
1082 msgid ""
1083 "sets the packages to exclude during foreign bootstrap. Defaults to empty."
1084 msgstr ""
1085
1086 #. type: IP
1087 #: en/lb_config.1:287
1088 #, no-wrap
1089 msgid "B<--bootstrap-qemu-static> I<PATH>"
1090 msgstr ""
1091
1092 #. type: Plain text
1093 #: en/lb_config.1:289
1094 msgid "sets the static qemu binary for foreign bootstrap. Defaults to empty."
1095 msgstr ""
1096
1097 #. type: IP
1098 #: en/lb_config.1:289 en/live-build.7:29
1099 #, no-wrap
1100 msgid "B<--breakpoints>"
1101 msgstr ""
1102
1103 #. type: Plain text
1104 #: en/lb_config.1:291
1105 msgid ""
1106 "inserts pauses during the generation of the image, where breakpoints have "
1107 "been placed, if any (development oriented)."
1108 msgstr ""
1109
1110 #. type: IP
1111 #: en/lb_config.1:291
11171112 #, no-wrap
11181113 msgid "B<--build-with-chroot> true|false"
11191114 msgstr ""
11201115
11211116 #. type: Plain text
1122 #: en/lb_config.1:292
1117 #: en/lb_config.1:293
11231118 msgid ""
11241119 "defines whether live-build should use the tools from within the chroot to "
11251120 "build the binary image or not by using and including the host system's "
11281123 "of the required tools (mainly these are the bootloaders such as syslinux and "
11291124 "grub, and the auxiliary tools such as dosfstools, xorriso, squashfs-tools "
11301125 "and others) do not B<exactly> match what is present at build-time in the "
1131 "target distribution. Never do disable this option unless you are B<exactly> "
1132 "sure what you are doing and have B<completely>I< understood its consequences."
1133 ">"
1134 msgstr ""
1135
1136 #. type: IP
1137 #: en/lb_config.1:292
1126 "target distribution. Never disable this option unless you are B<exactly> "
1127 "sure what you are doing and have B<completely> understood its consequences."
1128 msgstr ""
1129
1130 #. type: IP
1131 #: en/lb_config.1:293
1132 #, no-wrap
1133 msgid "B<--cache> true|false"
1134 msgstr ""
1135
1136 #. type: Plain text
1137 #: en/lb_config.1:295
1138 msgid ""
1139 "defines globally if any cache should be used at all. Different caches can be "
1140 "controlled through their own options."
1141 msgstr ""
1142
1143 #. type: IP
1144 #: en/lb_config.1:295
1145 #, no-wrap
1146 msgid "B<--cache-indices> true|false"
1147 msgstr ""
1148
1149 #. type: Plain text
1150 #: en/lb_config.1:297
1151 msgid ""
1152 "defines if downloaded package indices and lists should be cached. This is "
1153 "false by default. Enabling it lets you rebuild an image completely offline, "
1154 "however, you would not get updates anymore then."
1155 msgstr ""
1156
1157 #. type: IP
1158 #: en/lb_config.1:297
1159 #, no-wrap
1160 msgid "B<--cache-packages> true|false"
1161 msgstr ""
1162
1163 #. type: Plain text
1164 #: en/lb_config.1:299
1165 msgid ""
1166 "defines if downloaded packages files should be cached. This is true by "
1167 "default. Disabling it does save space consumption in your build directory, "
1168 "but remember that you will cause much unnecessary traffic if you do a couple "
1169 "of rebuilds. In general you should always leave it true, however, in some "
1170 "particular rare build setups, it can be faster to refetch packages from the "
1171 "network mirror, if using a local one, rather than to utilize the local disk."
1172 msgstr ""
1173
1174 #. type: IP
1175 #: en/lb_config.1:299
1176 #, no-wrap
1177 msgid "B<--cache-stages> I<STAGE>|\"I<STAGES>\""
1178 msgstr ""
1179
1180 #. type: Plain text
1181 #: en/lb_config.1:301
1182 msgid ""
1183 "sets which stages should be cached (a comma or space separated list). By "
1184 "default this is set to 'bootstrap'. As an exception to the normal stage "
1185 "names, 'rootfs' can also be used here which means only cache the generated "
1186 "root filesystem in filesystem.{dir,ext*,squashfs}. This is useful during "
1187 "development if you want to rebuild the binary stage but not regenerate the "
1188 "root filesystem all the time."
1189 msgstr ""
1190
1191 #. type: IP
1192 #: en/lb_config.1:301
1193 #, no-wrap
1194 msgid "B<--checksums> md5|sha1|sha224|sha256|sha384|sha512|none"
1195 msgstr ""
1196
1197 #. type: Plain text
1198 #: en/lb_config.1:303
1199 msgid ""
1200 "defines if the binary image should contain a file called XXXsums.txt, where "
1201 "XXX is one of the mentioned checksum types. This file lists all files on the "
1202 "image together with their checksums. This in turn can be used by I<live-"
1203 "boot>(7)'s built-in integrity-check to verify the medium if specified at "
1204 "boot prompt. In general, this should not be 'none' and is an important "
1205 "feature of live system released to the public. However, during development "
1206 "of very big images it can save some time by not calculating the checksums."
1207 msgstr ""
1208
1209 #. type: IP
1210 #: en/lb_config.1:303
11381211 #, no-wrap
11391212 msgid "B<--chroot-filesystem> ext2|ext3|ext4|squashfs|jffs2|none"
11401213 msgstr ""
11411214
11421215 #. type: Plain text
1143 #: en/lb_config.1:294
1216 #: en/lb_config.1:305
11441217 msgid ""
11451218 "defines which filesystem type should be used for the root filesystem image. "
11461219 "If you use none, then no filesystem image is created and the root filesystem "
11471220 "content is copied on the binary image filesystem as flat files. Depending on "
11481221 "what binary filesystem you have chosen, it may not be possible to build with "
11491222 "such a plain root filesystem, e.g. fat16/fat32 will not work as linux does "
1150 "not support to run directly on them."
1151 msgstr ""
1152
1153 #. type: IP
1154 #: en/lb_config.1:294
1223 "not support running directly on them."
1224 msgstr ""
1225
1226 #. type: IP
1227 #: en/lb_config.1:305
1228 #, no-wrap
1229 msgid "B<--chroot-squashfs-compression-level> LEVEL"
1230 msgstr ""
1231
1232 #. type: Plain text
1233 #: en/lb_config.1:307
1234 msgid ""
1235 "defines the compression level that is used for the root filesystem image if "
1236 "squashfs is used. Each compression algorithm supports different levels (or "
1237 "none). You can look them up in the I<mksquashfs> help. Defaults to the "
1238 "default setting in I<mksquashfs>."
1239 msgstr ""
1240
1241 #. type: IP
1242 #: en/lb_config.1:307
1243 #, no-wrap
1244 msgid "B<--chroot-squashfs-compression-type> gzip|lzma|lzo|lz4|xz|zstd"
1245 msgstr ""
1246
1247 #. type: Plain text
1248 #: en/lb_config.1:309
1249 msgid ""
1250 "defines the compression algorithm that is used for the root filesystem image "
1251 "if squashfs is used. Defaults to xz."
1252 msgstr ""
1253
1254 #. type: IP
1255 #: en/lb_config.1:309
11551256 #, no-wrap
11561257 msgid "B<--clean>"
11571258 msgstr ""
11581259
11591260 #. type: Plain text
1160 #: en/lb_config.1:296
1261 #: en/lb_config.1:311
11611262 msgid ""
11621263 "minimizes config directory by automatically removing unused and thus empty "
11631264 "subdirectories."
11641265 msgstr ""
11651266
11661267 #. type: IP
1167 #: en/lb_config.1:296
1168 #, no-wrap
1169 msgid "-c|B<--conffile> I<FILE>"
1170 msgstr ""
1171
1172 #. type: Plain text
1173 #: en/lb_config.1:298
1174 msgid ""
1175 "using a user specified alternative configuration file in addition to the "
1176 "normally used one in the config directory."
1177 msgstr ""
1178
1179 #. type: IP
1180 #: en/lb_config.1:298
1268 #: en/lb_config.1:311 en/live-build.7:31
1269 #, no-wrap
1270 msgid "B<--color>"
1271 msgstr ""
1272
1273 #. type: Plain text
1274 #: en/lb_config.1:313
1275 msgid "turns on color in the messages."
1276 msgstr ""
1277
1278 #. type: IP
1279 #: en/lb_config.1:313
1280 #, no-wrap
1281 msgid "B<--compression> bzip2|gzip|lzip|xz|none"
1282 msgstr ""
1283
1284 #. type: Plain text
1285 #: en/lb_config.1:315
1286 msgid ""
1287 "defines the compression program to be used to compress tarballs. Defaults to "
1288 "none."
1289 msgstr ""
1290
1291 #. type: IP
1292 #: en/lb_config.1:315
1293 #, no-wrap
1294 msgid "B<-c>|B<--conffile> I<FILE>"
1295 msgstr ""
1296
1297 #. type: Plain text
1298 #: en/lb_config.1:317
1299 msgid ""
1300 "defines a user specified alternative configuration file to use in addition "
1301 "to the normally used one in the config directory."
1302 msgstr ""
1303
1304 #. type: IP
1305 #: en/lb_config.1:317
1306 #, no-wrap
1307 msgid "B<--config> I<GIT_URL>::I<GIT_BRANCH>"
1308 msgstr ""
1309
1310 #. type: Plain text
1311 #: en/lb_config.1:319
1312 msgid ""
1313 "bootstraps the config tree from a git repository, optionally appended by a "
1314 "Git ID (branch, commit, tag, etc.)."
1315 msgstr ""
1316
1317 #. type: IP
1318 #: en/lb_config.1:319
11811319 #, no-wrap
11821320 msgid "B<--debconf-frontend> dialog|editor|noninteractive|readline"
11831321 msgstr ""
11841322
11851323 #. type: Plain text
1186 #: en/lb_config.1:300
1324 #: en/lb_config.1:321
11871325 msgid ""
11881326 "defines what value the debconf frontend should be set to inside the chroot. "
1189 "Note that setting it to anything but noninteractive, which is the default, "
1327 "Note that setting it to anything but 'noninteractive', which is the default, "
11901328 "makes your build asking questions during the build."
11911329 msgstr ""
11921330
11931331 #. type: IP
1194 #: en/lb_config.1:300
1332 #: en/lb_config.1:321
11951333 #, no-wrap
11961334 msgid "B<--debconf-priority> low|medium|high|critical"
11971335 msgstr ""
11981336
11991337 #. type: Plain text
1200 #: en/lb_config.1:302
1338 #: en/lb_config.1:323
12011339 msgid ""
12021340 "defines what value the debconf priority should be set to inside the chroot. "
12031341 "By default, it is set to critical, which means that almost no questions are "
12061344 msgstr ""
12071345
12081346 #. type: IP
1209 #: en/lb_config.1:302
1210 #, no-wrap
1211 msgid "B<--debian-installer> true|cdrom|netinst|netboot|businesscard|live|false"
1212 msgstr ""
1213
1214 #. type: Plain text
1215 #: en/lb_config.1:304
1347 #: en/lb_config.1:323
1348 #, no-wrap
1349 msgid "B<--debian-installer> cdrom|netinst|netboot|businesscard|live|none"
1350 msgstr ""
1351
1352 #. type: Plain text
1353 #: en/lb_config.1:325
12161354 msgid ""
12171355 "defines which type, if any, of the debian-installer should be included in "
12181356 "the resulting binary image. By default, no installer is included. All "
12241362 msgstr ""
12251363
12261364 #. type: IP
1227 #: en/lb_config.1:304
1365 #: en/lb_config.1:325
12281366 #, no-wrap
12291367 msgid "B<--debian-installer-distribution> daily|I<CODENAME>"
12301368 msgstr ""
12311369
12321370 #. type: Plain text
1233 #: en/lb_config.1:306
1371 #: en/lb_config.1:327
12341372 msgid ""
12351373 "defines the distribution where the debian-installer files should be taken "
12361374 "out from. Normally, this should be set to the same distribution as the live "
1237 "system. However, some times, one wants to use a newer or even daily built "
1375 "system. However, sometimes, one wants to use a newer or even daily built "
12381376 "installer."
12391377 msgstr ""
12401378
12411379 #. type: IP
1242 #: en/lb_config.1:306
1380 #: en/lb_config.1:327
1381 #, no-wrap
1382 msgid "B<--debian-installer-gui> true|false"
1383 msgstr ""
1384
1385 #. type: Plain text
1386 #: en/lb_config.1:329
1387 msgid ""
1388 "defines whether the graphical version of the debian-installer should be "
1389 "provided alongside the text based one. This defaults to true."
1390 msgstr ""
1391
1392 #. type: IP
1393 #: en/lb_config.1:329
12431394 #, no-wrap
12441395 msgid "B<--debian-installer-preseedfile> I<FILE>|I<URL>"
12451396 msgstr ""
12461397
12471398 #. type: Plain text
1248 #: en/lb_config.1:308
1399 #: en/lb_config.1:331
12491400 msgid ""
12501401 "sets the filename or URL for an optionally used and included preseeding file "
12511402 "for debian-installer. If config/binary_debian-installer/preseed.cfg exists, "
12531404 msgstr ""
12541405
12551406 #. type: IP
1256 #: en/lb_config.1:308
1257 #, no-wrap
1258 msgid "B<--debian-installer-gui> true|false"
1259 msgstr ""
1260
1261 #. type: Plain text
1262 #: en/lb_config.1:310
1263 msgid ""
1264 "defines if the debian-installer graphical GTK interface should be true or "
1265 "not. In Debian mode and for most versions of Ubuntu, this option is true, "
1266 "whereas otherwise false, by default."
1267 msgstr ""
1268
1269 #. type: IP
1270 #: en/lb_config.1:310
1271 #, no-wrap
1272 msgid "B<--debootstrap-options> I<OPTIONS>"
1273 msgstr ""
1274
1275 #. type: Plain text
1276 #: en/lb_config.1:312
1407 #: en/lb_config.1:331
1408 #, no-wrap
1409 msgid "B<--debootstrap-options> I<OPTION>|\"I<OPTIONS>\""
1410 msgstr ""
1411
1412 #. type: Plain text
1413 #: en/lb_config.1:333
12771414 msgid ""
12781415 "passes the given options to debootstrap when setting up the base system."
12791416 msgstr ""
12801417
12811418 #. type: IP
1282 #: en/lb_config.1:312
1419 #: en/lb_config.1:333
12831420 #, no-wrap
12841421 msgid "B<--debootstrap-script> I<SCRIPT>"
12851422 msgstr ""
12861423
12871424 #. type: Plain text
1288 #: en/lb_config.1:314
1425 #: en/lb_config.1:335
12891426 msgid ""
12901427 "tells debootstrap to use an alternate bootstrap script (last parameter to "
12911428 "debootstrap)."
12921429 msgstr ""
12931430
12941431 #. type: IP
1295 #: en/lb_config.1:314 en/live-build.7:36
1432 #: en/lb_config.1:335 en/live-build.7:33
12961433 #, no-wrap
12971434 msgid "B<--debug>"
12981435 msgstr ""
12991436
13001437 #. type: Plain text
1301 #: en/lb_config.1:316
1302 msgid "turn on debugging informational messages."
1303 msgstr ""
1304
1305 #. type: IP
1306 #: en/lb_config.1:316
1307 #, no-wrap
1308 msgid "-d|B<--distribution> I<CODENAME>"
1309 msgstr ""
1310
1311 #. type: Plain text
1312 #: en/lb_config.1:318
1313 msgid "defines the distribution of the resulting live system."
1314 msgstr ""
1315
1316 #. type: IP
1317 #: en/lb_config.1:318
1318 #, no-wrap
1319 msgid "-d|B<--parent-distribution> I<CODENAME>"
1320 msgstr ""
1321
1322 #. type: Plain text
1323 #: en/lb_config.1:320
1324 msgid ""
1325 "defines the parent distribution for derivatives of the resulting live system."
1326 msgstr ""
1327
1328 #. type: IP
1329 #: en/lb_config.1:320
1330 #, no-wrap
1331 msgid "-d|B<--parent-debian-installer-distribution> I<CODENAME>"
1332 msgstr ""
1333
1334 #. type: Plain text
1335 #: en/lb_config.1:322
1336 msgid ""
1337 "defines the parent debian-installer distribution for derivatives of the "
1338 "resulting live system."
1339 msgstr ""
1340
1341 #. type: IP
1342 #: en/lb_config.1:322
1438 #: en/lb_config.1:337
1439 msgid "turns on debugging informational messages."
1440 msgstr ""
1441
1442 #. type: IP
1443 #: en/lb_config.1:337
1444 #, no-wrap
1445 msgid "B<-d>|B<--distribution> I<CODENAME>"
1446 msgstr ""
1447
1448 #. type: Plain text
1449 #: en/lb_config.1:339
1450 msgid ""
1451 "defines the distribution of the resulting live system. This currently "
1452 "defaults to 'buster'. The value 'sid' can be used for Debian unstable."
1453 msgstr ""
1454
1455 #. type: IP
1456 #: en/lb_config.1:339
1457 #, no-wrap
1458 msgid "B<--distribution-binary> I<CODENAME>"
1459 msgstr ""
1460
1461 #. type: Plain text
1462 #: en/lb_config.1:341
1463 msgid ""
1464 "defines the distribution enabled in the resulting live system (defaults to "
1465 "the value set in B<--distribution>)"
1466 msgstr ""
1467
1468 #. type: IP
1469 #: en/lb_config.1:341
1470 #, no-wrap
1471 msgid "B<--distribution-chroot> I<CODENAME>"
1472 msgstr ""
1473
1474 #. type: Plain text
1475 #: en/lb_config.1:343
1476 msgid ""
1477 "defines the distribution used to build the live system (defaults to the "
1478 "value set in B<--distribution>)"
1479 msgstr ""
1480
1481 #. type: IP
1482 #: en/lb_config.1:343
1483 #, no-wrap
1484 msgid "B<--dm-verity>"
1485 msgstr ""
1486
1487 #. type: Plain text
1488 #: en/lb_config.1:345
1489 msgid ""
1490 "Enables dm-verity support for root file system. Only squashfs, ext2, ext3 "
1491 "and ext4 are supported. For more information see I<live-boot>(7)."
1492 msgstr ""
1493
1494 #. type: IP
1495 #: en/lb_config.1:345
1496 #, no-wrap
1497 msgid "B<--dm-verity-fec> I<NB_ROOTS>"
1498 msgstr ""
1499
1500 #. type: Plain text
1501 #: en/lb_config.1:347
1502 msgid ""
1503 "Enables forward error correction for dm-verity. I<NB_ROOTS> is the number of "
1504 "error correction roots thas should be used. The value can be between 2 and "
1505 "24. Android uses 2 by default."
1506 msgstr ""
1507
1508 #. type: IP
1509 #: en/lb_config.1:347
1510 #, no-wrap
1511 msgid "B<--dm-verity-sign> I<SIGN_SCRIPT>"
1512 msgstr ""
1513
1514 #. type: Plain text
1515 #: en/lb_config.1:349
1516 msgid ""
1517 "Sign root hash of dm-verity device. Script takes two arguments: the root "
1518 "hash and a file to output the signature to."
1519 msgstr ""
1520
1521 #. type: IP
1522 #: en/lb_config.1:349
13431523 #, no-wrap
13441524 msgid "B<--dump>"
13451525 msgstr ""
13461526
13471527 #. type: Plain text
1348 #: en/lb_config.1:324
1528 #: en/lb_config.1:351
13491529 msgid ""
13501530 "prepares a report of the currently present live system configuration and the "
13511531 "version of live-build used. This is useful to provide if you submit bug "
1352 "reports, we do get all information required for us to locate and replicate "
1353 "an error."
1354 msgstr ""
1355
1356 #. type: IP
1357 #: en/lb_config.1:324
1358 #, no-wrap
1359 msgid "B<--fdisk> fdisk|fdisk.dist"
1360 msgstr ""
1361
1362 #. type: Plain text
1363 #: en/lb_config.1:326
1364 msgid ""
1365 "sets the filename of the fdisk binary from the host system that should be "
1366 "used. This is autodetected and does generally not need any customization."
1367 msgstr ""
1368
1369 #. type: IP
1370 #: en/lb_config.1:326 en/live-build.7:38
1532 "reports, helping to provide basic useful information required for us to "
1533 "locate and replicate an error."
1534 msgstr ""
1535
1536 #. type: IP
1537 #: en/lb_config.1:351
1538 #, no-wrap
1539 msgid "B<--firmware-binary> true|false"
1540 msgstr ""
1541
1542 #. type: Plain text
1543 #: en/lb_config.1:353
1544 msgid "includes firmware packages in debian-installer. Defaults to true."
1545 msgstr ""
1546
1547 #. type: IP
1548 #: en/lb_config.1:353
1549 #, no-wrap
1550 msgid "B<--firmware-chroot> true|false"
1551 msgstr ""
1552
1553 #. type: Plain text
1554 #: en/lb_config.1:355
1555 msgid ""
1556 "includes firmware packages in the live image. Defaults to true. Beware that "
1557 "some firmware packages are non-free and will only be included if the non-"
1558 "free archive area is included in B<--archive-areas> (and B<--parent-archive-"
1559 "areas>). This is particularly relevant if you want working wifi for instance."
1560 msgstr ""
1561
1562 #. type: IP
1563 #: en/lb_config.1:355 en/live-build.7:35
13711564 #, no-wrap
13721565 msgid "B<--force>"
13731566 msgstr ""
13741567
13751568 #. type: Plain text
1376 #: en/lb_config.1:328
1569 #: en/lb_config.1:357
13771570 msgid ""
13781571 "forces re-execution of already run stages. Use only if you know what you are "
13791572 "doing. It is generally safer to use B<lb clean> to clean up before re-"
13811574 msgstr ""
13821575
13831576 #. type: IP
1384 #: en/lb_config.1:328
1385 #, no-wrap
1386 msgid "B<--grub-splash> I<FILE>"
1387 msgstr ""
1388
1389 #. type: Plain text
1390 #: en/lb_config.1:330
1391 msgid ""
1392 "defines the name of an optional to be included splash screen graphic for the "
1393 "grub bootloader."
1394 msgstr ""
1395
1396 #. type: IP
1397 #: en/lb_config.1:330
1577 #: en/lb_config.1:357
13981578 #, no-wrap
13991579 msgid "B<--gzip-options> I<OPTION>|\"I<OPTIONS>\""
14001580 msgstr ""
14011581
14021582 #. type: Plain text
1403 #: en/lb_config.1:332
1583 #: en/lb_config.1:359
14041584 msgid ""
14051585 "defines the default options that will be appended to (almost) every gzip "
1406 "call during the building of the image. By default, this is set to --best to "
1407 "use highest (but slowest) compression. Dynamically, if the host system "
1408 "supports it, also --rsyncable is added."
1409 msgstr ""
1410
1411 #. type: IP
1412 #: en/lb_config.1:332
1413 #, no-wrap
1414 msgid "B<--hooks> I<FILE>"
1415 msgstr ""
1416
1417 #. type: Plain text
1418 #: en/lb_config.1:334
1419 msgid ""
1420 "defines which hooks available in /usr/share/live/build/examples/hooks should "
1421 "be activated. Normally, there are no hooks executed. Make sure you know and "
1422 "understood the hook before you enable it."
1423 msgstr ""
1424
1425 #. type: IP
1426 #: en/lb_config.1:334
1586 "call during the building of the image. By default, this is set to '--best' "
1587 "to use highest (but slowest) compression. Dynamically, if the host system "
1588 "supports it, also '--rsyncable' is added."
1589 msgstr ""
1590
1591 #. type: IP
1592 #: en/lb_config.1:359
1593 #, no-wrap
1594 msgid "B<--hdd-label> I<LABEL>"
1595 msgstr ""
1596
1597 #. type: Plain text
1598 #: en/lb_config.1:361
1599 msgid "defines the label for the HDD target. Defaults to 'DEBIAN_LIVE'."
1600 msgstr ""
1601
1602 #. type: IP
1603 #: en/lb_config.1:361
1604 #, no-wrap
1605 msgid "B<--hdd-partition-start> I<START>"
1606 msgstr ""
1607
1608 #. type: Plain text
1609 #: en/lb_config.1:363
1610 msgid ""
1611 "sets the start of the partition for the HDD target for BIOSes that expect a "
1612 "specific boot partition start (e.g. \"63s\"). If empty, use optimal layout. "
1613 "Defaults to empty."
1614 msgstr ""
1615
1616 #. type: IP
1617 #: en/lb_config.1:363
1618 #, no-wrap
1619 msgid "B<--hdd-size> I<SIZE>"
1620 msgstr ""
1621
1622 #. type: Plain text
1623 #: en/lb_config.1:365
1624 msgid ""
1625 "defines the size for the HDD target. The unit is MiB. Defaults to 'auto', "
1626 "which generates the smallest possible image."
1627 msgstr ""
1628
1629 #. type: IP
1630 #: en/lb_config.1:365
14271631 #, no-wrap
14281632 msgid "B<--ignore-system-defaults>"
14291633 msgstr ""
14301634
14311635 #. type: Plain text
1432 #: en/lb_config.1:336
1636 #: en/lb_config.1:367
14331637 msgid ""
14341638 "B<lb config> by default reads system defaults from I</etc/live/build.conf> "
14351639 "and I</etc/live/build/*> when generating a new live system config directory. "
14361640 "This is useful if you want to set global settings, such as mirror locations, "
1437 "and don't want to specify them all of the time."
1438 msgstr ""
1439
1440 #. type: IP
1441 #: en/lb_config.1:336
1442 #, no-wrap
1443 msgid "B<--initramfs> auto|none|live-boot|casper"
1444 msgstr ""
1445
1446 #. type: Plain text
1447 #: en/lb_config.1:338
1448 msgid ""
1449 "sets the name of package that contains the live system specific initramfs "
1450 "modification. By default, auto is used, which means that at build time of "
1451 "the image rather than on configuration time, the value will be expanded to "
1452 "casper when building ubuntu systems, to live-boot for all other systems. "
1453 "Using 'none' is useful if the resulting system image should not be a live "
1454 "image (experimental)."
1455 msgstr ""
1456
1457 #. type: IP
1458 #: en/lb_config.1:338
1641 "and don't want to specify them all of the time. This option allows you to "
1642 "ignore such global settings."
1643 msgstr ""
1644
1645 #. type: IP
1646 #: en/lb_config.1:367
1647 #, no-wrap
1648 msgid "B<--image-name> I<NAME>"
1649 msgstr ""
1650
1651 #. type: Plain text
1652 #: en/lb_config.1:369
1653 msgid "sets the base name of the image. Defaults to live-image."
1654 msgstr ""
1655
1656 #. type: IP
1657 #: en/lb_config.1:369
1658 #, no-wrap
1659 msgid "B<--initramfs> none|live-boot"
1660 msgstr ""
1661
1662 #. type: Plain text
1663 #: en/lb_config.1:371
1664 msgid ""
1665 "sets the name of the package that contains the live system specific "
1666 "initramfs modification and defaults to live-boot. Using 'none' is useful if "
1667 "the resulting system image should not be a live image (experimental)."
1668 msgstr ""
1669
1670 #. type: IP
1671 #: en/lb_config.1:371
14591672 #, no-wrap
14601673 msgid "B<--initramfs-compression> bzip2|gzip|lzma]"
14611674 msgstr ""
14621675
14631676 #. type: Plain text
1464 #: en/lb_config.1:340
1677 #: en/lb_config.1:373
14651678 msgid ""
14661679 "defines the compression program to be used to compress the initramfs. "
1467 "Defaults to gzip."
1468 msgstr ""
1469
1470 #. type: IP
1471 #: en/lb_config.1:340
1472 #, no-wrap
1473 msgid "B<--interactive> shell"
1474 msgstr ""
1475
1476 #. type: Plain text
1477 #: en/lb_config.1:342
1680 "Defaults to 'gzip'."
1681 msgstr ""
1682
1683 #. type: IP
1684 #: en/lb_config.1:373
1685 #, no-wrap
1686 msgid "B<--initsystem> sysvinit|systemd|none]"
1687 msgstr ""
1688
1689 #. type: Plain text
1690 #: en/lb_config.1:375
1691 msgid "defines the init system. Defaults to 'systemd'."
1692 msgstr ""
1693
1694 #. type: IP
1695 #: en/lb_config.1:375
1696 #, no-wrap
1697 msgid "B<--interactive> true|shell|x11|xnest|false"
1698 msgstr ""
1699
1700 #. type: Plain text
1701 #: en/lb_config.1:377
14781702 msgid ""
14791703 "defines if after the chroot stage and before the beginning of the binary "
1480 "stage, a interactive shell login should be spawned in the chroot in order to "
1481 "allow you to do manual customizations. Once you close the shell with logout "
1482 "or exit, the build will continue as usual. Note that it's strongly "
1483 "discouraged to use this for anything else than testing. Modifications that "
1484 "should be present in all builds of a live system should be properly made "
1485 "through hooks. Everything else destroys the beauty of being able to "
1486 "completely automatise the build process and making it non interactive. By "
1487 "default, this is of course false."
1488 msgstr ""
1489
1490 #. type: IP
1491 #: en/lb_config.1:342
1492 #, no-wrap
1493 msgid "B<--isohybrid-options> I<OPTION>|\"I<OPTIONS>\""
1494 msgstr ""
1495
1496 #. type: Plain text
1497 #: en/lb_config.1:344
1498 msgid "defines options to pass to isohybrid."
1499 msgstr ""
1500
1501 #. type: IP
1502 #: en/lb_config.1:344
1704 "stage, an interactive shell login should be spawned in the chroot in order "
1705 "to allow you to do manual customizations, or as an alternative to 'true' and "
1706 "'false' a specific shell to use (note that 'true' corresponds to a value of "
1707 "'shell'). Once you close the shell with logout or exit, the build will "
1708 "continue as usual. Note that it's strongly discouraged to use this for "
1709 "anything else than testing. Modifications that should be present in all "
1710 "builds of a live system should be properly made through hooks. Everything "
1711 "else destroys the beauty of being able to completely automate the build "
1712 "process and making it non-interactive. By default, this is of course 'false'."
1713 msgstr ""
1714
1715 #. type: IP
1716 #: en/lb_config.1:377
15031717 #, no-wrap
15041718 msgid "B<--iso-application> I<NAME>"
15051719 msgstr ""
15061720
15071721 #. type: Plain text
1508 #: en/lb_config.1:346
1722 #: en/lb_config.1:379
15091723 msgid ""
15101724 "sets the APPLICATION field in the header of a resulting CD/DVD image and "
1511 "defaults to \"Debian Live\" in debian mode, and \"Ubuntu Live\" in ubuntu "
1512 "mode."
1513 msgstr ""
1514
1515 #. type: IP
1516 #: en/lb_config.1:346
1725 "defaults to \"Debian Live\"."
1726 msgstr ""
1727
1728 #. type: IP
1729 #: en/lb_config.1:379
15171730 #, no-wrap
15181731 msgid "B<--iso-preparer> I<NAME>"
15191732 msgstr ""
15201733
15211734 #. type: Plain text
1522 #: en/lb_config.1:348
1735 #: en/lb_config.1:381
15231736 msgid ""
15241737 "sets the PREPARER field in the header of a resulting CD/DVD image. By "
1525 "default this is set to \"live-build I<VERSION>; http://debian-live.alioth."
1526 "debian.org/live-build\", where VERSION is expanded to the version of live-"
1738 "default this is set to \"live-build I<VERSION>; https://salsa.debian.org/"
1739 "live-team/live-build\", where VERSION is expanded to the version of live-"
15271740 "build that was used to build the image."
15281741 msgstr ""
15291742
15301743 #. type: IP
1531 #: en/lb_config.1:348
1744 #: en/lb_config.1:381
15321745 #, no-wrap
15331746 msgid "B<--iso-publisher> I<NAME>"
15341747 msgstr ""
15351748
15361749 #. type: Plain text
1537 #: en/lb_config.1:350
1750 #: en/lb_config.1:383
15381751 msgid ""
15391752 "sets the PUBLISHED field in the header of a resulting CD/DVD image. By "
1540 "default, this is set to 'Live Systems project; http:/live-systems.org/; "
1541 "[email protected]'. Remember to change this to the appropriate "
1542 "values at latest when you distributing custom and unofficial images."
1543 msgstr ""
1544
1545 #. type: IP
1546 #: en/lb_config.1:350
1753 "default, this is set to 'Debian Live project; https://wiki.debian.org/"
1754 "DebianLive; [email protected]'. Remember to change this to the "
1755 "appropriate value when distributing custom and unofficial images."
1756 msgstr ""
1757
1758 #. type: IP
1759 #: en/lb_config.1:383
15471760 #, no-wrap
15481761 msgid "B<--iso-volume> I<NAME>"
15491762 msgstr ""
15501763
15511764 #. type: Plain text
1552 #: en/lb_config.1:352
1765 #: en/lb_config.1:385
15531766 msgid ""
15541767 "sets the VOLUME field in the header of a resulting CD/DVD and defaults to "
1555 "'(I<MODE>) (I<DISTRIBUTION>) (I<DATE>)' whereas MODE is expanded to the name "
1556 "of the mode in use, DISTRIBUTION the distribution name, and DATE with the "
1557 "current date and time of the generation."
1558 msgstr ""
1559
1560 #. type: IP
1561 #: en/lb_config.1:352
1768 "'Debian (I<DISTRIBUTION>) (I<DATE>)' where DISTRIBUTION is replaced with the "
1769 "distribution name, and DATE with the current date and time of the generation."
1770 msgstr ""
1771
1772 #. type: IP
1773 #: en/lb_config.1:385
15621774 #, no-wrap
15631775 msgid "B<--jffs2-eraseblock> I<SIZE>"
15641776 msgstr ""
15651777
15661778 #. type: Plain text
1567 #: en/lb_config.1:354
1779 #: en/lb_config.1:387
15681780 msgid ""
15691781 "sets the eraseblock size for a JFFS2 (Second Journaling Flash File System) "
15701782 "filesystem. The default is 64 KiB. If you use an erase block size different "
15741786 msgstr ""
15751787
15761788 #. type: IP
1577 #: en/lb_config.1:354
1578 #, no-wrap
1579 msgid "B<--keyring-packages> I<PACKAGE|\"PACKAGES>\""
1580 msgstr ""
1581
1582 #. type: Plain text
1583 #: en/lb_config.1:356
1584 msgid ""
1585 "sets the keyring package or additional keyring packages. By default this is "
1586 "set to debian-archive-keyring."
1587 msgstr ""
1588
1589 #. type: IP
1590 #: en/lb_config.1:356
1591 #, no-wrap
1592 msgid "-k|B<--linux-flavours> I<FLAVOUR>|\"I<FLAVOURS>\""
1593 msgstr ""
1594
1595 #. type: Plain text
1596 #: en/lb_config.1:358
1597 msgid ""
1598 "sets the kernel flavours to be installed. Note that in case you specify more "
1599 "than that the first will be configured the default kernel that gets booted."
1600 msgstr ""
1601
1602 #. type: IP
1603 #: en/lb_config.1:358
1604 #, no-wrap
1605 msgid "B<--linux-packages> \"I<PACKAGES>\""
1606 msgstr ""
1607
1608 #. type: Plain text
1609 #: en/lb_config.1:360
1610 msgid ""
1611 "sets the internal name of the kernel packages naming scheme. If you use "
1612 "debian kernel packages, you will not have to adjust it. If you decide to use "
1613 "custom kernel packages that do not follow the debian naming scheme, remember "
1614 "to set this option to the stub of the packages only (for debian this is "
1615 "linux-image-2.6), so that I<STUB>-I<FLAVOUR> results in a valid package name "
1616 "(for debian e.g. linux-image-686-pae). Preferably you use the meta package "
1617 "name, if any, for the stub, so that your configuration is ABI independent. "
1618 "Also don't forget that you have to include stubs of the binary modules "
1619 "packages for unionfs or aufs, and squashfs if you built them out-of-tree."
1620 msgstr ""
1621
1622 #. type: IP
1623 #: en/lb_config.1:360
1624 #, no-wrap
1625 msgid "B<--losetup> losetup|losetup.orig"
1626 msgstr ""
1627
1628 #. type: Plain text
1629 #: en/lb_config.1:362
1630 msgid ""
1631 "sets the filename of the losetup binary from the host system that should be "
1632 "used. This is autodetected and does generally not need any customization."
1633 msgstr ""
1634
1635 #. type: IP
1636 #: en/lb_config.1:362
1789 #: en/lb_config.1:387
1790 #, no-wrap
1791 msgid "B<--keyring-packages> I<PACKAGE>|\"I<PACKAGES>\""
1792 msgstr ""
1793
1794 #. type: Plain text
1795 #: en/lb_config.1:389
1796 msgid ""
1797 "sets the keyring package or additional keyring packages (a space separated "
1798 "list). By default this is set to 'debian-archive-keyring'."
1799 msgstr ""
1800
1801 #. type: IP
1802 #: en/lb_config.1:389
1803 #, no-wrap
1804 msgid "B<-k>|B<--linux-flavours> I<FLAVOUR>|\"I<FLAVOURS>\""
1805 msgstr ""
1806
1807 #. type: Plain text
1808 #: en/lb_config.1:391
1809 msgid ""
1810 "sets the kernel flavours to be installed (a space separated list). Note that "
1811 "in case you specify more than one the first will be configured as the "
1812 "default kernel that gets booted. Optionally you can use an architecture "
1813 "qualifier, e.g. amd64:amd64. Given an i386 system you can enable amd64 "
1814 "foreign architecture thanks to the commands: \"dpkg --add-architecture "
1815 "amd64 ; apt-get update\". This enables you to use \"686 amd64:amd64\" as a "
1816 "linux flavour. The amd64 kernel will be installed alongside the i386's 686 "
1817 "kernel."
1818 msgstr ""
1819
1820 #. type: IP
1821 #: en/lb_config.1:391
1822 #, no-wrap
1823 msgid "B<--linux-packages> I<PACKAGE>|\"I<PACKAGES>\""
1824 msgstr ""
1825
1826 #. type: Plain text
1827 #: en/lb_config.1:393
1828 msgid ""
1829 "defines a space separated list of partial kernel package names. For each "
1830 "name given and for each flavour in B<LB_LINUX_FLAVOURS_WITH_ARCH> (B<--linux-"
1831 "flavours>), '-FLAVOUR' will be appended to the name to get the names of "
1832 "kernel packages to be included. By default this is 'linux-image'. So for "
1833 "instance if this is set to \"linux-image linux-headers\" and "
1834 "B<LB_LINUX_FLAVOURS_WITH_ARCH> is \"i386 amd64:amd64\" then you will get the "
1835 "four packages \"linux-image-i386\", \"linux-image-amd64:amd64\", \"linux-"
1836 "headers-i386\" and \"linux-headers-amd64:amd64\". You can specify \"none\" "
1837 "to disable the kernel installation step."
1838 msgstr ""
1839
1840 #. type: IP
1841 #: en/lb_config.1:393
1842 #, no-wrap
1843 msgid "B<--loadlin> true|false"
1844 msgstr ""
1845
1846 #. type: Plain text
1847 #: en/lb_config.1:395
1848 msgid ""
1849 "sets loadlin. Defaults to false, except when the debian-installer is "
1850 "included for x86_64 or i386."
1851 msgstr ""
1852
1853 #. type: IP
1854 #: en/lb_config.1:395
16371855 #, no-wrap
16381856 msgid "B<--memtest> memtest86+|memtest86|none"
16391857 msgstr ""
16401858
16411859 #. type: Plain text
1642 #: en/lb_config.1:364
1860 #: en/lb_config.1:397
16431861 msgid ""
16441862 "defines if memtest, memtest86+ or no memory tester at all should be included "
1645 "as secondary bootloader configuration. This is only available on amd64 and "
1863 "(available as a bootloader menu entry). This is only available on amd64 and "
16461864 "i386 and defaults to memtest86+."
16471865 msgstr ""
16481866
16491867 #. type: IP
1650 #: en/lb_config.1:364
1651 #, no-wrap
1652 msgid "-m|B<--parent-mirror-bootstrap> I<URL>"
1653 msgstr ""
1654
1655 #. type: Plain text
1656 #: en/lb_config.1:366
1657 msgid ""
1658 "sets the location of the debian package mirror that should be used to "
1659 "bootstrap from. This defaults to http://ftp.de.debian.org/debian/ which may "
1660 "not be a good default if you live outside of Europe."
1661 msgstr ""
1662
1663 #. type: IP
1664 #: en/lb_config.1:366
1665 #, no-wrap
1666 msgid "B<--parent-mirror-chroot> I<URL>"
1667 msgstr ""
1668
1669 #. type: Plain text
1670 #: en/lb_config.1:368
1671 msgid ""
1672 "sets the location of the debian package mirror that will be used to fetch "
1673 "the packages in order to build the live system. By default, this is set to "
1674 "the value of --parent-mirror-bootstrap."
1675 msgstr ""
1676
1677 #. type: IP
1678 #: en/lb_config.1:368
1679 #, no-wrap
1680 msgid "B<--parent-mirror-chroot-security> I<URL>"
1681 msgstr ""
1682
1683 #. type: Plain text
1684 #: en/lb_config.1:370
1685 msgid ""
1686 "sets the location of the debian security package mirror that will be used to "
1687 "fetch the packages in order to build the live system. By default, this "
1688 "points to http://security.debian.org/debian/."
1689 msgstr ""
1690
1691 #. type: IP
1692 #: en/lb_config.1:370
1693 #, no-wrap
1694 msgid "B<--parent-mirror-chroot-updates> I<URL>"
1695 msgstr ""
1696
1697 #. type: Plain text
1698 #: en/lb_config.1:372
1699 msgid ""
1700 "sets the location of the debian updates package mirror that will be used to "
1701 "fetch packages in order to build the live system. By default, this is set to "
1702 "the value of --parent-mirror-chroot."
1703 msgstr ""
1704
1705 #. type: IP
1706 #: en/lb_config.1:372
1707 #, no-wrap
1708 msgid "B<--parent-mirror-chroot-backports> I<URL>"
1709 msgstr ""
1710
1711 #. type: Plain text
1712 #: en/lb_config.1:374
1713 msgid ""
1714 "sets the location of the debian backports package mirror that will be used "
1715 "to fetch packages in order to build the live system. By default, this points "
1716 "to http://backports.debian.org/debian-backports/."
1717 msgstr ""
1718
1719 #. type: IP
1720 #: en/lb_config.1:374
1721 #, no-wrap
1722 msgid "B<--parent-mirror-binary> I<URL>"
1723 msgstr ""
1724
1725 #. type: Plain text
1726 #: en/lb_config.1:376
1727 msgid ""
1728 "sets the location of the debian package mirror that should end up configured "
1729 "in the final image and which is the one a user would see and use. This has "
1730 "not necessarily to be the same that is used to build the image, e.g. if you "
1731 "use a local mirror but want to have an official mirror in the image. By "
1732 "default, 'http://httpredir.debian.org/debian/' is used."
1733 msgstr ""
1734
1735 #. type: IP
1736 #: en/lb_config.1:376
1737 #, no-wrap
1738 msgid "B<--parent-mirror-binary-security> I<URL>"
1739 msgstr ""
1740
1741 #. type: Plain text
1742 #: en/lb_config.1:378
1743 msgid ""
1744 "sets the location of the debian security package mirror that should end up "
1745 "configured in the final image. By default, 'http://security.debian.org/' is "
1746 "used."
1747 msgstr ""
1748
1749 #. type: IP
1750 #: en/lb_config.1:378
1751 #, no-wrap
1752 msgid "B<--parent-mirror-binary-updates> I<URL>"
1753 msgstr ""
1754
1755 #. type: Plain text
1756 #: en/lb_config.1:380
1757 msgid ""
1758 "sets the location of the debian updates package mirror that should end up "
1759 "configured in the final image. By default, the value of --parent-mirror-"
1760 "binary is used."
1761 msgstr ""
1762
1763 #. type: IP
1764 #: en/lb_config.1:380
1765 #, no-wrap
1766 msgid "B<--parent-mirror-binary-backports> I<URL>"
1767 msgstr ""
1768
1769 #. type: Plain text
1770 #: en/lb_config.1:382
1771 msgid ""
1772 "sets the location of the debian backports package mirror that should end up "
1773 "configured in the final image. By default, 'http://backports.debian.org/"
1774 "debian-backports/' is used."
1775 msgstr ""
1776
1777 #. type: IP
1778 #: en/lb_config.1:382
1779 #, no-wrap
1780 msgid "B<--parent-mirror-debian-installer> I<URL>"
1781 msgstr ""
1782
1783 #. type: Plain text
1784 #: en/lb_config.1:384
1785 msgid ""
1786 "sets the location of the mirror that will be used to fetch the debian "
1787 "installer images. By default, this points to the same mirror used to build "
1788 "the live system, i.e. the value of --parent-mirror-bootstrap."
1789 msgstr ""
1790
1791 #. type: IP
1792 #: en/lb_config.1:384
1793 #, no-wrap
1794 msgid "B<--mirror-bootstrap> I<URL>"
1795 msgstr ""
1796
1797 #. type: Plain text
1798 #: en/lb_config.1:386
1799 msgid ""
1800 "sets the location of the debian package mirror that should be used to "
1801 "bootstrap the derivative from. This defaults to http://ftp.de.debian.org/"
1802 "debian/ which may not be a good default if you live outside of Europe."
1803 msgstr ""
1804
1805 #. type: IP
1806 #: en/lb_config.1:386
1807 #, no-wrap
1808 msgid "B<--mirror-chroot> I<URL>"
1809 msgstr ""
1810
1811 #. type: Plain text
1812 #: en/lb_config.1:388
1813 msgid ""
1814 "sets the location of the debian package mirror that will be used to fetch "
1815 "the packages of the derivative in order to build the live system. By "
1816 "default, this is set to the value of --mirror-bootstrap."
1817 msgstr ""
1818
1819 #. type: IP
1820 #: en/lb_config.1:388
1821 #, no-wrap
1822 msgid "B<--mirror-chroot-security> I<URL>"
1823 msgstr ""
1824
1825 #. type: Plain text
1826 #: en/lb_config.1:390
1827 msgid ""
1828 "sets the location of the debian security package mirror that will be used to "
1829 "fetch the packages of the derivative in order to build the live system. By "
1830 "default, this points to http://security.debian.org/debian/."
1831 msgstr ""
1832
1833 #. type: IP
1834 #: en/lb_config.1:390
1835 #, no-wrap
1836 msgid "B<--mirror-chroot-updates> I<URL>"
1837 msgstr ""
1838
1839 #. type: Plain text
1840 #: en/lb_config.1:392
1841 msgid ""
1842 "sets the location of the debian updates package mirror that will be used to "
1843 "fetch packages of the derivative in order to build the live system. By "
1844 "default, this is set to the value of --mirror-chroot."
1845 msgstr ""
1846
1847 #. type: IP
1848 #: en/lb_config.1:392
1849 #, no-wrap
1850 msgid "B<--mirror-chroot-backports> I<URL>"
1851 msgstr ""
1852
1853 #. type: Plain text
1854 #: en/lb_config.1:394
1855 msgid ""
1856 "sets the location of the debian backports package mirror that will be used "
1857 "to fetch packages of the derivative in order to build the live system. By "
1858 "default, this points to http://backports.debian.org/debian-backports/."
1859 msgstr ""
1860
1861 #. type: IP
1862 #: en/lb_config.1:394
1868 #: en/lb_config.1:397
18631869 #, no-wrap
18641870 msgid "B<--mirror-binary> I<URL>"
18651871 msgstr ""
18661872
18671873 #. type: Plain text
1868 #: en/lb_config.1:396
1874 #: en/lb_config.1:399
18691875 msgid ""
18701876 "sets the location of the derivative package mirror that should end up "
18711877 "configured in the final image and which is the one a user would see and use. "
18721878 "This has not necessarily to be the same that is used to build the image, e."
18731879 "g. if you use a local mirror but want to have an official mirror in the "
1874 "image."
1875 msgstr ""
1876
1877 #. type: IP
1878 #: en/lb_config.1:396
1880 "image. This defaults to 'http://deb.debian.org/debian/'."
1881 msgstr ""
1882
1883 #. type: IP
1884 #: en/lb_config.1:399
18791885 #, no-wrap
18801886 msgid "B<--mirror-binary-security> I<URL>"
18811887 msgstr ""
18821888
18831889 #. type: Plain text
1884 #: en/lb_config.1:398
1890 #: en/lb_config.1:401
18851891 msgid ""
18861892 "sets the location of the derivatives security package mirror that should end "
1887 "up configured in the final image."
1888 msgstr ""
1889
1890 #. type: IP
1891 #: en/lb_config.1:398
1892 #, no-wrap
1893 msgid "B<--mirror-binary-updates> I<URL>"
1894 msgstr ""
1895
1896 #. type: Plain text
1897 #: en/lb_config.1:400
1898 msgid ""
1899 "sets the location of the derivatives updates package mirror that should end "
1900 "up configured in the final image."
1901 msgstr ""
1902
1903 #. type: IP
1904 #: en/lb_config.1:400
1905 #, no-wrap
1906 msgid "B<--mirror-binary-backports> I<URL>"
1907 msgstr ""
1908
1909 #. type: Plain text
1910 #: en/lb_config.1:402
1911 msgid ""
1912 "sets the location of the derivatives backports package mirror that should "
1913 "end up configured in the final image."
1914 msgstr ""
1915
1916 #. type: IP
1917 #: en/lb_config.1:402
1893 "up configured in the final image. This defaults to 'http://security.debian."
1894 "org/'."
1895 msgstr ""
1896
1897 #. type: IP
1898 #: en/lb_config.1:401
1899 #, no-wrap
1900 msgid "B<--mirror-bootstrap> I<URL>"
1901 msgstr ""
1902
1903 #. type: Plain text
1904 #: en/lb_config.1:403
1905 msgid ""
1906 "sets the location of the debian package mirror that should be used to "
1907 "bootstrap the derivative from. This defaults to 'http://deb.debian.org/"
1908 "debian/'."
1909 msgstr ""
1910
1911 #. type: IP
1912 #: en/lb_config.1:403
1913 #, no-wrap
1914 msgid "B<--mirror-chroot> I<URL>"
1915 msgstr ""
1916
1917 #. type: Plain text
1918 #: en/lb_config.1:405
1919 msgid ""
1920 "sets the location of the debian package mirror that will be used to fetch "
1921 "the packages of the derivative in order to build the live system. By "
1922 "default, this is set to the value of B<--mirror-bootstrap>."
1923 msgstr ""
1924
1925 #. type: IP
1926 #: en/lb_config.1:405
1927 #, no-wrap
1928 msgid "B<--mirror-chroot-security> I<URL>"
1929 msgstr ""
1930
1931 #. type: Plain text
1932 #: en/lb_config.1:407
1933 msgid ""
1934 "sets the location of the debian security package mirror that will be used to "
1935 "fetch the packages of the derivative in order to build the live system. By "
1936 "default, this points to 'http://security.debian.org/'."
1937 msgstr ""
1938
1939 #. type: IP
1940 #: en/lb_config.1:407
19181941 #, no-wrap
19191942 msgid "B<--mirror-debian-installer> I<URL>"
19201943 msgstr ""
19211944
19221945 #. type: Plain text
1923 #: en/lb_config.1:404
1946 #: en/lb_config.1:409
19241947 msgid ""
19251948 "sets the location of the mirror that will be used to fetch the debian "
19261949 "installer images of the derivative. By default, this points to the same "
1927 "mirror used to build the live system, i.e. the value of --mirror-bootstrap."
1928 msgstr ""
1929
1930 #. type: IP
1931 #: en/lb_config.1:404
1932 #, no-wrap
1933 msgid "B<--mode> debian|progress|ubuntu"
1934 msgstr ""
1935
1936 #. type: Plain text
1937 #: en/lb_config.1:406
1950 "mirror used to build the live system, i.e. the value of B<--mirror-chroot>."
1951 msgstr ""
1952
1953 #. type: IP
1954 #: en/lb_config.1:409
1955 #, no-wrap
1956 msgid "B<--mode> debian"
1957 msgstr ""
1958
1959 #. type: Plain text
1960 #: en/lb_config.1:411
19381961 msgid ""
19391962 "defines a global mode to load project specific defaults. By default this is "
19401963 "set to debian."
19411964 msgstr ""
19421965
19431966 #. type: IP
1944 #: en/lb_config.1:406
1945 #, no-wrap
1946 msgid "B<--system> live|normal"
1947 msgstr ""
1948
1949 #. type: Plain text
1950 #: en/lb_config.1:408
1951 msgid ""
1952 "defines if the resulting system image should a live system or a normal, non-"
1953 "live system."
1954 msgstr ""
1955
1956 #. type: IP
1957 #: en/lb_config.1:408
1958 #, no-wrap
1959 msgid "B<--net-root-filesystem> nfs|cfs"
1960 msgstr ""
1961
1962 #. type: Plain text
1963 #: en/lb_config.1:410
1964 msgid ""
1965 "defines the filesystem that will be configured in the bootloader "
1966 "configuration for your netboot image. This defaults to nfs."
1967 msgstr ""
1968
1969 #. type: IP
1970 #: en/lb_config.1:410
1971 #, no-wrap
1972 msgid "B<--net-root-mountoptions> I<OPTIONS>"
1973 msgstr ""
1974
1975 #. type: Plain text
1976 #: en/lb_config.1:412
1977 msgid ""
1978 "sets additional options for mounting the root filesystem in netboot images "
1979 "and is by default empty."
1980 msgstr ""
1981
1982 #. type: IP
1983 #: en/lb_config.1:412
1984 #, no-wrap
1985 msgid "B<--net-root-path> I<PATH>"
1986 msgstr ""
1987
1988 #. type: Plain text
1989 #: en/lb_config.1:414
1990 msgid ""
1991 "sets the file path that will be configured in the bootloader configuration "
1992 "for your netboot image. This defaults to /srv/debian-live in debian mode, "
1993 "and /srv/ubuntu-live when in ubuntu mode."
1994 msgstr ""
1995
1996 #. type: IP
1997 #: en/lb_config.1:414
1998 #, no-wrap
1999 msgid "B<--net-root-server> I<IP>|I<HOSTNAME>"
2000 msgstr ""
2001
2002 #. type: Plain text
2003 #: en/lb_config.1:416
2004 msgid ""
2005 "sets the IP or hostname that will be configured in the bootloader "
2006 "configuration for the root filesystem of your netboot image. This defaults "
2007 "to 192.168.1.1."
2008 msgstr ""
2009
2010 #. type: IP
2011 #: en/lb_config.1:416
2012 #, no-wrap
2013 msgid "B<--net-cow-filesystem> nfs|cfs"
2014 msgstr ""
2015
2016 #. type: Plain text
2017 #: en/lb_config.1:418
2018 msgid ""
2019 "defines the filesystem type for the copy-on-write layer and defaults to nfs."
2020 msgstr ""
2021
2022 #. type: IP
2023 #: en/lb_config.1:418
2024 #, no-wrap
2025 msgid "B<--net-cow-mountoptions> I<OPTIONS>"
2026 msgstr ""
2027
2028 #. type: Plain text
2029 #: en/lb_config.1:420
2030 msgid ""
2031 "sets additional options for mounting the copy-on-write layer in netboot "
2032 "images and is by default empty."
2033 msgstr ""
2034
2035 #. type: IP
2036 #: en/lb_config.1:420
2037 #, no-wrap
2038 msgid "B<--net-cow-path> I<PATH>"
2039 msgstr ""
2040
2041 #. type: Plain text
2042 #: en/lb_config.1:422
2043 msgid ""
2044 "defines the path to client writable filesystem. Anywhere that "
2045 "I<client_mac_address> is specified in the path live-boot will substitute the "
2046 "MAC address of the client delimited with hyphens."
1967 #: en/lb_config.1:411
1968 #, no-wrap
1969 msgid "B<--net-tarball> true|false"
1970 msgstr ""
1971
1972 #. type: Plain text
1973 #: en/lb_config.1:413
1974 msgid ""
1975 "defines if a compressed tarball should be created. If disabled, the plain "
1976 "binary directory is considered the output. Default is true."
1977 msgstr ""
1978
1979 #. type: IP
1980 #: en/lb_config.1:413 en/live-build.7:37
1981 #, no-wrap
1982 msgid "B<--no-color>"
1983 msgstr ""
1984
1985 #. type: Plain text
1986 #: en/lb_config.1:415
1987 msgid "turns off color in the messages."
1988 msgstr ""
1989
1990 #. type: IP
1991 #: en/lb_config.1:415
1992 #, no-wrap
1993 msgid "B<--onie> true|false"
1994 msgstr ""
1995
1996 #. type: Plain text
1997 #: en/lb_config.1:417
1998 msgid ""
1999 "defines if an ONIE.bin image is generated. ONIE binaries can be loaded by "
2000 "supported systems, and will in turn boot the live image. Note that ISO or "
2001 "hybrid-iso are the only formats supported. For more information visit "
2002 "E<lt>I<http://onie.org/>E<gt>. Default is false."
2003 msgstr ""
2004
2005 #. type: IP
2006 #: en/lb_config.1:417
2007 #, no-wrap
2008 msgid "B<--onie-kernel-cmdline> I<OPTION>|\"I<OPTIONS>\""
2009 msgstr ""
2010
2011 #. type: Plain text
2012 #: en/lb_config.1:419
2013 msgid ""
2014 "defines additional kernel command line options that the ONIE system will use "
2015 "when booting the image. Default is empty string."
2016 msgstr ""
2017
2018 #. type: IP
2019 #: en/lb_config.1:419
2020 #, no-wrap
2021 msgid "B<--parent-archive-areas> I<ARCHIVE_AREA>|\"I<ARCHIVE_AREAS>\""
2022 msgstr ""
2023
2024 #. type: Plain text
2025 #: en/lb_config.1:421
2026 msgid ""
2027 "defines the archive areas for derivatives of the resulting live system (a "
2028 "comma or space separated list)."
2029 msgstr ""
2030
2031 #. type: IP
2032 #: en/lb_config.1:421
2033 #, no-wrap
2034 msgid "B<--parent-debian-installer-distribution> daily|I<CODENAME>"
2035 msgstr ""
2036
2037 #. type: Plain text
2038 #: en/lb_config.1:423
2039 msgid ""
2040 "defines the parent debian-installer distribution for derivatives of the "
2041 "resulting live system."
2042 msgstr ""
2043
2044 #. type: IP
2045 #: en/lb_config.1:423
2046 #, no-wrap
2047 msgid "B<--parent-distribution> I<CODENAME>"
20472048 msgstr ""
20482049
20492050 #. type: Plain text
20502051 #: en/lb_config.1:425
2051 msgid "Example:"
2052 msgid ""
2053 "defines the parent distribution for derivatives of the resulting live system."
2054 msgstr ""
2055
2056 #. type: IP
2057 #: en/lb_config.1:425
2058 #, no-wrap
2059 msgid "B<--parent-distribution-binary> I<CODENAME>"
20522060 msgstr ""
20532061
20542062 #. type: Plain text
20552063 #: en/lb_config.1:427
2056 msgid "/export/hosts/client_mac_address"
2064 msgid ""
2065 "defines the derivative's parent distribution enabled in the resulting live "
2066 "system."
2067 msgstr ""
2068
2069 #. type: IP
2070 #: en/lb_config.1:427
2071 #, no-wrap
2072 msgid "B<--parent-distribution-chroot> I<CODENAME>"
20572073 msgstr ""
20582074
20592075 #. type: Plain text
20602076 #: en/lb_config.1:429
2061 msgid "/export/hosts/00-16-D3-33-92-E8"
2077 msgid ""
2078 "defines the derivative's parent distribution used to build the live system."
20622079 msgstr ""
20632080
20642081 #. type: IP
20652082 #: en/lb_config.1:429
20662083 #, no-wrap
2067 msgid "B<--net-cow-server> I<IP>|I<HOSTNAME>"
2084 msgid "B<--parent-mirror-binary> I<URL>"
20682085 msgstr ""
20692086
20702087 #. type: Plain text
20712088 #: en/lb_config.1:431
20722089 msgid ""
2073 "sets the IP or hostname that will be configured in the bootloader "
2074 "configuration for the copy-on-write filesystem of your netboot image and is "
2075 "by default empty."
2090 "sets the location of the debian package mirror that should end up configured "
2091 "in the final image and which is the one a user would see and use. This has "
2092 "not necessarily to be the same that is used to build the image, e.g. if you "
2093 "use a local mirror but want to have an official mirror in the image. This "
2094 "defaults to the value of B<--mirror-binary>."
20762095 msgstr ""
20772096
20782097 #. type: IP
20792098 #: en/lb_config.1:431
20802099 #, no-wrap
2081 msgid "B<--net-tarball> true|false"
2100 msgid "B<--parent-mirror-binary-security> I<URL>"
20822101 msgstr ""
20832102
20842103 #. type: Plain text
20852104 #: en/lb_config.1:433
20862105 msgid ""
2087 "defines if a compressed tarball should be created. Disabling this options "
2088 "leads to no tarball at all, the plain binary directory is considered the "
2089 "output in this case. Default is true."
2090 msgstr ""
2091
2092 #. type: IP
2093 #: en/lb_config.1:433 en/live-build.7:40
2106 "sets the location of the debian security package mirror that should end up "
2107 "configured in the final image. This defaults to the value of B<--mirror-"
2108 "binary-security>."
2109 msgstr ""
2110
2111 #. type: IP
2112 #: en/lb_config.1:433
2113 #, no-wrap
2114 msgid "-m|B<--parent-mirror-bootstrap> I<URL>"
2115 msgstr ""
2116
2117 #. type: Plain text
2118 #: en/lb_config.1:435
2119 msgid ""
2120 "sets the location of the debian package mirror that should be used to "
2121 "bootstrap from. This defaults to the value of B<--mirror-bootstrap>."
2122 msgstr ""
2123
2124 #. type: IP
2125 #: en/lb_config.1:435
2126 #, no-wrap
2127 msgid "B<--parent-mirror-chroot> I<URL>"
2128 msgstr ""
2129
2130 #. type: Plain text
2131 #: en/lb_config.1:437
2132 msgid ""
2133 "sets the location of the debian package mirror that will be used to fetch "
2134 "the packages in order to build the live system. This defaults to the value "
2135 "of B<--parent-mirror-bootstrap>."
2136 msgstr ""
2137
2138 #. type: IP
2139 #: en/lb_config.1:437
2140 #, no-wrap
2141 msgid "B<--parent-mirror-chroot-security> I<URL>"
2142 msgstr ""
2143
2144 #. type: Plain text
2145 #: en/lb_config.1:439
2146 msgid ""
2147 "sets the location of the debian security package mirror that will be used to "
2148 "fetch the packages in order to build the live system. This defaults to the "
2149 "value of B<--mirror-chroot-security>."
2150 msgstr ""
2151
2152 #. type: IP
2153 #: en/lb_config.1:439
2154 #, no-wrap
2155 msgid "B<--parent-mirror-debian-installer> I<URL>"
2156 msgstr ""
2157
2158 #. type: Plain text
2159 #: en/lb_config.1:441
2160 msgid ""
2161 "sets the location of the mirror that will be used to fetch the debian "
2162 "installer images. This defaults to the value of B<--parent-mirror-chroot>."
2163 msgstr ""
2164
2165 #. type: IP
2166 #: en/lb_config.1:441 en/live-build.7:39
20942167 #, no-wrap
20952168 msgid "B<--quiet>"
20962169 msgstr ""
20972170
20982171 #. type: Plain text
2099 #: en/lb_config.1:435
2172 #: en/lb_config.1:443
21002173 msgid "reduces the verbosity of messages output by B<lb build>."
21012174 msgstr ""
21022175
21032176 #. type: IP
2104 #: en/lb_config.1:435
2105 #, no-wrap
2106 msgid "B<--archive-areas> I<ARCHIVE_AREA>|\"I<ARCHIVE_AREAS>\""
2107 msgstr ""
2108
2109 #. type: Plain text
2110 #: en/lb_config.1:437
2111 msgid ""
2112 "defines which package archive areas of a debian packages archive should be "
2113 "used for configured debian package mirrors. By default, this is set to main. "
2114 "Remember to check the licenses of each packages with respect to their "
2115 "redistributability in your juristiction when enabling contrib or non-free "
2116 "with this mechanism."
2117 msgstr ""
2118
2119 #. type: IP
2120 #: en/lb_config.1:437
2121 #, no-wrap
2122 msgid "B<--parent-archive-areas> I<PARENT_ARCHIVE_AREA>|\"I<PARENT_ARCHIVE_AREAS>\""
2123 msgstr ""
2124
2125 #. type: Plain text
2126 #: en/lb_config.1:439
2127 msgid "defines the archive areas for derivatives of the resulting live system."
2128 msgstr ""
2129
2130 #. type: IP
2131 #: en/lb_config.1:439
2177 #: en/lb_config.1:443
21322178 #, no-wrap
21332179 msgid "B<--security> true|false"
21342180 msgstr ""
21352181
21362182 #. type: Plain text
2137 #: en/lb_config.1:441
2183 #: en/lb_config.1:445
21382184 msgid ""
21392185 "defines if the security repositories specified in the security mirror "
21402186 "options should be used or not."
21412187 msgstr ""
21422188
21432189 #. type: IP
2144 #: en/lb_config.1:441
2190 #: en/lb_config.1:445
21452191 #, no-wrap
21462192 msgid "B<--source> true|false"
21472193 msgstr ""
21482194
21492195 #. type: Plain text
2150 #: en/lb_config.1:443
2151 msgid ""
2152 "defines if a corresponding source image to the binary image should be build. "
2153 "By default this is false because most people do not require this and would "
2154 "require to download quite a few source packages. However, once you start "
2155 "distributing your live image, you should make sure you build it with a "
2156 "source image alongside."
2157 msgstr ""
2158
2159 #. type: IP
2160 #: en/lb_config.1:443
2161 #, no-wrap
2162 msgid "-s|B<--source-images> iso|netboot|tar|hdd"
2163 msgstr ""
2164
2165 #. type: Plain text
2166 #: en/lb_config.1:445
2167 msgid "defines the image type for the source image. Default is tar."
2168 msgstr ""
2169
2170 #. type: IP
2171 #: en/lb_config.1:445
2172 #, no-wrap
2173 msgid "B<--firmware-binary> true|false"
2174 msgstr ""
2175
2176 #. type: Plain text
21772196 #: en/lb_config.1:447
21782197 msgid ""
2179 "defines if firmware packages should be automatically included into the "
2180 "binary pool for debian-installer. Note that only firmware packages available "
2181 "within the configured archive areas are included, e.g. an image with "
2182 "packages from main only will not automatically include firmware from non-"
2183 "free. This option does not interfere with explicitly listed packages in "
2184 "binary package lists."
2198 "defines if a corresponding source image to the binary image should be built. "
2199 "By default this is false because most people do not require this and it "
2200 "involves downloading quite a few source packages. However, if you distribute "
2201 "your live image to others, you should make sure you build it with a source "
2202 "image alongside to help enable you to comply with licensing terms."
21852203 msgstr ""
21862204
21872205 #. type: IP
21882206 #: en/lb_config.1:447
21892207 #, no-wrap
2190 msgid "B<--firmware-chroot> true|false"
2208 msgid "B<-s>|B<--source-images> iso|netboot|tar|hdd"
21912209 msgstr ""
21922210
21932211 #. type: Plain text
21942212 #: en/lb_config.1:449
21952213 msgid ""
2196 "defines if firmware packages should be automatically included into the live "
2197 "image. Note that only firmware packages available within the configured "
2198 "archive areas are included, e.g. an image with packages from main only will "
2199 "not automatically include firmware from non-free. This option does not "
2200 "interfere with explicitly listed packages in chroot package lists."
2214 "defines the image type for the source image. Default is tar. More than one "
2215 "can be specified (a comma or space separated list)."
22012216 msgstr ""
22022217
22032218 #. type: IP
22292244 #. type: IP
22302245 #: en/lb_config.1:453
22312246 #, no-wrap
2232 msgid "B<--tasksel> apt|aptitude|tasksel"
2247 msgid "B<--system> live|normal"
22332248 msgstr ""
22342249
22352250 #. type: Plain text
22362251 #: en/lb_config.1:455
22372252 msgid ""
2238 "selects which program is used to install tasks. By default, this is set to "
2239 "tasksel."
2253 "defines if the resulting system image should be a live system or a normal, "
2254 "non-live system. Defaults to live."
22402255 msgstr ""
22412256
22422257 #. type: IP
22432258 #: en/lb_config.1:455
22442259 #, no-wrap
2245 msgid "B<--templates> I<PATH>"
2260 msgid "B<--uefi-secure-boot> auto|enable|disable"
22462261 msgstr ""
22472262
22482263 #. type: Plain text
22492264 #: en/lb_config.1:457
22502265 msgid ""
2251 "sets the path to the templates that live-build is going to use, e.g. for "
2252 "bootloaders. By default, this is set to /usr/share/live/build/templates/."
2266 "enables or disables Secure Boot support when using grub-efi, by installing "
2267 "signed shim and grub-efi packages. By default, this is set to auto, which "
2268 "means if the packages are available they will be installed, but if not only "
2269 "a warning will be printed and the normal non-signed grub-efi will be used."
22532270 msgstr ""
22542271
22552272 #. type: IP
22562273 #: en/lb_config.1:457
22572274 #, no-wrap
2258 msgid "B<--hdd-size> MB"
2275 msgid "B<--updates> true|false"
22592276 msgstr ""
22602277
22612278 #. type: Plain text
22622279 #: en/lb_config.1:459
2263 msgid ""
2264 "defines what size the hdd image should be. Note that although the default is "
2265 "set to 10000 (= 10GB), it will not need 10GB space on your harddisk as the "
2266 "files are created as sparse files."
2267 msgstr ""
2268
2269 #. type: IP
2270 #: en/lb_config.1:459
2271 #, no-wrap
2272 msgid "B<--updates> true|false"
2273 msgstr ""
2274
2275 #. type: Plain text
2276 #: en/lb_config.1:461
22772280 msgid ""
22782281 "defines if debian updates package archives should be included in the image "
22792282 "or not."
22802283 msgstr ""
22812284
22822285 #. type: IP
2286 #: en/lb_config.1:459
2287 #, no-wrap
2288 msgid "B<--utc-time> true|false"
2289 msgstr ""
2290
2291 #. type: Plain text
22832292 #: en/lb_config.1:461
2284 #, no-wrap
2285 msgid "B<--backports> true|false"
2293 msgid ""
2294 "defines if timestamps should be UTC. Default is false, unless "
2295 "SOURCE_DATE_EPOCH is set. Note, this does not affect the build log which "
2296 "remains local time."
2297 msgstr ""
2298
2299 #. type: IP
2300 #: en/lb_config.1:461
2301 #, no-wrap
2302 msgid "B<--validate>"
22862303 msgstr ""
22872304
22882305 #. type: Plain text
22892306 #: en/lb_config.1:463
22902307 msgid ""
2291 "defines if debian backports package archives should be included in the image "
2292 "or not."
2293 msgstr ""
2294
2295 #. type: IP
2296 #: en/lb_config.1:463 en/live-build.7:42
2308 "requests that the config be validated only, not changed, thus after the "
2309 "validation check the script ends rather than writing an updated config. "
2310 "Please note that at the time of writing, many options do not have "
2311 "corresponding validation checks."
2312 msgstr ""
2313
2314 #. type: IP
2315 #: en/lb_config.1:463 en/live-build.7:41
22972316 #, no-wrap
22982317 msgid "B<--verbose>"
22992318 msgstr ""
23062325 #. type: IP
23072326 #: en/lb_config.1:465
23082327 #, no-wrap
2309 msgid "B<--win32-loader true|false>"
2310 msgstr ""
2311
2312 #. FIXME
2313 #. type: Plain text
2314 #: en/lb_config.1:468
2328 msgid "B<--win32-loader> true|false"
2329 msgstr ""
2330
2331 #. type: Plain text
2332 #: en/lb_config.1:467
23152333 msgid "defines if win32-loader should be included in the binary image or not."
23162334 msgstr ""
23172335
2336 #. type: IP
2337 #: en/lb_config.1:467
2338 #, no-wrap
2339 msgid "B<--zsync> true|false"
2340 msgstr ""
2341
2342 #. type: Plain text
2343 #: en/lb_config.1:469
2344 msgid ""
2345 "defines whether a file for distributing the image in I<zsync>(1) format will "
2346 "be generated. Defaults to true."
2347 msgstr ""
2348
23182349 #. type: SH
2319 #: en/lb_config.1:469
2350 #: en/lb_config.1:470
23202351 #, no-wrap
23212352 msgid "ENVIRONMENT"
23222353 msgstr ""
23232354
2324 #. FIXME
23252355 #. type: Plain text
23262356 #: en/lb_config.1:472
23272357 msgid ""
23302360 "relied upon, as it is an implementation detail that is subject to change in "
23312361 "future releases. For options applying directly to live-build, environment "
23322362 "variables are named LB_FOO, meaning, e.g. B<--apt-ftp-proxy> becomes "
2333 "LB_APT_FTP_PROXY (the exception being internal options such as B<--debug>). "
2334 "For options passed to another program, as in APT_OPTIONS or GZIP_OPTIONS, no "
2335 "LB_ prefix is used."
2336 msgstr ""
2337
2338 #. FIXME
2339 #. type: IP
2340 #: en/lb_config.1:476
2363 "B<LB_APT_FTP_PROXY> (the exception being internal options such as B<--"
2364 "debug>). For options passed to another program, as in APT_OPTIONS or "
2365 "GZIP_OPTIONS, no LB_ prefix is used."
2366 msgstr ""
2367
2368 #. type: IP
2369 #: en/lb_config.1:474
23412370 #, no-wrap
23422371 msgid "B<auto/config>"
23432372 msgstr ""
23442373
23452374 #. type: IP
2375 #: en/lb_config.1:475
2376 #, no-wrap
2377 msgid "B</etc/live/build.conf, /etc/live/build/*>"
2378 msgstr ""
2379
2380 #. type: Plain text
23462381 #: en/lb_config.1:477
2347 #, no-wrap
2348 msgid "B</etc/live/build.conf, /etc/live/build/*>"
2349 msgstr ""
2350
2351 #. FIXME
2352 #. type: Plain text
2353 #: en/lb_config.1:480
23542382 msgid ""
23552383 "An optional, global configuration file for B<lb config> variables. It is "
23562384 "useful to specify a few system wide defaults, like "
2357 "LB_PARENT_MIRROR_BOOTSTRAP. This feature can be false by specifying the B<--"
2385 "B<LB_PARENT_MIRROR_BOOTSTRAP>. This feature can be disabled by using the B<--"
23582386 "ignore-system-defaults> option."
23592387 msgstr ""
23602388
23612389 #. type: Plain text
2362 #: en/lb_config.1:485 en/live-build.7:235
2390 #: en/lb_config.1:482 en/live-build.7:230
23632391 msgid "I<live-boot>(7)"
23642392 msgstr ""
23652393
23662394 #. type: Plain text
2367 #: en/lb_config.1:487 en/live-build.7:237
2395 #: en/lb_config.1:484 en/live-build.7:232
23682396 msgid "I<live-config>(7)"
23692397 msgstr ""
00 # SOME DESCRIPTIVE TITLE
1 # Copyright (C) YEAR Live Systems Project
1 # Copyright (C) YEAR Debian Live Project
22 # This file is distributed under the same license as the live-build package.
33 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
44 #
55 #, fuzzy
66 msgid ""
77 msgstr ""
8 "Project-Id-Version: live-build 1:20170829\n"
9 "POT-Creation-Date: 2017-08-29 15:05+0200\n"
8 "Project-Id-Version: live-build 1:20210902\n"
9 "POT-Creation-Date: 2021-09-02 13:56+0100\n"
1010 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1111 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1212 "Language-Team: LANGUAGE <[email protected]>\n"
1313 "Language: \n"
1414 "MIME-Version: 1.0\n"
15 "Content-Type: text/plain; charset=CHARSET\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
1616 "Content-Transfer-Encoding: 8bit\n"
1717
1818 #. type: TH
1919 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
20 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
21 #: en/live-build.7:1
20 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_installer.1:1
21 #: en/lb_source.1:1 en/live-build.7:1
2222 #, no-wrap
2323 msgid "LIVE-BUILD"
2424 msgstr ""
2525
2626 #. type: TH
2727 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
28 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
29 #: en/live-build.7:1
30 #, no-wrap
31 msgid "2017-08-29"
32 msgstr ""
33
34 #. type: TH
35 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
36 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
37 #: en/live-build.7:1
38 #, no-wrap
39 msgid "1:20170807kali1"
40 msgstr ""
41
42 #. type: TH
43 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
44 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
45 #: en/live-build.7:1
46 #, no-wrap
47 msgid "Live Systems Project"
28 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_installer.1:1
29 #: en/lb_source.1:1 en/live-build.7:1
30 #, no-wrap
31 msgid "2021-09-02"
32 msgstr ""
33
34 #. type: TH
35 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
36 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_installer.1:1
37 #: en/lb_source.1:1 en/live-build.7:1
38 #, no-wrap
39 msgid "1:20210902"
40 msgstr ""
41
42 #. type: TH
43 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
44 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_installer.1:1
45 #: en/lb_source.1:1 en/live-build.7:1
46 #, no-wrap
47 msgid "Debian Live Project"
4848 msgstr ""
4949
5050 #. type: SH
5151 #: en/lb.1:3 en/lb_binary.1:3 en/lb_bootstrap.1:3 en/lb_build.1:3
52 #: en/lb_chroot.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_source.1:3
53 #: en/live-build.7:3
52 #: en/lb_chroot.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_installer.1:3
53 #: en/lb_source.1:3 en/live-build.7:3
5454 #, no-wrap
5555 msgid "NAME"
5656 msgstr ""
5757
5858 #. type: SH
5959 #: en/lb.1:6 en/lb_binary.1:6 en/lb_bootstrap.1:6 en/lb_build.1:6
60 #: en/lb_chroot.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_source.1:6
61 #: en/live-build.7:6
60 #: en/lb_chroot.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_installer.1:6
61 #: en/lb_source.1:6 en/live-build.7:6
6262 #, no-wrap
6363 msgid "SYNOPSIS"
6464 msgstr ""
6565
6666 #. type: SH
6767 #: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9
68 #: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:229 en/lb_source.1:9
69 #: en/live-build.7:11
68 #: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:235 en/lb_installer.1:9
69 #: en/lb_source.1:9 en/live-build.7:11
7070 #, no-wrap
7171 msgid "DESCRIPTION"
7272 msgstr ""
7373
7474 #. type: SH
75 #: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
76 #: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:238 en/lb_source.1:14
77 #: en/live-build.7:20
75 #: en/lb.1:14 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
76 #: en/lb_chroot.1:14 en/lb_clean.1:14 en/lb_config.1:242 en/lb_installer.1:14
77 #: en/lb_source.1:14 en/live-build.7:18
7878 #, no-wrap
7979 msgid "OPTIONS"
8080 msgstr ""
8181
8282 #. type: SH
83 #: en/lb.1:19 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17
84 #: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:474 en/lb_source.1:17
85 #: en/live-build.7:229
83 #: en/lb.1:17 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17
84 #: en/lb_chroot.1:17 en/lb_clean.1:34 en/lb_config.1:473 en/lb_installer.1:17
85 #: en/lb_source.1:17 en/live-build.7:224
8686 #, no-wrap
8787 msgid "FILES"
8888 msgstr ""
8989
9090 #. type: IP
91 #: en/lb.1:20 en/lb_binary.1:18 en/lb_bootstrap.1:18 en/lb_chroot.1:18
92 #: en/lb_source.1:18
91 #: en/lb.1:18 en/lb_binary.1:18 en/lb_bootstrap.1:18 en/lb_chroot.1:18
92 #: en/lb_installer.1:18 en/lb_source.1:18
9393 #, no-wrap
9494 msgid "B<none>"
9595 msgstr ""
9696
9797 #. type: SH
98 #: en/lb.1:22 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:22
99 #: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:481 en/lb_source.1:20
100 #: en/live-build.7:233
98 #: en/lb.1:20 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:20
99 #: en/lb_chroot.1:20 en/lb_clean.1:37 en/lb_config.1:478 en/lb_installer.1:20
100 #: en/lb_source.1:20 en/live-build.7:228
101101 #, no-wrap
102102 msgid "SEE ALSO"
103103 msgstr ""
104104
105105 #. type: Plain text
106 #: en/lb.1:24 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:24
107 #: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:483 en/lb_source.1:22
106 #: en/lb.1:22 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:22
107 #: en/lb_chroot.1:22 en/lb_clean.1:39 en/lb_config.1:480 en/lb_installer.1:22
108 #: en/lb_source.1:22
108109 msgid "I<live-build>(7)"
109110 msgstr ""
110111
111112 #. type: Plain text
112 #: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26
113 #: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:489 en/lb_source.1:24
114 #: en/live-build.7:239
113 #: en/lb.1:24 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:24
114 #: en/lb_chroot.1:24 en/lb_clean.1:41 en/lb_config.1:486 en/lb_installer.1:24
115 #: en/lb_source.1:24 en/live-build.7:234
115116 msgid "This program is a part of live-build."
116117 msgstr ""
117118
118119 #. type: SH
119 #: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27
120 #: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:490 en/lb_source.1:25
121 #: en/live-build.7:240
120 #: en/lb.1:25 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:25
121 #: en/lb_chroot.1:25 en/lb_clean.1:42 en/lb_config.1:487 en/lb_installer.1:25
122 #: en/lb_source.1:25 en/live-build.7:235
122123 #, no-wrap
123124 msgid "HOMEPAGE"
124125 msgstr ""
125126
126127 #. type: Plain text
127 #: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29
128 #: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:492 en/lb_source.1:27
129 #: en/live-build.7:242
130 msgid ""
131 "More information about live-build and the Live Systems project can be found "
132 "on the homepage at E<lt>I<https://debian-live.alioth.debian.org/>E<gt>."
133 msgstr ""
134
135 #. type: SH
136 #: en/lb.1:30 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:30
137 #: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:493 en/lb_source.1:28
138 #: en/live-build.7:243
128 #: en/lb.1:27 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:27
129 #: en/lb_chroot.1:27 en/lb_clean.1:44 en/lb_config.1:489 en/lb_installer.1:27
130 #: en/lb_source.1:27 en/live-build.7:237
131 msgid ""
132 "More information about live-build and the Debian Live project can be found "
133 "on the homepage at E<lt>I<https://wiki.debian.org/DebianLive>E<gt>."
134 msgstr ""
135
136 #. type: SH
137 #: en/lb.1:28 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:28
138 #: en/lb_chroot.1:28 en/lb_clean.1:45 en/lb_config.1:490 en/lb_installer.1:28
139 #: en/lb_source.1:28 en/live-build.7:238
139140 #, no-wrap
140141 msgid "BUGS"
141142 msgstr ""
142143
143144 #. type: Plain text
144 #: en/lb.1:32 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:32
145 #: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:495 en/lb_source.1:30
146 #: en/live-build.7:245
147 msgid ""
148 "Bugs can be reported by submitting a bugreport for the live-build package in "
149 "the Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
150 "writing a mail to the Live Systems mailing list at E<lt>I<debian-live@lists."
145 #: en/lb.1:30 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:30
146 #: en/lb_chroot.1:30 en/lb_clean.1:47 en/lb_config.1:492 en/lb_installer.1:30
147 #: en/lb_source.1:30 en/live-build.7:240
148 msgid ""
149 "Bugs can be reported by submitting a bug report for the live-build package "
150 "in the Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
151 "writing a mail to the Debian Live mailing list at E<lt>I<debian-live@lists."
151152 "debian.org>E<gt>."
152153 msgstr ""
153154
154155 #. type: SH
155 #: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33
156 #: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:496 en/lb_source.1:31
157 #: en/live-build.7:246
156 #: en/lb.1:31 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:31
157 #: en/lb_chroot.1:31 en/lb_clean.1:48 en/lb_config.1:493 en/lb_installer.1:31
158 #: en/lb_source.1:31 en/live-build.7:241
158159 #, no-wrap
159160 msgid "AUTHOR"
160161 msgstr ""
161162
162163 #. type: Plain text
163 #: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34
164 #: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:497 en/lb_source.1:32
165 #: en/live-build.7:247
166 msgid ""
167 "live-build was written by Daniel Baumann E<lt>I<[email protected]>E<gt>."
164 #: en/lb.1:32 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:32
165 #: en/lb_chroot.1:32 en/lb_clean.1:49 en/lb_config.1:494 en/lb_installer.1:32
166 #: en/lb_source.1:32 en/live-build.7:242
167 msgid ""
168 "live-build was originally written by Daniel Baumann E<lt>I<mail@daniel-"
169 "baumann.ch>E<gt>. Since 2016 development has been continued by the Debian "
170 "Live team."
168171 msgstr ""
169172
170173 #. type: Plain text
174177
175178 #. type: Plain text
176179 #: en/lb_source.1:8
177 msgid "B<lb source> [I<live-build options>]"
180 msgid "B<lb source> [I<OPTIONS>]"
178181 msgstr ""
179182
180183 #. type: Plain text
181184 #: en/lb_source.1:11
182185 msgid ""
183186 "B<lb source> is a high-level command (porcelain) of I<live-build>(7), the "
184 "live systems tool suite."
187 "Debian Live tool suite."
185188 msgstr ""
186189
187190 #. type: Plain text
00 # SOME DESCRIPTIVE TITLE
1 # Copyright (C) YEAR Live Systems Project
1 # Copyright (C) YEAR Debian Live Project
22 # This file is distributed under the same license as the live-build package.
33 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
44 #
55 #, fuzzy
66 msgid ""
77 msgstr ""
8 "Project-Id-Version: live-build 1:20170829\n"
9 "POT-Creation-Date: 2017-08-29 15:05+0200\n"
8 "Project-Id-Version: live-build 1:20210902\n"
9 "POT-Creation-Date: 2021-09-02 13:56+0100\n"
1010 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1111 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1212 "Language-Team: LANGUAGE <[email protected]>\n"
1313 "Language: \n"
1414 "MIME-Version: 1.0\n"
15 "Content-Type: text/plain; charset=CHARSET\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
1616 "Content-Transfer-Encoding: 8bit\n"
1717
1818 #. type: TH
1919 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
20 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
21 #: en/live-build.7:1
20 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_installer.1:1
21 #: en/lb_source.1:1 en/live-build.7:1
2222 #, no-wrap
2323 msgid "LIVE-BUILD"
2424 msgstr ""
2525
2626 #. type: TH
2727 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
28 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
29 #: en/live-build.7:1
30 #, no-wrap
31 msgid "2017-08-29"
28 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_installer.1:1
29 #: en/lb_source.1:1 en/live-build.7:1
30 #, no-wrap
31 msgid "2021-09-02"
3232 msgstr ""
3333
3434 #. type: TH
3535 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
36 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
37 #: en/live-build.7:1
38 #, no-wrap
39 msgid "1:20170807kali1"
36 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_installer.1:1
37 #: en/lb_source.1:1 en/live-build.7:1
38 #, no-wrap
39 msgid "1:20210902"
4040 msgstr ""
4141
4242 #. type: TH
4343 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
44 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
45 #: en/live-build.7:1
46 #, no-wrap
47 msgid "Live Systems Project"
44 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_installer.1:1
45 #: en/lb_source.1:1 en/live-build.7:1
46 #, no-wrap
47 msgid "Debian Live Project"
4848 msgstr ""
4949
5050 #. type: SH
5151 #: en/lb.1:3 en/lb_binary.1:3 en/lb_bootstrap.1:3 en/lb_build.1:3
52 #: en/lb_chroot.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_source.1:3
53 #: en/live-build.7:3
52 #: en/lb_chroot.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_installer.1:3
53 #: en/lb_source.1:3 en/live-build.7:3
5454 #, no-wrap
5555 msgid "NAME"
5656 msgstr ""
5757
5858 #. type: SH
5959 #: en/lb.1:6 en/lb_binary.1:6 en/lb_bootstrap.1:6 en/lb_build.1:6
60 #: en/lb_chroot.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_source.1:6
61 #: en/live-build.7:6
60 #: en/lb_chroot.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_installer.1:6
61 #: en/lb_source.1:6 en/live-build.7:6
6262 #, no-wrap
6363 msgid "SYNOPSIS"
6464 msgstr ""
6565
6666 #. type: SH
6767 #: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9
68 #: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:229 en/lb_source.1:9
69 #: en/live-build.7:11
68 #: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:235 en/lb_installer.1:9
69 #: en/lb_source.1:9 en/live-build.7:11
7070 #, no-wrap
7171 msgid "DESCRIPTION"
7272 msgstr ""
7373
7474 #. type: SH
75 #: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
76 #: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:238 en/lb_source.1:14
77 #: en/live-build.7:20
75 #: en/lb.1:14 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
76 #: en/lb_chroot.1:14 en/lb_clean.1:14 en/lb_config.1:242 en/lb_installer.1:14
77 #: en/lb_source.1:14 en/live-build.7:18
7878 #, no-wrap
7979 msgid "OPTIONS"
8080 msgstr ""
8181
8282 #. type: SH
83 #: en/lb.1:19 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17
84 #: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:474 en/lb_source.1:17
85 #: en/live-build.7:229
83 #: en/lb.1:17 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17
84 #: en/lb_chroot.1:17 en/lb_clean.1:34 en/lb_config.1:473 en/lb_installer.1:17
85 #: en/lb_source.1:17 en/live-build.7:224
8686 #, no-wrap
8787 msgid "FILES"
8888 msgstr ""
8989
9090 #. type: SH
91 #: en/lb.1:22 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:22
92 #: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:481 en/lb_source.1:20
93 #: en/live-build.7:233
91 #: en/lb.1:20 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:20
92 #: en/lb_chroot.1:20 en/lb_clean.1:37 en/lb_config.1:478 en/lb_installer.1:20
93 #: en/lb_source.1:20 en/live-build.7:228
9494 #, no-wrap
9595 msgid "SEE ALSO"
9696 msgstr ""
9797
9898 #. type: Plain text
99 #: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26
100 #: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:489 en/lb_source.1:24
101 #: en/live-build.7:239
99 #: en/lb.1:24 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:24
100 #: en/lb_chroot.1:24 en/lb_clean.1:41 en/lb_config.1:486 en/lb_installer.1:24
101 #: en/lb_source.1:24 en/live-build.7:234
102102 msgid "This program is a part of live-build."
103103 msgstr ""
104104
105105 #. type: SH
106 #: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27
107 #: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:490 en/lb_source.1:25
108 #: en/live-build.7:240
106 #: en/lb.1:25 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:25
107 #: en/lb_chroot.1:25 en/lb_clean.1:42 en/lb_config.1:487 en/lb_installer.1:25
108 #: en/lb_source.1:25 en/live-build.7:235
109109 #, no-wrap
110110 msgid "HOMEPAGE"
111111 msgstr ""
112112
113113 #. type: Plain text
114 #: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29
115 #: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:492 en/lb_source.1:27
116 #: en/live-build.7:242
117 msgid ""
118 "More information about live-build and the Live Systems project can be found "
119 "on the homepage at E<lt>I<https://debian-live.alioth.debian.org/>E<gt>."
120 msgstr ""
121
122 #. type: SH
123 #: en/lb.1:30 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:30
124 #: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:493 en/lb_source.1:28
125 #: en/live-build.7:243
114 #: en/lb.1:27 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:27
115 #: en/lb_chroot.1:27 en/lb_clean.1:44 en/lb_config.1:489 en/lb_installer.1:27
116 #: en/lb_source.1:27 en/live-build.7:237
117 msgid ""
118 "More information about live-build and the Debian Live project can be found "
119 "on the homepage at E<lt>I<https://wiki.debian.org/DebianLive>E<gt>."
120 msgstr ""
121
122 #. type: SH
123 #: en/lb.1:28 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:28
124 #: en/lb_chroot.1:28 en/lb_clean.1:45 en/lb_config.1:490 en/lb_installer.1:28
125 #: en/lb_source.1:28 en/live-build.7:238
126126 #, no-wrap
127127 msgid "BUGS"
128128 msgstr ""
129129
130130 #. type: Plain text
131 #: en/lb.1:32 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:32
132 #: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:495 en/lb_source.1:30
133 #: en/live-build.7:245
134 msgid ""
135 "Bugs can be reported by submitting a bugreport for the live-build package in "
136 "the Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
137 "writing a mail to the Live Systems mailing list at E<lt>I<debian-live@lists."
131 #: en/lb.1:30 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:30
132 #: en/lb_chroot.1:30 en/lb_clean.1:47 en/lb_config.1:492 en/lb_installer.1:30
133 #: en/lb_source.1:30 en/live-build.7:240
134 msgid ""
135 "Bugs can be reported by submitting a bug report for the live-build package "
136 "in the Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
137 "writing a mail to the Debian Live mailing list at E<lt>I<debian-live@lists."
138138 "debian.org>E<gt>."
139139 msgstr ""
140140
141141 #. type: SH
142 #: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33
143 #: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:496 en/lb_source.1:31
144 #: en/live-build.7:246
142 #: en/lb.1:31 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:31
143 #: en/lb_chroot.1:31 en/lb_clean.1:48 en/lb_config.1:493 en/lb_installer.1:31
144 #: en/lb_source.1:31 en/live-build.7:241
145145 #, no-wrap
146146 msgid "AUTHOR"
147147 msgstr ""
148148
149149 #. type: Plain text
150 #: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34
151 #: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:497 en/lb_source.1:32
152 #: en/live-build.7:247
153 msgid ""
154 "live-build was written by Daniel Baumann E<lt>I<[email protected]>E<gt>."
155 msgstr ""
156
157 #. type: IP
158 #: en/lb_config.1:314 en/live-build.7:36
150 #: en/lb.1:32 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:32
151 #: en/lb_chroot.1:32 en/lb_clean.1:49 en/lb_config.1:494 en/lb_installer.1:32
152 #: en/lb_source.1:32 en/live-build.7:242
153 msgid ""
154 "live-build was originally written by Daniel Baumann E<lt>I<mail@daniel-"
155 "baumann.ch>E<gt>. Since 2016 development has been continued by the Debian "
156 "Live team."
157 msgstr ""
158
159 #. type: IP
160 #: en/lb_config.1:289 en/live-build.7:29
161 #, no-wrap
162 msgid "B<--breakpoints>"
163 msgstr ""
164
165 #. type: IP
166 #: en/lb_config.1:311 en/live-build.7:31
167 #, no-wrap
168 msgid "B<--color>"
169 msgstr ""
170
171 #. type: IP
172 #: en/lb_config.1:335 en/live-build.7:33
159173 #, no-wrap
160174 msgid "B<--debug>"
161175 msgstr ""
162176
163177 #. type: IP
164 #: en/lb_config.1:326 en/live-build.7:38
178 #: en/lb_config.1:355 en/live-build.7:35
165179 #, no-wrap
166180 msgid "B<--force>"
167181 msgstr ""
168182
169183 #. type: IP
170 #: en/lb_config.1:433 en/live-build.7:40
184 #: en/lb_config.1:413 en/live-build.7:37
185 #, no-wrap
186 msgid "B<--no-color>"
187 msgstr ""
188
189 #. type: IP
190 #: en/lb_config.1:441 en/live-build.7:39
171191 #, no-wrap
172192 msgid "B<--quiet>"
173193 msgstr ""
174194
175195 #. type: IP
176 #: en/lb_config.1:463 en/live-build.7:42
196 #: en/lb_config.1:463 en/live-build.7:41
177197 #, no-wrap
178198 msgid "B<--verbose>"
179199 msgstr ""
180200
181201 #. type: Plain text
182 #: en/lb_config.1:485 en/live-build.7:235
202 #: en/lb_config.1:482 en/live-build.7:230
183203 msgid "I<live-boot>(7)"
184204 msgstr ""
185205
186206 #. type: Plain text
187 #: en/lb_config.1:487 en/live-build.7:237
207 #: en/lb_config.1:484 en/live-build.7:232
188208 msgid "I<live-config>(7)"
189209 msgstr ""
190210
191211 #. type: Plain text
192212 #: en/live-build.7:5
193 msgid "B<live-build> - the live systems tool suite"
194 msgstr ""
195
196 #. FIXME
197 #. FIXME
213 msgid "B<live-build> - the Debian Live tool suite"
214 msgstr ""
215
216 #. type: Plain text
217 #: en/live-build.7:8
218 msgid "B<lb> {B<-h>|B<--help>|B<-u>|B<--usage>|B<-v>|B<--version>}"
219 msgstr ""
220
198221 #. type: Plain text
199222 #: en/live-build.7:10
200 msgid ""
201 "B<lb >I<COMMAND> [B<-h|--help>] [B<-u|--usage>] [B<-v|--version>] [B<--"
202 "breakpoints>] [B<--conffile>] [B<--debug>] [B<--force>] [B<--quiet>] [B<--"
203 "verbose>]"
204 msgstr ""
205
206 #. FIXME
207 #. type: Plain text
208 #: en/live-build.7:14
223 msgid "B<lb> I<COMMAND> [I<OPTIONS>]"
224 msgstr ""
225
226 #. type: Plain text
227 #: en/live-build.7:13
209228 msgid ""
210229 "live-build is a set of scripts to build live system images. The idea behind "
211230 "live-build is a tool suite that uses a configuration directory to completely "
213232 msgstr ""
214233
215234 #. type: Plain text
216 #: en/live-build.7:16
235 #: en/live-build.7:15
217236 msgid "The I<COMMAND> is a name of a live-build command (see below)."
218237 msgstr ""
219238
220 #. FIXME
221 #. type: Plain text
239 #. type: Plain text
240 #: en/live-build.7:17
241 msgid ""
242 "More documentation about how to use live-build is available in the "
243 "individual manpages for each helper and in the manual at E<lt>I<https://live-"
244 "team.pages.debian.net/live-manual/>E<gt>."
245 msgstr ""
246
247 #. type: SS
222248 #: en/live-build.7:19
223 msgid ""
224 "More documentation about how to use live-build is available in the "
225 "individual manpages for each helper and in the manual at E<lt>I<https://"
226 "debian-live.alioth.debian.org/manual/>E<gt>."
227 msgstr ""
228
229 #. FIXME
249 #, no-wrap
250 msgid "Shared live-build options"
251 msgstr ""
252
253 #. type: Plain text
254 #: en/live-build.7:21
255 msgid ""
256 "The following command line options are supported by all live-build programs."
257 msgstr ""
258
259 #. type: IP
260 #: en/live-build.7:21
261 #, no-wrap
262 msgid "B<-h, --help>"
263 msgstr ""
264
265 #. type: Plain text
266 #: en/live-build.7:23
267 msgid "display help and exit."
268 msgstr ""
269
270 #. type: IP
271 #: en/live-build.7:23
272 #, no-wrap
273 msgid "B<-u, --usage>"
274 msgstr ""
275
276 #. type: Plain text
277 #: en/live-build.7:25
278 msgid "show usage and exit."
279 msgstr ""
280
281 #. type: IP
282 #: en/live-build.7:25
283 #, no-wrap
284 msgid "B<-v, --version>"
285 msgstr ""
286
287 #. type: Plain text
288 #: en/live-build.7:27
289 msgid "output version information and exit."
290 msgstr ""
291
230292 #. type: SS
231 #: en/live-build.7:22
232 #, no-wrap
233 msgid "Shared live-build options"
234 msgstr ""
235
236 #. type: Plain text
237 #: en/live-build.7:24
238 msgid ""
239 "The following command line options are supported by all live-build programs."
240 msgstr ""
241
242 #. type: IP
243 #: en/live-build.7:24
244 #, no-wrap
245 msgid "B<-h, --help>"
246 msgstr ""
247
248 #. type: Plain text
249 #: en/live-build.7:26
250 msgid "display help and exit."
251 msgstr ""
252
253 #. type: IP
254 #: en/live-build.7:26
255 #, no-wrap
256 msgid "B<-u, --usage>"
257 msgstr ""
258
259 #. type: Plain text
260 #: en/live-build.7:28
261 msgid "show usage and exit."
262 msgstr ""
263
264 #. type: IP
265 #: en/live-build.7:28
266 #, no-wrap
267 msgid "B<-v, --version>"
268 msgstr ""
269
270 #. type: Plain text
271 #: en/live-build.7:30
272 msgid "output version information and exit."
273 msgstr ""
274
275 #. type: SS
276 #: en/live-build.7:30
293 #: en/live-build.7:27
277294 #, no-wrap
278295 msgid "Common live-build options"
279296 msgstr ""
280297
281298 #. type: Plain text
282 #: en/live-build.7:32
299 #: en/live-build.7:29
283300 msgid ""
284301 "The following command line options are supported by most live-build "
285302 "programs. See the man page of each program for a complete explanation of "
286303 "what each option does."
287304 msgstr ""
288305
289 #. type: IP
290 #: en/live-build.7:32
291 #, no-wrap
292 msgid "B<--breakpoints>"
293 msgstr ""
294
295 #. type: Plain text
296 #: en/live-build.7:34
306 #. type: Plain text
307 #: en/live-build.7:31
297308 msgid "run with breakpoints."
298309 msgstr ""
299310
300 #. type: IP
301 #: en/live-build.7:34
302 #, no-wrap
303 msgid "B<--conffile>"
304 msgstr ""
305
306 #. type: Plain text
307 #: en/live-build.7:36
308 msgid "use custom configuration file."
309 msgstr ""
310
311 #. type: Plain text
312 #: en/live-build.7:38
311 #. type: Plain text
312 #: en/live-build.7:33
313 msgid "enable color use in messages."
314 msgstr ""
315
316 #. type: Plain text
317 #: en/live-build.7:35
313318 msgid "show debug information."
314319 msgstr ""
315320
316321 #. type: Plain text
317 #: en/live-build.7:40
322 #: en/live-build.7:37
318323 msgid "force helper execution, even if stage file exists."
319324 msgstr ""
320325
321326 #. type: Plain text
322 #: en/live-build.7:42
327 #: en/live-build.7:39
328 msgid "disable color use in messages."
329 msgstr ""
330
331 #. type: Plain text
332 #: en/live-build.7:41
323333 msgid "be quiet."
324334 msgstr ""
325335
326 #. FIXME
327 #. type: Plain text
328 #: en/live-build.7:45
336 #. type: Plain text
337 #: en/live-build.7:43
329338 msgid "be verbose."
330339 msgstr ""
331340
332341 #. type: SH
342 #: en/live-build.7:44
343 #, no-wrap
344 msgid "LIVE-BUILD COMMANDS"
345 msgstr ""
346
347 #. type: Plain text
333348 #: en/live-build.7:46
334 #, no-wrap
335 msgid "LIVE-BUILD COMMANDS"
336 msgstr ""
337
338 #. FIXME
349 msgid ""
350 "We divide live-build into high level (\"porcelain\") commands, secondary "
351 "major build stage (\"porcelain\") commands, and low level (\"plumbing\") "
352 "commands."
353 msgstr ""
354
339355 #. type: Plain text
340356 #: en/live-build.7:49
341 msgid ""
342 "We divide live-build into high level (\"porcelain\") commands and low level "
343 "(\"plumbing\") commands."
344 msgstr ""
345
346 #. FIXME
347 #. type: Plain text
348 #: en/live-build.7:53
349357 msgid ""
350358 "Here is the complete list of all available live-build commands. See their "
351359 "man pages for additional documentation."
352360 msgstr ""
353361
354362 #. type: SH
355 #: en/live-build.7:54
363 #: en/live-build.7:50
356364 #, no-wrap
357365 msgid "HIGH-LEVEL COMMANDS (PORCELAIN)"
358366 msgstr ""
359367
360 #. FIXME
361 #. type: Plain text
362 #: en/live-build.7:57
368 #. type: Plain text
369 #: en/live-build.7:52
363370 msgid ""
364371 "We separate the porcelain commands into the main commands and some ancillary "
365372 "user utilities."
366373 msgstr ""
367374
368375 #. type: SS
376 #: en/live-build.7:52
377 #, no-wrap
378 msgid "Main porcelain commands"
379 msgstr ""
380
381 #. type: IP
382 #: en/live-build.7:53
383 #, no-wrap
384 msgid "B<lb config>(1)"
385 msgstr ""
386
387 #. type: Plain text
388 #: en/live-build.7:55
389 msgid "creates configuration for live-build"
390 msgstr ""
391
392 #. type: IP
393 #: en/live-build.7:55
394 #, no-wrap
395 msgid "B<lb build>(1)"
396 msgstr ""
397
398 #. type: Plain text
369399 #: en/live-build.7:57
370 #, no-wrap
371 msgid "Main porcelain commands"
372 msgstr ""
373
374 #. type: IP
375 #: en/live-build.7:58
376 #, no-wrap
377 msgid "B<lb config>(1)"
378 msgstr ""
379
380 #. type: Plain text
400 msgid ""
401 "executes the build process (by executing all of the secondary level major "
402 "build stages in sequence)"
403 msgstr ""
404
405 #. type: IP
406 #: en/live-build.7:57
407 #, no-wrap
408 msgid "B<lb clean>(1)"
409 msgstr ""
410
411 #. type: Plain text
412 #: en/live-build.7:59
413 msgid "cleans up system build directories"
414 msgstr ""
415
416 #. type: SS
417 #: en/live-build.7:59
418 #, no-wrap
419 msgid "Ancillary Commands"
420 msgstr ""
421
422 #. type: IP
381423 #: en/live-build.7:60
382 msgid "creates configuration for live-build"
383 msgstr ""
384
385 #. type: IP
386 #: en/live-build.7:60
424 #, no-wrap
425 msgid "B<lb>(1)"
426 msgstr ""
427
428 #. type: Plain text
429 #: en/live-build.7:62
430 msgid "generic live-build script execution wrapper"
431 msgstr ""
432
433 #. type: SH
434 #: en/live-build.7:63
435 #, no-wrap
436 msgid "SECONDARY-LEVEL BUILD COMMANDS (PORCELAIN)"
437 msgstr ""
438
439 #. type: Plain text
440 #: en/live-build.7:65
441 msgid ""
442 "The following are the commands that execute each major stage of the build "
443 "process, in their necessary order of execution. Normally a user might just "
444 "execute the higher level B<lb build>(1) command rather than use these "
445 "individually."
446 msgstr ""
447
448 #. type: IP
449 #: en/live-build.7:65
387450 #, no-wrap
388451 msgid "B<lb bootstrap>(1)"
389452 msgstr ""
390453
391454 #. type: Plain text
392 #: en/live-build.7:62
455 #: en/live-build.7:67
393456 msgid ""
394457 "executes the first build stage, creating (bootstraping) a basic Debian root "
395458 "filesystem"
396459 msgstr ""
397460
398461 #. type: IP
399 #: en/live-build.7:62
462 #: en/live-build.7:67
400463 #, no-wrap
401464 msgid "B<lb chroot>(1)"
402465 msgstr ""
403466
404467 #. type: Plain text
405 #: en/live-build.7:64
468 #: en/live-build.7:69
406469 msgid "executes the second build stage, building the live OS filesystem"
407470 msgstr ""
408471
409472 #. type: IP
410 #: en/live-build.7:64
473 #: en/live-build.7:69
411474 #, no-wrap
412475 msgid "B<lb installer>(1)"
413476 msgstr ""
414477
415478 #. type: Plain text
416 #: en/live-build.7:66
479 #: en/live-build.7:71
417480 msgid ""
418481 "executes the third build stage, obtaining installer components (optional)"
419482 msgstr ""
420483
421484 #. type: IP
422 #: en/live-build.7:66
485 #: en/live-build.7:71
423486 #, no-wrap
424487 msgid "B<lb binary>(1)"
425488 msgstr ""
426489
427490 #. type: Plain text
428 #: en/live-build.7:68
429 msgid "executes the fourth build stage, generating a binary image"
430 msgstr ""
431
432 #. type: IP
433 #: en/live-build.7:68
491 #: en/live-build.7:73
492 msgid "executes the fourth build stage, generating the binary (live) image"
493 msgstr ""
494
495 #. type: IP
496 #: en/live-build.7:73
434497 #, no-wrap
435498 msgid "B<lb source>(1)"
436499 msgstr ""
437500
438501 #. type: Plain text
439 #: en/live-build.7:70
440 msgid "executes the fifth build stage, generating a source image (optional)"
441 msgstr ""
442
443 #. type: IP
444 #: en/live-build.7:70
445 #, no-wrap
446 msgid "B<lb clean>(1)"
447 msgstr ""
448
449 #. type: Plain text
450 #: en/live-build.7:72
451 msgid "cleans up system build directories"
452 msgstr ""
453
454 #. type: SS
455 #: en/live-build.7:72
456 #, no-wrap
457 msgid "Ancillary Commands"
458 msgstr ""
459
460 #. type: IP
461 #: en/live-build.7:73
462 #, no-wrap
463 msgid "B<lb>(1)"
464 msgstr ""
465
466 #. type: Plain text
467502 #: en/live-build.7:75
468 msgid "generic live-build script execution wrapper"
469 msgstr ""
470
471 #. type: IP
472 #: en/live-build.7:75
473 #, no-wrap
474 msgid "B<lb build>(1)"
475 msgstr ""
476
477 #. FIXME
503 msgid ""
504 "executes the fifth build stage, generating a corresponding source image "
505 "(optional)"
506 msgstr ""
507
508 #. type: SH
509 #: en/live-build.7:76
510 #, no-wrap
511 msgid "LOW-LEVEL COMMANDS (PLUMBING) - BUILD STAGE COMPONENTS"
512 msgstr ""
513
478514 #. type: Plain text
479515 #: en/live-build.7:78
480 msgid "alias for all build stages"
481 msgstr ""
482
483 #. type: SH
484 #: en/live-build.7:79
485 #, no-wrap
486 msgid "LOW-LEVEL COMMANDS (PLUMBING) - BUILD STAGE COMPONENTS"
487 msgstr ""
488
489 #. FIXME
490 #. type: Plain text
491 #: en/live-build.7:82
492516 msgid ""
493517 "The actual work of live-build is implemented in the low-level commands, "
494 "called plumbing. They are not supposed to be used by end users, they should "
518 "called plumbing. They are not supposed to be used by end users, who should "
495519 "stick with porcelains as they ensure that all the different plumbing "
496520 "commands are executed in the right order. However, if you intend to reuse "
497521 "live-build commands in your own scripts, then the plumbings might be of "
499523 msgstr ""
500524
501525 #. type: Plain text
502 #: en/live-build.7:84
526 #: en/live-build.7:80
503527 msgid ""
504528 "Note that the interface (set of options and the semantics) to these low-"
505529 "level commands are meant to be a lot more stable than Porcelain level "
508532 msgstr ""
509533
510534 #. type: SS
511 #: en/live-build.7:84
535 #: en/live-build.7:80
512536 #, no-wrap
513537 msgid "Bootstrap stage specific commands"
514538 msgstr ""
515539
516540 #. type: IP
541 #: en/live-build.7:81
542 #, no-wrap
543 msgid "B<lb bootstrap_archives>(1)"
544 msgstr ""
545
546 #. type: Plain text
547 #: en/live-build.7:83
548 msgid "applies apt archive configuration"
549 msgstr ""
550
551 #. type: IP
552 #: en/live-build.7:83
553 #, no-wrap
554 msgid "B<lb bootstrap_cache>(1)"
555 msgstr ""
556
557 #. type: Plain text
517558 #: en/live-build.7:85
518 #, no-wrap
519 msgid "B<lb bootstrap_archives>(1)"
520 msgstr ""
521
522 #. type: Plain text
523 #: en/live-build.7:87
524 msgid "applies apt archive configuration"
525 msgstr ""
526
527 #. type: IP
528 #: en/live-build.7:87
529 #, no-wrap
530 msgid "B<lb bootstrap_cache>(1)"
531 msgstr ""
532
533 #. type: Plain text
534 #: en/live-build.7:89
535559 msgid ""
536560 "in save mode, saves to cache a copy of the generated bootstrap directory, "
537561 "and in restore mode, restores from cache a previously generated copy"
538562 msgstr ""
539563
540564 #. type: IP
541 #: en/live-build.7:89
565 #: en/live-build.7:85
542566 #, no-wrap
543567 msgid "B<lb bootstrap_debootstrap>(1)"
544568 msgstr ""
545569
546570 #. type: Plain text
547 #: en/live-build.7:91
548 msgid "creates (bootstrap) a basic Debian root filesystem using debootstrap(8)"
571 #: en/live-build.7:87
572 msgid ""
573 "creates (bootstraps) a basic Debian root filesystem using debootstrap(8)"
549574 msgstr ""
550575
551576 #. type: SS
552 #: en/live-build.7:91
577 #: en/live-build.7:87
553578 #, no-wrap
554579 msgid "Chroot stage specific commands"
555580 msgstr ""
556581
557582 #. type: Plain text
558 #: en/live-build.7:94
583 #: en/live-build.7:90
559584 msgid ""
560585 "Note: The following chroot_ prefixed commands are used in building the live "
561586 "OS filesystem. Another set of similarly prefixed files are listed separately "
563588 msgstr ""
564589
565590 #. type: IP
566 #: en/live-build.7:94
591 #: en/live-build.7:90
567592 #, no-wrap
568593 msgid "B<lb chroot_cache>(1)"
569594 msgstr ""
570595
571596 #. type: Plain text
572 #: en/live-build.7:96
597 #: en/live-build.7:92
573598 msgid ""
574599 "in save mode, saves to cache a copy of the chroot directory, and in restore "
575600 "mode, restores from cache a previously generated copy"
576601 msgstr ""
577602
578603 #. type: IP
579 #: en/live-build.7:96
604 #: en/live-build.7:92
580605 #, no-wrap
581606 msgid "B<lb chroot_firmware>(1)"
582607 msgstr ""
583608
584609 #. type: Plain text
585 #: en/live-build.7:98
610 #: en/live-build.7:94
586611 msgid ""
587612 "compiles a list of firmware packages to be installed in the live OS root "
588613 "filesystem"
589614 msgstr ""
590615
591616 #. type: IP
617 #: en/live-build.7:94
618 #, no-wrap
619 msgid "B<lb chroot_hacks>(1)"
620 msgstr ""
621
622 #. type: Plain text
623 #: en/live-build.7:96
624 msgid ""
625 "executes local hacks against the live OS root filesystem, if any are provided"
626 msgstr ""
627
628 #. type: IP
629 #: en/live-build.7:96
630 #, no-wrap
631 msgid "B<lb chroot_hooks>(1)"
632 msgstr ""
633
634 #. type: Plain text
592635 #: en/live-build.7:98
593 #, no-wrap
594 msgid "B<lb chroot_hacks>(1)"
636 msgid ""
637 "executes local hooks against the live OS root filesystem, if any are provided"
638 msgstr ""
639
640 #. type: IP
641 #: en/live-build.7:98
642 #, no-wrap
643 msgid "B<lb chroot_includes>(1)"
595644 msgstr ""
596645
597646 #. type: Plain text
598647 #: en/live-build.7:100
599 msgid ""
600 "executes local hacks against the live OS root filesystem, if any are provided"
601 msgstr ""
602
603 #. type: IP
604 #: en/live-build.7:100
605 #, no-wrap
606 msgid "B<lb chroot_hooks>(1)"
607 msgstr ""
608
609 #. type: Plain text
610 #: en/live-build.7:102
611 msgid ""
612 "executes local hooks against the live OS root filesystem, if any are provided"
613 msgstr ""
614
615 #. type: IP
616 #: en/live-build.7:102
617 #, no-wrap
618 msgid "B<lb chroot_includes>(1)"
619 msgstr ""
620
621 #. type: Plain text
622 #: en/live-build.7:104
623648 msgid ""
624649 "copies a set of local files from the config directory into the live OS root "
625650 "filesystem, if any are provided"
626651 msgstr ""
627652
628653 #. type: IP
629 #: en/live-build.7:104
654 #: en/live-build.7:100
630655 #, no-wrap
631656 msgid "B<lb chroot_install-packages>(1)"
632657 msgstr ""
633658
634659 #. type: Plain text
635 #: en/live-build.7:106
660 #: en/live-build.7:102
636661 msgid ""
637662 "installs into the live OS root filesystem any packages listed in local "
638663 "package lists"
639664 msgstr ""
640665
641666 #. type: IP
642 #: en/live-build.7:106
667 #: en/live-build.7:102
643668 #, no-wrap
644669 msgid "B<lb chroot_interactive>(1)"
645670 msgstr ""
646671
647672 #. type: Plain text
648 #: en/live-build.7:108
673 #: en/live-build.7:104
649674 msgid ""
650675 "pauses the build process and starts an interactive shell from the live OS "
651676 "root filesystem, providing an oportunity for manual modifications or "
654679 msgstr ""
655680
656681 #. type: IP
657 #: en/live-build.7:108
682 #: en/live-build.7:104
658683 #, no-wrap
659684 msgid "B<lb chroot_linux-image>(1)"
660685 msgstr ""
661686
662687 #. type: Plain text
663 #: en/live-build.7:110
688 #: en/live-build.7:106
664689 msgid ""
665690 "compiles a list of kernel images to be installed in the live OS root "
666691 "filesystem"
667692 msgstr ""
668693
669694 #. type: IP
670 #: en/live-build.7:110
671 #, no-wrap
672 msgid "B<lb chroot_live-packages>(1)"
673 msgstr ""
674
675 #. type: Plain text
676 #: en/live-build.7:112
677 msgid ""
678 "installs a set of live system specific packages to the live OS root "
679 "filesystem"
680 msgstr ""
681
682 #. type: IP
683 #: en/live-build.7:112
695 #: en/live-build.7:106
684696 #, no-wrap
685697 msgid "B<lb chroot_package-lists>(1)"
686698 msgstr ""
687699
688700 #. type: Plain text
689 #: en/live-build.7:114
701 #: en/live-build.7:108
690702 msgid ""
691703 "compiles a list of packages provided in the user\\' local config to be "
692704 "installed in the live OS root filesystem"
693705 msgstr ""
694706
695707 #. type: IP
696 #: en/live-build.7:114
708 #: en/live-build.7:108
697709 #, no-wrap
698710 msgid "B<lb chroot_preseed>(1)"
699711 msgstr ""
700712
701713 #. type: Plain text
702 #: en/live-build.7:116
714 #: en/live-build.7:110
703715 msgid ""
704716 "installs pre-configured answers to certain install prompts into the live OS "
705717 "root filesystem"
706718 msgstr ""
707719
708720 #. type: SS
721 #: en/live-build.7:110
722 #, no-wrap
723 msgid "Installer stage specific commands"
724 msgstr ""
725
726 #. type: IP
727 #: en/live-build.7:111
728 #, no-wrap
729 msgid "B<lb installer_debian-installer>(1)"
730 msgstr ""
731
732 #. type: Plain text
733 #: en/live-build.7:113
734 msgid "obtains and sets up Debian installer (d-i) components"
735 msgstr ""
736
737 #. type: IP
738 #: en/live-build.7:113
739 #, no-wrap
740 msgid "B<lb installer_preseed>(1)"
741 msgstr ""
742
743 #. type: Plain text
744 #: en/live-build.7:115
745 msgid "installs pre-configured answers to certain install prompts"
746 msgstr ""
747
748 #. type: SS
749 #: en/live-build.7:115
750 #, no-wrap
751 msgid "Binary stage specific commands"
752 msgstr ""
753
754 #. type: IP
709755 #: en/live-build.7:116
710756 #, no-wrap
711 msgid "Installer stage specific commands"
712 msgstr ""
713
714 #. type: IP
715 #: en/live-build.7:117
716 #, no-wrap
717 msgid "B<lb installer_debian-installer>(1)"
718 msgstr ""
719
720 #. type: Plain text
721 #: en/live-build.7:119
722 msgid "obtains and sets up Debian installer(d-i) components"
723 msgstr ""
724
725 #. type: IP
726 #: en/live-build.7:119
727 #, no-wrap
728 msgid "B<lb installer_preseed>(1)"
729 msgstr ""
730
731 #. type: Plain text
732 #: en/live-build.7:121
733 msgid "installs pre-configured answers to certain install prompts"
734 msgstr ""
735
736 #. type: SS
737 #: en/live-build.7:121
738 #, no-wrap
739 msgid "Binary stage specific commands"
740 msgstr ""
741
742 #. type: IP
743 #: en/live-build.7:122
744 #, no-wrap
745757 msgid "B<lb binary_checksums>(1)"
746758 msgstr ""
747759
748760 #. type: Plain text
749 #: en/live-build.7:124
761 #: en/live-build.7:118
750762 msgid "creates checksums (md5, sha1, and/or sha256) for live image content"
751763 msgstr ""
752764
753765 #. type: IP
754 #: en/live-build.7:124
766 #: en/live-build.7:118
755767 #, no-wrap
756768 msgid "B<lb binary_chroot>(1)"
757769 msgstr ""
758770
759771 #. type: Plain text
760 #: en/live-build.7:126
761 msgid ""
762 "duplicates the chroot directory, to place a copy of what whould be the "
772 #: en/live-build.7:120
773 msgid ""
774 "duplicates the chroot directory, to place a copy of what would be the "
763775 "completed live OS root filesystem to one side, allowing the original to "
764776 "continue to be used in executing certain parts of the remainder of the build "
765777 "process"
766778 msgstr ""
767779
768780 #. type: IP
781 #: en/live-build.7:120
782 #, no-wrap
783 msgid "B<lb binary_disk>(1)"
784 msgstr ""
785
786 #. type: Plain text
787 #: en/live-build.7:122
788 msgid "creates disk information files to be added to live image"
789 msgstr ""
790
791 #. type: IP
792 #: en/live-build.7:122
793 #, no-wrap
794 msgid "B<lb binary_grub_cfg>(1)"
795 msgstr ""
796
797 #. type: Plain text
798 #: en/live-build.7:124
799 msgid ""
800 "creates the config for grub-pc and grub-efi, and also enables loopback "
801 "support (which depends upon it) in the live image"
802 msgstr ""
803
804 #. type: IP
805 #: en/live-build.7:124
806 #, no-wrap
807 msgid "B<lb binary_grub-efi>(1)"
808 msgstr ""
809
810 #. type: Plain text
769811 #: en/live-build.7:126
770 #, no-wrap
771 msgid "B<lb binary_disk>(1)"
812 msgid ""
813 "installs grub-efi (grub2 for EFI) into live image to provide image boot "
814 "capability. It relies upon B<lb binary_grub_cfg> to create the config."
815 msgstr ""
816
817 #. type: IP
818 #: en/live-build.7:126
819 #, no-wrap
820 msgid "B<lb binary_grub-legacy>(1)"
772821 msgstr ""
773822
774823 #. type: Plain text
775824 #: en/live-build.7:128
776 msgid "creates disk information files to be added to live image"
825 msgid "installs grub into live image to provide image boot capability"
777826 msgstr ""
778827
779828 #. type: IP
780829 #: en/live-build.7:128
781830 #, no-wrap
782 msgid "B<lb binary_grub>(1)"
831 msgid "B<lb binary_grub-pc>(1)"
783832 msgstr ""
784833
785834 #. type: Plain text
786835 #: en/live-build.7:130
787 msgid "installs grub into live image to provide image boot capability"
836 msgid ""
837 "installs grub-pc (grub2 for BIOS) into live image to provide image boot "
838 "capability. It relies upon B<lb binary_grub_cfg> to create the config."
788839 msgstr ""
789840
790841 #. type: IP
791842 #: en/live-build.7:130
792843 #, no-wrap
793 msgid "B<lb binary_grub2>(1)"
844 msgid "B<lb binary_hdd>(1)"
794845 msgstr ""
795846
796847 #. type: Plain text
797848 #: en/live-build.7:132
798 msgid "installs grub2 into live image to provide image boot capability"
849 msgid "compiles the final live image into an HDD image file"
799850 msgstr ""
800851
801852 #. type: IP
802853 #: en/live-build.7:132
803854 #, no-wrap
804 msgid "B<lb binary_hdd>(1)"
855 msgid "B<lb binary_hooks>(1)"
805856 msgstr ""
806857
807858 #. type: Plain text
808859 #: en/live-build.7:134
809 msgid "compiles the final live image into an hdd image file"
860 msgid "executes local hooks against the live image, if any are provided"
810861 msgstr ""
811862
812863 #. type: IP
813864 #: en/live-build.7:134
814865 #, no-wrap
815 msgid "B<lb binary_hooks>(1)"
866 msgid "B<lb binary_includes>(1)"
816867 msgstr ""
817868
818869 #. type: Plain text
819870 #: en/live-build.7:136
820 msgid "executes local hooks against the live image, if any are provided"
821 msgstr ""
822
823 #. type: IP
824 #: en/live-build.7:136
825 #, no-wrap
826 msgid "B<lb binary_includes>(1)"
827 msgstr ""
828
829 #. type: Plain text
830 #: en/live-build.7:138
831871 msgid ""
832872 "copies a set of local files from the config directory into the live image, "
833873 "if any are provided"
834874 msgstr ""
835875
836876 #. type: IP
877 #: en/live-build.7:136
878 #, no-wrap
879 msgid "B<lb binary_iso>(1)"
880 msgstr ""
881
882 #. type: Plain text
837883 #: en/live-build.7:138
838 #, no-wrap
839 msgid "B<lb binary_iso>(1)"
884 msgid "compiles the final live image into an ISO file"
885 msgstr ""
886
887 #. type: IP
888 #: en/live-build.7:138
889 #, no-wrap
890 msgid "B<lb binary_linux-image>(1)"
840891 msgstr ""
841892
842893 #. type: Plain text
843894 #: en/live-build.7:140
844 msgid "compiles the final live image into an iso file"
895 msgid "copies the linux-image into the live image"
845896 msgstr ""
846897
847898 #. type: IP
848899 #: en/live-build.7:140
849900 #, no-wrap
850 msgid "B<lb binary_linux-image>(1)"
901 msgid "B<lb binary_loadlin>(1)"
851902 msgstr ""
852903
853904 #. type: Plain text
854905 #: en/live-build.7:142
855 msgid "copies the linux-image into the live image"
906 msgid "bundles a copy of loadlin into the live image"
856907 msgstr ""
857908
858909 #. type: IP
859910 #: en/live-build.7:142
860911 #, no-wrap
861 msgid "B<lb binary_loadlin>(1)"
912 msgid "B<lb binary_manifest>(1)"
862913 msgstr ""
863914
864915 #. type: Plain text
865916 #: en/live-build.7:144
866 msgid "bundles a copy of loadlin into the live image"
867 msgstr ""
868
869 #. type: IP
870 #: en/live-build.7:144
871 #, no-wrap
872 msgid "B<lb binary_manifest>(1)"
873 msgstr ""
874
875 #. type: Plain text
876 #: en/live-build.7:146
877917 msgid ""
878918 "creates manifest of packages installed into live OS filesystem, and list of "
879919 "packages to be excluded by a persistence mechanism installing the live OS to "
881921 msgstr ""
882922
883923 #. type: IP
924 #: en/live-build.7:144
925 #, no-wrap
926 msgid "B<lb binary_memtest>(1)"
927 msgstr ""
928
929 #. type: Plain text
884930 #: en/live-build.7:146
885 #, no-wrap
886 msgid "B<lb binary_memtest>(1)"
931 msgid "bundles a copy of memtest into the live image"
932 msgstr ""
933
934 #. type: IP
935 #: en/live-build.7:146
936 #, no-wrap
937 msgid "B<lb binary_netboot>(1)"
887938 msgstr ""
888939
889940 #. type: Plain text
890941 #: en/live-build.7:148
891 msgid "bundles a copy of memtest into the live image"
942 msgid "compiles the final live image into a netboot tar archive"
892943 msgstr ""
893944
894945 #. type: IP
895946 #: en/live-build.7:148
896947 #, no-wrap
897 msgid "B<lb binary_netboot>(1)"
948 msgid "B<lb binary_onie>(1)"
898949 msgstr ""
899950
900951 #. type: Plain text
901952 #: en/live-build.7:150
902 msgid "compiles the final live image into a netboot tar archive"
953 msgid "installs onie into the live image"
903954 msgstr ""
904955
905956 #. type: IP
10211072
10221073 #. type: Plain text
10231074 #: en/live-build.7:171
1024 msgid "compiles the final source image into an hdd image file"
1075 msgid "compiles the final source image into an HDD image file"
10251076 msgstr ""
10261077
10271078 #. type: IP
10431094
10441095 #. type: Plain text
10451096 #: en/live-build.7:175
1046 msgid "compiles the final source image into an iso file"
1097 msgid "compiles the final source image into an ISO file"
10471098 msgstr ""
10481099
10491100 #. type: IP
10631114 msgid "B<lb source_tar>(1)"
10641115 msgstr ""
10651116
1066 #. FIXME
1067 #. type: Plain text
1117 #. type: Plain text
1118 #: en/live-build.7:179
1119 msgid "compiles the final source image into a tar archive"
1120 msgstr ""
1121
1122 #. type: SH
10681123 #: en/live-build.7:180
1069 msgid "compiles the final source image into a tar archive"
1070 msgstr ""
1071
1072 #. type: SH
1073 #: en/live-build.7:181
10741124 #, no-wrap
10751125 msgid "LOW-LEVEL COMMANDS (PLUMBING) - CHROOT PREP COMPONENTS"
10761126 msgstr ""
10771127
1078 #. FIXME
1079 #. type: Plain text
1080 #: en/live-build.7:184
1128 #. type: Plain text
1129 #: en/live-build.7:182
10811130 msgid ""
10821131 "The notes above under the section regarding build-stage specific low-level "
10831132 "plumbing commands also apply here."
10841133 msgstr ""
10851134
10861135 #. type: Plain text
1087 #: en/live-build.7:186
1136 #: en/live-build.7:184
10881137 msgid ""
10891138 "The following chroot_ prefixed commands are used throughout the various "
10901139 "primary stages of the build process to apply and remove modifications to a "
10951144 "the live OS to be bundled into the live image."
10961145 msgstr ""
10971146
1098 #. type: IP
1147 #. type: Plain text
10991148 #: en/live-build.7:186
1149 msgid ""
1150 "Note that the B<lb chroot_prep>(1) command can be used to run these "
1151 "components in bulk."
1152 msgstr ""
1153
1154 #. type: IP
1155 #: en/live-build.7:186
1156 #, no-wrap
1157 msgid "B<lb chroot_prep>(1)"
1158 msgstr ""
1159
1160 #. type: Plain text
1161 #: en/live-build.7:188
1162 msgid ""
1163 "a helper to run the below components in bulk. The first parameter it takes "
1164 "is the execution mode - install or remove - to pass along. The second "
1165 "parameter is the set of helpers to run (they can be space or comma "
1166 "separated; remember to quote if space separated). Following this one or more "
1167 "of the special parameters 'mode-archives-chroot', 'mode-archives-binary', "
1168 "'mode-archives-source' and 'mode-apt-install-binary' can optionally be used, "
1169 "to select the 'pass' parameter for B<lb chroot_archives>(1) in the case of "
1170 "the first three (required if 'archives' is one of the helpers to be run), "
1171 "and to run B<lb chroot_apt>(1) in 'install-binary' mode in the last case. "
1172 "Any remaining parameters (i.e. options like --force) are passed along to all "
1173 "scripts run. The second parameter can be simply 'all' in which case a "
1174 "default set of all components are used, or 'all-except-archives' which "
1175 "differs in skipping B<lb chroot_archives>(1). Components can be specified "
1176 "without their filename 'chroot_' prefix for brevity. In remove mode the list "
1177 "of components are run in reverse order, so no need to provide them in "
1178 "reverse order yourself."
1179 msgstr ""
1180
1181 #. type: IP
1182 #: en/live-build.7:188
11001183 #, no-wrap
11011184 msgid "B<lb chroot_apt>(1)"
11021185 msgstr ""
11031186
11041187 #. type: Plain text
1105 #: en/live-build.7:188
1188 #: en/live-build.7:190
11061189 msgid ""
11071190 "manages apt configuration; in apply mode it applies configuration for use "
11081191 "during build process, and in remove mode removes that configuration"
11091192 msgstr ""
11101193
11111194 #. type: IP
1112 #: en/live-build.7:188
1195 #: en/live-build.7:190
11131196 #, no-wrap
11141197 msgid "B<lb chroot_archives>(1)"
11151198 msgstr ""
11161199
11171200 #. type: Plain text
1118 #: en/live-build.7:190
1201 #: en/live-build.7:192
11191202 msgid ""
11201203 "manages apt archive source lists; in apply mode it applies source list "
11211204 "configurations suitable for use of the chroot in the build process, and in "
11231206 msgstr ""
11241207
11251208 #. type: IP
1126 #: en/live-build.7:190
1209 #: en/live-build.7:192
11271210 #, no-wrap
11281211 msgid "B<lb chroot_debianchroot>(1)"
11291212 msgstr ""
11301213
11311214 #. type: Plain text
1132 #: en/live-build.7:192
1215 #: en/live-build.7:194
11331216 msgid "manages a /etc/debian_chroot file"
11341217 msgstr ""
11351218
11361219 #. type: IP
1137 #: en/live-build.7:192
1220 #: en/live-build.7:194
11381221 #, no-wrap
11391222 msgid "B<lb chroot_devpts>(1)"
11401223 msgstr ""
11411224
11421225 #. type: Plain text
1143 #: en/live-build.7:194
1226 #: en/live-build.7:196
11441227 msgid "manages mounting of /dev/pts"
11451228 msgstr ""
11461229
11471230 #. type: IP
1148 #: en/live-build.7:194
1231 #: en/live-build.7:196
11491232 #, no-wrap
11501233 msgid "B<lb chroot_dpkg>(1)"
11511234 msgstr ""
11521235
11531236 #. type: Plain text
1154 #: en/live-build.7:196
1237 #: en/live-build.7:198
11551238 msgid ""
11561239 "manages dpkg; in apply mode disabling things like the start-stop-daemon, and "
11571240 "in remove mode enabling them again"
11581241 msgstr ""
11591242
11601243 #. type: IP
1161 #: en/live-build.7:196
1244 #: en/live-build.7:198
11621245 #, no-wrap
11631246 msgid "B<lb chroot_hostname>(1)"
11641247 msgstr ""
11651248
11661249 #. type: Plain text
1167 #: en/live-build.7:198
1250 #: en/live-build.7:200
11681251 msgid "manages the hostname configuration"
11691252 msgstr ""
11701253
11711254 #. type: IP
1172 #: en/live-build.7:198
1255 #: en/live-build.7:200
11731256 #, no-wrap
11741257 msgid "B<lb chroot_hosts>(1)"
11751258 msgstr ""
11761259
11771260 #. type: Plain text
1178 #: en/live-build.7:200
1261 #: en/live-build.7:202
11791262 msgid "manages the /etc/hosts file"
11801263 msgstr ""
11811264
11821265 #. type: IP
1183 #: en/live-build.7:200
1266 #: en/live-build.7:202
11841267 #, no-wrap
11851268 msgid "B<lb chroot_proc>(1)"
11861269 msgstr ""
11871270
11881271 #. type: Plain text
1189 #: en/live-build.7:202
1272 #: en/live-build.7:204
11901273 msgid "manages mounting of /proc"
11911274 msgstr ""
11921275
11931276 #. type: IP
1194 #: en/live-build.7:202
1277 #: en/live-build.7:204
11951278 #, no-wrap
11961279 msgid "B<lb chroot_resolv>(1)"
11971280 msgstr ""
11981281
11991282 #. type: Plain text
1200 #: en/live-build.7:204
1283 #: en/live-build.7:206
12011284 msgid "manages configuration of the /etc/resolv.conf file"
12021285 msgstr ""
12031286
12041287 #. type: IP
1205 #: en/live-build.7:204
1288 #: en/live-build.7:206
12061289 #, no-wrap
12071290 msgid "B<lb chroot_selinuxfs>(1)"
12081291 msgstr ""
12091292
12101293 #. type: Plain text
1211 #: en/live-build.7:206
1294 #: en/live-build.7:208
12121295 msgid "manages mounting of /sys/fs/selinux"
12131296 msgstr ""
12141297
12151298 #. type: IP
1216 #: en/live-build.7:206
1299 #: en/live-build.7:208
12171300 #, no-wrap
12181301 msgid "B<lb chroot_sysfs>(1)"
12191302 msgstr ""
12201303
12211304 #. type: Plain text
1222 #: en/live-build.7:208
1305 #: en/live-build.7:210
12231306 msgid "manages mounting of /sys"
12241307 msgstr ""
12251308
12261309 #. type: IP
1227 #: en/live-build.7:208
1310 #: en/live-build.7:210
12281311 #, no-wrap
12291312 msgid "B<lb chroot_sysv-rc>(1)"
12301313 msgstr ""
12311314
12321315 #. type: Plain text
1233 #: en/live-build.7:210
1316 #: en/live-build.7:212
12341317 msgid "manages the /usr/sbin/policy-rc.d file"
12351318 msgstr ""
12361319
12371320 #. type: IP
1238 #: en/live-build.7:210
1321 #: en/live-build.7:212
12391322 #, no-wrap
12401323 msgid "B<lb chroot_tmpfs>(1)"
12411324 msgstr ""
12421325
12431326 #. type: Plain text
1244 #: en/live-build.7:212
1327 #: en/live-build.7:214
12451328 msgid "manages configuration of dpkg to use a tmpfs filesystem"
12461329 msgstr ""
12471330
1248 #. type: IP
1249 #: en/live-build.7:212
1250 #, no-wrap
1251 msgid "B<lb chroot_upstart>(1)"
1252 msgstr ""
1253
1254 #. FIXME
1255 #. type: Plain text
1331 #. type: SH
12561332 #: en/live-build.7:215
1257 msgid ""
1258 "manages use of upstart /sbin/initctl program; in apply mode blocking "
1259 "execution through a dpkg diversion, and in remove mode enabling execution "
1260 "again"
1261 msgstr ""
1262
1263 #. type: SH
1264 #: en/live-build.7:216
12651333 #, no-wrap
12661334 msgid "CONFIG FILES"
12671335 msgstr ""
12681336
1269 #. FIXME
1270 #. type: Plain text
1271 #: en/live-build.7:219
1337 #. type: Plain text
1338 #: en/live-build.7:217
12721339 msgid ""
12731340 "Many live-build commands make use of files in the I<config/> directory to "
12741341 "control what they do. Besides the common I<config/common>, which is used by "
12751342 "all live-build commands, some additional files can be used to configure the "
12761343 "behavior of specific live-build commands. These files are typically named "
1277 "config/stage or config/stage_helper (where \"stage\" of course, is replaced "
1278 "with the name of the stage that they belong to, and \"helper\" with the name "
1279 "of the helper)."
1280 msgstr ""
1281
1282 #. type: Plain text
1283 #: en/live-build.7:221
1284 msgid ""
1285 "For example, lb bootstrap_debootstrap uses files named config/bootstrap and "
1286 "config/bootstrap_debootstrap to read the options it will use. See the man "
1287 "pages of individual commands for details about the names and formats of the "
1288 "files they use. Generally, these files contain variables with values "
1289 "assigned, one variable per line. Some programs in live-build use pairs of "
1290 "values or slightly more complicated variable assignments."
1291 msgstr ""
1292
1293 #. type: Plain text
1294 #: en/live-build.7:223
1344 "config/stage (where \"stage\" of course, is replaced with the name of the "
1345 "stage that they belong to)."
1346 msgstr ""
1347
1348 #. type: Plain text
1349 #: en/live-build.7:219
12951350 msgid ""
12961351 "Note that live-build will respect environment variables which are present in "
12971352 "the context of the shell it is running. If variables can be read from config "
13021357 msgstr ""
13031358
13041359 #. type: Plain text
1305 #: en/live-build.7:225
1360 #: en/live-build.7:221
13061361 msgid ""
13071362 "In some rare cases, you may want to have different versions of these files "
13081363 "for different architectures or distributions. If files named config/stage."
1309 "arch or config/stage_helper.arch, and config/stage.dist or config/"
1310 "stage_helper.dist exist, where \"arch\" is the same as the output of \"dpkg "
1311 "--print-architecture\" and \"dist\" is the same as the codename of the "
1312 "target distribution, then they will be used in preference to other, more "
1364 "arch and config/stage.dist exist, where \"arch\" is the same as the output "
1365 "of \"dpkg --print-architecture\" and \"dist\" is the same as the codename of "
1366 "the target distribution, then they will be used in preference to other, more "
13131367 "general files."
13141368 msgstr ""
13151369
1316 #. FIXME
1317 #. type: Plain text
1318 #: en/live-build.7:228
1370 #. type: Plain text
1371 #: en/live-build.7:223
13191372 msgid ""
13201373 "All config files are shell scripts which are sourced by a live-build "
13211374 "program. That means they have to follow the normal shell syntax. You can "
13231376 msgstr ""
13241377
13251378 #. type: IP
1326 #: en/live-build.7:230
1379 #: en/live-build.7:225
13271380 #, no-wrap
13281381 msgid "B</etc/live/build.conf>"
13291382 msgstr ""
13301383
13311384 #. type: IP
1332 #: en/live-build.7:231
1385 #: en/live-build.7:226
13331386 #, no-wrap
13341387 msgid "B</etc/live/build/*>"
13351388 msgstr ""
4545
4646 # Building root filesystem
4747 lb binary_rootfs "${@}"
48 lb binary_dm-verity "${@}"
4849 lb binary_manifest "${@}"
4950
5051 # Prepare images
0 #!/bin/sh
1
2 ## live-build(7) - System Build Scripts
3 ## Copyright (C) 2021-2021 The Debian Live team
4 ##
5 ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
6 ## This is free software, and you are welcome to redistribute it
7 ## under certain conditions; see COPYING for details.
8
9
10 set -e
11
12 # Including common functions
13 [ -e "${LIVE_BUILD}/scripts/build.sh" ] && . "${LIVE_BUILD}/scripts/build.sh" || . /usr/lib/live/build.sh
14
15 # Setting static variables
16 DESCRIPTION="Add dm-verity hash for rootfs"
17 USAGE="${PROGRAM} [--force]"
18
19 # Processing arguments and configuration files
20 Init_config_data "${@}"
21
22 if [ "${LB_DM_VERITY}" != "true" ]
23 then
24 Create_stagefile
25 exit 0
26 fi
27
28 Echo_message "Begin creating dm-verity hash for rootfs"
29
30 case ${LB_CHROOT_FILESYSTEM} in
31 squashfs|ext2|ext3|ext4)
32 ;;
33 *)
34 Echo_error "dm-verity support is not implemented for ${LB_CHROOT_FILESYSTEM}!"
35 exit 1
36 ;;
37 esac
38
39
40 case "${LB_INITRAMFS}" in
41 live-boot)
42 INITFS="live"
43 ;;
44
45 *)
46 INITFS="boot"
47 ;;
48 esac
49
50 ROOT_FS="binary/${INITFS}/filesystem.${LB_CHROOT_FILESYSTEM}"
51 HASH_FS="${ROOT_FS}.verity"
52 HASH_FILE="${ROOT_FS}.roothash"
53 FEC_FILE="${ROOT_FS}.fec"
54 FEC_ROOTS_FILE="${FEC_FILE}.roots"
55 SIGNATURE_FILE="${HASH_FILE}.p7s"
56 Check_package chroot /usr/sbin/veritysetup cryptsetup
57
58 # Restoring cache
59 Restore_package_cache binary
60
61 # Installing depends
62 Install_packages
63
64
65 # Remove old files if existing
66 for file in "${HASH_FS}" "${HASH_FILE}" "${FEC_FILE}" "${SIGNATURE_FILE}" "${FEC_ROOTS_FILE}"
67 do
68 if [ -f ${file} ]
69 then
70 Echo_message "Removing old ${file}"
71 rm -f "${file}"
72 fi
73 done
74
75 Echo_message "Create dm-verity hash table"
76
77 verity_flags=""
78 if [ -n "${LB_DM_VERITY_FEC_ROOTS}" ]
79 then
80 Echo_message "Enabling FEC support for dm-verity rootfs"
81 verity_flags="${verity_flags} --fec-device=${FEC_FILE} --fec-roots=${LB_DM_VERITY_FEC_ROOTS}"
82 fi
83
84 ROOT_HASH=$(veritysetup ${verity_flags} format ${ROOT_FS} ${HASH_FS} | awk -F ":" '$1=="Root hash" {print $2}' | tr -d [:space:])
85
86 if [ "$?" != "0" ]
87 then
88 Echo_error "veritysetup failed"
89 exit 1
90 fi
91
92 if [ -n "${LB_DM_VERITY_FEC_ROOTS}" ]
93 then
94 echo -n "${LB_DM_VERITY_FEC_ROOTS}" > "${FEC_ROOTS_FILE}"
95 fi
96
97 echo -n "${ROOT_HASH}" > "${HASH_FILE}"
98 Echo_message "Creating the hash table was successful"
99
100 # Sign root hash if a signing script is provided The script gets called with the
101 # hash as the first argument and a output file as the second.
102 if [ -n "${LB_DM_VERITY_SIGN}" ]
103 then
104 Echo_message "Enabling root hash signing"
105 TMP_SIGN=$(mktemp)
106 Echo_message "Calling sign script ${LB_DM_VERITY_SIGN}"
107 ${LB_DM_VERITY_SIGN} ${ROOT_HASH} ${TMP_SIGN}
108 if [ "$?" != "0" ]
109 then
110 Echo_error "Sign script failed with exit code: $? !"
111 exit 1
112 fi
113 cat "${TMP_SIGN}" > "${SIGNATURE_FILE}"
114 rm "${TMP_SIGN}"
115 fi
116
117
118 # Creating stage file
119 Create_stagefile
279279 # Saving cache
280280 Save_package_cache binary
281281
282 # Removing depends
282 # Removing depends. Some bootloader packages are marked as Protected/Important
283 # in Ubuntu, so temporarily add an apt flag to allow them to be removed
284 PRE_APT_OPTIONS="${APT_OPTIONS}"
285 APT_OPTIONS="${APT_OPTIONS} --allow-remove-essential"
283286 Remove_packages
287 APT_OPTIONS="${PRE_APT_OPTIONS}"
284288 ;;
285289
286290 false)
110110 Chroot chroot "ln -s /proc/mounts/mtab /etc/mtab"
111111 FAKE_MTAB=true
112112 fi
113
114 Chroot chroot "mkfs.${LB_CHROOT_FILESYSTEM} -F -b 1024 -N ${REAL_INODES} -m 0 filesystem.${LB_CHROOT_FILESYSTEM}"
113 BLOCK_SIZE=1024
114 if [ "${LB_DM_VERITY}" = "true" ]
115 then
116 # dm-verity needs a block size of at least 4k
117 BLOCK_SIZE=4096
118 fi
119 Chroot chroot "mkfs.${LB_CHROOT_FILESYSTEM} -F -b ${BLOCK_SIZE} -N ${REAL_INODES} -m 0 filesystem.${LB_CHROOT_FILESYSTEM}"
115120
116121 mkdir -p filesystem.tmp
117122 mount -o loop chroot/filesystem.${LB_CHROOT_FILESYSTEM} filesystem.tmp
6464 \t [-d|--distribution CODENAME]\n\
6565 \t [--distribution-binary CODENAME]\n\
6666 \t [--distribution-chroot CODENAME]\n\
67 \t [--dm-verity]\n\
68 \t [--dm-verity-fec NB_ROOTS]\n\
69 \t [--dm-verity-sign SIGN_SCRIPT]\n\
6770 \t [--dump]\n\
6871 \t [--firmware-binary true|false]\n\
6972 \t [--firmware-chroot true|false]\n\
144147 config:,debconf-frontend:,debconf-priority:,debian-installer:,
145148 debian-installer-distribution:,debian-installer-gui:,
146149 debian-installer-preseedfile:,debootstrap-options:,debootstrap-script:,
147 debug,distribution:,distribution-binary:,distribution-chroot:,dump,
150 debug,dm-verity,dm-verity-fec:,dm-verity-sign:,
151 distribution:,distribution-binary:,distribution-chroot:,dump,
148152 fdisk:,firmware-binary:,firmware-chroot:,force,
149153 grub-splash:,gzip-options:,
150154 hdd-label:,hdd-partition-start:,hdd-size:,help,
491495 shift 2
492496 ;;
493497
498 --dm-verity)
499 LB_DM_VERITY="true"
500 shift
501 ;;
502
503 --dm-verity-fec)
504 LB_DM_VERITY_FEC_ROOTS="${2}"
505 shift 2
506 ;;
507
508 --dm-verity-sign)
509 LB_DM_VERITY_SIGN="${2}"
510 shift 2
511 ;;
512
494513 --fdisk)
495514 Echo_warning "--fdisk is an obsolete option"
496515 shift 2
12121231
12131232 # Set compression
12141233 LB_COMPRESSION="${LB_COMPRESSION}"
1234
1235 # Support dm-verity on rootfs
1236 LB_DM_VERITY="${LB_DM_VERITY}"
1237
1238 # Support FEC on dm-verity rootfs
1239 LB_DM_VERITY_FEC_ROOTS="${LB_DM_VERITY_FEC_ROOTS}"
1240
1241 # Set sign script for roothash for dm-verity rootfs
1242 LB_DM_VERITY_SIGN="${LB_DM_VERITY_SIGN}"
12151243
12161244 # Set zsync
12171245 LB_ZSYNC="${LB_ZSYNC}"