Codebase list live-build / e4bca5b
Import Debian version 20170829 live-build (1:20170829) unstable; urgency=medium * Add .disk/mkisofs file recording the xorriso command line. Thanks to Thomas Schmitt <[email protected]> for the suggestion. * Initialize /etc/default/locale with LANG=C.UTF-8 so that we always have a valid UTF-8 locale even when we don't have the "locales" package installed. * Drop all references to live-systems.org. Closes: #859290 * Update copyright file. Raphaël Hertzog 6 years ago
65 changed file(s) with 4966 addition(s) and 3803 deletion(s). Raw diff Collapse all Expand all
0 live-build (1:20170829) unstable; urgency=medium
1
2 * Add .disk/mkisofs file recording the xorriso command line. Thanks
3 to Thomas Schmitt <[email protected]> for the suggestion.
4 * Initialize /etc/default/locale with LANG=C.UTF-8 so that we always
5 have a valid UTF-8 locale even when we don't have the "locales"
6 package installed.
7 * Drop all references to live-systems.org. Closes: #859290
8 * Update copyright file.
9
10 -- Raphaël Hertzog <[email protected]> Tue, 29 Aug 2017 14:16:49 +0200
11
012 live-build (1:20170807) unstable; urgency=medium
113
214 * Add keyboard shortcut on the "Advanced options" syslinux menu entry.
44 Uploaders: Raphaël Hertzog <[email protected]>
55 Build-Depends:
66 debhelper (>= 10),
7 Standards-Version: 3.9.8
7 Standards-Version: 4.1.0
88 Homepage: https://debian-live.alioth.debian.org/live-build/
99 Vcs-Browser: https://anonscm.debian.org/cgit/debian-live/live-build.git
1010 Vcs-Git: https://anonscm.debian.org/git/debian-live/live-build.git
00 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
11 Upstream-Name: live-build
2 Upstream-Contact: Live Systems Project <[email protected]>
3 Source: http://live-systems.org/archive/packages/live-build/
2 Upstream-Contact: Debian Live Project <[email protected]>
43
54 Files: *
6 Copyright: 2006-2015 Daniel Baumann <[email protected]>
5 Copyright:
6 2016-2017 Raphaël Hertzog <[email protected]>
7 2006-2015 Daniel Baumann <[email protected]>
78 License: GPL-3+
89
910 License: GPL-3+
00 Before submitting a bug report against live-build, please make sure
11 that you have read your guidelines for live systems bug reports:
22
3 http://live-systems.org/manual/
3 https://debian-live.alioth.debian.org/live-manual/unstable/manual/html/live-manual.en.html
44
55 By providing the required information as outlined in the guidelines makes
66 sure that we can optimally reproduce and fix bugs, not doing so wastes a
650650 esac
651651
652652 # Set iso preparer
653 LB_ISO_PREPARER="${LB_ISO_PREPARER:-live-build \$VERSION; http://live-systems.org/devel/live-build}"
653 LB_ISO_PREPARER="${LB_ISO_PREPARER:-live-build \$VERSION; https://debian-live.alioth.debian.org/devel/live-build}"
654654
655655 # Set iso publisher
656656 case "${LB_MODE}" in
659659 ;;
660660
661661 *)
662 LB_ISO_PUBLISHER="${LB_ISO_PUBLISHER:-Live Systems project; http://live-systems.org/; [email protected]}"
662 LB_ISO_PUBLISHER="${LB_ISO_PUBLISHER:-Live Systems project; https://debian-live.alioth.debian.org/; [email protected]}"
663663 ;;
664664 esac
665665
3030 echo
3131 fi
3232
33 Echo "Report bugs to the Live Systems project <http://live-systems.org/>."
33 Echo "Report bugs to the Live Systems project <https://debian-live.alioth.debian.org/>."
3434 exit 0
3535 }
4646 exit 1; \
4747 fi
4848
49 po4a --copyright-holder "Live Systems Project" --keep 0 --package-name live-build --package-version $(shell cat ../VERSION) po4a.cfg
49 po4a --copyright-holder "Live Systems Project" --keep 0 --package-name live-build --package-version $(shell cd .. && dpkg-parsechangelog -S Version) po4a.cfg
5050
5151 clean:
5252 rm -f po/*/*.po~
1010 set -e
1111
1212 PROGRAM="LIVE\\\-BUILD"
13 VERSION="$(cat ../VERSION)"
13 VERSION="$(cd .. && dpkg-parsechangelog -S Version)"
1414
1515 DATE="$(LC_ALL=C date +%Y\\\\-%m\\\\-%d)"
1616
0 .TH LIVE\-BUILD 1 2015\-10\-21 5.0~a11-1 "Live Systems Project"
0 .TH LIVE\-BUILD 1 2017\-08\-29 1:20170807kali1 "Live Systems Project"
11
22 .SH NAME
33 \fBlb\fR \- wrapper for live\-build programs
2424 This program is a part of live\-build.
2525
2626 .SH HOMEPAGE
27 More information about live\-build and the Live Systems project can be found on the homepage at <\fIhttp://live-systems.org/\fR> and in the manual at <\fIhttp://live-systems.org/manual/\fR>.
27 More information about live\-build and the Live Systems project can be found on the homepage at <\fIhttps://debian-live.alioth.debian.org/\fR>.
2828
2929 .SH BUGS
3030 Bugs can be reported by submitting a bugreport for the live\-build package in the Bug Tracking System at <\fIhttp://bugs.debian.org/\fR> or by writing a mail to the Live Systems mailing list at <\[email protected]\fR>.
0 .TH LIVE\-BUILD 1 2015\-10\-21 5.0~a11-1 "Live Systems Project"
0 .TH LIVE\-BUILD 1 2017\-08\-29 1:20170807kali1 "Live Systems Project"
11
22 .SH NAME
33 \fBlb_binary\fR \- Complete the binary stage
2222 This program is a part of live\-build.
2323
2424 .SH HOMEPAGE
25 More information about live\-build and the Live Systems project can be found on the homepage at <\fIhttp://live-systems.org/\fR> and in the manual at <\fIhttp://live-systems.org/manual/\fR>.
25 More information about live\-build and the Live Systems project can be found on the homepage at <\fIhttps://debian-live.alioth.debian.org/\fR>.
2626
2727 .SH BUGS
2828 Bugs can be reported by submitting a bugreport for the live\-build package in the Bug Tracking System at <\fIhttp://bugs.debian.org/\fR> or by writing a mail to the Live Systems mailing list at <\[email protected]\fR>.
0 .TH LIVE\-BUILD 1 2015\-10\-21 5.0~a11-1 "Live Systems Project"
0 .TH LIVE\-BUILD 1 2017\-08\-29 1:20170807kali1 "Live Systems Project"
11
22 .SH NAME
33 \fBlb_bootstrap\fR \- Complete the bootstrap stage
2222 This program is a part of live\-build.
2323
2424 .SH HOMEPAGE
25 More information about live\-build and the Live Systems project can be found on the homepage at <\fIhttp://live-systems.org/\fR> and in the manual at <\fIhttp://live-systems.org/manual/\fR>.
25 More information about live\-build and the Live Systems project can be found on the homepage at <\fIhttps://debian-live.alioth.debian.org/\fR>.
2626
2727 .SH BUGS
2828 Bugs can be reported by submitting a bugreport for the live\-build package in the Bug Tracking System at <\fIhttp://bugs.debian.org/\fR> or by writing a mail to the Live Systems mailing list at <\[email protected]\fR>.
0 .TH LIVE\-BUILD 1 2015\-10\-21 5.0~a11-1 "Live Systems Project"
0 .TH LIVE\-BUILD 1 2017\-08\-29 1:20170807kali1 "Live Systems Project"
11
22 .SH NAME
33 \fBlb_build\fR \- Complete the bootstrap, chroot, binary, and source stages
2424 This program is a part of live\-build.
2525
2626 .SH HOMEPAGE
27 More information about live\-build and the Live Systems project can be found on the homepage at <\fIhttp://live-systems.org/\fR> and in the manual at <\fIhttp://live-systems.org/manual/\fR>.
27 More information about live\-build and the Live Systems project can be found on the homepage at <\fIhttps://debian-live.alioth.debian.org/\fR>.
2828
2929 .SH BUGS
3030 Bugs can be reported by submitting a bugreport for the live\-build package in the Bug Tracking System at <\fIhttp://bugs.debian.org/\fR> or by writing a mail to the Live Systems mailing list at <\[email protected]\fR>.
0 .TH LIVE\-BUILD 1 2015\-10\-21 5.0~a11-1 "Live Systems Project"
0 .TH LIVE\-BUILD 1 2017\-08\-29 1:20170807kali1 "Live Systems Project"
11
22 .SH NAME
33 \fBlb_chroot\fR \- Complete the chroot stage
2222 This program is a part of live\-build.
2323
2424 .SH HOMEPAGE
25 More information about live\-build and the Live Systems project can be found on the homepage at <\fIhttp://live-systems.org/\fR> and in the manual at <\fIhttp://live-systems.org/manual/\fR>.
25 More information about live\-build and the Live Systems project can be found on the homepage at <\fIhttps://debian-live.alioth.debian.org/\fR>.
2626
2727 .SH BUGS
2828 Bugs can be reported by submitting a bugreport for the live\-build package in the Bug Tracking System at <\fIhttp://bugs.debian.org/\fR> or by writing a mail to the Live Systems mailing list at <\[email protected]\fR>.
0 .TH LIVE\-BUILD 1 2015\-10\-21 5.0~a11-1 "Live Systems Project"
0 .TH LIVE\-BUILD 1 2017\-08\-29 1:20170807kali1 "Live Systems Project"
11
22 .SH NAME
33 \fBlb_clean\fR \- Clean build directory
4545 This program is a part of live\-build.
4646
4747 .SH HOMEPAGE
48 More information about live\-build and the Live Systems project can be found on the homepage at <\fIhttp://live-systems.org/\fR> and in the manual at <\fIhttp://live-systems.org/manual/\fR>.
48 More information about live\-build and the Live Systems project can be found on the homepage at <\fIhttps://debian-live.alioth.debian.org/\fR>.
4949
5050 .SH BUGS
5151 Bugs can be reported by submitting a bugreport for the live\-build package in the Bug Tracking System at <\fIhttp://bugs.debian.org/\fR> or by writing a mail to the Live Systems mailing list at <\[email protected]\fR>.
0 .TH LIVE\-BUILD 1 2015\-10\-21 5.0~a11-1 "Live Systems Project"
0 .TH LIVE\-BUILD 1 2017\-08\-29 1:20170807kali1 "Live Systems Project"
11
22 .SH NAME
33 \fBlb_config\fR \- Create config directory
487487 This program is a part of live\-build.
488488
489489 .SH HOMEPAGE
490 More information about live\-build and the Live Systems project can be found on the homepage at <\fIhttp://live-systems.org/\fR> and in the manual at <\fIhttp://live-systems.org/manual/\fR>.
490 More information about live\-build and the Live Systems project can be found on the homepage at <\fIhttps://debian-live.alioth.debian.org/\fR>.
491491
492492 .SH BUGS
493493 Bugs can be reported by submitting a bugreport for the live\-build package in the Bug Tracking System at <\fIhttp://bugs.debian.org/\fR> or by writing a mail to the Live Systems mailing list at <\[email protected]\fR>.
0 .TH LIVE\-BUILD 1 2015\-01\-04 5.0~a1-1 "Live Systems Project"
0 .TH LIVE\-BUILD 1 2017\-08\-29 1:20170807kali1 "Live Systems Project"
11
22 .SH NAME
33 \fBlb_installer\fR \- Complete the installer stage
2222 This program is a part of live\-build.
2323
2424 .SH HOMEPAGE
25 More information about live\-build and the Live Systems project can be found on the homepage at <\fIhttp://live-systems.org/\fR> and in the manual at <\fIhttp://live-systems.org/manual/\fR>.
25 More information about live\-build and the Live Systems project can be found on the homepage at <\fIhttps://debian-live.alioth.debian.org/\fR>.
2626
2727 .SH BUGS
2828 Bugs can be reported by submitting a bugreport for the live\-build package in the Bug Tracking System at <\fIhttp://bugs.debian.org/\fR> or by writing a mail to the Live Systems mailing list at <\[email protected]\fR>.
0 .TH LIVE\-BUILD 1 2015\-10\-21 5.0~a11-1 "Live Systems Project"
0 .TH LIVE\-BUILD 1 2017\-08\-29 1:20170807kali1 "Live Systems Project"
11
22 .SH NAME
33 \fBlb_source\fR \- Complete the source stage
2222 This program is a part of live\-build.
2323
2424 .SH HOMEPAGE
25 More information about live\-build and the Live Systems project can be found on the homepage at <\fIhttp://live-systems.org/\fR> and in the manual at <\fIhttp://live-systems.org/manual/\fR>.
25 More information about live\-build and the Live Systems project can be found on the homepage at <\fIhttps://debian-live.alioth.debian.org/\fR>.
2626
2727 .SH BUGS
2828 Bugs can be reported by submitting a bugreport for the live\-build package in the Bug Tracking System at <\fIhttp://bugs.debian.org/\fR> or by writing a mail to the Live Systems mailing list at <\[email protected]\fR>.
0 .TH LIVE\-BUILD 7 2015\-10\-21 5.0~a11-1 "Live Systems Project"
0 .TH LIVE\-BUILD 7 2017\-08\-29 1:20170807kali1 "Live Systems Project"
11
22 .SH NAME
33 \fBlive\-build\fR \- the live systems tool suite
1313 .PP
1414 The \fICOMMAND\fR is a name of a live\-build command (see below).
1515 .PP
16 More documentation about how to use live\-build is available in the individual manpages for each helper and in the manual at <\fIhttp://live-systems.org/manual/\fR>.
16 More documentation about how to use live\-build is available in the individual manpages for each helper and in the manual at <\fIhttps://debian-live.alioth.debian.org/manual/\fR>.
1717 .\" FIXME
1818
1919 .SH OPTIONS
237237 This program is a part of live\-build.
238238
239239 .SH HOMEPAGE
240 More information about live\-build and the Live Systems project can be found on the homepage at <\fIhttp://live-systems.org/\fR> and in the manual at <\fIhttp://live-systems.org/manual/\fR>.
240 More information about live\-build and the Live Systems project can be found on the homepage at <\fIhttps://debian-live.alioth.debian.org/\fR>.
241241
242242 .SH BUGS
243243 Bugs can be reported by submitting a bugreport for the live\-build package in the Bug Tracking System at <\fIhttp://bugs.debian.org/\fR> or by writing a mail to the Live Systems mailing list at <\[email protected]\fR>.
3232 Ce programme est une partie de live\-build.
3333
3434 .SH "PAGE D'ACCUEIL"
35 Davantage d'informations à propos de live\-build et du projet Live Systems
36 peuvent être trouvées sur la page d'accueil à
37 <\fIhttp://live\-systems.org/\fP> et dans le manuel à
38 <\fIhttp://live\-systems.org/manual/\fP>.
35 More information about live\-build and the Live Systems project can be found
36 on the homepage at <\fIhttps://debian\-live.alioth.debian.org/\fP>.
3937
4038 .SH BOGUES
4139 Les bogues peuvent être signalés en soumettant un rapport de bogue pour le
55 .TH LIVE\-BUILD 1 21.10.2015 5.0~a11\-1 "Projet Live Systems"
66
77 .SH NOM
8 \fBlb binary\fP \- Complète le stage bianire
8 \fBlb_binary\fP \- Complete the binary stage
99
1010 .SH SYNOPSIS
1111 \fBlb binary\fP [\fIlive\-build options\fP]
3131 Ce programme est une partie de live\-build.
3232
3333 .SH "PAGE D'ACCUEIL"
34 Davantage d'informations à propos de live\-build et du projet Live Systems
35 peuvent être trouvées sur la page d'accueil à
36 <\fIhttp://live\-systems.org/\fP> et dans le manuel à
37 <\fIhttp://live\-systems.org/manual/\fP>.
34 More information about live\-build and the Live Systems project can be found
35 on the homepage at <\fIhttps://debian\-live.alioth.debian.org/\fP>.
3836
3937 .SH BOGUES
4038 Les bogues peuvent être signalés en soumettant un rapport de bogue pour le
55 .TH LIVE\-BUILD 1 21.10.2015 5.0~a11\-1 "Projet Live Systems"
66
77 .SH NOM
8 \fBlb bootstrap\fP \- Complète le stage d'amorçage
8 \fBlb_bootstrap\fP \- Complete the bootstrap stage
99
1010 .SH SYNOPSIS
1111 \fBlb bootstrap\fP [\fIlive\-build options\fP]
3131 Ce programme est une partie de live\-build.
3232
3333 .SH "PAGE D'ACCUEIL"
34 Davantage d'informations à propos de live\-build et du projet Live Systems
35 peuvent être trouvées sur la page d'accueil à
36 <\fIhttp://live\-systems.org/\fP> et dans le manuel à
37 <\fIhttp://live\-systems.org/manual/\fP>.
34 More information about live\-build and the Live Systems project can be found
35 on the homepage at <\fIhttps://debian\-live.alioth.debian.org/\fP>.
3836
3937 .SH BOGUES
4038 Les bogues peuvent être signalés en soumettant un rapport de bogue pour le
55 .TH LIVE\-BUILD 1 21.10.2015 5.0~a11\-1 "Projet Live Systems"
66
77 .SH NOM
8 \fBlb build\fP \- Complète les stages d'amorçage (bootstrap), de chroot,
9 binaire, et source
8 \fBlb_build\fP \- Complete the bootstrap, chroot, binary, and source stages
109
1110 .SH SYNOPSIS
1211 \fBlb build\fP [\fIlive\-build options\fP]
3433 Ce programme est une partie de live\-build.
3534
3635 .SH "PAGE D'ACCUEIL"
37 Davantage d'informations à propos de live\-build et du projet Live Systems
38 peuvent être trouvées sur la page d'accueil à
39 <\fIhttp://live\-systems.org/\fP> et dans le manuel à
40 <\fIhttp://live\-systems.org/manual/\fP>.
36 More information about live\-build and the Live Systems project can be found
37 on the homepage at <\fIhttps://debian\-live.alioth.debian.org/\fP>.
4138
4239 .SH BOGUES
4340 Les bogues peuvent être signalés en soumettant un rapport de bogue pour le
55 .TH LIVE\-BUILD 1 21.10.2015 5.0~a11\-1 "Projet Live Systems"
66
77 .SH NOM
8 \fBlb chroot\fP \- Complète le stage de chroot
8 \fBlb_chroot\fP \- Complete the chroot stage
99
1010 .SH SYNOPSIS
1111 \fBlb chroot\fP [\fIlive\-build options\fP]
3131 Ce programme est une partie de live\-build.
3232
3333 .SH "PAGE D'ACCUEIL"
34 Davantage d'informations à propos de live\-build et du projet Live Systems
35 peuvent être trouvées sur la page d'accueil à
36 <\fIhttp://live\-systems.org/\fP> et dans le manuel à
37 <\fIhttp://live\-systems.org/manual/\fP>.
34 More information about live\-build and the Live Systems project can be found
35 on the homepage at <\fIhttps://debian\-live.alioth.debian.org/\fP>.
3836
3937 .SH BOGUES
4038 Les bogues peuvent être signalés en soumettant un rapport de bogue pour le
55 .TH LIVE\-BUILD 1 21.10.2015 5.0~a11\-1 "Projet Live Systems"
66
77 .SH NOM
8 \fBlb clean\fP \- Nettoie le répertoire de construction
8 \fBlb_clean\fP \- Clean build directory
99
1010 .SH SYNOPSIS
1111 \fBlb clean\fP [\fIlive\-build options\fP]
6262 Ce programme est une partie de live\-build.
6363
6464 .SH "PAGE D'ACCUEIL"
65 Davantage d'informations à propos de live\-build et du projet Live Systems
66 peuvent être trouvées sur la page d'accueil à
67 <\fIhttp://live\-systems.org/\fP> et dans le manuel à
68 <\fIhttp://live\-systems.org/manual/\fP>.
65 More information about live\-build and the Live Systems project can be found
66 on the homepage at <\fIhttps://debian\-live.alioth.debian.org/\fP>.
6967
7068 .SH BOGUES
7169 Les bogues peuvent être signalés en soumettant un rapport de bogue pour le
55 .TH LIVE\-BUILD 1 21.10.2015 5.0~a11\-1 "Projet Live Systems"
66
77 .SH NOM
8 \fBlb config\fP \- Crée un répertoire de configuration
8 \fBlb_config\fP \- Create config directory
99
1010 .SH SYNOPSIS
1111 \fBlb config\fP [\fIlive\-build options\fP]
4343 .br
4444 [\fB\-\-bootappend\-live\fP \fIPARAMÈTRES\fP|\fI"PARAMÈTRES"\fP]
4545 .br
46 [\fB\-\-bootloader\fP grub|grub2|syslinux]
46 [\fB\-\-bootappend\-live\-failsafe\fP \fIPARAMETER\fP|\fI"PARAMETERS"\fP]
47 .br
48 [\fB\-\-bootloaders\fP grub\-legacy|grub\-pc|syslinux|grub\-efi]
4749 .br
4850 [\fB\-\-cache\fP true|false]
4951 .br
7880 [\fB\-\-debian\-installer\-preseedfile\fP \fIFICHIER\fP|\fIURL\fP]
7981 .br
8082 [\fB\-\-debian\-installer\-gui\fP true|false]
83 .br
84 [\fB\-\-debootstrap\-options\fP \fIOPTIONS\fP]
85 .br
86 [\fB\-\-debootstrap\-script\fP \fISCRIPT\fP]
8187 .br
8288 [\fB\-\-debug\fP]
8389 .br
311317 CD/DVD qui peuvent également être utilisée comme images hdd, pour les images
312318 non\-syslinux, le défaut est iso.
313319 .IP "\fB\-\-binary\-filesystem\fP fat16|fat32|ext2|ext3|ext4" 4
314 définit le système de fichier à utiliser dans le type d'image. Ceci a un
315 effet si le type d'image binaire sélectionnée permet de choisir un système
316 de fichier. Par exemple, lorsque iso est sélectionné, le CD/DVD résultant a
317 toujours un système de fichier ISO9660. Lors de la construction d'une image
318 hdd pour des clefs usb, ceci est actif. Notez que ceci sélectionne fat16 par
319 défaut sur toutes les architectures excepté sparc où le défaut est
320 ext4. Notez également que si vous choisissez fat16 et que votre image
321 binaire résultante est plus grosse que 2GB, alors le système de fichier
322 binaire sera automatiquement passé à fat32.
320 defines the filesystem to be used in the image type. This only has an effect
321 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.
323328 .IP "\fB\-\-bootappend\-install\fP \fIPARAMÈTRE\fP|\(dq\fIPARAMÈTRES\fP\(dq" 4
324329 paramètre les options de démarrage spécifiques à debian\-installer, si inclu.
325330 .IP "\fB\-\-bootappend\-live\fP \fIPARAMÈTRE\fP|\(dq\fIPARAMÈTRES\fP\(dq" 4
326331 paramètre les options de démarrage spécifiques à debian\-live. Une liste
327332 complète des paramètres de démarrage peut être trouvée dans les pages de
328333 manuel \fIlive\-boot\fP(7) et \fIlive\-config\fP(7).
329 .IP "\fB\-\-bootloader\fP grub|grub2|syslinux" 4
330 définit quel chargeur de démarrage est utilisé dans l'image générée. Ceci a
331 effet seulement si l'image binaire sélectionnée permet de choisir le
332 chargeur de démarrage. Par exemple, si vous construisez une iso, syslinux
333 (ou plus précisément, isolinux) est toujours utilisé. Notez également que
334 certaines combinaisons de types d'images binaires et de chargeurs de
335 démarrage peuvent être possibles mais que live\-build ne les prend pas encore
336 en charge. \fBlb config\fP échouera a créer une de ses configurations pas
337 encore supportées et donnera une explication à ce propos. Pour des images
338 hdd sur amd64 et i386, le défaut est syslinux.
334 .IP "\fB\-\-bootappend\-live\-failsafe\fP \fIPARAMETER\fP|\(dq\fIPARAMETERS\fP\(dq" 4
335 sets boot parameters specific to debian\-live failsafe boot entries. A
336 complete list of boot parameters can be found in the \fIlive\-boot\fP(7) and
337 \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.
339347 .IP "\fB\-\-cache\fP true|false" 4
340348 définit globalement si un cache devrait être utilisé. Les différents caches
341349 peuvent être controlés à travers leurs propres options.
342350 .IP "\fB\-\-cache\-indices\fP true|false" 4
343 définit si les indices et les listes de paquets téléchargés devrait être
344 cachés ce qui est faux (false) par défaut. L'activer autoriserait la
345 reconstruction d'une image complétement hors\-ligne, vous n'auriez donc plus
346 les mises\-à\-jour.
351 defines if downloaded package indices and lists should be cached which is
352 false by default. Enabling it lets you rebuild an image completely offline,
353 however, you would not get updates anymore then.
347354 .IP "\fB\-\-cache\-packages\fP true|false" 4
348355 définit si les fichiers de paquets téléchargés pourrait être cachés ce qui
349356 est vrai (true) par défaut. Le désactiver économise la consomation d'espace
374381 définit le programme de compression à utiliser pour compresser les
375382 tarballs. Par défaut : gzip.
376383 .IP "\fB\-\-config\fP \fIGIT_URL\fP::\fIGIT_ID\fP" 4
377 permet d'amorcer un arbre de configuration depuis un dépôt GIT,
378 optionnellement avec un numéro d'identification GIT (branche, commit, tag,
379 etc.).
384 bootstrap the config tree from a git repository, optionally appended by a
385 Git Id (branch, commit, tag, etc.).
380386 .IP "\fB\-\-build\-with\-chroot\fP true|false" 4
381387 définit si live\-build devrait utiliser les outils de l'intérieur du chroot
382388 pour construire l'image binaire ou non en utilisant et incluant les outils
438444 définit si l'interface graphique GTK de l'installateur\-debian devrait être
439445 vraie ou pas. En mode Debian et pour la plupart des versions d'Ubuntu, cette
440446 option est vraie, tandis que sinon fausse, par défaut.
447 .IP "\fB\-\-debootstrap\-options\fP \fIOPTIONS\fP" 4
448 passes the given options to debootstrap when setting up the base system.
449 .IP "\fB\-\-debootstrap\-script\fP \fISCRIPT\fP" 4
450 tells debootstrap to use an alternate bootstrap script (last parameter to
451 debootstrap).
441452 .IP \fB\-\-debug\fP 4
442453 active les messages d'information de déboguage.
443454 .IP "\-d|\fB\-\-distribution\fP \fINOM_DE_CODE\fP" 4
451462 .IP \fB\-\-dump\fP 4
452463 prepares a report of the currently present live system configuration and the
453464 version of live\-build used. This is useful to provide if you submit bug
454 reports, we do get all informations required for us to locate and replicate
465 reports, we do get all information required for us to locate and replicate
455466 an error.
456467 .IP "\fB\-\-fdisk\fP fdisk|fdisk.dist" 4
457468 sets the filename of the fdisk binary from the host system that should be
535546 custom kernel packages that do not follow the debian naming scheme, remember
536547 to set this option to the stub of the packages only (for debian this is
537548 linux\-image\-2.6), so that \fISTUB\fP\-\fIFLAVOUR\fP results in a valid package name
538 (for debian e.g. linux\-image\-686\-pae). Preferably you use the meta package name,
539 if any, for the stub, so that your configuration is ABI independent. Also
540 don't forget that you have to include stubs of the binary modules packages
541 for unionfs or aufs, and squashfs if you built them out\-of\-tree.
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.
542554 .IP "\fB\-\-losetup\fP losetup|losetup.orig" 4
543555 sets the filename of the losetup binary from the host system that should be
544556 used. This is autodetected and does generally not need any customization.
767779 Ce programme est une partie de live\-build.
768780
769781 .SH "PAGE D'ACCUEIL"
770 Davantage d'informations à propos de live\-build et du projet Live Systems
771 peuvent être trouvées sur la page d'accueil à
772 <\fIhttp://live\-systems.org/\fP> et dans le manuel à
773 <\fIhttp://live\-systems.org/manual/\fP>.
782 More information about live\-build and the Live Systems project can be found
783 on the homepage at <\fIhttps://debian\-live.alioth.debian.org/\fP>.
774784
775785 .SH BOGUES
776786 Les bogues peuvent être signalés en soumettant un rapport de bogue pour le
55 .TH LIVE\-BUILD 1 21.10.2015 5.0~a11\-1 "Projet Live Systems"
66
77 .SH NOM
8 \fBlb source\fP \- Complète le stage source
8 \fBlb_source\fP \- Complete the source stage
99
1010 .SH SYNOPSIS
1111 \fBlb source\fP [\fIlive\-build options\fP]
3131 Ce programme est une partie de live\-build.
3232
3333 .SH "PAGE D'ACCUEIL"
34 Davantage d'informations à propos de live\-build et du projet Live Systems
35 peuvent être trouvées sur la page d'accueil à
36 <\fIhttp://live\-systems.org/\fP> et dans le manuel à
37 <\fIhttp://live\-systems.org/manual/\fP>.
34 More information about live\-build and the Live Systems project can be found
35 on the homepage at <\fIhttps://debian\-live.alioth.debian.org/\fP>.
3836
3937 .SH BOGUES
4038 Les bogues peuvent être signalés en soumettant un rapport de bogue pour le
2424 La \fICOMMANDE\fP est un nom d'une commande live\-build (voir ci\-dessous).
2525 .PP
2626 .\" FIXME
27 Davantage de documentation à propos de la façon d'utiliser live\-build est
28 disponible dans les pages de manuel individuelles de chaque assistant ainsi
29 que dans le manual à <\fIhttp://live\-systems.org/manual/\fP>.
27 More documentation about how to use live\-build is available in the
28 individual manpages for each helper and in the manual at
29 <\fIhttps://debian\-live.alioth.debian.org/manual/\fP>.
3030
3131 .SH OPTIONS
3232 .\" FIXME
7272 Nous séparons les commandes porcelaine en commandes principales et en
7373 utilitaires utilisateur auxiliaires.
7474 .SS "Commandes porcelaine principales"
75 .IP \fBlb_config\fP(1) 4
76 crée une configuration pour live\-build
77 .IP \fBlb_bootstrap\fP(1) 4
78 crée le premier stage en amorçant un système debian basique
79 .IP \fBlb_chroot\fP(1) 4
80 crée un deuxième stage en personnalisant le chroot
81 .IP \fBlb_binary\fP(1) 4
82 crée le troisième stage en générant une image binaire
83 .IP \fBlb_source\fP(1) 4
84 crée le quatrième stage optionel en générant une image source
85 .IP \fBlb_clean\fP(1) 4
86 nettoie les répertoires de construction du système
75 .IP "\fBlb config\fP(1)" 4
76 creates configuration for live\-build
77 .IP "\fBlb bootstrap\fP(1)" 4
78 executes the first build stage, creating (bootstraping) a basic Debian root
79 filesystem
80 .IP "\fBlb chroot\fP(1)" 4
81 executes the second build stage, building the live OS filesystem
82 .IP "\fBlb installer\fP(1)" 4
83 executes the third build stage, obtaining installer components (optional)
84 .IP "\fBlb binary\fP(1)" 4
85 executes the fourth build stage, generating a binary image
86 .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
8790 .SS "Commandes auxiliaires"
8891 .IP \fBlb\fP(1) 4
89 emballage live\-build générique
90 .IP \fBlb_build\fP(1) 4
91 alias pour tous les stages
92 .IP \fBlb_local\fP(1) 4
93 assistant pour l'utilisation d'un live\-build local
94 .IP \fBlb_testroot\fP(1) 4
95 .\" FIXME
96 s'assure que le système est construit en tant qu'administrateur (root)
97
98 .SH "COMMANDES BAS\-NIVEAU (PLOMBERIE)"
92 generic live\-build script execution wrapper
93 .IP "\fBlb build\fP(1)" 4
94 .\" FIXME
95 alias for all build stages
96
97 .SH "LOW\-LEVEL COMMANDS (PLUMBING) \- BUILD STAGE COMPONENTS"
9998 .\" FIXME
10099 Le travail réel de live\-build est implémenté dans les commandes bas\-niveau,
101100 appelées plomberie. Elles ne sont pas supposées être utilisées par les
110109 commandes de niveau Porcelaine. D'un autre côté, l'interface des commandes
111110 Porcelaine sont sujettes à changement afin d'améliorer l'expérience de
112111 l'utilisateur final.
113 .SS "Commandes d'amorçage"
114 .IP \fBlb_bootstrap_cache\fP(1) 4
115 stage d'amorçage cache
116 .IP \fBlb_bootstrap_debootstrap\fP(1) 4
117 amorçcer un système Debian avec debootstrap(8)
118 .SS "Commandes chroot"
119 .IP \fBlb_chroot_apt\fP(1) 4
120 gère /etc/apt/apt.conf
121 .IP \fBlb_chroot_cache\fP(1) 4
122 stage de chroot cache
123 .IP \fBlb_chroot_debianchroot\fP(1) 4
124 gère /etc/debian_chroot
125 .IP \fBlb_chroot_devpts\fP(1) 4
126 monte /dev/pts
127 .IP \fBlb_chroot_dpkg\fP(1) 4
128 gère /sbin/dpkg
129 .IP \fBlb_chroot_hacks\fP(1) 4
130 exécute les hacks dans le chroot
131 .IP \fBlb_chroot_hostname\fP(1) 4
132 gère /bin/hostname
133 .IP \fBlb_chroot_hosts\fP(1) 4
134 gère /etc/hosts
135 .IP \fBlb_chroot_install\-packages\fP(1) 4
136 installe les paquets en attente dans le chroot
137 .IP \fBlb_chroot_interactive\fP(1) 4
138 rend la construction intéractive
139 .IP \fBlb_chroot_linux\-image\fP(1) 4
140 gère /etc/kernel\-img.conf
141 .IP \fBlb_chroot_hooks\fP(1) 4
142 exécute les hooks locaux dans le chroot
143 .IP \fBlb_chroot_local\-includes\fP(1) 4
144 copie les fichiers locaux dans le chroot
145 .IP \fBlb_chroot_packages\fP(1) 4
146 met en attente l'installation des paquets dans le chroot
147 .IP \fBlb_chroot_local\-patches\fP(1) 4
148 appliques les rustines locales dans le chroot
149 .IP \fBlb_chroot_local\-preseed\fP(1) 4
150 utilise un fichier de pré\-configuration local debconf
151 .IP \fBlb_chroot_packagelists\fP(1) 4
152 met en attente l'installation des listes de paquets dans le chroot
153 .IP \fBlb_chroot_proc\fP(1) 4
154 monte /proc
155 .IP \fBlb_chroot_resolv\fP(1) 4
156 gère /etc/resolv.conf
157 .IP \fBlb_chroot_selinuxfs\fP(1) 4
158 monte /selinux
159 .IP \fBlb_chroot_archives\fP(1) 4
160 gère /etc/apt/sources.list
161 .IP \fBlb_chroot_sysfs\fP(1) 4
162 gère /sys
163 .IP \fBlb_chroot_sysv\-rc\fP(1) 4
164 gère /usr/sbin/policy\-rc.d
165 .IP \fBlb_chroot_task\-lists\fP(1) 4
166 installe les listes de tâches dans le chroot
167 .SS "Commandes binaires"
168 .IP \fBlb_binary_chroot\fP(1) 4
169 copie le chroot dans le chroot
170 .IP \fBlb_binary_debian\-installer\fP(1) 4
171 installe debian\-installer dans le binaire
172 .IP \fBlb_binary_disk\fP(1) 4
173 installe les informations de disque dans le binaire
174 .IP \fBlb_binary_grub\fP(1) 4
175 installe grub dans le binaire
176 .IP \fBlb_binary_grub2\fP(1) 4
177 installe grub2 dans le binaire
178 .IP \fBlb_binary_includes\fP(1) 4
179 copie les fichiers dans le binaire
180 .IP \fBlb_binary_iso\fP(1) 4
181 construit l'image binaire iso
182 .IP \fBlb_binary_linux\-image\fP(1) 4
183 installe linux\-image dans le binaire
184 .IP \fBlb_binary_local\-hooks\fP(1) 4
185 exécute les hooks locaux dans le binaire
186 .IP \fBlb_binary_local\-includes\fP(1) 4
187 copie les fichiers dans le binaire
188 .IP \fBlb_binary_local\-packagelists\fP(1) 4
189 installe les listes de paquets locaux dans le binaire
190 .IP \fBlb_binary_manifest\fP(1) 4
191 crée le manifeste
192 .IP \fBlb_binary_checksums\fP(1) 4
193 crée les sommes de vérification binaires (md5, sha1, et/ou sha256)
194 .IP \fBlb_binary_memtest\fP(1) 4
195 installe memtest dans le binaire
196 .IP \fBlb_binary_net\fP(1) 4
197 construit l'image binaire netboot
198 .IP \fBlb_binary_rootfs\fP(1) 4
199 construit l'image rootfs
200 .IP \fBlb_binary_syslinux\fP(1) 4
201 installe syslinux dans le binaire
202 .IP \fBlb_binary_tar\fP(1) 4
203 construit une image binaire pour disque dur
204 .IP \fBlb_binary_hdd\fP(1) 4
205 construit une image binaire hdd
206 .IP \fBlb_binary_win32\-loader\fP(1) 4
207 installe win32\-loader dans le binaire
208 .SS "Commandes source"
209 .IP \fBlb_source_debian\fP(1) 4
210 télécharge les sources
211 .IP \fBlb_source_debian\-live\fP(1) 4
212 copie la configuration debian\-live dans la source
213 .IP \fBlb_source_disk\fP(1) 4
214 installe les informations de disque dans la source
215 .IP \fBlb_source_iso\fP(1) 4
216 construit l'image source iso
217 .IP \fBlb_source_checksums\fP(1) 4
218 crée les sommes de vérification binaires (md5, sha1, et/ou sha256)
219 .IP \fBlb_source_net\fP(1) 4
220 construit l'image net source
221 .IP \fBlb_source_tar\fP(1) 4
222 construit le tarball source
223 .IP \fBlb_source_hdd\fP(1) 4
224 .\" FIXME
225 construit l'image hdd source
112 .SS "Bootstrap stage specific commands"
113 .IP "\fBlb bootstrap_archives\fP(1)" 4
114 applies apt archive configuration
115 .IP "\fBlb bootstrap_cache\fP(1)" 4
116 in save mode, saves to cache a copy of the generated bootstrap directory,
117 and in restore mode, restores from cache a previously generated copy
118 .IP "\fBlb bootstrap_debootstrap\fP(1)" 4
119 creates (bootstrap) a basic Debian root filesystem using debootstrap(8)
120 .SS "Chroot stage specific commands"
121 .PP
122 Note: The following chroot_ prefixed commands are used in building the live
123 OS filesystem. Another set of similarly prefixed files are listed separately
124 (see further down).
125 .IP "\fBlb chroot_cache\fP(1)" 4
126 in save mode, saves to cache a copy of the chroot directory, and in restore
127 mode, restores from cache a previously generated copy
128 .IP "\fBlb chroot_firmware\fP(1)" 4
129 compiles a list of firmware packages to be installed in the live OS root
130 filesystem
131 .IP "\fBlb chroot_hacks\fP(1)" 4
132 executes local hacks against the live OS root filesystem, if any are
133 provided
134 .IP "\fBlb chroot_hooks\fP(1)" 4
135 executes local hooks against the live OS root filesystem, if any are
136 provided
137 .IP "\fBlb chroot_includes\fP(1)" 4
138 copies a set of local files from the config directory into the live OS root
139 filesystem, if any are provided
140 .IP "\fBlb chroot_install\-packages\fP(1)" 4
141 installs into the live OS root filesystem any packages listed in local
142 package lists
143 .IP "\fBlb chroot_interactive\fP(1)" 4
144 pauses the build process and starts an interactive shell from the live OS
145 root filesystem, providing an oportunity for manual modifications or
146 testing; note that this is (currently) usually executed with several chroot
147 prep modifications applied (see description of these further down)
148 .IP "\fBlb chroot_linux\-image\fP(1)" 4
149 compiles a list of kernel images to be installed in the live OS root
150 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
154 .IP "\fBlb chroot_package\-lists\fP(1)" 4
155 compiles a list of packages provided in the user\' local config to be
156 installed in the live OS root filesystem
157 .IP "\fBlb chroot_preseed\fP(1)" 4
158 installs pre\-configured answers to certain install prompts into the live OS
159 root filesystem
160 .SS "Installer stage specific commands"
161 .IP "\fBlb installer_debian\-installer\fP(1)" 4
162 obtains and sets up Debian installer(d\-i) components
163 .IP "\fBlb installer_preseed\fP(1)" 4
164 installs pre\-configured answers to certain install prompts
165 .SS "Binary stage specific commands"
166 .IP "\fBlb binary_checksums\fP(1)" 4
167 creates checksums (md5, sha1, and/or sha256) for live image content
168 .IP "\fBlb binary_chroot\fP(1)" 4
169 duplicates the chroot directory, to place a copy of what whould be the
170 completed live OS root filesystem to one side, allowing the original to
171 continue to be used in executing certain parts of the remainder of the build
172 process
173 .IP "\fBlb binary_disk\fP(1)" 4
174 creates disk information files to be added to live image
175 .IP "\fBlb binary_grub\fP(1)" 4
176 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
179 .IP "\fBlb binary_hdd\fP(1)" 4
180 compiles the final live image into an hdd image file
181 .IP "\fBlb binary_hooks\fP(1)" 4
182 executes local hooks against the live image, if any are provided
183 .IP "\fBlb binary_includes\fP(1)" 4
184 copies a set of local files from the config directory into the live image,
185 if any are provided
186 .IP "\fBlb binary_iso\fP(1)" 4
187 compiles the final live image into an iso file
188 .IP "\fBlb binary_linux\-image\fP(1)" 4
189 copies the linux\-image into the live image
190 .IP "\fBlb binary_loadlin\fP(1)" 4
191 bundles a copy of loadlin into the live image
192 .IP "\fBlb binary_manifest\fP(1)" 4
193 creates manifest of packages installed into live OS filesystem, and list of
194 packages to be excluded by a persistence mechanism installing the live OS to
195 disk
196 .IP "\fBlb binary_memtest\fP(1)" 4
197 bundles a copy of memtest into the live image
198 .IP "\fBlb binary_netboot\fP(1)" 4
199 compiles the final live image into a netboot tar archive
200 .IP "\fBlb binary_package\-lists\fP(1)" 4
201 processes local lists of packages to obtain and bundle into image (from
202 which they could later be installed if not already)
203 .IP "\fBlb binary_rootfs\fP(1)" 4
204 wraps up the completed live OS root filesystem into a virtual file system
205 image
206 .IP "\fBlb binary_syslinux\fP(1)" 4
207 installs syslinux into live image to provide image boot capability
208 .IP "\fBlb binary_tar\fP(1)" 4
209 compiles the final live image into a tar archive
210 .IP "\fBlb binary_win32\-loader\fP(1)" 4
211 bundles a copy of win32\-loader into the live image and creates an
212 autorun.inf file
213 .IP "\fBlb binary_zsync\fP(1)" 4
214 builds zsync control files
215 .SS "Source stage specific commands"
216 .IP "\fBlb source_checksums\fP(1)" 4
217 creates checksums (md5, sha1, and/or sha256) for source image content
218 .IP "\fBlb source_debian\fP(1)" 4
219 downloads source packages for bundling into source image
220 .IP "\fBlb source_disk\fP(1)" 4
221 creates disk information files to be added to source image
222 .IP "\fBlb source_hdd\fP(1)" 4
223 compiles the final source image into an hdd image file
224 .IP "\fBlb source_hooks\fP(1)" 4
225 executes local hooks against the source image, if any are provided
226 .IP "\fBlb source_iso\fP(1)" 4
227 compiles the final source image into an iso file
228 .IP "\fBlb source_live\fP(1)" 4
229 copies live\-build config into source
230 .IP "\fBlb source_tar\fP(1)" 4
231 .\" FIXME
232 compiles the final source image into a tar archive
233
234 .SH "LOW\-LEVEL COMMANDS (PLUMBING) \- CHROOT PREP COMPONENTS"
235 .\" FIXME
236 The notes above under the section regarding build\-stage specific low\-level
237 plumbing commands also apply here.
238 .PP
239 The following chroot_ prefixed commands are used throughout the various
240 primary stages of the build process to apply and remove modifications to a
241 chroot root filesystem. Generally these are used to apply modification that
242 setup the chroot for use (execution of programs within it) during the build
243 process, and later to remove those modification, unmounting things that were
244 mounted, and making the chroot suitable for use as the root filesystem of
245 the live OS to be bundled into the live image.
246 .IP "\fBlb chroot_apt\fP(1)" 4
247 manages apt configuration; in apply mode it applies configuration for use
248 during build process, and in remove mode removes that configuration
249 .IP "\fBlb chroot_archives\fP(1)" 4
250 manages apt archive source lists; in apply mode it applies source list
251 configurations suitable for use of the chroot in the build process, and in
252 remove mode replaces that with a configuration suitable for the final live
253 OS
254 .IP "\fBlb chroot_debianchroot\fP(1)" 4
255 manages a /etc/debian_chroot file
256 .IP "\fBlb chroot_devpts\fP(1)" 4
257 manages mounting of /dev/pts
258 .IP "\fBlb chroot_dpkg\fP(1)" 4
259 manages dpkg; in apply mode disabling things like the start\-stop\-daemon, and
260 in remove mode enabling them again
261 .IP "\fBlb chroot_hostname\fP(1)" 4
262 manages the hostname configuration
263 .IP "\fBlb chroot_hosts\fP(1)" 4
264 manages the /etc/hosts file
265 .IP "\fBlb chroot_proc\fP(1)" 4
266 manages mounting of /proc
267 .IP "\fBlb chroot_resolv\fP(1)" 4
268 manages configuration of the /etc/resolv.conf file
269 .IP "\fBlb chroot_selinuxfs\fP(1)" 4
270 manages mounting of /sys/fs/selinux
271 .IP "\fBlb chroot_sysfs\fP(1)" 4
272 manages mounting of /sys
273 .IP "\fBlb chroot_sysv\-rc\fP(1)" 4
274 manages the /usr/sbin/policy\-rc.d file
275 .IP "\fBlb chroot_tmpfs\fP(1)" 4
276 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
226282
227283 .SH "FICHIERS DE CONFIGURATION"
228284 .\" FIXME
235291 par le nom du stage auquel il appartient, "assistant" par le nom de
236292 l'assistant).
237293 .PP
238 Par exemple, lb_bootstrap_debootstrap utilise des fichiers nommés
239 config/bootstrap et config/bootstrap_debootstrap pour lire les options qu'il
240 utilisera. Voir les pages des commandes individuelles de manuel pour des
241 détails à propos des noms et des formats de fichiers qu'ils
242 utilisent. Généralement, ces fichiers contiennent des variables avec des
243 valeurs assignées, une variable par ligne. Plusieurs programmes dans
244 live\-build utilisent des paires de valeur ou des assignations de variables
245 légèrement plus compliquées.
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.
246300 .PP
247301 Notez que live\-build respectera les variables d'environment présentes dans
248302 le contexte du shell lancé. Si les variables peuvent être lues depuis les
278332 Ce programme est une partie de live\-build.
279333
280334 .SH "PAGE D'ACCUEIL"
281 Davantage d'informations à propos de live\-build et du projet Live Systems
282 peuvent être trouvées sur la page d'accueil à
283 <\fIhttp://live\-systems.org/\fP> et dans le manuel à
284 <\fIhttp://live\-systems.org/manual/\fP>.
335 More information about live\-build and the Live Systems project can be found
336 on the homepage at <\fIhttps://debian\-live.alioth.debian.org/\fP>.
285337
286338 .SH BOGUES
287339 Les bogues peuvent être signalés en soumettant un rapport de bogue pour le
3030 このプログラムは live\-build の一部です。
3131
3232 .SH ホームページ
33 live\-build 及び Live
34 システムプロジェクトについてのさらなる情報は、<\fIhttp://live\-systems.org/\fP> のホームページや
35 <\fIhttp://live\-systems.org/manual/\fP> のマニュアルにあります。
33 More information about live\-build and the Live Systems project can be found
34 on the homepage at <\fIhttps://debian\-live.alioth.debian.org/\fP>.
3635
3736 .SH バグ
3837 バグは <\fIhttp://bugs.debian.org/\fP> にあるバグ追跡システムに live\-build
55 .TH LIVE\-BUILD 1 2015\-10\-21 5.0~a11\-1 "Live システムプロジェクト"
66
77 .SH 名前
8 \fBlb binary\fP \- バイナリ段階を完了させます
8 \fBlb_binary\fP \- Complete the binary stage
99
1010 .SH 概要
1111 \fBlb binary\fP [\fIlive\-build オプション\fP]
2828 このプログラムは live\-build の一部です。
2929
3030 .SH ホームページ
31 live\-build 及び Live
32 システムプロジェクトについてのさらなる情報は、<\fIhttp://live\-systems.org/\fP> のホームページや
33 <\fIhttp://live\-systems.org/manual/\fP> のマニュアルにあります。
31 More information about live\-build and the Live Systems project can be found
32 on the homepage at <\fIhttps://debian\-live.alioth.debian.org/\fP>.
3433
3534 .SH バグ
3635 バグは <\fIhttp://bugs.debian.org/\fP> にあるバグ追跡システムに live\-build
55 .TH LIVE\-BUILD 1 2015\-10\-21 5.0~a11\-1 "Live システムプロジェクト"
66
77 .SH 名前
8 \fBlb bootstrap\fP \- パッケージ収集段階を完了させます
8 \fBlb_bootstrap\fP \- Complete the bootstrap stage
99
1010 .SH 概要
1111 \fBlb bootstrap\fP [\fIlive\-build オプション\fP]
2828 このプログラムは live\-build の一部です。
2929
3030 .SH ホームページ
31 live\-build 及び Live
32 システムプロジェクトについてのさらなる情報は、<\fIhttp://live\-systems.org/\fP> のホームページや
33 <\fIhttp://live\-systems.org/manual/\fP> のマニュアルにあります。
31 More information about live\-build and the Live Systems project can be found
32 on the homepage at <\fIhttps://debian\-live.alioth.debian.org/\fP>.
3433
3534 .SH バグ
3635 バグは <\fIhttp://bugs.debian.org/\fP> にあるバグ追跡システムに live\-build
55 .TH LIVE\-BUILD 1 2015\-10\-21 5.0~a11\-1 "Live システムプロジェクト"
66
77 .SH 名前
8 \fBlb build\fP \- パッケージ収集、chroot、バイナリ、ソース段階を完了させます
8 \fBlb_build\fP \- Complete the bootstrap, chroot, binary, and source stages
99
1010 .SH 概要
1111 \fBlb build\fP [\fIlive\-build オプション\fP]
3131 このプログラムは live\-build の一部です。
3232
3333 .SH ホームページ
34 live\-build 及び Live
35 システムプロジェクトについてのさらなる情報は、<\fIhttp://live\-systems.org/\fP> のホームページや
36 <\fIhttp://live\-systems.org/manual/\fP> のマニュアルにあります。
34 More information about live\-build and the Live Systems project can be found
35 on the homepage at <\fIhttps://debian\-live.alioth.debian.org/\fP>.
3736
3837 .SH バグ
3938 バグは <\fIhttp://bugs.debian.org/\fP> にあるバグ追跡システムに live\-build
55 .TH LIVE\-BUILD 1 2015\-10\-21 5.0~a11\-1 "Live システムプロジェクト"
66
77 .SH 名前
8 \fBlb chroot\fP \- chroot 段階を完了させます
8 \fBlb_chroot\fP \- Complete the chroot stage
99
1010 .SH 概要
1111 \fBlb chroot\fP [\fIlive\-build オプション\fP]
2828 このプログラムは live\-build の一部です。
2929
3030 .SH ホームページ
31 live\-build 及び Live
32 システムプロジェクトについてのさらなる情報は、<\fIhttp://live\-systems.org/\fP> のホームページや
33 <\fIhttp://live\-systems.org/manual/\fP> のマニュアルにあります。
31 More information about live\-build and the Live Systems project can be found
32 on the homepage at <\fIhttps://debian\-live.alioth.debian.org/\fP>.
3433
3534 .SH バグ
3635 バグは <\fIhttp://bugs.debian.org/\fP> にあるバグ追跡システムに live\-build
55 .TH LIVE\-BUILD 1 2015\-10\-21 5.0~a11\-1 "Live システムプロジェクト"
66
77 .SH 名前
8 \fBlb clean\fP \- 設定ディレクトリを掃除します
8 \fBlb_clean\fP \- Clean build directory
99
1010 .SH 概要
1111 \fBlb clean\fP [\fIlive\-build オプション\fP]
5252 このプログラムは live\-build の一部です。
5353
5454 .SH ホームページ
55 live\-build 及び Live
56 システムプロジェクトについてのさらなる情報は、<\fIhttp://live\-systems.org/\fP> のホームページや
57 <\fIhttp://live\-systems.org/manual/\fP> のマニュアルにあります。
55 More information about live\-build and the Live Systems project can be found
56 on the homepage at <\fIhttps://debian\-live.alioth.debian.org/\fP>.
5857
5958 .SH バグ
6059 バグは <\fIhttp://bugs.debian.org/\fP> にあるバグ追跡システムに live\-build
55 .TH LIVE\-BUILD 1 2015\-10\-21 5.0~a11\-1 "Live システムプロジェクト"
66
77 .SH 名前
8 \fBlb config\fP \- 設定ディレクトリを作成します
8 \fBlb_config\fP \- Create config directory
99
1010 .SH 概要
1111 \fBlb config\fP [\fIlive\-build オプション\fP]
4343 .br
4444 [\fB\-\-bootappend\-live\fP \fIパラメータ\fP|\fI"パラメータ"\fP]
4545 .br
46 [\fB\-\-bootloader\fP grub|grub2|syslinux]
46 [\fB\-\-bootappend\-live\-failsafe\fP \fIPARAMETER\fP|\fI"PARAMETERS"\fP]
47 .br
48 [\fB\-\-bootloaders\fP grub\-legacy|grub\-pc|syslinux|grub\-efi]
4749 .br
4850 [\fB\-\-cache\fP true|false]
4951 .br
7880 [\fB\-\-debian\-installer\-preseedfile\fP \fIファイル\fP|\fIURL\fP]
7981 .br
8082 [\fB\-\-debian\-installer\-gui\fP true|false]
83 .br
84 [\fB\-\-debootstrap\-options\fP \fIOPTIONS\fP]
85 .br
86 [\fB\-\-debootstrap\-script\fP \fISCRIPT\fP]
8187 .br
8288 [\fB\-\-debug\fP]
8389 .br
283289 ビルドするイメージの種類を決定します。デフォルトで、syslinux を利用するイメージではハードディスク向けイメージと同じようにも利用できる
284290 CD/DVD イメージをビルドするため iso\-hybrid が、syslinux 以外のイメージでは iso がセットされます。
285291 .IP "\fB\-\-binary\-filesystem\fP fat16|fat32|ext2|ext3|ext4" 4
286 指定した種類のイメージで利用するファイルシステムを指定します。これは選択した種類のバイナリイメージでファイルシステムを選択できる場合にのみ効果があります。例えば
287 iso 選択時に作成される CD/DVD のファイルシステムは常に ISO9660
288 となります。USBメモリ向けのhddイメージをビルドする場合にはこれが有効になります。sparc のデフォルトが ext4
289 である例外を除く全アーキテクチャでデフォルトが fat16 となっていることに注意してください。また、fat16
290 選択時に出来上がったバイナリイメージのサイズが2GBを超えた場合はそのバイナリのファイルシステムは自動的に fat32
291 に切り替えられることに注意してください。
292 defines the filesystem to be used in the image type. This only has an effect
293 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.
292300 .IP "\fB\-\-bootappend\-install\fP \fIパラメータ\fP|\(dq\fIパラメータ\fP\(dq" 4
293301 debian\-installer を収録した場合、debian\-installer 特有のブートパラメータをセットします。
294302 .IP "\fB\-\-bootappend\-live\fP \fIパラメータ\fP|\(dq\fIパラメータ\fP\(dq" 4
295303 debian\-live 特有のブートパラメータをセットします。ブートパラメータの全容は \fIlive\-boot\fP(7) 及び
296304 \fIlive\-config\fP(7) マニュアルページにあります。
297 .IP "\fB\-\-bootloader\fP grub|grub2|syslinux" 4
298 生成されたイメージで利用するブートローダを選択します。これは選択した種類のバイナリイメージでブートローダを選択できる場合にのみ効果があります。例えば
299 iso をビルドする場合は常に syslinux (さらに言えば isolinux)
300 が利用されます。また、バイナリイメージの種類とブートローダの組み合わせの中には、可能ではあるものの live\-build
301 でのサポートが追いついていないものがあり得ることに注意してください。\fBlb config\fP
302 はそういった未サポートの設定の作成には失敗し、そのことについて説明します。amd64 や i386 用のhddイメージでは syslinux
303 がデフォルトとなっています。
305 .IP "\fB\-\-bootappend\-live\-failsafe\fP \fIPARAMETER\fP|\(dq\fIPARAMETERS\fP\(dq" 4
306 sets boot parameters specific to debian\-live failsafe boot entries. A
307 complete list of boot parameters can be found in the \fIlive\-boot\fP(7) and
308 \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.
304318 .IP "\fB\-\-cache\fP true|false" 4
305319 全体としてキャッシュを使うか否か大域的に決定します。異なるキャッシュを、キャッシュそれぞれのオプションで制御できます。
306320 .IP "\fB\-\-cache\-indices\fP true|false" 4
307 ダウンロードしたパッケージ索引や一覧をキャッシュするか否かを決定します。デフォルトで false
308 となっています。有効にするとイメージを完全にオフラインで再ビルドできるようになりますが、以後の更新は得られなくなります。
321 defines if downloaded package indices and lists should be cached which is
322 false by default. Enabling it lets you rebuild an image completely offline,
323 however, you would not get updates anymore then.
309324 .IP "\fB\-\-cache\-packages\fP true|false" 4
310325 ダウンロードしたパッケージファイルをキャッシュするか否かを決定します。デフォルトで true
311326 となっています。無効化するとビルドディレクトリの容量を節約できますが、再ビルドした場合には不要な転送が発生することを覚えておいてください。一般にこれは常に
324339 .IP "\fB\-\-compression\fP bzip2|gzip|lzip|none" 4
325340 tar アーカイブの圧縮に利用する圧縮プログラムを決定します。デフォルトは gzip です。
326341 .IP "\fB\-\-config\fP \fIGIT_URL\fP::\fIGIT_ID\fP" 4
327 設定ツリーをgitリポジトリから取得できます。オプションとして Git Id (ブランチやコミット、タグ等) を指定できます。
342 bootstrap the config tree from a git repository, optionally appended by a
343 Git Id (branch, commit, tag, etc.).
328344 .IP "\fB\-\-build\-with\-chroot\fP true|false" 4
329345 live\-build がバイナリイメージのビルドに chroot 内のツールを使うのか、chroot
330346 ではなくホストのシステムツールを取り込んで使うのかを決定します。これは非常に危険なオプションであり、ホストシステムのツールを利用することで汚染され、必要とするツール
360376 .IP "\fB\-\-debian\-installer\-gui\fP true|false" 4
361377 debian\-installer グラフィカルGTKインターフェイスを true にするか否かを決定します。デフォルトでは、Debian モードや
362378 Ubuntu のほとんどのバージョンで true、それ以外では false となっています。
379 .IP "\fB\-\-debootstrap\-options\fP \fIOPTIONS\fP" 4
380 passes the given options to debootstrap when setting up the base system.
381 .IP "\fB\-\-debootstrap\-script\fP \fISCRIPT\fP" 4
382 tells debootstrap to use an alternate bootstrap script (last parameter to
383 debootstrap).
363384 .IP \fB\-\-debug\fP 4
364385 デバッグ情報のメッセージを表示します。
365386 .IP "\-d|\fB\-\-distribution\fP \fIコード名\fP" 4
369390 .IP "\-d|\fB\-\-parent\-debian\-installer\-distribution\fP \fIコード名\fP" 4
370391 出来上がる Live システムの派生元の debian\-installer のディストリビューションを決定します。
371392 .IP \fB\-\-dump\fP 4
372 現在存在している Live システムの設定と利用されている live\-build
373 のバージョンの報告を作成します。これはバグ報告の際に有用で、エラーが起きている部分を見つけ出し、再現するのに必要となる情報を全て提供します。
393 prepares a report of the currently present live system configuration and the
394 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.
374397 .IP "\fB\-\-fdisk\fP fdisk|fdisk.dist" 4
375398 利用するホストシステムの fdisk バイナリのファイル名を指定します。これは自動的に検出されるため通常は独自に指定する必要はありません。
376399 .IP \fB\-\-force\fP 4
427450 .IP "\fB\-\-linux\-packages\fP \(dq\fIパッケージ\fP\(dq" 4
428451 カーネルのパッケージ命名規則に従った内部名をセットします。Debian のカーネルパッケージを利用している場合は調整する必要はありません。Debian
429452 の命名規則に従わない独自のカーネルパッケージを利用する場合にはこのオプションでパッケージの前半部 (Debian の場合は
430 linux\-image\-2.6) だけを忘れずに指定し、\fI前半部\fP\-\fIフレーバー\fP (Debian の場合は例えば linux\-image\-686\-pae)
453 linux\-image\-2.6) だけを忘れずに指定し、\fI前半部\fP\-\fIフレーバー\fP (Debian の場合は例えば
454 linux\-image\-686\-pae)
431455 が有効なパッケージ名になるようにしてください。好ましいのは、メタパッケージがある場合にはその名前を前半部に使うことで、そうすると設定とABIが独立します。また、unionfs
432456 や aufs、squashfs
433457 のバイナリモジュールパッケージについても、ツリー外でビルドした場合にはその前半部を含める必要があることを忘れないようにしてください。
600624 このプログラムは live\-build の一部です。
601625
602626 .SH ホームページ
603 live\-build 及び Live
604 システムプロジェクトについてのさらなる情報は、<\fIhttp://live\-systems.org/\fP> のホームページや
605 <\fIhttp://live\-systems.org/manual/\fP> のマニュアルにあります。
627 More information about live\-build and the Live Systems project can be found
628 on the homepage at <\fIhttps://debian\-live.alioth.debian.org/\fP>.
606629
607630 .SH バグ
608631 バグは <\fIhttp://bugs.debian.org/\fP> にあるバグ追跡システムに live\-build
55 .TH LIVE\-BUILD 1 2015\-10\-21 5.0~a11\-1 "Live システムプロジェクト"
66
77 .SH 名前
8 \fBlb source\fP \- ソース段階を完了させます
8 \fBlb_source\fP \- Complete the source stage
99
1010 .SH 概要
1111 \fBlb source\fP [\fIlive\-build オプション\fP]
2828 このプログラムは live\-build の一部です。
2929
3030 .SH ホームページ
31 live\-build 及び Live
32 システムプロジェクトについてのさらなる情報は、<\fIhttp://live\-systems.org/\fP> のホームページや
33 <\fIhttp://live\-systems.org/manual/\fP> のマニュアルにあります。
31 More information about live\-build and the Live Systems project can be found
32 on the homepage at <\fIhttps://debian\-live.alioth.debian.org/\fP>.
3433
3534 .SH バグ
3635 バグは <\fIhttp://bugs.debian.org/\fP> にあるバグ追跡システムに live\-build
2222 \fIコマンド\fPは live\-build コマンドの名前です (以下参照)。
2323 .PP
2424 .\" FIXME
25 live\-build 及び Live システムプロジェクトについてのさらなる情報は、それぞれの man ページや
26 <\fIhttp://live\-systems.org/manual/\fP> のマニュアルにあります。
25 More documentation about how to use live\-build is available in the
26 individual manpages for each helper and in the manual at
27 <\fIhttps://debian\-live.alioth.debian.org/manual/\fP>.
2728
2829 .SH オプション
2930 .\" FIXME
6364 .\" FIXME
6465 高レベルコマンドは主要コマンドといくらかの副次的なユーザ向けユーティリティに分けられています。
6566 .SS 主要コマンド
66 .IP \fBlb_config\fP(1) 4
67 live\-build の設定ファイルを作成します
68 .IP \fBlb_bootstrap\fP(1) 4
69 第1の段階で基本的な debian システムのパッケージ収集を行います
70 .IP \fBlb_chroot\fP(1) 4
71 第2の段階で chroot の独自化を行います
72 .IP \fBlb_binary\fP(1) 4
73 第3の段階でバイナリイメージの生成を行います
74 .IP \fBlb_source\fP(1) 4
75 オプションの第4の段階でソースイメージの生成を行います
76 .IP \fBlb_clean\fP(1) 4
77 システムのビルド用ディレクトリを掃除します
67 .IP "\fBlb config\fP(1)" 4
68 creates configuration for live\-build
69 .IP "\fBlb bootstrap\fP(1)" 4
70 executes the first build stage, creating (bootstraping) a basic Debian root
71 filesystem
72 .IP "\fBlb chroot\fP(1)" 4
73 executes the second build stage, building the live OS filesystem
74 .IP "\fBlb installer\fP(1)" 4
75 executes the third build stage, obtaining installer components (optional)
76 .IP "\fBlb binary\fP(1)" 4
77 executes the fourth build stage, generating a binary image
78 .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
7882 .SS 副次的なコマンド
7983 .IP \fBlb\fP(1) 4
80 live\-build の包括的なラッパー
81 .IP \fBlb_build\fP(1) 4
82 全段階のラッパーです
83 .IP \fBlb_local\fP(1) 4
84 ローカルの live\-build を利用する支援コマンド
85 .IP \fBlb_testroot\fP(1) 4
86 .\" FIXME
87 システムが root により構成されていることを確認します
88
89 .SH "低レベルコマンド (PLUMBING)"
84 generic live\-build script execution wrapper
85 .IP "\fBlb build\fP(1)" 4
86 .\" FIXME
87 alias for all build stages
88
89 .SH "LOW\-LEVEL COMMANDS (PLUMBING) \- BUILD STAGE COMPONENTS"
9090 .\" FIXME
9191 live\-build
9292 の実際の作業は低レベルコマンドにより実装されています。低レベルコマンドはエンドユーザが直接実行することは想定していません。高レベルの主要コマンドに操作させることにより、様々な低レベルコマンドを必ず正しい順で実行するようにしています。しかし、live\-build
9494 .PP
9595 この低レベルコマンドへのインターフェイス (オプション群やセマンティクス)
9696 は高レベルの主要コマンドよりもはるかに安定していることが求められることに注意してください。それに対して高レベルの主要コマンドへのインターフェイスは、エンドユーザの使い勝手改善のために変更される対象となります。
97 .SS パッケージ収集用のコマンド
98 .IP \fBlb_bootstrap_cache\fP(1) 4
99 パッケージ収集段階をキャッシュします
100 .IP \fBlb_bootstrap_debootstrap\fP(1) 4
101 debootstrap(8) により Debian システムのパッケージ収集を行います
102 .SS "chroot コマンド"
103 .IP \fBlb_chroot_apt\fP(1) 4
104 /etc/apt/apt.conf の管理
105 .IP \fBlb_chroot_cache\fP(1) 4
106 chroot 段階をキャッシュします
107 .IP \fBlb_chroot_debianchroot\fP(1) 4
108 /etc/debian_chroot の管理
109 .IP \fBlb_chroot_devpts\fP(1) 4
110 /dev/pts をマウントします。
111 .IP \fBlb_chroot_dpkg\fP(1) 4
112 /sbin/dpkg の管理
113 .IP \fBlb_chroot_hacks\fP(1) 4
114 hacks (応急的な操作を行うスクリプト) を chroot で実行します
115 .IP \fBlb_chroot_hostname\fP(1) 4
116 /bin/hostname の管理
117 .IP \fBlb_chroot_hosts\fP(1) 4
118 /etc/hosts の管理
119 .IP \fBlb_chroot_install\-packages\fP(1) 4
120 キューにあるパッケージを chroot にインストールします
121 .IP \fBlb_chroot_interactive\fP(1) 4
122 対話的にビルドします
123 .IP \fBlb_chroot_linux\-image\fP(1) 4
124 /etc/kernel\-img.conf の管理
125 .IP \fBlb_chroot_hooks\fP(1) 4
126 ローカルフックを chroot で実行します
127 .IP \fBlb_chroot_local\-includes\fP(1) 4
128 ローカルファイルを chroot にコピーします
129 .IP \fBlb_chroot_packages\fP(1) 4
130 chroot にインストールするパッケージをキューに追加します
131 .IP \fBlb_chroot_local\-patches\fP(1) 4
132 ローカルのパッチを chroot に適用させます
133 .IP \fBlb_chroot_local\-preseed\fP(1) 4
134 ローカルにある debconf の preseed 用ファイルを利用します
135 .IP \fBlb_chroot_packagelists\fP(1) 4
136 chroot にインストールするパッケージ一覧をキューに追加します
137 .IP \fBlb_chroot_proc\fP(1) 4
138 /proc をマウントします。
139 .IP \fBlb_chroot_resolv\fP(1) 4
140 /etc/resolv.conf の管理
141 .IP \fBlb_chroot_selinuxfs\fP(1) 4
142 /selinux をマウントします。
143 .IP \fBlb_chroot_archives\fP(1) 4
144 /etc/apt/sources.list の管理
145 .IP \fBlb_chroot_sysfs\fP(1) 4
146 /sys をマウントします。
147 .IP \fBlb_chroot_sysv\-rc\fP(1) 4
148 /usr/sbin/policy\-rc.d の管理
149 .IP \fBlb_chroot_task\-lists\fP(1) 4
150 タスク一覧を chroot にインストールします
151 .SS バイナリコマンド
152 .IP \fBlb_binary_chroot\fP(1) 4
153 chroot を chroot にコピーします
154 .IP \fBlb_binary_debian\-installer\fP(1) 4
155 debian\-installer をバイナリにインストールします
156 .IP \fBlb_binary_disk\fP(1) 4
157 ディスク情報をバイナリにインストールします
158 .IP \fBlb_binary_grub\fP(1) 4
159 grub をバイナリにインストールします
160 .IP \fBlb_binary_grub2\fP(1) 4
161 grub2 をバイナリにインストールします
162 .IP \fBlb_binary_includes\fP(1) 4
163 ファイルをバイナリにコピーします
164 .IP \fBlb_binary_iso\fP(1) 4
165 ISOバイナリイメージをビルドします
166 .IP \fBlb_binary_linux\-image\fP(1) 4
167 linux\-image をバイナリにインストールします
168 .IP \fBlb_binary_local\-hooks\fP(1) 4
169 ローカルフックをバイナリで実行します
170 .IP \fBlb_binary_local\-includes\fP(1) 4
171 ファイルをバイナリにコピーします
172 .IP \fBlb_binary_local\-packagelists\fP(1) 4
173 ローカルパッケージ一覧をバイナリにインストールします
174 .IP \fBlb_binary_manifest\fP(1) 4
175 名簿ファイルを作成します
176 .IP \fBlb_binary_checksums\fP(1) 4
177 バイナリのチェックサム (md5、sha1、sha256 のどれか) を作成します
178 .IP \fBlb_binary_memtest\fP(1) 4
179 memtest をバイナリにインストールします
180 .IP \fBlb_binary_net\fP(1) 4
181 ネットワークブート用バイナリイメージをビルドします
182 .IP \fBlb_binary_rootfs\fP(1) 4
183 rootfs イメージをビルドします
184 .IP \fBlb_binary_syslinux\fP(1) 4
185 syslinux をバイナリにインストールします
186 .IP \fBlb_binary_tar\fP(1) 4
187 ハードディスクバイナリイメージをビルドします
188 .IP \fBlb_binary_hdd\fP(1) 4
189 バイナリhddイメージをビルドします
190 .IP \fBlb_binary_win32\-loader\fP(1) 4
191 win32\-loader をバイナリにインストールします
192 .SS ソースコマンド
193 .IP \fBlb_source_debian\fP(1) 4
194 ソースをダウンロードします
195 .IP \fBlb_source_debian\-live\fP(1) 4
196 debian\-live の設定をソースにコピーします。
197 .IP \fBlb_source_disk\fP(1) 4
198 ディスク情報をソースにインストールします
199 .IP \fBlb_source_iso\fP(1) 4
200 ISOソースイメージをビルドします
201 .IP \fBlb_source_checksums\fP(1) 4
202 ソースのチェックサム (md5、sha1、sha256 のどれか) を作成します
203 .IP \fBlb_source_net\fP(1) 4
204 build source net image
205 .IP \fBlb_source_tar\fP(1) 4
206 ソースの tar アーカイブをビルドします
207 .IP \fBlb_source_hdd\fP(1) 4
208 .\" FIXME
209 ソースhddイメージをビルドします
97 .SS "Bootstrap stage specific commands"
98 .IP "\fBlb bootstrap_archives\fP(1)" 4
99 applies apt archive configuration
100 .IP "\fBlb bootstrap_cache\fP(1)" 4
101 in save mode, saves to cache a copy of the generated bootstrap directory,
102 and in restore mode, restores from cache a previously generated copy
103 .IP "\fBlb bootstrap_debootstrap\fP(1)" 4
104 creates (bootstrap) a basic Debian root filesystem using debootstrap(8)
105 .SS "Chroot stage specific commands"
106 .PP
107 Note: The following chroot_ prefixed commands are used in building the live
108 OS filesystem. Another set of similarly prefixed files are listed separately
109 (see further down).
110 .IP "\fBlb chroot_cache\fP(1)" 4
111 in save mode, saves to cache a copy of the chroot directory, and in restore
112 mode, restores from cache a previously generated copy
113 .IP "\fBlb chroot_firmware\fP(1)" 4
114 compiles a list of firmware packages to be installed in the live OS root
115 filesystem
116 .IP "\fBlb chroot_hacks\fP(1)" 4
117 executes local hacks against the live OS root filesystem, if any are
118 provided
119 .IP "\fBlb chroot_hooks\fP(1)" 4
120 executes local hooks against the live OS root filesystem, if any are
121 provided
122 .IP "\fBlb chroot_includes\fP(1)" 4
123 copies a set of local files from the config directory into the live OS root
124 filesystem, if any are provided
125 .IP "\fBlb chroot_install\-packages\fP(1)" 4
126 installs into the live OS root filesystem any packages listed in local
127 package lists
128 .IP "\fBlb chroot_interactive\fP(1)" 4
129 pauses the build process and starts an interactive shell from the live OS
130 root filesystem, providing an oportunity for manual modifications or
131 testing; note that this is (currently) usually executed with several chroot
132 prep modifications applied (see description of these further down)
133 .IP "\fBlb chroot_linux\-image\fP(1)" 4
134 compiles a list of kernel images to be installed in the live OS root
135 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
139 .IP "\fBlb chroot_package\-lists\fP(1)" 4
140 compiles a list of packages provided in the user\' local config to be
141 installed in the live OS root filesystem
142 .IP "\fBlb chroot_preseed\fP(1)" 4
143 installs pre\-configured answers to certain install prompts into the live OS
144 root filesystem
145 .SS "Installer stage specific commands"
146 .IP "\fBlb installer_debian\-installer\fP(1)" 4
147 obtains and sets up Debian installer(d\-i) components
148 .IP "\fBlb installer_preseed\fP(1)" 4
149 installs pre\-configured answers to certain install prompts
150 .SS "Binary stage specific commands"
151 .IP "\fBlb binary_checksums\fP(1)" 4
152 creates checksums (md5, sha1, and/or sha256) for live image content
153 .IP "\fBlb binary_chroot\fP(1)" 4
154 duplicates the chroot directory, to place a copy of what whould be the
155 completed live OS root filesystem to one side, allowing the original to
156 continue to be used in executing certain parts of the remainder of the build
157 process
158 .IP "\fBlb binary_disk\fP(1)" 4
159 creates disk information files to be added to live image
160 .IP "\fBlb binary_grub\fP(1)" 4
161 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
164 .IP "\fBlb binary_hdd\fP(1)" 4
165 compiles the final live image into an hdd image file
166 .IP "\fBlb binary_hooks\fP(1)" 4
167 executes local hooks against the live image, if any are provided
168 .IP "\fBlb binary_includes\fP(1)" 4
169 copies a set of local files from the config directory into the live image,
170 if any are provided
171 .IP "\fBlb binary_iso\fP(1)" 4
172 compiles the final live image into an iso file
173 .IP "\fBlb binary_linux\-image\fP(1)" 4
174 copies the linux\-image into the live image
175 .IP "\fBlb binary_loadlin\fP(1)" 4
176 bundles a copy of loadlin into the live image
177 .IP "\fBlb binary_manifest\fP(1)" 4
178 creates manifest of packages installed into live OS filesystem, and list of
179 packages to be excluded by a persistence mechanism installing the live OS to
180 disk
181 .IP "\fBlb binary_memtest\fP(1)" 4
182 bundles a copy of memtest into the live image
183 .IP "\fBlb binary_netboot\fP(1)" 4
184 compiles the final live image into a netboot tar archive
185 .IP "\fBlb binary_package\-lists\fP(1)" 4
186 processes local lists of packages to obtain and bundle into image (from
187 which they could later be installed if not already)
188 .IP "\fBlb binary_rootfs\fP(1)" 4
189 wraps up the completed live OS root filesystem into a virtual file system
190 image
191 .IP "\fBlb binary_syslinux\fP(1)" 4
192 installs syslinux into live image to provide image boot capability
193 .IP "\fBlb binary_tar\fP(1)" 4
194 compiles the final live image into a tar archive
195 .IP "\fBlb binary_win32\-loader\fP(1)" 4
196 bundles a copy of win32\-loader into the live image and creates an
197 autorun.inf file
198 .IP "\fBlb binary_zsync\fP(1)" 4
199 builds zsync control files
200 .SS "Source stage specific commands"
201 .IP "\fBlb source_checksums\fP(1)" 4
202 creates checksums (md5, sha1, and/or sha256) for source image content
203 .IP "\fBlb source_debian\fP(1)" 4
204 downloads source packages for bundling into source image
205 .IP "\fBlb source_disk\fP(1)" 4
206 creates disk information files to be added to source image
207 .IP "\fBlb source_hdd\fP(1)" 4
208 compiles the final source image into an hdd image file
209 .IP "\fBlb source_hooks\fP(1)" 4
210 executes local hooks against the source image, if any are provided
211 .IP "\fBlb source_iso\fP(1)" 4
212 compiles the final source image into an iso file
213 .IP "\fBlb source_live\fP(1)" 4
214 copies live\-build config into source
215 .IP "\fBlb source_tar\fP(1)" 4
216 .\" FIXME
217 compiles the final source image into a tar archive
218
219 .SH "LOW\-LEVEL COMMANDS (PLUMBING) \- CHROOT PREP COMPONENTS"
220 .\" FIXME
221 The notes above under the section regarding build\-stage specific low\-level
222 plumbing commands also apply here.
223 .PP
224 The following chroot_ prefixed commands are used throughout the various
225 primary stages of the build process to apply and remove modifications to a
226 chroot root filesystem. Generally these are used to apply modification that
227 setup the chroot for use (execution of programs within it) during the build
228 process, and later to remove those modification, unmounting things that were
229 mounted, and making the chroot suitable for use as the root filesystem of
230 the live OS to be bundled into the live image.
231 .IP "\fBlb chroot_apt\fP(1)" 4
232 manages apt configuration; in apply mode it applies configuration for use
233 during build process, and in remove mode removes that configuration
234 .IP "\fBlb chroot_archives\fP(1)" 4
235 manages apt archive source lists; in apply mode it applies source list
236 configurations suitable for use of the chroot in the build process, and in
237 remove mode replaces that with a configuration suitable for the final live
238 OS
239 .IP "\fBlb chroot_debianchroot\fP(1)" 4
240 manages a /etc/debian_chroot file
241 .IP "\fBlb chroot_devpts\fP(1)" 4
242 manages mounting of /dev/pts
243 .IP "\fBlb chroot_dpkg\fP(1)" 4
244 manages dpkg; in apply mode disabling things like the start\-stop\-daemon, and
245 in remove mode enabling them again
246 .IP "\fBlb chroot_hostname\fP(1)" 4
247 manages the hostname configuration
248 .IP "\fBlb chroot_hosts\fP(1)" 4
249 manages the /etc/hosts file
250 .IP "\fBlb chroot_proc\fP(1)" 4
251 manages mounting of /proc
252 .IP "\fBlb chroot_resolv\fP(1)" 4
253 manages configuration of the /etc/resolv.conf file
254 .IP "\fBlb chroot_selinuxfs\fP(1)" 4
255 manages mounting of /sys/fs/selinux
256 .IP "\fBlb chroot_sysfs\fP(1)" 4
257 manages mounting of /sys
258 .IP "\fBlb chroot_sysv\-rc\fP(1)" 4
259 manages the /usr/sbin/policy\-rc.d file
260 .IP "\fBlb chroot_tmpfs\fP(1)" 4
261 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
210267
211268 .SH 設定ファイル
212269 .\" FIXME
216273 ページを見てください。こういったファイルには一般的に、変数とそれに指定する値を1行に1件ずつ収録します。live\-build
217274 の一部のプログラムでは組にした値や、変数の指定にわずかに複雑な方法を採っているものがあります。
218275 .PP
219 例えば lb_bootstrap_debootstrap は利用するオプションを読み取るのに config/bootstrap 及び
220 config/bootstrap_debootstrap
221 という名のファイルを使います。利用するファイルの名前やフォーマットの詳細については個々のコマンドの man
222 ページを見てください。こういったファイルには一般的に、変数とそれに指定する値を1行に1件ずつ収録します。live\-build
223 の一部のプログラムでは組にした値や、変数の指定にわずかに複雑な方法を採っているものがあります。
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.
224282 .PP
225283 live\-build
226284 は実行中のシェルに存在する環境変数を尊重することに注意してください。変数が設定ファイルから読み取れる場合にはそれが環境変数より優先され、コマンドラインオプションで指定された場合にはそれが設定ファイルの値より優先されます。ある変数が見つからない、つまり値がセットされていない場合は
246304 このプログラムは live\-build の一部です。
247305
248306 .SH ホームページ
249 live\-build 及び Live
250 システムプロジェクトについてのさらなる情報は、<\fIhttp://live\-systems.org/\fP> のホームページや
251 <\fIhttp://live\-systems.org/manual/\fP> のマニュアルにあります。
307 More information about live\-build and the Live Systems project can be found
308 on the homepage at <\fIhttps://debian\-live.alioth.debian.org/\fP>.
252309
253310 .SH バグ
254311 バグは <\fIhttp://bugs.debian.org/\fP> にあるバグ追跡システムに live\-build
44 msgid ""
55 msgstr ""
66 "Project-Id-Version: live-build 5.0~a11-1\n"
7 "POT-Creation-Date: 2015-10-21 02:21+0200\n"
7 "POT-Creation-Date: 2017-08-29 14:07+0200\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"
2727 #: en/live-build.7:1
2828 #, no-wrap
2929 msgid "2015-10-21"
30 msgstr "21.10.2015"
30 msgstr "29.08.2017"
3131
3232 #. type: TH
3333 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
7878
7979 #. type: SH
8080 #: 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:223 en/lb_source.1:9
81 #: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:229 en/lb_source.1:9
8282 #: en/live-build.7:11
8383 #, no-wrap
8484 msgid "DESCRIPTION"
9595
9696 #. type: SH
9797 #: 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:232 en/lb_source.1:14
98 #: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:238 en/lb_source.1:14
9999 #: en/live-build.7:20
100100 #, no-wrap
101101 msgid "OPTIONS"
114114
115115 #. type: SH
116116 #: 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:462 en/lb_source.1:17
118 #: en/live-build.7:213
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
119119 #, no-wrap
120120 msgid "FILES"
121121 msgstr "FICHIERS"
129129
130130 #. type: SH
131131 #: 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:469 en/lb_source.1:20
133 #: en/live-build.7:217
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
134134 #, no-wrap
135135 msgid "SEE ALSO"
136136 msgstr "VOIR AUSSI"
137137
138138 #. type: Plain text
139139 #: 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:471 en/lb_source.1:22
140 #: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:483 en/lb_source.1:22
141141 msgid "I<live-build>(7)"
142142 msgstr "I<live-build>(7)"
143143
144144 #. type: Plain text
145145 #: 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:477 en/lb_source.1:24
147 #: en/live-build.7:223
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
148148 msgid "This program is a part of live-build."
149149 msgstr "Ce programme est une partie de live-build."
150150
151151 #. type: SH
152152 #: 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:478 en/lb_source.1:25
154 #: en/live-build.7:224
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
155155 #, no-wrap
156156 msgid "HOMEPAGE"
157157 msgstr "PAGE D'ACCUEIL"
158158
159159 #. type: Plain text
160160 #: 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:480 en/lb_source.1:27
162 #: en/live-build.7:226
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 "
166 #| "found on the homepage at E<lt>I<https://debian-live.alioth.debian.org/"
167 #| ">E<gt> and in the manual at E<lt>I<https://debian-live.alioth.debian.org/"
168 #| "manual/>E<gt>."
163169 msgid ""
164170 "More information about live-build and the Live Systems project can be found "
165 "on the homepage at E<lt>I<http://live-systems.org/>E<gt> and in the manual "
166 "at E<lt>I<http://live-systems.org/manual/>E<gt>."
171 "on the homepage at E<lt>I<https://debian-live.alioth.debian.org/>E<gt>."
167172 msgstr ""
168173 "Davantage d'informations à propos de live-build et du projet Live Systems "
169 "peuvent être trouvées sur la page d'accueil à E<lt>I<http://live-systems.org/"
170 ">E<gt> et dans le manuel à E<lt>I<http://live-systems.org/manual/>E<gt>."
174 "peuvent être trouvées sur la page d'accueil à E<lt>I<https://debian-live."
175 "alioth.debian.org/>E<gt> et dans le manuel à E<lt>I<https://debian-live."
176 "alioth.debian.org/manual/>E<gt>."
171177
172178 #. type: SH
173179 #: 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:481 en/lb_source.1:28
175 #: en/live-build.7:227
180 #: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:493 en/lb_source.1:28
181 #: en/live-build.7:243
176182 #, no-wrap
177183 msgid "BUGS"
178184 msgstr "BOGUES"
179185
180186 #. type: Plain text
181187 #: 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:483 en/lb_source.1:30
183 #: en/live-build.7:229
188 #: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:495 en/lb_source.1:30
189 #: en/live-build.7:245
184190 msgid ""
185191 "Bugs can be reported by submitting a bugreport for the live-build package in "
186192 "the Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
194200
195201 #. type: SH
196202 #: 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:484 en/lb_source.1:31
198 #: en/live-build.7:230
203 #: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:496 en/lb_source.1:31
204 #: en/live-build.7:246
199205 #, no-wrap
200206 msgid "AUTHOR"
201207 msgstr "AUTEUR"
202208
203209 #. type: Plain text
204210 #: 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:485 en/lb_source.1:32
206 #: en/live-build.7:231
211 #: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:497 en/lb_source.1:32
212 #: en/live-build.7:247
207213 msgid ""
208214 "live-build was written by Daniel Baumann E<lt>I<[email protected]>E<gt>."
209215 msgstr ""
44 msgid ""
55 msgstr ""
66 "Project-Id-Version: live-build 5.0~a11-1\n"
7 "POT-Creation-Date: 2015-10-21 02:21+0200\n"
7 "POT-Creation-Date: 2017-08-29 14:07+0200\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"
2727 #: en/live-build.7:1
2828 #, no-wrap
2929 msgid "2015-10-21"
30 msgstr "21.10.2015"
30 msgstr "29.08.2017"
3131
3232 #. type: TH
3333 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
6363
6464 #. type: SH
6565 #: 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:223 en/lb_source.1:9
66 #: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:229 en/lb_source.1:9
6767 #: en/live-build.7:11
6868 #, no-wrap
6969 msgid "DESCRIPTION"
7171
7272 #. type: SH
7373 #: 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:232 en/lb_source.1:14
74 #: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:238 en/lb_source.1:14
7575 #: en/live-build.7:20
7676 #, no-wrap
7777 msgid "OPTIONS"
7979
8080 #. type: SH
8181 #: 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:462 en/lb_source.1:17
83 #: en/live-build.7:213
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
8484 #, no-wrap
8585 msgid "FILES"
8686 msgstr "FICHIERS"
9494
9595 #. type: SH
9696 #: 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:469 en/lb_source.1:20
98 #: en/live-build.7:217
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
9999 #, no-wrap
100100 msgid "SEE ALSO"
101101 msgstr "VOIR AUSSI"
102102
103103 #. type: Plain text
104104 #: 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:471 en/lb_source.1:22
105 #: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:483 en/lb_source.1:22
106106 msgid "I<live-build>(7)"
107107 msgstr "I<live-build>(7)"
108108
109109 #. type: Plain text
110110 #: 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:477 en/lb_source.1:24
112 #: en/live-build.7:223
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
113113 msgid "This program is a part of live-build."
114114 msgstr "Ce programme est une partie de live-build."
115115
116116 #. type: SH
117117 #: 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:478 en/lb_source.1:25
119 #: en/live-build.7:224
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
120120 #, no-wrap
121121 msgid "HOMEPAGE"
122122 msgstr "PAGE D'ACCUEIL"
123123
124124 #. type: Plain text
125125 #: 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:480 en/lb_source.1:27
127 #: en/live-build.7:226
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 "
131 #| "found on the homepage at E<lt>I<https://debian-live.alioth.debian.org/"
132 #| ">E<gt> and in the manual at E<lt>I<https://debian-live.alioth.debian.org/"
133 #| "manual/>E<gt>."
128134 msgid ""
129135 "More information about live-build and the Live Systems project can be found "
130 "on the homepage at E<lt>I<http://live-systems.org/>E<gt> and in the manual "
131 "at E<lt>I<http://live-systems.org/manual/>E<gt>."
136 "on the homepage at E<lt>I<https://debian-live.alioth.debian.org/>E<gt>."
132137 msgstr ""
133138 "Davantage d'informations à propos de live-build et du projet Live Systems "
134 "peuvent être trouvées sur la page d'accueil à E<lt>I<http://live-systems.org/"
135 ">E<gt> et dans le manuel à E<lt>I<http://live-systems.org/manual/>E<gt>."
139 "peuvent être trouvées sur la page d'accueil à E<lt>I<https://debian-live."
140 "alioth.debian.org/>E<gt> et dans le manuel à E<lt>I<https://debian-live."
141 "alioth.debian.org/manual/>E<gt>."
136142
137143 #. type: SH
138144 #: 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:481 en/lb_source.1:28
140 #: en/live-build.7:227
145 #: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:493 en/lb_source.1:28
146 #: en/live-build.7:243
141147 #, no-wrap
142148 msgid "BUGS"
143149 msgstr "BOGUES"
144150
145151 #. type: Plain text
146152 #: 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:483 en/lb_source.1:30
148 #: en/live-build.7:229
153 #: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:495 en/lb_source.1:30
154 #: en/live-build.7:245
149155 msgid ""
150156 "Bugs can be reported by submitting a bugreport for the live-build package in "
151157 "the Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
159165
160166 #. type: SH
161167 #: 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:484 en/lb_source.1:31
163 #: en/live-build.7:230
168 #: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:496 en/lb_source.1:31
169 #: en/live-build.7:246
164170 #, no-wrap
165171 msgid "AUTHOR"
166172 msgstr "AUTEUR"
167173
168174 #. type: Plain text
169175 #: 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:485 en/lb_source.1:32
171 #: en/live-build.7:231
176 #: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:497 en/lb_source.1:32
177 #: en/live-build.7:247
172178 msgid ""
173179 "live-build was written by Daniel Baumann E<lt>I<[email protected]>E<gt>."
174180 msgstr ""
177183
178184 #. type: Plain text
179185 #: en/lb_binary.1:5
180 msgid "B<lb binary> - Complete the binary stage"
186 #, fuzzy
187 #| msgid "B<lb binary> - Complete the binary stage"
188 msgid "B<lb_binary> - Complete the binary stage"
181189 msgstr "B<lb binary> - Complète le stage bianire"
182190
183191 #. type: Plain text
44 msgid ""
55 msgstr ""
66 "Project-Id-Version: live-build 5.0~a11-1\n"
7 "POT-Creation-Date: 2015-10-21 02:21+0200\n"
7 "POT-Creation-Date: 2017-08-29 14:07+0200\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"
2727 #: en/live-build.7:1
2828 #, no-wrap
2929 msgid "2015-10-21"
30 msgstr "21.10.2015"
30 msgstr "29.08.2017"
3131
3232 #. type: TH
3333 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
6363
6464 #. type: SH
6565 #: 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:223 en/lb_source.1:9
66 #: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:229 en/lb_source.1:9
6767 #: en/live-build.7:11
6868 #, no-wrap
6969 msgid "DESCRIPTION"
7171
7272 #. type: SH
7373 #: 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:232 en/lb_source.1:14
74 #: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:238 en/lb_source.1:14
7575 #: en/live-build.7:20
7676 #, no-wrap
7777 msgid "OPTIONS"
7979
8080 #. type: SH
8181 #: 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:462 en/lb_source.1:17
83 #: en/live-build.7:213
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
8484 #, no-wrap
8585 msgid "FILES"
8686 msgstr "FICHIERS"
9494
9595 #. type: SH
9696 #: 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:469 en/lb_source.1:20
98 #: en/live-build.7:217
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
9999 #, no-wrap
100100 msgid "SEE ALSO"
101101 msgstr "VOIR AUSSI"
102102
103103 #. type: Plain text
104104 #: 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:471 en/lb_source.1:22
105 #: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:483 en/lb_source.1:22
106106 msgid "I<live-build>(7)"
107107 msgstr "I<live-build>(7)"
108108
109109 #. type: Plain text
110110 #: 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:477 en/lb_source.1:24
112 #: en/live-build.7:223
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
113113 msgid "This program is a part of live-build."
114114 msgstr "Ce programme est une partie de live-build."
115115
116116 #. type: SH
117117 #: 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:478 en/lb_source.1:25
119 #: en/live-build.7:224
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
120120 #, no-wrap
121121 msgid "HOMEPAGE"
122122 msgstr "PAGE D'ACCUEIL"
123123
124124 #. type: Plain text
125125 #: 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:480 en/lb_source.1:27
127 #: en/live-build.7:226
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 "
131 #| "found on the homepage at E<lt>I<https://debian-live.alioth.debian.org/"
132 #| ">E<gt> and in the manual at E<lt>I<https://debian-live.alioth.debian.org/"
133 #| "manual/>E<gt>."
128134 msgid ""
129135 "More information about live-build and the Live Systems project can be found "
130 "on the homepage at E<lt>I<http://live-systems.org/>E<gt> and in the manual "
131 "at E<lt>I<http://live-systems.org/manual/>E<gt>."
136 "on the homepage at E<lt>I<https://debian-live.alioth.debian.org/>E<gt>."
132137 msgstr ""
133138 "Davantage d'informations à propos de live-build et du projet Live Systems "
134 "peuvent être trouvées sur la page d'accueil à E<lt>I<http://live-systems.org/"
135 ">E<gt> et dans le manuel à E<lt>I<http://live-systems.org/manual/>E<gt>."
139 "peuvent être trouvées sur la page d'accueil à E<lt>I<https://debian-live."
140 "alioth.debian.org/>E<gt> et dans le manuel à E<lt>I<https://debian-live."
141 "alioth.debian.org/manual/>E<gt>."
136142
137143 #. type: SH
138144 #: 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:481 en/lb_source.1:28
140 #: en/live-build.7:227
145 #: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:493 en/lb_source.1:28
146 #: en/live-build.7:243
141147 #, no-wrap
142148 msgid "BUGS"
143149 msgstr "BOGUES"
144150
145151 #. type: Plain text
146152 #: 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:483 en/lb_source.1:30
148 #: en/live-build.7:229
153 #: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:495 en/lb_source.1:30
154 #: en/live-build.7:245
149155 msgid ""
150156 "Bugs can be reported by submitting a bugreport for the live-build package in "
151157 "the Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
159165
160166 #. type: SH
161167 #: 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:484 en/lb_source.1:31
163 #: en/live-build.7:230
168 #: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:496 en/lb_source.1:31
169 #: en/live-build.7:246
164170 #, no-wrap
165171 msgid "AUTHOR"
166172 msgstr "AUTEUR"
167173
168174 #. type: Plain text
169175 #: 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:485 en/lb_source.1:32
171 #: en/live-build.7:231
176 #: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:497 en/lb_source.1:32
177 #: en/live-build.7:247
172178 msgid ""
173179 "live-build was written by Daniel Baumann E<lt>I<[email protected]>E<gt>."
174180 msgstr ""
177183
178184 #. type: Plain text
179185 #: en/lb_bootstrap.1:5
180 msgid "B<lb bootstrap> - Complete the bootstrap stage"
186 #, fuzzy
187 #| msgid "B<lb bootstrap> - Complete the bootstrap stage"
188 msgid "B<lb_bootstrap> - Complete the bootstrap stage"
181189 msgstr "B<lb bootstrap> - Complète le stage d'amorçage"
182190
183191 #. type: Plain text
44 msgid ""
55 msgstr ""
66 "Project-Id-Version: live-build 5.0~a11-1\n"
7 "POT-Creation-Date: 2015-10-21 02:21+0200\n"
7 "POT-Creation-Date: 2017-08-29 14:07+0200\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"
2727 #: en/live-build.7:1
2828 #, no-wrap
2929 msgid "2015-10-21"
30 msgstr "21.10.2015"
30 msgstr "29.08.2017"
3131
3232 #. type: TH
3333 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
6363
6464 #. type: SH
6565 #: 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:223 en/lb_source.1:9
66 #: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:229 en/lb_source.1:9
6767 #: en/live-build.7:11
6868 #, no-wrap
6969 msgid "DESCRIPTION"
7171
7272 #. type: SH
7373 #: 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:232 en/lb_source.1:14
74 #: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:238 en/lb_source.1:14
7575 #: en/live-build.7:20
7676 #, no-wrap
7777 msgid "OPTIONS"
7979
8080 #. type: SH
8181 #: 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:462 en/lb_source.1:17
83 #: en/live-build.7:213
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
8484 #, no-wrap
8585 msgid "FILES"
8686 msgstr "FICHIERS"
8787
8888 #. type: SH
8989 #: 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:469 en/lb_source.1:20
91 #: en/live-build.7:217
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
9292 #, no-wrap
9393 msgid "SEE ALSO"
9494 msgstr "VOIR AUSSI"
9595
9696 #. type: Plain text
9797 #: 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:471 en/lb_source.1:22
98 #: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:483 en/lb_source.1:22
9999 msgid "I<live-build>(7)"
100100 msgstr "I<live-build>(7)"
101101
102102 #. type: Plain text
103103 #: 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:477 en/lb_source.1:24
105 #: en/live-build.7:223
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
106106 msgid "This program is a part of live-build."
107107 msgstr "Ce programme est une partie de live-build."
108108
109109 #. type: SH
110110 #: 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:478 en/lb_source.1:25
112 #: en/live-build.7:224
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
113113 #, no-wrap
114114 msgid "HOMEPAGE"
115115 msgstr "PAGE D'ACCUEIL"
116116
117117 #. type: Plain text
118118 #: 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:480 en/lb_source.1:27
120 #: en/live-build.7:226
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 "
124 #| "found on the homepage at E<lt>I<https://debian-live.alioth.debian.org/"
125 #| ">E<gt> and in the manual at E<lt>I<https://debian-live.alioth.debian.org/"
126 #| "manual/>E<gt>."
121127 msgid ""
122128 "More information about live-build and the Live Systems project can be found "
123 "on the homepage at E<lt>I<http://live-systems.org/>E<gt> and in the manual "
124 "at E<lt>I<http://live-systems.org/manual/>E<gt>."
129 "on the homepage at E<lt>I<https://debian-live.alioth.debian.org/>E<gt>."
125130 msgstr ""
126131 "Davantage d'informations à propos de live-build et du projet Live Systems "
127 "peuvent être trouvées sur la page d'accueil à E<lt>I<http://live-systems.org/"
128 ">E<gt> et dans le manuel à E<lt>I<http://live-systems.org/manual/>E<gt>."
132 "peuvent être trouvées sur la page d'accueil à E<lt>I<https://debian-live."
133 "alioth.debian.org/>E<gt> et dans le manuel à E<lt>I<https://debian-live."
134 "alioth.debian.org/manual/>E<gt>."
129135
130136 #. type: SH
131137 #: 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:481 en/lb_source.1:28
133 #: en/live-build.7:227
138 #: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:493 en/lb_source.1:28
139 #: en/live-build.7:243
134140 #, no-wrap
135141 msgid "BUGS"
136142 msgstr "BOGUES"
137143
138144 #. type: Plain text
139145 #: 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:483 en/lb_source.1:30
141 #: en/live-build.7:229
146 #: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:495 en/lb_source.1:30
147 #: en/live-build.7:245
142148 msgid ""
143149 "Bugs can be reported by submitting a bugreport for the live-build package in "
144150 "the Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
152158
153159 #. type: SH
154160 #: 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:484 en/lb_source.1:31
156 #: en/live-build.7:230
161 #: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:496 en/lb_source.1:31
162 #: en/live-build.7:246
157163 #, no-wrap
158164 msgid "AUTHOR"
159165 msgstr "AUTEUR"
160166
161167 #. type: Plain text
162168 #: 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:485 en/lb_source.1:32
164 #: en/live-build.7:231
169 #: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:497 en/lb_source.1:32
170 #: en/live-build.7:247
165171 msgid ""
166172 "live-build was written by Daniel Baumann E<lt>I<[email protected]>E<gt>."
167173 msgstr ""
170176
171177 #. type: Plain text
172178 #: en/lb_build.1:5
173 msgid "B<lb build> - Complete the bootstrap, chroot, binary, and source stages"
179 #, fuzzy
180 #| msgid ""
181 #| "B<lb build> - Complete the bootstrap, chroot, binary, and source stages"
182 msgid "B<lb_build> - Complete the bootstrap, chroot, binary, and source stages"
174183 msgstr ""
175184 "B<lb build> - Complète les stages d'amorçage (bootstrap), de chroot, "
176185 "binaire, et source"
44 msgid ""
55 msgstr ""
66 "Project-Id-Version: live-build 5.0~a11-1\n"
7 "POT-Creation-Date: 2015-10-21 02:21+0200\n"
7 "POT-Creation-Date: 2017-08-29 14:07+0200\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"
2727 #: en/live-build.7:1
2828 #, no-wrap
2929 msgid "2015-10-21"
30 msgstr "21.10.2015"
30 msgstr "29.08.2017"
3131
3232 #. type: TH
3333 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
6363
6464 #. type: SH
6565 #: 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:223 en/lb_source.1:9
66 #: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:229 en/lb_source.1:9
6767 #: en/live-build.7:11
6868 #, no-wrap
6969 msgid "DESCRIPTION"
7171
7272 #. type: SH
7373 #: 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:232 en/lb_source.1:14
74 #: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:238 en/lb_source.1:14
7575 #: en/live-build.7:20
7676 #, no-wrap
7777 msgid "OPTIONS"
7979
8080 #. type: SH
8181 #: 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:462 en/lb_source.1:17
83 #: en/live-build.7:213
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
8484 #, no-wrap
8585 msgid "FILES"
8686 msgstr "FICHIERS"
9494
9595 #. type: SH
9696 #: 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:469 en/lb_source.1:20
98 #: en/live-build.7:217
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
9999 #, no-wrap
100100 msgid "SEE ALSO"
101101 msgstr "VOIR AUSSI"
102102
103103 #. type: Plain text
104104 #: 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:471 en/lb_source.1:22
105 #: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:483 en/lb_source.1:22
106106 msgid "I<live-build>(7)"
107107 msgstr "I<live-build>(7)"
108108
109109 #. type: Plain text
110110 #: 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:477 en/lb_source.1:24
112 #: en/live-build.7:223
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
113113 msgid "This program is a part of live-build."
114114 msgstr "Ce programme est une partie de live-build."
115115
116116 #. type: SH
117117 #: 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:478 en/lb_source.1:25
119 #: en/live-build.7:224
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
120120 #, no-wrap
121121 msgid "HOMEPAGE"
122122 msgstr "PAGE D'ACCUEIL"
123123
124124 #. type: Plain text
125125 #: 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:480 en/lb_source.1:27
127 #: en/live-build.7:226
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 "
131 #| "found on the homepage at E<lt>I<https://debian-live.alioth.debian.org/"
132 #| ">E<gt> and in the manual at E<lt>I<https://debian-live.alioth.debian.org/"
133 #| "manual/>E<gt>."
128134 msgid ""
129135 "More information about live-build and the Live Systems project can be found "
130 "on the homepage at E<lt>I<http://live-systems.org/>E<gt> and in the manual "
131 "at E<lt>I<http://live-systems.org/manual/>E<gt>."
136 "on the homepage at E<lt>I<https://debian-live.alioth.debian.org/>E<gt>."
132137 msgstr ""
133138 "Davantage d'informations à propos de live-build et du projet Live Systems "
134 "peuvent être trouvées sur la page d'accueil à E<lt>I<http://live-systems.org/"
135 ">E<gt> et dans le manuel à E<lt>I<http://live-systems.org/manual/>E<gt>."
139 "peuvent être trouvées sur la page d'accueil à E<lt>I<https://debian-live."
140 "alioth.debian.org/>E<gt> et dans le manuel à E<lt>I<https://debian-live."
141 "alioth.debian.org/manual/>E<gt>."
136142
137143 #. type: SH
138144 #: 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:481 en/lb_source.1:28
140 #: en/live-build.7:227
145 #: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:493 en/lb_source.1:28
146 #: en/live-build.7:243
141147 #, no-wrap
142148 msgid "BUGS"
143149 msgstr "BOGUES"
144150
145151 #. type: Plain text
146152 #: 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:483 en/lb_source.1:30
148 #: en/live-build.7:229
153 #: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:495 en/lb_source.1:30
154 #: en/live-build.7:245
149155 msgid ""
150156 "Bugs can be reported by submitting a bugreport for the live-build package in "
151157 "the Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
159165
160166 #. type: SH
161167 #: 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:484 en/lb_source.1:31
163 #: en/live-build.7:230
168 #: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:496 en/lb_source.1:31
169 #: en/live-build.7:246
164170 #, no-wrap
165171 msgid "AUTHOR"
166172 msgstr "AUTEUR"
167173
168174 #. type: Plain text
169175 #: 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:485 en/lb_source.1:32
171 #: en/live-build.7:231
176 #: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:497 en/lb_source.1:32
177 #: en/live-build.7:247
172178 msgid ""
173179 "live-build was written by Daniel Baumann E<lt>I<[email protected]>E<gt>."
174180 msgstr ""
177183
178184 #. type: Plain text
179185 #: en/lb_chroot.1:5
180 msgid "B<lb chroot> - Complete the chroot stage"
186 #, fuzzy
187 #| msgid "B<lb chroot> - Complete the chroot stage"
188 msgid "B<lb_chroot> - Complete the chroot stage"
181189 msgstr "B<lb chroot> - Complète le stage de chroot"
182190
183191 #. type: Plain text
44 msgid ""
55 msgstr ""
66 "Project-Id-Version: live-build 5.0~a11-1\n"
7 "POT-Creation-Date: 2015-10-21 02:21+0200\n"
7 "POT-Creation-Date: 2017-08-29 14:07+0200\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"
2727 #: en/live-build.7:1
2828 #, no-wrap
2929 msgid "2015-10-21"
30 msgstr "21.10.2015"
30 msgstr "29.08.2017"
3131
3232 #. type: TH
3333 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
6363
6464 #. type: SH
6565 #: 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:223 en/lb_source.1:9
66 #: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:229 en/lb_source.1:9
6767 #: en/live-build.7:11
6868 #, no-wrap
6969 msgid "DESCRIPTION"
7171
7272 #. type: SH
7373 #: 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:232 en/lb_source.1:14
74 #: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:238 en/lb_source.1:14
7575 #: en/live-build.7:20
7676 #, no-wrap
7777 msgid "OPTIONS"
7979
8080 #. type: SH
8181 #: 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:462 en/lb_source.1:17
83 #: en/live-build.7:213
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
8484 #, no-wrap
8585 msgid "FILES"
8686 msgstr "FICHIERS"
8787
8888 #. type: SH
8989 #: 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:469 en/lb_source.1:20
91 #: en/live-build.7:217
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
9292 #, no-wrap
9393 msgid "SEE ALSO"
9494 msgstr "VOIR AUSSI"
9595
9696 #. type: Plain text
9797 #: 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:471 en/lb_source.1:22
98 #: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:483 en/lb_source.1:22
9999 msgid "I<live-build>(7)"
100100 msgstr "I<live-build>(7)"
101101
102102 #. type: Plain text
103103 #: 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:477 en/lb_source.1:24
105 #: en/live-build.7:223
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
106106 msgid "This program is a part of live-build."
107107 msgstr "Ce programme est une partie de live-build."
108108
109109 #. type: SH
110110 #: 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:478 en/lb_source.1:25
112 #: en/live-build.7:224
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
113113 #, no-wrap
114114 msgid "HOMEPAGE"
115115 msgstr "PAGE D'ACCUEIL"
116116
117117 #. type: Plain text
118118 #: 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:480 en/lb_source.1:27
120 #: en/live-build.7:226
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 "
124 #| "found on the homepage at E<lt>I<https://debian-live.alioth.debian.org/"
125 #| ">E<gt> and in the manual at E<lt>I<https://debian-live.alioth.debian.org/"
126 #| "manual/>E<gt>."
121127 msgid ""
122128 "More information about live-build and the Live Systems project can be found "
123 "on the homepage at E<lt>I<http://live-systems.org/>E<gt> and in the manual "
124 "at E<lt>I<http://live-systems.org/manual/>E<gt>."
129 "on the homepage at E<lt>I<https://debian-live.alioth.debian.org/>E<gt>."
125130 msgstr ""
126131 "Davantage d'informations à propos de live-build et du projet Live Systems "
127 "peuvent être trouvées sur la page d'accueil à E<lt>I<http://live-systems.org/"
128 ">E<gt> et dans le manuel à E<lt>I<http://live-systems.org/manual/>E<gt>."
132 "peuvent être trouvées sur la page d'accueil à E<lt>I<https://debian-live."
133 "alioth.debian.org/>E<gt> et dans le manuel à E<lt>I<https://debian-live."
134 "alioth.debian.org/manual/>E<gt>."
129135
130136 #. type: SH
131137 #: 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:481 en/lb_source.1:28
133 #: en/live-build.7:227
138 #: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:493 en/lb_source.1:28
139 #: en/live-build.7:243
134140 #, no-wrap
135141 msgid "BUGS"
136142 msgstr "BOGUES"
137143
138144 #. type: Plain text
139145 #: 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:483 en/lb_source.1:30
141 #: en/live-build.7:229
146 #: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:495 en/lb_source.1:30
147 #: en/live-build.7:245
142148 msgid ""
143149 "Bugs can be reported by submitting a bugreport for the live-build package in "
144150 "the Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
152158
153159 #. type: SH
154160 #: 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:484 en/lb_source.1:31
156 #: en/live-build.7:230
161 #: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:496 en/lb_source.1:31
162 #: en/live-build.7:246
157163 #, no-wrap
158164 msgid "AUTHOR"
159165 msgstr "AUTEUR"
160166
161167 #. type: Plain text
162168 #: 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:485 en/lb_source.1:32
164 #: en/live-build.7:231
169 #: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:497 en/lb_source.1:32
170 #: en/live-build.7:247
165171 msgid ""
166172 "live-build was written by Daniel Baumann E<lt>I<[email protected]>E<gt>."
167173 msgstr ""
170176
171177 #. type: Plain text
172178 #: en/lb_clean.1:5
173 msgid "B<lb clean> - Clean build directory"
179 #, fuzzy
180 #| msgid "B<lb clean> - Clean build directory"
181 msgid "B<lb_clean> - Clean build directory"
174182 msgstr "B<lb clean> - Nettoie le répertoire de construction"
175183
176184 #. type: Plain text
44 msgid ""
55 msgstr ""
66 "Project-Id-Version: live-build 5.0~a11-1\n"
7 "POT-Creation-Date: 2015-10-21 02:21+0200\n"
7 "POT-Creation-Date: 2017-08-29 14:07+0200\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"
2727 #: en/live-build.7:1
2828 #, no-wrap
2929 msgid "2015-10-21"
30 msgstr "21.10.2015"
30 msgstr "29.08.2017"
3131
3232 #. type: TH
3333 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
6363
6464 #. type: SH
6565 #: 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:223 en/lb_source.1:9
66 #: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:229 en/lb_source.1:9
6767 #: en/live-build.7:11
6868 #, no-wrap
6969 msgid "DESCRIPTION"
7171
7272 #. type: SH
7373 #: 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:232 en/lb_source.1:14
74 #: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:238 en/lb_source.1:14
7575 #: en/live-build.7:20
7676 #, no-wrap
7777 msgid "OPTIONS"
7979
8080 #. type: SH
8181 #: 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:462 en/lb_source.1:17
83 #: en/live-build.7:213
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
8484 #, no-wrap
8585 msgid "FILES"
8686 msgstr "FICHIERS"
8787
8888 #. type: SH
8989 #: 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:469 en/lb_source.1:20
91 #: en/live-build.7:217
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
9292 #, no-wrap
9393 msgid "SEE ALSO"
9494 msgstr "VOIR AUSSI"
9595
9696 #. type: Plain text
9797 #: 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:471 en/lb_source.1:22
98 #: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:483 en/lb_source.1:22
9999 msgid "I<live-build>(7)"
100100 msgstr "I<live-build>(7)"
101101
102102 #. type: Plain text
103103 #: 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:477 en/lb_source.1:24
105 #: en/live-build.7:223
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
106106 msgid "This program is a part of live-build."
107107 msgstr "Ce programme est une partie de live-build."
108108
109109 #. type: SH
110110 #: 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:478 en/lb_source.1:25
112 #: en/live-build.7:224
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
113113 #, no-wrap
114114 msgid "HOMEPAGE"
115115 msgstr "PAGE D'ACCUEIL"
116116
117117 #. type: Plain text
118118 #: 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:480 en/lb_source.1:27
120 #: en/live-build.7:226
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 "
124 #| "found on the homepage at E<lt>I<https://debian-live.alioth.debian.org/"
125 #| ">E<gt> and in the manual at E<lt>I<https://debian-live.alioth.debian.org/"
126 #| "manual/>E<gt>."
121127 msgid ""
122128 "More information about live-build and the Live Systems project can be found "
123 "on the homepage at E<lt>I<http://live-systems.org/>E<gt> and in the manual "
124 "at E<lt>I<http://live-systems.org/manual/>E<gt>."
129 "on the homepage at E<lt>I<https://debian-live.alioth.debian.org/>E<gt>."
125130 msgstr ""
126131 "Davantage d'informations à propos de live-build et du projet Live Systems "
127 "peuvent être trouvées sur la page d'accueil à E<lt>I<http://live-systems.org/"
128 ">E<gt> et dans le manuel à E<lt>I<http://live-systems.org/manual/>E<gt>."
132 "peuvent être trouvées sur la page d'accueil à E<lt>I<https://debian-live."
133 "alioth.debian.org/>E<gt> et dans le manuel à E<lt>I<https://debian-live."
134 "alioth.debian.org/manual/>E<gt>."
129135
130136 #. type: SH
131137 #: 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:481 en/lb_source.1:28
133 #: en/live-build.7:227
138 #: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:493 en/lb_source.1:28
139 #: en/live-build.7:243
134140 #, no-wrap
135141 msgid "BUGS"
136142 msgstr "BOGUES"
137143
138144 #. type: Plain text
139145 #: 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:483 en/lb_source.1:30
141 #: en/live-build.7:229
146 #: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:495 en/lb_source.1:30
147 #: en/live-build.7:245
142148 msgid ""
143149 "Bugs can be reported by submitting a bugreport for the live-build package in "
144150 "the Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
152158
153159 #. type: SH
154160 #: 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:484 en/lb_source.1:31
156 #: en/live-build.7:230
161 #: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:496 en/lb_source.1:31
162 #: en/live-build.7:246
157163 #, no-wrap
158164 msgid "AUTHOR"
159165 msgstr "AUTEUR"
160166
161167 #. type: Plain text
162168 #: 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:485 en/lb_source.1:32
164 #: en/live-build.7:231
169 #: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:497 en/lb_source.1:32
170 #: en/live-build.7:247
165171 msgid ""
166172 "live-build was written by Daniel Baumann E<lt>I<[email protected]>E<gt>."
167173 msgstr ""
170176
171177 #. type: Plain text
172178 #: en/lb_config.1:5
173 msgid "B<lb config> - Create config directory"
179 #, fuzzy
180 #| msgid "B<lb config> - Create config directory"
181 msgid "B<lb_config> - Create config directory"
174182 msgstr "B<lb config> - Crée un répertoire de configuration"
175183
176184 #. type: Plain text
261269
262270 #. type: Plain text
263271 #: en/lb_config.1:43
264 msgid " [B<--bootloader> grub|grub2|syslinux]"
272 #, fuzzy
273 #| msgid " [B<--bootappend-live> I<PARAMETER>|I<\"PARAMETERS\">]"
274 msgid " [B<--bootappend-live-failsafe> I<PARAMETER>|I<\"PARAMETERS\">]"
275 msgstr " [B<--bootappend-live> I<PARAMÈTRES>|I<\"PARAMÈTRES\">]"
276
277 #. type: Plain text
278 #: en/lb_config.1:45
279 #, fuzzy
280 #| msgid " [B<--bootloader> grub|grub2|syslinux]"
281 msgid " [B<--bootloaders> grub-legacy|grub-pc|syslinux|grub-efi]"
265282 msgstr " [B<--bootloader> grub|grub2|syslinux]"
266283
267284 #. type: Plain text
268 #: en/lb_config.1:45
285 #: en/lb_config.1:47
269286 msgid " [B<--cache> true|false]"
270287 msgstr " [B<--cache> true|false]"
271288
272289 #. type: Plain text
273 #: en/lb_config.1:47
290 #: en/lb_config.1:49
274291 msgid " [B<--cache-indices> true|false]"
275292 msgstr " [B<--cache-indices> true|false]"
276293
277294 #. type: Plain text
278 #: en/lb_config.1:49
295 #: en/lb_config.1:51
279296 msgid " [B<--cache-packages> true|false]"
280297 msgstr " [B<--cache-packages> true|false]"
281298
282299 #. type: Plain text
283 #: en/lb_config.1:51
300 #: en/lb_config.1:53
284301 msgid " [B<--cache-stages> I<STAGE>|I<\"STAGES\">]"
285302 msgstr " [B<--cache-stages> I<STAGE>|I<\"STAGES\">]"
286303
287304 #. type: Plain text
288 #: en/lb_config.1:53
305 #: en/lb_config.1:55
289306 msgid " [B<--checksums> md5|sha1|sha256|none]"
290307 msgstr " [B<--checksums> md5|sha1|sha256|none]"
291308
292309 #. type: Plain text
293 #: en/lb_config.1:55
310 #: en/lb_config.1:57
294311 msgid " [B<--compression> bzip2|gzip|lzip|none]"
295312 msgstr " [B<--compression> bzip2|gzip|lzip|none]"
296313
297314 #. type: Plain text
298 #: en/lb_config.1:57
315 #: en/lb_config.1:59
299316 msgid " [B<--config> I<GIT_URL::GIT_ID>]"
300317 msgstr " [B<--config> I<GIT_URL::GIT_ID>]"
301318
302319 #. type: Plain text
303 #: en/lb_config.1:59
320 #: en/lb_config.1:61
304321 msgid " [B<--build-with-chroot> true|false]"
305322 msgstr " [B<--build-with-chroot> true|false]"
306323
307324 #. type: Plain text
308 #: en/lb_config.1:61
325 #: en/lb_config.1:63
309326 msgid " [B<--chroot-filesystem> ext2|ext3|ext4|squashfs|jffs2|none]"
310327 msgstr " [B<--chroot-filesystem> ext2|ext3|ext4|squashfs|jffs2|none]"
311328
312329 #. type: Plain text
313 #: en/lb_config.1:63
330 #: en/lb_config.1:65
314331 msgid " [B<--clean>]"
315332 msgstr " [B<--clean>]"
316333
317334 #. type: Plain text
318 #: en/lb_config.1:65
335 #: en/lb_config.1:67
319336 msgid " [-c|B<--conffile> I<FILE>]"
320337 msgstr " [-c|B<--conffile> I<FICHIER>]"
321338
322339 #. type: Plain text
323 #: en/lb_config.1:67
340 #: en/lb_config.1:69
324341 msgid " [B<--debconf-frontend> dialog|editor|noninteractive|readline]"
325342 msgstr " [B<--debconf-frontend> dialog|editor|noninteractive|readline]"
326343
327344 #. type: Plain text
328 #: en/lb_config.1:69
345 #: en/lb_config.1:71
329346 msgid " [B<--debconf-priority> low|medium|high|critical]"
330347 msgstr " [B<--debconf-priority> low|medium|high|critical]"
331348
332349 #. type: Plain text
333 #: en/lb_config.1:71
350 #: en/lb_config.1:73
334351 msgid ""
335352 " [B<--debian-installer> true|cdrom|netinst|netboot|businesscard|live|false]"
336353 msgstr ""
337354 " [B<--debian-installer> true|cdrom|netinst|netboot|businesscard|live|false]"
338355
339356 #. type: Plain text
340 #: en/lb_config.1:73
357 #: en/lb_config.1:75
341358 msgid " [B<--debian-installer-distribution> daily|I<CODENAME>]"
342359 msgstr " [B<--debian-installer-distribution> daily|I<NOM_DE_CODE>]"
343360
344361 #. type: Plain text
345 #: en/lb_config.1:75
362 #: en/lb_config.1:77
346363 msgid " [B<--debian-installer-preseedfile> I<FILE>|I<URL>]"
347364 msgstr " [B<--debian-installer-preseedfile> I<FICHIER>|I<URL>]"
348365
349366 #. type: Plain text
350 #: en/lb_config.1:77
367 #: en/lb_config.1:79
351368 msgid " [B<--debian-installer-gui> true|false]"
352369 msgstr " [B<--debian-installer-gui> true|false]"
353370
354371 #. type: Plain text
355 #: en/lb_config.1:79
372 #: en/lb_config.1:81
373 #, fuzzy
374 #| msgid " [B<--net-root-mountoptions> I<OPTIONS>]"
375 msgid " [B<--debootstrap-options> I<OPTIONS>]"
376 msgstr " [B<--net-root-mountoptions> I<OPTIONS>]"
377
378 #. type: Plain text
379 #: en/lb_config.1:83
380 #, fuzzy
381 #| msgid " [B<--mirror-bootstrap> I<URL>]"
382 msgid " [B<--debootstrap-script> I<SCRIPT>]"
383 msgstr " [B<--mirror-bootstrap> I<URL>]"
384
385 #. type: Plain text
386 #: en/lb_config.1:85
356387 msgid " [B<--debug>]"
357388 msgstr " [B<--debug>]"
358389
359390 #. type: Plain text
360 #: en/lb_config.1:81
391 #: en/lb_config.1:87
361392 msgid " [-d|B<--distribution> I<CODENAME>]"
362393 msgstr " [-d|B<--distribution> I<NOM_DE_CODE>]"
363394
364395 #. type: Plain text
365 #: en/lb_config.1:83
396 #: en/lb_config.1:89
366397 msgid " [B<--parent-distribution> I<CODENAME>]"
367398 msgstr " [B<--parent-distribution> I<NOM_DE_CODE>]"
368399
369400 #. type: Plain text
370 #: en/lb_config.1:85
401 #: en/lb_config.1:91
371402 msgid " [B<--parent-debian-installer-distribution> I<CODENAME>]"
372403 msgstr " [B<--parent-debian-installer-distribution> I<NOM_DE_CODE>]"
373404
374405 #. type: Plain text
375 #: en/lb_config.1:87
406 #: en/lb_config.1:93
376407 msgid " [B<--dump>]"
377408 msgstr " [B<--dump>]"
378409
379410 #. type: Plain text
380 #: en/lb_config.1:89
411 #: en/lb_config.1:95
381412 msgid " [B<--fdisk> fdisk|fdisk.dist]"
382413 msgstr " [B<--fdisk> fdisk|fdisk.dist]"
383414
384415 #. type: Plain text
385 #: en/lb_config.1:91
416 #: en/lb_config.1:97
386417 msgid " [B<--firmware-binary true|false>]"
387418 msgstr " [B<--firmware-binary true|false>]"
388419
389420 #. type: Plain text
390 #: en/lb_config.1:93
421 #: en/lb_config.1:99
391422 msgid " [B<--firmware-chroot true|false>]"
392423 msgstr " [B<--firmware-chroot true|false>]"
393424
394425 #. type: Plain text
395 #: en/lb_config.1:95
426 #: en/lb_config.1:101
396427 msgid " [B<--force>]"
397428 msgstr " [B<--force>]"
398429
399430 #. type: Plain text
400 #: en/lb_config.1:97
431 #: en/lb_config.1:103
401432 msgid " [B<--grub-splash> I<FILE>]"
402433 msgstr " [B<--grub-splash> I<FICHIER>]"
403434
404435 #. type: Plain text
405 #: en/lb_config.1:99
436 #: en/lb_config.1:105
406437 msgid " [B<--gzip-options> I<OPTION>|\"I<OPTIONS>\"]"
407438 msgstr " [B<--gzip-options> I<OPTION>|\"I<OPTIONS>\"]"
408439
409440 #. type: Plain text
410 #: en/lb_config.1:101
441 #: en/lb_config.1:107
411442 msgid " [B<--hooks> I<FILE>]"
412443 msgstr " [B<--hooks> I<FICHIER>]"
413444
414445 #. type: Plain text
415 #: en/lb_config.1:103
446 #: en/lb_config.1:109
416447 msgid " [B<--ignore-system-defaults>]"
417448 msgstr " [B<--ignore-system-defaults>]"
418449
419450 #. type: Plain text
420 #: en/lb_config.1:105
451 #: en/lb_config.1:111
421452 msgid " [B<--initramfs> auto|none|live-boot|casper]"
422453 msgstr " [B<--initramfs> auto|none|live-boot|casper]"
423454
424455 #. type: Plain text
425 #: en/lb_config.1:107
456 #: en/lb_config.1:113
426457 msgid " [B<--initramfs-compression> bzip2|gzip|lzma]"
427458 msgstr " [B<--initramfs-compression> bzip2|gzip|lzma]"
428459
429460 #. type: Plain text
430 #: en/lb_config.1:109
461 #: en/lb_config.1:115
431462 msgid " [B<--initsystem> sysvinit|runit|systemd|upstart|none]"
432463 msgstr " [B<--initsystem> sysvinit|runit|systemd|upstart|none]"
433464
434465 #. type: Plain text
435 #: en/lb_config.1:111
466 #: en/lb_config.1:117
436467 msgid " [B<--interactive> shell]"
437468 msgstr " [B<--interactive> shell]"
438469
439470 #. type: Plain text
440 #: en/lb_config.1:113
471 #: en/lb_config.1:119
441472 msgid " [B<--isohybrid-options> I<OPTION>|\"I<OPTIONS>\"]"
442473 msgstr " [B<--isohybrid-options> I<OPTION>|\"I<OPTIONS>\"]"
443474
444475 #. type: Plain text
445 #: en/lb_config.1:115
476 #: en/lb_config.1:121
446477 msgid " [B<--iso-application> I<NAME>]"
447478 msgstr " [B<--iso-application> I<NOM>]"
448479
449480 #. type: Plain text
450 #: en/lb_config.1:117
481 #: en/lb_config.1:123
451482 msgid " [B<--iso-preparer> I<NAME>]"
452483 msgstr " [B<--iso-preparer> I<NOM>]"
453484
454485 #. type: Plain text
455 #: en/lb_config.1:119
486 #: en/lb_config.1:125
456487 msgid " [B<--iso-publisher> I<NAME>]"
457488 msgstr " [B<--iso-publisher> I<NOM>]"
458489
459490 #. type: Plain text
460 #: en/lb_config.1:121
491 #: en/lb_config.1:127
461492 msgid " [B<--iso-volume> I<NAME>]"
462493 msgstr " [B<--iso-volume> I<NOM>]"
463494
464495 #. type: Plain text
465 #: en/lb_config.1:123
496 #: en/lb_config.1:129
466497 msgid " [B<--jffs2-eraseblock> I<SIZE>]"
467498 msgstr " [B<--jffs2-eraseblock> I<TAILLE>]"
468499
469500 #. type: Plain text
470 #: en/lb_config.1:125
501 #: en/lb_config.1:131
471502 msgid " [B<--keyring-packages> I<PACKAGE|\"PACKAGES\">]"
472503 msgstr " [B<--keyring-packages> I<PAQUET|\"PAQUETS\">]"
473504
474505 #. type: Plain text
475 #: en/lb_config.1:127
506 #: en/lb_config.1:133
476507 msgid " [-k|B<--linux-flavours> I<FLAVOUR>|I<\"FLAVOURS\">]"
477508 msgstr " [-k|B<--linux-flavours> I<VARIÉTÉ>|I<\"VARIÉTÉS\">]"
478509
479510 #. type: Plain text
480 #: en/lb_config.1:129
511 #: en/lb_config.1:135
481512 msgid " [B<--linux-packages> I<\"PACKAGES\">]"
482513 msgstr " [B<--linux-packages> I<\"PAQUETS\">]"
483514
484515 #. type: Plain text
485 #: en/lb_config.1:131
516 #: en/lb_config.1:137
486517 msgid " [B<--losetup> losetup|losetup.orig]"
487518 msgstr " [B<--losetup> losetup|losetup.orig]"
488519
489520 #. type: Plain text
490 #: en/lb_config.1:133
521 #: en/lb_config.1:139
491522 msgid " [B<--memtest> memtest86+|memtest86|none]"
492523 msgstr " [B<--memtest> memtest86+|memtest86|none]"
493524
494525 #. type: Plain text
495 #: en/lb_config.1:135
526 #: en/lb_config.1:141
496527 msgid " [-m|B<--parent-mirror-bootstrap> I<URL>]"
497528 msgstr " [-m|B<--parent-mirror-bootstrap> I<URL>]"
498529
499530 #. type: Plain text
500 #: en/lb_config.1:137
531 #: en/lb_config.1:143
501532 msgid " [B<--parent-mirror-chroot> I<URL>]"
502533 msgstr " [B<--parent-mirror-chroot> I<URL>]"
503534
504535 #. type: Plain text
505 #: en/lb_config.1:139
536 #: en/lb_config.1:145
506537 msgid " [B<--parent-mirror-chroot-security> I<URL>]"
507538 msgstr " [B<--parent-mirror-chroot-security> I<URL>]"
508539
509540 #. type: Plain text
510 #: en/lb_config.1:141
541 #: en/lb_config.1:147
511542 msgid " [B<--parent-mirror-chroot-updates> I<URL>]"
512543 msgstr " [B<--parent-mirror-chroot-updates> I<URL>]"
513544
514545 #. type: Plain text
515 #: en/lb_config.1:143
546 #: en/lb_config.1:149
516547 msgid " [B<--parent-mirror-chroot-backports> I<URL>]"
517548 msgstr " [B<--parent-mirror-chroot-backports> I<URL>]"
518549
519550 #. type: Plain text
520 #: en/lb_config.1:145
551 #: en/lb_config.1:151
521552 msgid " [B<--parent-mirror-binary> I<URL>]"
522553 msgstr " [B<--parent-mirror-binary> I<URL>]"
523554
524555 #. type: Plain text
525 #: en/lb_config.1:147
556 #: en/lb_config.1:153
526557 msgid " [B<--parent-mirror-binary-security> I<URL>]"
527558 msgstr " [B<--parent-mirror-binary-security> I<URL>]"
528559
529560 #. type: Plain text
530 #: en/lb_config.1:149
561 #: en/lb_config.1:155
531562 msgid " [B<--parent-mirror-binary-updates> I<URL>]"
532563 msgstr " [B<--parent-mirror-binary-updates> I<URL>]"
533564
534565 #. type: Plain text
535 #: en/lb_config.1:151
566 #: en/lb_config.1:157
536567 msgid " [B<--parent-mirror-binary-backports> I<URL>]"
537568 msgstr " [B<--parent-mirror-binary-backports> I<URL>]"
538569
539570 #. type: Plain text
540 #: en/lb_config.1:153
571 #: en/lb_config.1:159
541572 msgid " [B<--parent-mirror-debian-installer> I<URL>]"
542573 msgstr " [B<--parent-mirror-debian-installer> I<URL>]"
543574
544575 #. type: Plain text
545 #: en/lb_config.1:155
576 #: en/lb_config.1:161
546577 msgid " [B<--mirror-bootstrap> I<URL>]"
547578 msgstr " [B<--mirror-bootstrap> I<URL>]"
548579
549580 #. type: Plain text
550 #: en/lb_config.1:157
581 #: en/lb_config.1:163
551582 msgid " [B<--mirror-chroot> I<URL>]"
552583 msgstr " [B<--mirror-chroot> I<URL>]"
553584
554585 #. type: Plain text
555 #: en/lb_config.1:159
586 #: en/lb_config.1:165
556587 msgid " [B<--mirror-chroot-security> I<URL>]"
557588 msgstr " [B<--mirror-chroot-security> I<URL>]"
558589
559590 #. type: Plain text
560 #: en/lb_config.1:161
591 #: en/lb_config.1:167
561592 msgid " [B<--mirror-chroot-updates> I<URL>]"
562593 msgstr " [B<--mirror-chroot-updates> I<URL>]"
563594
564595 #. type: Plain text
565 #: en/lb_config.1:163
596 #: en/lb_config.1:169
566597 msgid " [B<--mirror-chroot-backports> I<URL>]"
567598 msgstr " [B<--mirror-chroot-backports> I<URL>]"
568599
569600 #. type: Plain text
570 #: en/lb_config.1:165
601 #: en/lb_config.1:171
571602 msgid " [B<--mirror-binary> I<URL>]"
572603 msgstr " [B<--mirror-binary> I<URL>]"
573604
574605 #. type: Plain text
575 #: en/lb_config.1:167
606 #: en/lb_config.1:173
576607 msgid " [B<--mirror-binary-security> I<URL>]"
577608 msgstr " [B<--mirror-binary-security> I<URL>]"
578609
579610 #. type: Plain text
580 #: en/lb_config.1:169
611 #: en/lb_config.1:175
581612 msgid " [B<--mirror-binary-updates> I<URL>]"
582613 msgstr " [B<--mirror-binary-updates> I<URL>]"
583614
584615 #. type: Plain text
585 #: en/lb_config.1:171
616 #: en/lb_config.1:177
586617 msgid " [B<--mirror-binary-backports> I<URL>]"
587618 msgstr " [B<--mirror-binary-backports> I<URL>]"
588619
589620 #. type: Plain text
590 #: en/lb_config.1:173
621 #: en/lb_config.1:179
591622 msgid " [B<--mirror-debian-installer> I<URL>]"
592623 msgstr ""
593624
594625 #. type: Plain text
595 #: en/lb_config.1:175
626 #: en/lb_config.1:181
596627 msgid " [B<--mode> debian|progress-linux|ubuntu]"
597628 msgstr " [B<--mode> debian|progress-linux|ubuntu]"
598629
599630 #. type: Plain text
600 #: en/lb_config.1:177
631 #: en/lb_config.1:183
601632 msgid " [B<--system> live|normal]"
602633 msgstr " [B<--system> live|normal]"
603634
604635 #. type: Plain text
605 #: en/lb_config.1:179
636 #: en/lb_config.1:185
606637 msgid " [B<--net-root-filesystem> nfs|cfs]"
607638 msgstr " [B<--net-root-filesystem> nfs|cfs]"
608639
609640 #. type: Plain text
610 #: en/lb_config.1:181
641 #: en/lb_config.1:187
611642 msgid " [B<--net-root-mountoptions> I<OPTIONS>]"
612643 msgstr " [B<--net-root-mountoptions> I<OPTIONS>]"
613644
614645 #. type: Plain text
615 #: en/lb_config.1:183
646 #: en/lb_config.1:189
616647 msgid " [B<--net-root-path> I<PATH>]"
617648 msgstr " [B<--net-root-path> I<CHEMIN>]"
618649
619650 #. type: Plain text
620 #: en/lb_config.1:185
651 #: en/lb_config.1:191
621652 msgid " [B<--net-root-server> I<IP>|I<HOSTNAME>]"
622653 msgstr " [B<--net-root-server> I<IP>|I<NOM_D_HÔTE>]"
623654
624655 #. type: Plain text
625 #: en/lb_config.1:187
656 #: en/lb_config.1:193
626657 msgid " [B<--net-cow-filesystem> nfs|cfs]"
627658 msgstr " [B<--net-cow-filesystem> nfs|cfs]"
628659
629660 #. type: Plain text
630 #: en/lb_config.1:189
661 #: en/lb_config.1:195
631662 msgid " [B<--net-cow-mountoptions> I<OPTIONS>]"
632663 msgstr " [B<--net-cow-mountoptions> I<OPTIONS>]"
633664
634665 #. type: Plain text
635 #: en/lb_config.1:191
666 #: en/lb_config.1:197
636667 msgid " [B<--net-cow-path> I<PATH>]"
637668 msgstr " [B<--net-cow-path> I<CHEMIN>]"
638669
639670 #. type: Plain text
640 #: en/lb_config.1:193
671 #: en/lb_config.1:199
641672 msgid " [B<--net-cow-server> I<IP>|I<HOSTNAME>]"
642673 msgstr " [B<--net-cow-server> I<IP>|I<NOM_D_HÔTE>]"
643674
644675 #. type: Plain text
645 #: en/lb_config.1:195
676 #: en/lb_config.1:201
646677 msgid " [B<--net-tarball> true|false]"
647678 msgstr " [B<--net-tarball> true|false]"
648679
649680 #. type: Plain text
650 #: en/lb_config.1:197
681 #: en/lb_config.1:203
651682 msgid " [B<--quiet>]"
652683 msgstr " [B<--quiet>]"
653684
654685 #. type: Plain text
655 #: en/lb_config.1:199
686 #: en/lb_config.1:205
656687 msgid " [B<--archive-areas> I<ARCHIVE_AREA>|I<\"ARCHIVE_AREAS\">]"
657688 msgstr " [B<--archive-areas> I<DOMAINE_D'ARCHIVE>|I<\"DOMAINES_D'ARCHIVE\">]"
658689
659690 #. type: Plain text
660 #: en/lb_config.1:201
691 #: en/lb_config.1:207
661692 msgid ""
662693 " [B<--parent-archive-areas> I<PARENT_ARCHIVE_AREA>|I<\"PARENT_ARCHIVE_AREAS"
663694 "\">]"
666697 "\"DOMAINE_D'ARCHIVE_PARENT\">]"
667698
668699 #. type: Plain text
669 #: en/lb_config.1:203
700 #: en/lb_config.1:209
670701 msgid " [B<--security> true|false]"
671702 msgstr " [B<--security> true|false]"
672703
673704 #. type: Plain text
674 #: en/lb_config.1:205
705 #: en/lb_config.1:211
675706 msgid " [B<--source> true|false]"
676707 msgstr " [B<--source> true|false]"
677708
678709 #. type: Plain text
679 #: en/lb_config.1:207
710 #: en/lb_config.1:213
680711 msgid " [-s|B<--source-images> iso|netboot|tar|hdd]"
681712 msgstr " [-s|B<--source-images> iso|netboot|tar|hdd]"
682713
683714 #. type: Plain text
684 #: en/lb_config.1:209
715 #: en/lb_config.1:215
685716 msgid " [B<--tasksel> apt|aptitude|tasksel]"
686717 msgstr " [B<--tasksel> apt|aptitude|tasksel]"
687718
688719 #. type: Plain text
689 #: en/lb_config.1:211
720 #: en/lb_config.1:217
690721 msgid " [B<--templates> I<PATH>]"
691722 msgstr " [B<--templates> I<CHEMIN>]"
692723
693724 #. type: Plain text
694 #: en/lb_config.1:213
725 #: en/lb_config.1:219
695726 msgid " [B<--hdd-size >I<MB>]"
696727 msgstr " [B<--hdd-size >I<MB>]"
697728
698729 #. type: Plain text
699 #: en/lb_config.1:215
730 #: en/lb_config.1:221
700731 msgid " [B<--updates> true|false]"
701732 msgstr " [B<--updates> true|false]"
702733
703734 #. type: Plain text
704 #: en/lb_config.1:217
735 #: en/lb_config.1:223
705736 msgid " [B<--backports> true|false]"
706737 msgstr " [B<--backports> true|false]"
707738
708739 #. type: Plain text
709 #: en/lb_config.1:219
740 #: en/lb_config.1:225
710741 msgid " [B<--verbose>]"
711742 msgstr " [B<--verbose>]"
712743
713744 #. FIXME
714745 #. type: Plain text
715 #: en/lb_config.1:222
746 #: en/lb_config.1:228
716747 msgid " [B<--win32-loader true|false]>"
717748 msgstr " [B<--win32-loader true|false]>"
718749
719750 #. type: Plain text
720 #: en/lb_config.1:225
751 #: en/lb_config.1:231
721752 msgid ""
722753 "B<lb config> is a high-level command (porcelain) of I<live-build>(7), the "
723754 "live systems tool suite."
727758
728759 #. FIXME
729760 #. type: Plain text
730 #: en/lb_config.1:228
761 #: en/lb_config.1:234
731762 msgid ""
732763 "B<lb config> populates the configuration directory for live-build. By "
733764 "default, this directory is named 'config' and is created in the current "
739770
740771 #. FIXME
741772 #. type: Plain text
742 #: en/lb_config.1:231
773 #: en/lb_config.1:237
743774 msgid ""
744775 "Note: Currently B<lb config> tries to be smart and sets defaults for some "
745776 "options depending on the setting of other options (e.g. which linux packages "
769800 "source} et rappeler B<lb config>."
770801
771802 #. type: Plain text
772 #: en/lb_config.1:234
803 #: en/lb_config.1:240
773804 msgid ""
774805 "In addition to its specific options B<lb config> understands all generic "
775806 "live-build options. See I<live-build>(7) for a complete list of all generic "
781812
782813 #. FIXME
783814 #. type: IP
784 #: en/lb_config.1:236
815 #: en/lb_config.1:242
785816 #, no-wrap
786817 msgid "B<--apt> apt|aptitude"
787818 msgstr "B<--apt> apt|aptitude"
788819
789820 #. type: Plain text
790 #: en/lb_config.1:238
821 #: en/lb_config.1:244
791822 msgid ""
792823 "defines if apt-get or aptitude is used to install packages when building the "
793824 "image. The default is apt."
796827 "de la construction de l'image. Par défaut : apt."
797828
798829 #. type: IP
799 #: en/lb_config.1:238
830 #: en/lb_config.1:244
800831 #, no-wrap
801832 msgid "B<--apt-ftp-proxy> I<URL>"
802833 msgstr "B<--apt-ftp-proxy> I<URL>"
803834
804835 #. type: Plain text
805 #: en/lb_config.1:240
836 #: en/lb_config.1:246
806837 msgid ""
807838 "sets the ftp proxy to be used by apt. By default, this is empty. Note that "
808839 "this variable is only for the proxy that gets used by apt internally within "
813844 "par apt à l'intérieur du chroot, il n'est utilisé pour rien d'autre."
814845
815846 #. type: IP
816 #: en/lb_config.1:240
847 #: en/lb_config.1:246
817848 #, no-wrap
818849 msgid "B<--apt-http-proxy> I<URL>"
819850 msgstr "B<--apt-http-proxy> I<URL>"
820851
821852 #. type: Plain text
822 #: en/lb_config.1:242
853 #: en/lb_config.1:248
823854 msgid ""
824855 "sets the http proxy to be used by apt. By default, this is empty. Note that "
825856 "this variable is only for the proxy that gets used by apt internally within "
830861 "par apt à l'intérieur du chroot, il n'est utilisé pour rien d'autre."
831862
832863 #. type: IP
833 #: en/lb_config.1:242
864 #: en/lb_config.1:248
834865 #, no-wrap
835866 msgid "B<--apt-indices> true|false|none"
836867 msgstr "B<--apt-indices> true|false|none"
837868
838869 #. type: Plain text
839 #: en/lb_config.1:244
870 #: en/lb_config.1:250
840871 msgid ""
841872 "defines if the resulting images should have apt indices or not and defaults "
842873 "to true. If set to none, no indices are included at all."
845876 "paramètre true par défaut. Si paramétré à none, aucun indice ne sera inclu."
846877
847878 #. type: IP
848 #: en/lb_config.1:244
879 #: en/lb_config.1:250
849880 #, no-wrap
850881 msgid "B<--apt-options> I<OPTION>|\"I<OPTIONS>\""
851882 msgstr "B<--apt-options> I<OPTION>|\"I<OPTIONS>\""
852883
853884 #. type: Plain text
854 #: en/lb_config.1:246
885 #: en/lb_config.1:252
855886 msgid ""
856887 "defines the default options that will be appended to every apt call that is "
857888 "made inside chroot during the building of the image. By default, this is set "
863894 "interactive de paquets."
864895
865896 #. type: IP
866 #: en/lb_config.1:246
897 #: en/lb_config.1:252
867898 #, no-wrap
868899 msgid "B<--aptitude-options> I<OPTION>|\"I<OPTIONS>\""
869900 msgstr "B<--aptitude-options> I<OPTION>|\"I<OPTIONS>\""
870901
871902 #. type: Plain text
872 #: en/lb_config.1:248
903 #: en/lb_config.1:254
873904 msgid ""
874905 "defines the default options that will be appended to every aptitude call "
875906 "that is made inside chroot during building of the image. By default, this is "
881912 "interactive de paquets."
882913
883914 #. type: IP
884 #: en/lb_config.1:248
915 #: en/lb_config.1:254
885916 #, no-wrap
886917 msgid "B<--apt-pipeline> I<DEPTH>"
887918 msgstr "B<--apt-pipeline> I<PROFONDEUR>"
888919
889920 #. type: Plain text
890 #: en/lb_config.1:250
921 #: en/lb_config.1:256
891922 msgid ""
892923 "sets the depth of the apt/aptitude pipeline. In cases where the remote "
893924 "server is not RFC conforming or buggy (such as Squid 2.0.2) this option can "
907938 "option."
908939
909940 #. type: IP
910 #: en/lb_config.1:250
941 #: en/lb_config.1:256
911942 #, no-wrap
912943 msgid "B<--apt-recommends> true|false"
913944 msgstr "B<--apt-recommends> true|false"
914945
915946 #. type: Plain text
916 #: en/lb_config.1:252
947 #: en/lb_config.1:258
917948 msgid ""
918949 "defines if apt should install recommended packages automatically. By "
919950 "default, this is true."
922953 "Par défaut : true."
923954
924955 #. type: IP
925 #: en/lb_config.1:252
956 #: en/lb_config.1:258
926957 #, no-wrap
927958 msgid "B<--apt-secure> true|false"
928959 msgstr "B<--apt-secure> true|false"
929960
930961 #. type: Plain text
931 #: en/lb_config.1:254
962 #: en/lb_config.1:260
932963 msgid ""
933964 "defines if apt should check repository signatures. This is true by default."
934965 msgstr ""
935966 "définit si apt devrait vérifier les signatures de dépôt. Par défaut : true."
936967
937968 #. type: IP
938 #: en/lb_config.1:254
969 #: en/lb_config.1:260
939970 #, no-wrap
940971 msgid "B<--apt-source-archives> true|false"
941972 msgstr "B<--apt-source-archives> true|false"
942973
943974 #. type: Plain text
944 #: en/lb_config.1:256
975 #: en/lb_config.1:262
945976 msgid ""
946977 "defines if deb-src entries should be included in the resulting live image or "
947978 "not, defaults to true."
950981 "résultante ou non. Par défaut : true."
951982
952983 #. type: IP
953 #: en/lb_config.1:256
984 #: en/lb_config.1:262
954985 #, no-wrap
955986 msgid "-a|B<--architectures> I<ARCHITECTURE>"
956987 msgstr "-a|B<--architectures> I<ARCHITECTURE>"
957988
958989 #. type: Plain text
959 #: en/lb_config.1:258
990 #: en/lb_config.1:264
960991 msgid ""
961992 "defines the architecture of the to be build image. By default, this is set "
962993 "to the host architecture. Note that you cannot crossbuild for another "
9741005 "construire des images powerpc sur une système i386 n'est pas possible."
9751006
9761007 #. type: IP
977 #: en/lb_config.1:258
1008 #: en/lb_config.1:264
9781009 #, no-wrap
9791010 msgid "-b|B<--binary-images> iso|iso-hybrid|netboot|tar|hdd"
9801011 msgstr "-b|B<--binary-images> iso|iso-hybrid|netboot|tar|hdd"
9811012
9821013 #. type: Plain text
983 #: en/lb_config.1:260
1014 #: en/lb_config.1:266
9841015 msgid ""
9851016 "defines the image type to build. By default, for images using syslinux this "
9861017 "is set to iso-hybrid to build CD/DVD images that may also be used like hdd "
9921023 "non-syslinux, le défaut est iso."
9931024
9941025 #. type: IP
995 #: en/lb_config.1:260
1026 #: en/lb_config.1:266
9961027 #, no-wrap
9971028 msgid "B<--binary-filesystem> fat16|fat32|ext2|ext3|ext4"
9981029 msgstr "B<--binary-filesystem> fat16|fat32|ext2|ext3|ext4"
9991030
10001031 #. type: Plain text
1001 #: en/lb_config.1:262
1032 #: en/lb_config.1:268
1033 #, fuzzy
1034 #| msgid ""
1035 #| "defines the filesystem to be used in the image type. This only has an "
1036 #| "effect if the selected binary image type does allow to choose a "
1037 #| "filesystem. For example, when selection iso the resulting CD/DVD has "
1038 #| "always the filesystem ISO9660. When building hdd images for usb sticks, "
1039 #| "this is active. Note that it defaults to fat16 on all architectures "
1040 #| "except sparc where it defaults to ext4. Also note that if you choose "
1041 #| "fat16 and your resulting binary image gets bigger than 2GB, the binary "
1042 #| "filesystem automatically gets switched to fat32."
10021043 msgid ""
10031044 "defines the filesystem to be used in the image type. This only has an effect "
1004 "if the selected binary image type does allow to choose a filesystem. For "
1005 "example, when selection iso the resulting CD/DVD has always the filesystem "
1006 "ISO9660. When building hdd images for usb sticks, this is active. Note that "
1007 "it defaults to fat16 on all architectures except sparc where it defaults to "
1045 "if the selected binary image type lets you choose a filesystem. For example, "
1046 "when selection iso the resulting CD/DVD has always the filesystem ISO9660. "
1047 "When building hdd images for usb sticks, this is active. Note that it "
1048 "defaults to fat16 on all architectures except sparc where it defaults to "
10081049 "ext4. Also note that if you choose fat16 and your resulting binary image "
10091050 "gets bigger than 2GB, the binary filesystem automatically gets switched to "
10101051 "fat32."
10201061 "automatiquement passé à fat32."
10211062
10221063 #. type: IP
1023 #: en/lb_config.1:262
1064 #: en/lb_config.1:268
10241065 #, no-wrap
10251066 msgid "B<--bootappend-install> I<PARAMETER>|\"I<PARAMETERS>\""
10261067 msgstr "B<--bootappend-install> I<PARAMÈTRE>|\"I<PARAMÈTRES>\""
10271068
10281069 #. type: Plain text
1029 #: en/lb_config.1:264
1070 #: en/lb_config.1:270
10301071 msgid "sets boot parameters specific to debian-installer, if included."
10311072 msgstr ""
10321073 "paramètre les options de démarrage spécifiques à debian-installer, si inclu."
10331074
10341075 #. type: IP
1035 #: en/lb_config.1:264
1076 #: en/lb_config.1:270
10361077 #, no-wrap
10371078 msgid "B<--bootappend-live> I<PARAMETER>|\"I<PARAMETERS>\""
10381079 msgstr "B<--bootappend-live> I<PARAMÈTRE>|\"I<PARAMÈTRES>\""
10391080
10401081 #. type: Plain text
1041 #: en/lb_config.1:266
1082 #: en/lb_config.1:272
10421083 msgid ""
10431084 "sets boot parameters specific to debian-live. A complete list of boot "
10441085 "parameters can be found in the I<live-boot>(7) and I<live-config>(7) manual "
10491090 "manuel I<live-boot>(7) et I<live-config>(7)."
10501091
10511092 #. type: IP
1052 #: en/lb_config.1:266
1053 #, no-wrap
1054 msgid "B<--bootloader> grub|grub2|syslinux"
1093 #: en/lb_config.1:272
1094 #, fuzzy, no-wrap
1095 #| msgid "B<--bootappend-live> I<PARAMETER>|\"I<PARAMETERS>\""
1096 msgid "B<--bootappend-live-failsafe> I<PARAMETER>|\"I<PARAMETERS>\""
1097 msgstr "B<--bootappend-live> I<PARAMÈTRE>|\"I<PARAMÈTRES>\""
1098
1099 #. type: Plain text
1100 #: en/lb_config.1:274
1101 #, fuzzy
1102 #| msgid ""
1103 #| "sets boot parameters specific to debian-live. A complete list of boot "
1104 #| "parameters can be found in the I<live-boot>(7) and I<live-config>(7) "
1105 #| "manual pages."
1106 msgid ""
1107 "sets boot parameters specific to debian-live failsafe boot entries. A "
1108 "complete list of boot parameters can be found in the I<live-boot>(7) and "
1109 "I<live-config>(7) manual pages."
1110 msgstr ""
1111 "paramètre les options de démarrage spécifiques à debian-live. Une liste "
1112 "complète des paramètres de démarrage peut être trouvée dans les pages de "
1113 "manuel I<live-boot>(7) et I<live-config>(7)."
1114
1115 #. type: IP
1116 #: en/lb_config.1:274
1117 #, fuzzy, no-wrap
1118 #| msgid "B<--bootloader> grub|grub2|syslinux"
1119 msgid "B<--bootloaders> grub-legacy|grub-pc|syslinux|grub-efi"
10551120 msgstr "B<--bootloader> grub|grub2|syslinux"
10561121
10571122 #. type: Plain text
1058 #: en/lb_config.1:268
1123 #: en/lb_config.1:276
1124 #, fuzzy
1125 #| msgid ""
1126 #| "defines which bootloader is being used in the generated image. This has "
1127 #| "only an effect if the selected binary image type does allow to choose the "
1128 #| "bootloader. For example, if you build a iso, always syslinux (or more "
1129 #| "precise, isolinux) is being used. Also note that some combinations of "
1130 #| "binary images types and bootloaders may be possible but live-build does "
1131 #| "not support them yet. B<lb config> will fail to create such a not yet "
1132 #| "supported configuration and give a explanation about it. For hdd images "
1133 #| "on amd64 and i386, the default is syslinux."
10591134 msgid ""
10601135 "defines which bootloader is being used in the generated image. This has only "
1061 "an effect if the selected binary image type does allow to choose the "
1062 "bootloader. For example, if you build a iso, always syslinux (or more "
1063 "precise, isolinux) is being used. Also note that some combinations of binary "
1064 "images types and bootloaders may be possible but live-build does not support "
1065 "them yet. B<lb config> will fail to create such a not yet supported "
1066 "configuration and give a explanation about it. For hdd images on amd64 and "
1067 "i386, the default is syslinux."
1136 "an effect if the selected binary image type lets you choose the bootloader. "
1137 "For example, if you build a iso, always syslinux (or more precise, isolinux) "
1138 "is being used. Also note that some combinations of binary images types and "
1139 "bootloaders may be possible but live-build does not support them yet. B<lb "
1140 "config> will fail to create such a not yet supported configuration and give "
1141 "a explanation about it. For hdd images on amd64 and i386, the default is "
1142 "syslinux."
10681143 msgstr ""
10691144 "définit quel chargeur de démarrage est utilisé dans l'image générée. Ceci a "
10701145 "effet seulement si l'image binaire sélectionnée permet de choisir le "
10771152 "hdd sur amd64 et i386, le défaut est syslinux."
10781153
10791154 #. type: IP
1080 #: en/lb_config.1:268
1155 #: en/lb_config.1:276
10811156 #, no-wrap
10821157 msgid "B<--cache> true|false"
10831158 msgstr "B<--cache> true|false"
10841159
10851160 #. type: Plain text
1086 #: en/lb_config.1:270
1161 #: en/lb_config.1:278
10871162 msgid ""
10881163 "defines globally if any cache should be used at all. Different caches can be "
10891164 "controlled through the their own options."
10921167 "peuvent être controlés à travers leurs propres options."
10931168
10941169 #. type: IP
1095 #: en/lb_config.1:270
1170 #: en/lb_config.1:278
10961171 #, no-wrap
10971172 msgid "B<--cache-indices> true|false"
10981173 msgstr "B<--cache-indices> true|false"
10991174
11001175 #. type: Plain text
1101 #: en/lb_config.1:272
1176 #: en/lb_config.1:280
1177 #, fuzzy
1178 #| msgid ""
1179 #| "defines if downloaded package indices and lists should be cached which is "
1180 #| "false by default. Enabling it would allow to rebuild an image completely "
1181 #| "offline, however, you would not get updates anymore then."
11021182 msgid ""
11031183 "defines if downloaded package indices and lists should be cached which is "
1104 "false by default. Enabling it would allow to rebuild an image completely "
1105 "offline, however, you would not get updates anymore then."
1184 "false by default. Enabling it lets you rebuild an image completely offline, "
1185 "however, you would not get updates anymore then."
11061186 msgstr ""
11071187 "définit si les indices et les listes de paquets téléchargés devrait être "
11081188 "cachés ce qui est faux (false) par défaut. L'activer autoriserait la "
11101190 "les mises-à-jour."
11111191
11121192 #. type: IP
1113 #: en/lb_config.1:272
1193 #: en/lb_config.1:280
11141194 #, no-wrap
11151195 msgid "B<--cache-packages> true|false"
11161196 msgstr "B<--cache-packages> true|false"
11171197
11181198 #. type: Plain text
1119 #: en/lb_config.1:274
1199 #: en/lb_config.1:282
11201200 msgid ""
11211201 "defines if downloaded packages files should be cached which is true by "
11221202 "default. Disabling it does save space consumption in your build directory, "
11351215 "réseau local plutôt que d'utiliser le disque local."
11361216
11371217 #. type: IP
1138 #: en/lb_config.1:274
1218 #: en/lb_config.1:282
11391219 #, no-wrap
11401220 msgid "B<--cache-stages> true|false|I<STAGE>|\"I<STAGES>\""
11411221 msgstr "B<--cache-stages> true|false|I<STAGE>|\"I<STAGES>\""
11421222
11431223 #. type: Plain text
1144 #: en/lb_config.1:276
1224 #: en/lb_config.1:284
11451225 msgid ""
11461226 "sets which stages should be cached. By default set to bootstrap. As an "
11471227 "exception to the normal stage names, also rootfs can be used here which does "
11571237 "pas régénéré le système de fichier à chaque reprise."
11581238
11591239 #. type: IP
1160 #: en/lb_config.1:276
1240 #: en/lb_config.1:284
11611241 #, no-wrap
11621242 msgid "B<--checksums> md5|sha1|sha256|none"
11631243 msgstr "B<--checksums> md5|sha1|sha256|none"
11641244
11651245 #. type: Plain text
1166 #: en/lb_config.1:278
1246 #: en/lb_config.1:286
11671247 msgid ""
11681248 "defines if the binary image should contain a file called md5sums.txt, "
11691249 "sha1sums.txt and/or sha256sums.txt. These lists all files on the image "
11841264 "sommes de vérification."
11851265
11861266 #. type: IP
1187 #: en/lb_config.1:278
1267 #: en/lb_config.1:286
11881268 #, no-wrap
11891269 msgid "B<--compression> bzip2|gzip|lzip|none"
11901270 msgstr "B<--compression> bzip2|gzip|lzip|none"
11911271
11921272 #. type: Plain text
1193 #: en/lb_config.1:280
1273 #: en/lb_config.1:288
11941274 msgid ""
11951275 "defines the compression program to be used to compress tarballs. Defaults to "
11961276 "gzip."
11991279 "Par défaut : gzip."
12001280
12011281 #. type: IP
1202 #: en/lb_config.1:280
1282 #: en/lb_config.1:288
12031283 #, no-wrap
12041284 msgid "B<--config> I<GIT_URL>::I<GIT_ID>"
12051285 msgstr "B<--config> I<GIT_URL>::I<GIT_ID>"
12061286
12071287 #. type: Plain text
1208 #: en/lb_config.1:282
1209 msgid ""
1210 "allows to bootstrap a config tree from a git repositories, optionally "
1211 "appended by a Git Id (branch, commit, tag, etc.)."
1288 #: en/lb_config.1:290
1289 #, fuzzy
1290 #| msgid ""
1291 #| "allows to bootstrap a config tree from a git repositories, optionally "
1292 #| "appended by a Git Id (branch, commit, tag, etc.)."
1293 msgid ""
1294 "bootstrap the config tree from a git repository, optionally appended by a "
1295 "Git Id (branch, commit, tag, etc.)."
12121296 msgstr ""
12131297 "permet d'amorcer un arbre de configuration depuis un dépôt GIT, "
12141298 "optionnellement avec un numéro d'identification GIT (branche, commit, tag, "
12151299 "etc.)."
12161300
12171301 #. type: IP
1218 #: en/lb_config.1:282
1302 #: en/lb_config.1:290
12191303 #, no-wrap
12201304 msgid "B<--build-with-chroot> true|false"
12211305 msgstr "B<--build-with-chroot> true|false"
12221306
12231307 #. type: Plain text
1224 #: en/lb_config.1:284
1308 #: en/lb_config.1:292
12251309 msgid ""
12261310 "defines whether live-build should use the tools from within the chroot to "
12271311 "build the binary image or not by using and including the host system's "
12471331 "B<complètement>I< les conséquences.>"
12481332
12491333 #. type: IP
1250 #: en/lb_config.1:284
1334 #: en/lb_config.1:292
12511335 #, no-wrap
12521336 msgid "B<--chroot-filesystem> ext2|ext3|ext4|squashfs|jffs2|none"
12531337 msgstr "B<--chroot-filesystem> ext2|ext3|ext4|squashfs|jffs2|none"
12541338
12551339 #. type: Plain text
1256 #: en/lb_config.1:286
1340 #: en/lb_config.1:294
12571341 msgid ""
12581342 "defines which filesystem type should be used for the root filesystem image. "
12591343 "If you use none, then no filesystem image is created and the root filesystem "
12721356 "puisque linux ne supporte pas directement de fonctionner dessus."
12731357
12741358 #. type: IP
1275 #: en/lb_config.1:286
1359 #: en/lb_config.1:294
12761360 #, no-wrap
12771361 msgid "B<--clean>"
12781362 msgstr "B<--clean>"
12791363
12801364 #. type: Plain text
1281 #: en/lb_config.1:288
1365 #: en/lb_config.1:296
12821366 msgid ""
12831367 "minimizes config directory by automatically removing unused and thus empty "
12841368 "subdirectories."
12871371 "sous-répertoires non-utilisés et donc vides."
12881372
12891373 #. type: IP
1290 #: en/lb_config.1:288
1374 #: en/lb_config.1:296
12911375 #, no-wrap
12921376 msgid "-c|B<--conffile> I<FILE>"
12931377 msgstr "-c|B<--conffile> I<FICHIER>"
12941378
12951379 #. type: Plain text
1296 #: en/lb_config.1:290
1380 #: en/lb_config.1:298
12971381 msgid ""
12981382 "using a user specified alternative configuration file in addition to the "
12991383 "normally used one in the config directory."
13031387 "configuration."
13041388
13051389 #. type: IP
1306 #: en/lb_config.1:290
1390 #: en/lb_config.1:298
13071391 #, no-wrap
13081392 msgid "B<--debconf-frontend> dialog|editor|noninteractive|readline"
13091393 msgstr "B<--debconf-frontend> dialog|editor|noninteractive|readline"
13101394
13111395 #. type: Plain text
1312 #: en/lb_config.1:292
1396 #: en/lb_config.1:300
13131397 msgid ""
13141398 "defines what value the debconf frontend should be set to inside the chroot. "
13151399 "Note that setting it to anything but noninteractive, which is the default, "
13211405 "questions pendant la construction."
13221406
13231407 #. type: IP
1324 #: en/lb_config.1:292
1408 #: en/lb_config.1:300
13251409 #, no-wrap
13261410 msgid "B<--debconf-priority> low|medium|high|critical"
13271411 msgstr "B<--debconf-priority> low|medium|high|critical"
13281412
13291413 #. type: Plain text
1330 #: en/lb_config.1:294
1414 #: en/lb_config.1:302
13311415 msgid ""
13321416 "defines what value the debconf priority should be set to inside the chroot. "
13331417 "By default, it is set to critical, which means that almost no questions are "
13401424 "si vous utilisez un des frontend debconf n'étant pas noninteractive."
13411425
13421426 #. type: IP
1343 #: en/lb_config.1:294
1427 #: en/lb_config.1:302
13441428 #, no-wrap
13451429 msgid "B<--debian-installer> true|cdrom|netinst|netboot|businesscard|live|false"
13461430 msgstr "B<--debian-installer> true|cdrom|netinst|netboot|businesscard|live|false"
13471431
13481432 #. type: Plain text
1349 #: en/lb_config.1:296
1433 #: en/lb_config.1:304
13501434 msgid ""
13511435 "defines which type, if any, of the debian-installer should be included in "
13521436 "the resulting binary image. By default, no installer is included. All "
13661450 "réseau, il installe le système live sur le disque."
13671451
13681452 #. type: IP
1369 #: en/lb_config.1:296
1453 #: en/lb_config.1:304
13701454 #, no-wrap
13711455 msgid "B<--debian-installer-distribution> daily|I<CODENAME>"
13721456 msgstr "B<--debian-installer-distribution> daily|I<NOM_DE_CODE>"
13731457
13741458 #. type: Plain text
1375 #: en/lb_config.1:298
1459 #: en/lb_config.1:306
13761460 msgid ""
13771461 "defines the distribution where the debian-installer files should be taken "
13781462 "out from. Normally, this should be set to the same distribution as the live "
13851469 "un installateur plus récent ou même une construction du jour."
13861470
13871471 #. type: IP
1388 #: en/lb_config.1:298
1472 #: en/lb_config.1:306
13891473 #, no-wrap
13901474 msgid "B<--debian-installer-preseedfile> I<FILE>|I<URL>"
13911475 msgstr "B<--debian-installer-preseedfile> I<FICHIER>|I<URL>"
13921476
13931477 #. type: Plain text
1394 #: en/lb_config.1:300
1478 #: en/lb_config.1:308
13951479 msgid ""
13961480 "sets the filename or URL for an optionally used and included preseeding file "
13971481 "for debian-installer. If config/binary_debian-installer/preseed.cfg exists, "
14021486 "binary_debian-installer/preseed.cfg existe, il sera utilisé par défaut. "
14031487
14041488 #. type: IP
1405 #: en/lb_config.1:300
1489 #: en/lb_config.1:308
14061490 #, no-wrap
14071491 msgid "B<--debian-installer-gui> true|false"
14081492 msgstr "B<--debian-installer-gui> true|false"
14091493
14101494 #. type: Plain text
1411 #: en/lb_config.1:302
1495 #: en/lb_config.1:310
14121496 msgid ""
14131497 "defines if the debian-installer graphical GTK interface should be true or "
14141498 "not. In Debian mode and for most versions of Ubuntu, this option is true, "
14191503 "option est vraie, tandis que sinon fausse, par défaut."
14201504
14211505 #. type: IP
1422 #: en/lb_config.1:302 en/live-build.7:36
1506 #: en/lb_config.1:310
1507 #, fuzzy, no-wrap
1508 #| msgid " [B<--net-root-mountoptions> I<OPTIONS>]"
1509 msgid "B<--debootstrap-options> I<OPTIONS>"
1510 msgstr " [B<--net-root-mountoptions> I<OPTIONS>]"
1511
1512 #. type: Plain text
1513 #: en/lb_config.1:312
1514 msgid ""
1515 "passes the given options to debootstrap when setting up the base system."
1516 msgstr ""
1517
1518 #. type: IP
1519 #: en/lb_config.1:312
1520 #, no-wrap
1521 msgid "B<--debootstrap-script> I<SCRIPT>"
1522 msgstr ""
1523
1524 #. type: Plain text
1525 #: en/lb_config.1:314
1526 msgid ""
1527 "tells debootstrap to use an alternate bootstrap script (last parameter to "
1528 "debootstrap)."
1529 msgstr ""
1530
1531 #. type: IP
1532 #: en/lb_config.1:314 en/live-build.7:36
14231533 #, no-wrap
14241534 msgid "B<--debug>"
14251535 msgstr "B<--debug>"
14261536
14271537 #. type: Plain text
1428 #: en/lb_config.1:304
1538 #: en/lb_config.1:316
14291539 msgid "turn on debugging informational messages."
14301540 msgstr "active les messages d'information de déboguage."
14311541
14321542 #. type: IP
1433 #: en/lb_config.1:304
1543 #: en/lb_config.1:316
14341544 #, no-wrap
14351545 msgid "-d|B<--distribution> I<CODENAME>"
14361546 msgstr "-d|B<--distribution> I<NOM_DE_CODE>"
14371547
14381548 #. type: Plain text
1439 #: en/lb_config.1:306
1549 #: en/lb_config.1:318
14401550 msgid "defines the distribution of the resulting live system."
14411551 msgstr "définit la distribution du système live résultant."
14421552
14431553 #. type: IP
1444 #: en/lb_config.1:306
1554 #: en/lb_config.1:318
14451555 #, no-wrap
14461556 msgid "-d|B<--parent-distribution> I<CODENAME>"
14471557 msgstr "-d|B<--parent-distribution> I<NOM_DE_CODE>"
14481558
14491559 #. type: Plain text
1450 #: en/lb_config.1:308
1560 #: en/lb_config.1:320
14511561 msgid ""
14521562 "defines the parent distribution for derivatives of the resulting live system."
14531563 msgstr ""
14551565 "résultant."
14561566
14571567 #. type: IP
1458 #: en/lb_config.1:308
1568 #: en/lb_config.1:320
14591569 #, no-wrap
14601570 msgid "-d|B<--parent-debian-installer-distribution> I<CODENAME>"
14611571 msgstr "-d|B<--parent-debian-installer-distribution> I<CODENAME>"
14621572
14631573 #. type: Plain text
1464 #: en/lb_config.1:310
1574 #: en/lb_config.1:322
14651575 msgid ""
14661576 "defines the parent debian-installer distribution for derivatives of the "
14671577 "resulting live system."
14701580 "du système live résultant."
14711581
14721582 #. type: IP
1473 #: en/lb_config.1:310
1583 #: en/lb_config.1:322
14741584 #, no-wrap
14751585 msgid "B<--dump>"
14761586 msgstr ""
14771587
14781588 #. type: Plain text
1479 #: en/lb_config.1:312
1589 #: en/lb_config.1:324
14801590 msgid ""
14811591 "prepares a report of the currently present live system configuration and the "
14821592 "version of live-build used. This is useful to provide if you submit bug "
1483 "reports, we do get all informations required for us to locate and replicate "
1593 "reports, we do get all information required for us to locate and replicate "
14841594 "an error."
14851595 msgstr ""
14861596
14871597 #. type: IP
1488 #: en/lb_config.1:312
1598 #: en/lb_config.1:324
14891599 #, no-wrap
14901600 msgid "B<--fdisk> fdisk|fdisk.dist"
14911601 msgstr ""
14921602
14931603 #. type: Plain text
1494 #: en/lb_config.1:314
1604 #: en/lb_config.1:326
14951605 msgid ""
14961606 "sets the filename of the fdisk binary from the host system that should be "
14971607 "used. This is autodetected and does generally not need any customization."
14981608 msgstr ""
14991609
15001610 #. type: IP
1501 #: en/lb_config.1:314 en/live-build.7:38
1611 #: en/lb_config.1:326 en/live-build.7:38
15021612 #, no-wrap
15031613 msgid "B<--force>"
15041614 msgstr "B<--force>"
15051615
15061616 #. type: Plain text
1507 #: en/lb_config.1:316
1617 #: en/lb_config.1:328
15081618 msgid ""
15091619 "forces re-execution of already run stages. Use only if you know what you are "
15101620 "doing. It is generally safer to use B<lb clean> to clean up before re-"
15121622 msgstr ""
15131623
15141624 #. type: IP
1515 #: en/lb_config.1:316
1625 #: en/lb_config.1:328
15161626 #, no-wrap
15171627 msgid "B<--grub-splash> I<FILE>"
15181628 msgstr ""
15191629
15201630 #. type: Plain text
1521 #: en/lb_config.1:318
1631 #: en/lb_config.1:330
15221632 msgid ""
15231633 "defines the name of an optional to be included splash screen graphic for the "
15241634 "grub bootloader."
15251635 msgstr ""
15261636
15271637 #. type: IP
1528 #: en/lb_config.1:318
1638 #: en/lb_config.1:330
15291639 #, no-wrap
15301640 msgid "B<--gzip-options> I<OPTION>|\"I<OPTIONS>\""
15311641 msgstr ""
15321642
15331643 #. type: Plain text
1534 #: en/lb_config.1:320
1644 #: en/lb_config.1:332
15351645 msgid ""
15361646 "defines the default options that will be appended to (almost) every gzip "
15371647 "call during the building of the image. By default, this is set to --best to "
15401650 msgstr ""
15411651
15421652 #. type: IP
1543 #: en/lb_config.1:320
1653 #: en/lb_config.1:332
15441654 #, no-wrap
15451655 msgid "B<--hooks> I<FILE>"
15461656 msgstr ""
15471657
15481658 #. type: Plain text
1549 #: en/lb_config.1:322
1659 #: en/lb_config.1:334
15501660 msgid ""
15511661 "defines which hooks available in /usr/share/live/build/examples/hooks should "
15521662 "be activated. Normally, there are no hooks executed. Make sure you know and "
15541664 msgstr ""
15551665
15561666 #. type: IP
1557 #: en/lb_config.1:322
1667 #: en/lb_config.1:334
15581668 #, no-wrap
15591669 msgid "B<--ignore-system-defaults>"
15601670 msgstr ""
15611671
15621672 #. type: Plain text
1563 #: en/lb_config.1:324
1673 #: en/lb_config.1:336
15641674 msgid ""
15651675 "B<lb config> by default reads system defaults from I</etc/live/build.conf> "
15661676 "and I</etc/live/build/*> when generating a new live system config directory. "
15691679 msgstr ""
15701680
15711681 #. type: IP
1572 #: en/lb_config.1:324
1682 #: en/lb_config.1:336
15731683 #, no-wrap
15741684 msgid "B<--initramfs> auto|none|live-boot|casper"
15751685 msgstr ""
15761686
15771687 #. type: Plain text
1578 #: en/lb_config.1:326
1688 #: en/lb_config.1:338
15791689 msgid ""
15801690 "sets the name of package that contains the live system specific initramfs "
15811691 "modification. By default, auto is used, which means that at build time of "
15861696 msgstr ""
15871697
15881698 #. type: IP
1589 #: en/lb_config.1:326
1699 #: en/lb_config.1:338
15901700 #, no-wrap
15911701 msgid "B<--initramfs-compression> bzip2|gzip|lzma]"
15921702 msgstr ""
15931703
15941704 #. type: Plain text
1595 #: en/lb_config.1:328
1705 #: en/lb_config.1:340
15961706 msgid ""
15971707 "defines the compression program to be used to compress the initramfs. "
15981708 "Defaults to gzip."
15991709 msgstr ""
16001710
16011711 #. type: IP
1602 #: en/lb_config.1:328
1712 #: en/lb_config.1:340
16031713 #, no-wrap
16041714 msgid "B<--interactive> shell"
16051715 msgstr ""
16061716
16071717 #. type: Plain text
1608 #: en/lb_config.1:330
1718 #: en/lb_config.1:342
16091719 msgid ""
16101720 "defines if after the chroot stage and before the beginning of the binary "
16111721 "stage, a interactive shell login should be spawned in the chroot in order to "
16191729 msgstr ""
16201730
16211731 #. type: IP
1622 #: en/lb_config.1:330
1732 #: en/lb_config.1:342
16231733 #, no-wrap
16241734 msgid "B<--isohybrid-options> I<OPTION>|\"I<OPTIONS>\""
16251735 msgstr ""
16261736
16271737 #. type: Plain text
1628 #: en/lb_config.1:332
1738 #: en/lb_config.1:344
16291739 msgid "defines options to pass to isohybrid."
16301740 msgstr ""
16311741
16321742 #. type: IP
1633 #: en/lb_config.1:332
1743 #: en/lb_config.1:344
16341744 #, no-wrap
16351745 msgid "B<--iso-application> I<NAME>"
16361746 msgstr ""
16371747
16381748 #. type: Plain text
1639 #: en/lb_config.1:334
1749 #: en/lb_config.1:346
16401750 msgid ""
16411751 "sets the APPLICATION field in the header of a resulting CD/DVD image and "
16421752 "defaults to \"Debian Live\" in debian mode, and \"Ubuntu Live\" in ubuntu "
16441754 msgstr ""
16451755
16461756 #. type: IP
1647 #: en/lb_config.1:334
1757 #: en/lb_config.1:346
16481758 #, no-wrap
16491759 msgid "B<--iso-preparer> I<NAME>"
16501760 msgstr ""
16511761
16521762 #. type: Plain text
1653 #: en/lb_config.1:336
1763 #: en/lb_config.1:348
16541764 msgid ""
16551765 "sets the PREPARER field in the header of a resulting CD/DVD image. By "
16561766 "default this is set to \"live-build I<VERSION>; http://packages.qa.debian."
16591769 msgstr ""
16601770
16611771 #. type: IP
1662 #: en/lb_config.1:336
1772 #: en/lb_config.1:348
16631773 #, no-wrap
16641774 msgid "B<--iso-publisher> I<NAME>"
16651775 msgstr ""
16661776
16671777 #. type: Plain text
1668 #: en/lb_config.1:338
1778 #: en/lb_config.1:350
16691779 msgid ""
16701780 "sets the PUBLISHED field in the header of a resulting CD/DVD image. By "
16711781 "default, this is set to 'Live Systems project; http:/live-systems.org/; "
16741784 msgstr ""
16751785
16761786 #. type: IP
1677 #: en/lb_config.1:338
1787 #: en/lb_config.1:350
16781788 #, no-wrap
16791789 msgid "B<--iso-volume> I<NAME>"
16801790 msgstr ""
16811791
16821792 #. type: Plain text
1683 #: en/lb_config.1:340
1793 #: en/lb_config.1:352
16841794 msgid ""
16851795 "sets the VOLUME field in the header of a resulting CD/DVD and defaults to "
16861796 "'(I<MODE>) (I<DISTRIBUTION>) (I<DATE>)' whereas MODE is expanded to the name "
16891799 msgstr ""
16901800
16911801 #. type: IP
1692 #: en/lb_config.1:340
1802 #: en/lb_config.1:352
16931803 #, no-wrap
16941804 msgid "B<--jffs2-eraseblock> I<SIZE>"
16951805 msgstr ""
16961806
16971807 #. type: Plain text
1698 #: en/lb_config.1:342
1808 #: en/lb_config.1:354
16991809 msgid ""
17001810 "sets the eraseblock size for a JFFS2 (Second Journaling Flash File System) "
17011811 "filesystem. The default is 64 KiB. If you use an erase block size different "
17051815 msgstr ""
17061816
17071817 #. type: IP
1708 #: en/lb_config.1:342
1818 #: en/lb_config.1:354
17091819 #, no-wrap
17101820 msgid "B<--keyring-packages> I<PACKAGE|\"PACKAGES>\""
17111821 msgstr ""
17121822
17131823 #. type: Plain text
1714 #: en/lb_config.1:344
1824 #: en/lb_config.1:356
17151825 msgid ""
17161826 "sets the keyring package or additional keyring packages. By default this is "
17171827 "set to debian-archive-keyring."
17181828 msgstr ""
17191829
17201830 #. type: IP
1721 #: en/lb_config.1:344
1831 #: en/lb_config.1:356
17221832 #, no-wrap
17231833 msgid "-k|B<--linux-flavours> I<FLAVOUR>|\"I<FLAVOURS>\""
17241834 msgstr ""
17251835
17261836 #. type: Plain text
1727 #: en/lb_config.1:346
1837 #: en/lb_config.1:358
17281838 msgid ""
17291839 "sets the kernel flavours to be installed. Note that in case you specify more "
17301840 "than that the first will be configured the default kernel that gets booted."
17311841 msgstr ""
17321842
17331843 #. type: IP
1734 #: en/lb_config.1:346
1844 #: en/lb_config.1:358
17351845 #, no-wrap
17361846 msgid "B<--linux-packages> \"I<PACKAGES>\""
17371847 msgstr ""
17381848
17391849 #. type: Plain text
1740 #: en/lb_config.1:348
1850 #: en/lb_config.1:360
17411851 msgid ""
17421852 "sets the internal name of the kernel packages naming scheme. If you use "
17431853 "debian kernel packages, you will not have to adjust it. If you decide to use "
17441854 "custom kernel packages that do not follow the debian naming scheme, remember "
17451855 "to set this option to the stub of the packages only (for debian this is "
17461856 "linux-image-2.6), so that I<STUB>-I<FLAVOUR> results in a valid package name "
1747 "(for debian e.g. linux-image-686-pae). Preferably you use the meta package name, "
1748 "if any, for the stub, so that your configuration is ABI independent. Also "
1749 "don't forget that you have to include stubs of the binary modules packages "
1750 "for unionfs or aufs, and squashfs if you built them out-of-tree."
1751 msgstr ""
1752
1753 #. type: IP
1754 #: en/lb_config.1:348
1857 "(for debian e.g. linux-image-686-pae). Preferably you use the meta package "
1858 "name, if any, for the stub, so that your configuration is ABI independent. "
1859 "Also don't forget that you have to include stubs of the binary modules "
1860 "packages for unionfs or aufs, and squashfs if you built them out-of-tree."
1861 msgstr ""
1862
1863 #. type: IP
1864 #: en/lb_config.1:360
17551865 #, no-wrap
17561866 msgid "B<--losetup> losetup|losetup.orig"
17571867 msgstr ""
17581868
17591869 #. type: Plain text
1760 #: en/lb_config.1:350
1870 #: en/lb_config.1:362
17611871 msgid ""
17621872 "sets the filename of the losetup binary from the host system that should be "
17631873 "used. This is autodetected and does generally not need any customization."
17641874 msgstr ""
17651875
17661876 #. type: IP
1767 #: en/lb_config.1:350
1877 #: en/lb_config.1:362
17681878 #, no-wrap
17691879 msgid "B<--memtest> memtest86+|memtest86|none"
17701880 msgstr ""
17711881
17721882 #. type: Plain text
1773 #: en/lb_config.1:352
1883 #: en/lb_config.1:364
17741884 msgid ""
17751885 "defines if memtest, memtest86+ or no memory tester at all should be included "
17761886 "as secondary bootloader configuration. This is only available on amd64 and "
17781888 msgstr ""
17791889
17801890 #. type: IP
1781 #: en/lb_config.1:352
1891 #: en/lb_config.1:364
17821892 #, no-wrap
17831893 msgid "-m|B<--parent-mirror-bootstrap> I<URL>"
17841894 msgstr ""
17851895
17861896 #. type: Plain text
1787 #: en/lb_config.1:354
1897 #: en/lb_config.1:366
17881898 msgid ""
17891899 "sets the location of the debian package mirror that should be used to "
17901900 "bootstrap from. This defaults to http://ftp.de.debian.org/debian/ which may "
17921902 msgstr ""
17931903
17941904 #. type: IP
1795 #: en/lb_config.1:354
1905 #: en/lb_config.1:366
17961906 #, no-wrap
17971907 msgid "B<--parent-mirror-chroot> I<URL>"
17981908 msgstr ""
17991909
18001910 #. type: Plain text
1801 #: en/lb_config.1:356
1911 #: en/lb_config.1:368
18021912 msgid ""
18031913 "sets the location of the debian package mirror that will be used to fetch "
18041914 "the packages in order to build the live system. By default, this is set to "
18061916 msgstr ""
18071917
18081918 #. type: IP
1809 #: en/lb_config.1:356
1919 #: en/lb_config.1:368
18101920 #, no-wrap
18111921 msgid "B<--parent-mirror-chroot-security> I<URL>"
18121922 msgstr ""
18131923
18141924 #. type: Plain text
1815 #: en/lb_config.1:358
1925 #: en/lb_config.1:370
18161926 msgid ""
18171927 "sets the location of the debian security package mirror that will be used to "
18181928 "fetch the packages in order to build the live system. By default, this "
18201930 msgstr ""
18211931
18221932 #. type: IP
1823 #: en/lb_config.1:358
1933 #: en/lb_config.1:370
18241934 #, no-wrap
18251935 msgid "B<--parent-mirror-chroot-updates> I<URL>"
18261936 msgstr ""
18271937
18281938 #. type: Plain text
1829 #: en/lb_config.1:360
1939 #: en/lb_config.1:372
18301940 msgid ""
18311941 "sets the location of the debian updates package mirror that will be used to "
18321942 "fetch packages in order to build the live system. By default, this is set to "
18341944 msgstr ""
18351945
18361946 #. type: IP
1837 #: en/lb_config.1:360
1947 #: en/lb_config.1:372
18381948 #, no-wrap
18391949 msgid "B<--parent-mirror-chroot-backports> I<URL>"
18401950 msgstr ""
18411951
18421952 #. type: Plain text
1843 #: en/lb_config.1:362
1953 #: en/lb_config.1:374
18441954 msgid ""
18451955 "sets the location of the debian backports package mirror that will be used "
18461956 "to fetch packages in order to build the live system. By default, this points "
18481958 msgstr ""
18491959
18501960 #. type: IP
1851 #: en/lb_config.1:362
1961 #: en/lb_config.1:374
18521962 #, no-wrap
18531963 msgid "B<--parent-mirror-binary> I<URL>"
18541964 msgstr ""
18551965
18561966 #. type: Plain text
1857 #: en/lb_config.1:364
1967 #: en/lb_config.1:376
18581968 msgid ""
18591969 "sets the location of the debian package mirror that should end up configured "
18601970 "in the final image and which is the one a user would see and use. This has "
18641974 msgstr ""
18651975
18661976 #. type: IP
1867 #: en/lb_config.1:364
1977 #: en/lb_config.1:376
18681978 #, no-wrap
18691979 msgid "B<--parent-mirror-binary-security> I<URL>"
18701980 msgstr ""
18711981
18721982 #. type: Plain text
1873 #: en/lb_config.1:366
1983 #: en/lb_config.1:378
18741984 msgid ""
18751985 "sets the location of the debian security package mirror that should end up "
18761986 "configured in the final image. By default, 'http://security.debian.org/' is "
18781988 msgstr ""
18791989
18801990 #. type: IP
1881 #: en/lb_config.1:366
1991 #: en/lb_config.1:378
18821992 #, no-wrap
18831993 msgid "B<--parent-mirror-binary-updates> I<URL>"
18841994 msgstr ""
18851995
18861996 #. type: Plain text
1887 #: en/lb_config.1:368
1997 #: en/lb_config.1:380
18881998 msgid ""
18891999 "sets the location of the debian updates package mirror that should end up "
18902000 "configured in the final image. By default, the value of --parent-mirror-"
18922002 msgstr ""
18932003
18942004 #. type: IP
1895 #: en/lb_config.1:368
2005 #: en/lb_config.1:380
18962006 #, no-wrap
18972007 msgid "B<--parent-mirror-binary-backports> I<URL>"
18982008 msgstr ""
18992009
19002010 #. type: Plain text
1901 #: en/lb_config.1:370
2011 #: en/lb_config.1:382
19022012 msgid ""
19032013 "sets the location of the debian backports package mirror that should end up "
19042014 "configured in the final image. By default, 'http://backports.debian.org/"
19062016 msgstr ""
19072017
19082018 #. type: IP
1909 #: en/lb_config.1:370
2019 #: en/lb_config.1:382
19102020 #, no-wrap
19112021 msgid "B<--parent-mirror-debian-installer> I<URL>"
19122022 msgstr ""
19132023
19142024 #. type: Plain text
1915 #: en/lb_config.1:372
2025 #: en/lb_config.1:384
19162026 msgid ""
19172027 "sets the location of the mirror that will be used to fetch the debian "
19182028 "installer images. By default, this points to the same mirror used to build "
19202030 msgstr ""
19212031
19222032 #. type: IP
1923 #: en/lb_config.1:372
2033 #: en/lb_config.1:384
19242034 #, no-wrap
19252035 msgid "B<--mirror-bootstrap> I<URL>"
19262036 msgstr ""
19272037
19282038 #. type: Plain text
1929 #: en/lb_config.1:374
2039 #: en/lb_config.1:386
19302040 msgid ""
19312041 "sets the location of the debian package mirror that should be used to "
19322042 "bootstrap the derivative from. This defaults to http://ftp.de.debian.org/"
19342044 msgstr ""
19352045
19362046 #. type: IP
1937 #: en/lb_config.1:374
2047 #: en/lb_config.1:386
19382048 #, no-wrap
19392049 msgid "B<--mirror-chroot> I<URL>"
19402050 msgstr ""
19412051
19422052 #. type: Plain text
1943 #: en/lb_config.1:376
2053 #: en/lb_config.1:388
19442054 msgid ""
19452055 "sets the location of the debian package mirror that will be used to fetch "
19462056 "the packages of the derivative in order to build the live system. By "
19482058 msgstr ""
19492059
19502060 #. type: IP
1951 #: en/lb_config.1:376
2061 #: en/lb_config.1:388
19522062 #, no-wrap
19532063 msgid "B<--mirror-chroot-security> I<URL>"
19542064 msgstr ""
19552065
19562066 #. type: Plain text
1957 #: en/lb_config.1:378
2067 #: en/lb_config.1:390
19582068 msgid ""
19592069 "sets the location of the debian security package mirror that will be used to "
19602070 "fetch the packages of the derivative in order to build the live system. By "
19622072 msgstr ""
19632073
19642074 #. type: IP
1965 #: en/lb_config.1:378
2075 #: en/lb_config.1:390
19662076 #, no-wrap
19672077 msgid "B<--mirror-chroot-updates> I<URL>"
19682078 msgstr ""
19692079
19702080 #. type: Plain text
1971 #: en/lb_config.1:380
2081 #: en/lb_config.1:392
19722082 msgid ""
19732083 "sets the location of the debian updates package mirror that will be used to "
19742084 "fetch packages of the derivative in order to build the live system. By "
19762086 msgstr ""
19772087
19782088 #. type: IP
1979 #: en/lb_config.1:380
2089 #: en/lb_config.1:392
19802090 #, no-wrap
19812091 msgid "B<--mirror-chroot-backports> I<URL>"
19822092 msgstr ""
19832093
19842094 #. type: Plain text
1985 #: en/lb_config.1:382
2095 #: en/lb_config.1:394
19862096 msgid ""
19872097 "sets the location of the debian backports package mirror that will be used "
19882098 "to fetch packages of the derivative in order to build the live system. By "
19902100 msgstr ""
19912101
19922102 #. type: IP
1993 #: en/lb_config.1:382
2103 #: en/lb_config.1:394
19942104 #, no-wrap
19952105 msgid "B<--mirror-binary> I<URL>"
19962106 msgstr ""
19972107
19982108 #. type: Plain text
1999 #: en/lb_config.1:384
2109 #: en/lb_config.1:396
20002110 msgid ""
20012111 "sets the location of the derivative package mirror that should end up "
20022112 "configured in the final image and which is the one a user would see and use. "
20062116 msgstr ""
20072117
20082118 #. type: IP
2009 #: en/lb_config.1:384
2119 #: en/lb_config.1:396
20102120 #, no-wrap
20112121 msgid "B<--mirror-binary-security> I<URL>"
20122122 msgstr ""
20132123
20142124 #. type: Plain text
2015 #: en/lb_config.1:386
2125 #: en/lb_config.1:398
20162126 msgid ""
20172127 "sets the location of the derivatives security package mirror that should end "
20182128 "up configured in the final image."
20192129 msgstr ""
20202130
20212131 #. type: IP
2022 #: en/lb_config.1:386
2132 #: en/lb_config.1:398
20232133 #, no-wrap
20242134 msgid "B<--mirror-binary-updates> I<URL>"
20252135 msgstr ""
20262136
20272137 #. type: Plain text
2028 #: en/lb_config.1:388
2138 #: en/lb_config.1:400
20292139 msgid ""
20302140 "sets the location of the derivatives updates package mirror that should end "
20312141 "up configured in the final image."
20322142 msgstr ""
20332143
20342144 #. type: IP
2035 #: en/lb_config.1:388
2145 #: en/lb_config.1:400
20362146 #, no-wrap
20372147 msgid "B<--mirror-binary-backports> I<URL>"
20382148 msgstr ""
20392149
20402150 #. type: Plain text
2041 #: en/lb_config.1:390
2151 #: en/lb_config.1:402
20422152 msgid ""
20432153 "sets the location of the derivatives backports package mirror that should "
20442154 "end up configured in the final image."
20452155 msgstr ""
20462156
20472157 #. type: IP
2048 #: en/lb_config.1:390
2158 #: en/lb_config.1:402
20492159 #, no-wrap
20502160 msgid "B<--mirror-debian-installer> I<URL>"
20512161 msgstr ""
20522162
20532163 #. type: Plain text
2054 #: en/lb_config.1:392
2164 #: en/lb_config.1:404
20552165 msgid ""
20562166 "sets the location of the mirror that will be used to fetch the debian "
20572167 "installer images of the derivative. By default, this points to the same "
20592169 msgstr ""
20602170
20612171 #. type: IP
2062 #: en/lb_config.1:392
2172 #: en/lb_config.1:404
20632173 #, no-wrap
20642174 msgid "B<--mode> debian|progress|ubuntu"
20652175 msgstr ""
20662176
20672177 #. type: Plain text
2068 #: en/lb_config.1:394
2178 #: en/lb_config.1:406
20692179 msgid ""
20702180 "defines a global mode to load project specific defaults. By default this is "
20712181 "set to debian."
20722182 msgstr ""
20732183
20742184 #. type: IP
2075 #: en/lb_config.1:394
2185 #: en/lb_config.1:406
20762186 #, no-wrap
20772187 msgid "B<--system> live|normal"
20782188 msgstr ""
20792189
20802190 #. type: Plain text
2081 #: en/lb_config.1:396
2191 #: en/lb_config.1:408
20822192 msgid ""
20832193 "defines if the resulting system image should a live system or a normal, non-"
20842194 "live system."
20852195 msgstr ""
20862196
20872197 #. type: IP
2088 #: en/lb_config.1:396
2198 #: en/lb_config.1:408
20892199 #, no-wrap
20902200 msgid "B<--net-root-filesystem> nfs|cfs"
20912201 msgstr ""
20922202
20932203 #. type: Plain text
2094 #: en/lb_config.1:398
2204 #: en/lb_config.1:410
20952205 msgid ""
20962206 "defines the filesystem that will be configured in the bootloader "
20972207 "configuration for your netboot image. This defaults to nfs."
20982208 msgstr ""
20992209
21002210 #. type: IP
2101 #: en/lb_config.1:398
2211 #: en/lb_config.1:410
21022212 #, no-wrap
21032213 msgid "B<--net-root-mountoptions> I<OPTIONS>"
21042214 msgstr ""
21052215
21062216 #. type: Plain text
2107 #: en/lb_config.1:400
2217 #: en/lb_config.1:412
21082218 msgid ""
21092219 "sets additional options for mounting the root filesystem in netboot images "
21102220 "and is by default empty."
21112221 msgstr ""
21122222
21132223 #. type: IP
2114 #: en/lb_config.1:400
2224 #: en/lb_config.1:412
21152225 #, no-wrap
21162226 msgid "B<--net-root-path> I<PATH>"
21172227 msgstr ""
21182228
21192229 #. type: Plain text
2120 #: en/lb_config.1:402
2230 #: en/lb_config.1:414
21212231 msgid ""
21222232 "sets the file path that will be configured in the bootloader configuration "
21232233 "for your netboot image. This defaults to /srv/debian-live in debian mode, "
21252235 msgstr ""
21262236
21272237 #. type: IP
2128 #: en/lb_config.1:402
2238 #: en/lb_config.1:414
21292239 #, no-wrap
21302240 msgid "B<--net-root-server> I<IP>|I<HOSTNAME>"
21312241 msgstr ""
21322242
21332243 #. type: Plain text
2134 #: en/lb_config.1:404
2244 #: en/lb_config.1:416
21352245 msgid ""
21362246 "sets the IP or hostname that will be configured in the bootloader "
21372247 "configuration for the root filesystem of your netboot image. This defaults "
21392249 msgstr ""
21402250
21412251 #. type: IP
2142 #: en/lb_config.1:404
2252 #: en/lb_config.1:416
21432253 #, no-wrap
21442254 msgid "B<--net-cow-filesystem> nfs|cfs"
21452255 msgstr ""
21462256
21472257 #. type: Plain text
2148 #: en/lb_config.1:406
2258 #: en/lb_config.1:418
21492259 msgid ""
21502260 "defines the filesystem type for the copy-on-write layer and defaults to nfs."
21512261 msgstr ""
21522262
21532263 #. type: IP
2154 #: en/lb_config.1:406
2264 #: en/lb_config.1:418
21552265 #, no-wrap
21562266 msgid "B<--net-cow-mountoptions> I<OPTIONS>"
21572267 msgstr ""
21582268
21592269 #. type: Plain text
2160 #: en/lb_config.1:408
2270 #: en/lb_config.1:420
21612271 msgid ""
21622272 "sets additional options for mounting the copy-on-write layer in netboot "
21632273 "images and is by default empty."
21642274 msgstr ""
21652275
21662276 #. type: IP
2167 #: en/lb_config.1:408
2277 #: en/lb_config.1:420
21682278 #, no-wrap
21692279 msgid "B<--net-cow-path> I<PATH>"
21702280 msgstr ""
21712281
21722282 #. type: Plain text
2173 #: en/lb_config.1:410
2283 #: en/lb_config.1:422
21742284 msgid ""
21752285 "defines the path to client writable filesystem. Anywhere that "
21762286 "I<client_mac_address> is specified in the path live-boot will substitute the "
21782288 msgstr ""
21792289
21802290 #. type: Plain text
2181 #: en/lb_config.1:413
2291 #: en/lb_config.1:425
21822292 msgid "Example:"
21832293 msgstr ""
21842294
21852295 #. type: Plain text
2186 #: en/lb_config.1:415
2296 #: en/lb_config.1:427
21872297 msgid "/export/hosts/client_mac_address"
21882298 msgstr ""
21892299
21902300 #. type: Plain text
2191 #: en/lb_config.1:417
2301 #: en/lb_config.1:429
21922302 msgid "/export/hosts/00-16-D3-33-92-E8"
21932303 msgstr ""
21942304
21952305 #. type: IP
2196 #: en/lb_config.1:417
2306 #: en/lb_config.1:429
21972307 #, no-wrap
21982308 msgid "B<--net-cow-server> I<IP>|I<HOSTNAME>"
21992309 msgstr ""
22002310
22012311 #. type: Plain text
2202 #: en/lb_config.1:419
2312 #: en/lb_config.1:431
22032313 msgid ""
22042314 "sets the IP or hostname that will be configured in the bootloader "
22052315 "configuration for the copy-on-write filesystem of your netboot image and is "
22072317 msgstr ""
22082318
22092319 #. type: IP
2210 #: en/lb_config.1:419
2320 #: en/lb_config.1:431
22112321 #, no-wrap
22122322 msgid "B<--net-tarball> true|false"
22132323 msgstr ""
22142324
22152325 #. type: Plain text
2216 #: en/lb_config.1:421
2326 #: en/lb_config.1:433
22172327 msgid ""
22182328 "defines if a compressed tarball should be created. Disabling this options "
22192329 "leads to no tarball at all, the plain binary directory is considered the "
22212331 msgstr ""
22222332
22232333 #. type: IP
2224 #: en/lb_config.1:421 en/live-build.7:40
2334 #: en/lb_config.1:433 en/live-build.7:40
22252335 #, no-wrap
22262336 msgid "B<--quiet>"
22272337 msgstr "B<--quiet>"
22282338
22292339 #. type: Plain text
2230 #: en/lb_config.1:423
2340 #: en/lb_config.1:435
22312341 msgid "reduces the verbosity of messages output by B<lb build>."
22322342 msgstr ""
22332343
22342344 #. type: IP
2235 #: en/lb_config.1:423
2345 #: en/lb_config.1:435
22362346 #, no-wrap
22372347 msgid "B<--archive-areas> I<ARCHIVE_AREA>|\"I<ARCHIVE_AREAS>\""
22382348 msgstr ""
22392349
22402350 #. type: Plain text
2241 #: en/lb_config.1:425
2351 #: en/lb_config.1:437
22422352 msgid ""
22432353 "defines which package archive areas of a debian packages archive should be "
22442354 "used for configured debian package mirrors. By default, this is set to main. "
22482358 msgstr ""
22492359
22502360 #. type: IP
2251 #: en/lb_config.1:425
2361 #: en/lb_config.1:437
22522362 #, no-wrap
22532363 msgid "B<--parent-archive-areas> I<PARENT_ARCHIVE_AREA>|\"I<PARENT_ARCHIVE_AREAS>\""
22542364 msgstr ""
22552365
22562366 #. type: Plain text
2257 #: en/lb_config.1:427
2367 #: en/lb_config.1:439
22582368 msgid "defines the archive areas for derivatives of the resulting live system."
22592369 msgstr ""
22602370
22612371 #. type: IP
2262 #: en/lb_config.1:427
2372 #: en/lb_config.1:439
22632373 #, no-wrap
22642374 msgid "B<--security> true|false"
22652375 msgstr ""
22662376
22672377 #. type: Plain text
2268 #: en/lb_config.1:429
2378 #: en/lb_config.1:441
22692379 msgid ""
22702380 "defines if the security repositories specified in the security mirror "
22712381 "options should be used or not."
22722382 msgstr ""
22732383
22742384 #. type: IP
2275 #: en/lb_config.1:429
2385 #: en/lb_config.1:441
22762386 #, no-wrap
22772387 msgid "B<--source> true|false"
22782388 msgstr ""
22792389
22802390 #. type: Plain text
2281 #: en/lb_config.1:431
2391 #: en/lb_config.1:443
22822392 msgid ""
22832393 "defines if a corresponding source image to the binary image should be build. "
22842394 "By default this is false because most people do not require this and would "
22882398 msgstr ""
22892399
22902400 #. type: IP
2291 #: en/lb_config.1:431
2401 #: en/lb_config.1:443
22922402 #, no-wrap
22932403 msgid "-s|B<--source-images> iso|netboot|tar|hdd"
22942404 msgstr ""
22952405
22962406 #. type: Plain text
2297 #: en/lb_config.1:433
2407 #: en/lb_config.1:445
22982408 msgid "defines the image type for the source image. Default is tar."
22992409 msgstr ""
23002410
23012411 #. type: IP
2302 #: en/lb_config.1:433
2412 #: en/lb_config.1:445
23032413 #, no-wrap
23042414 msgid "B<--firmware-binary> true|false"
23052415 msgstr ""
23062416
23072417 #. type: Plain text
2308 #: en/lb_config.1:435
2418 #: en/lb_config.1:447
23092419 msgid ""
23102420 "defines if firmware packages should be automatically included into the "
23112421 "binary pool for debian-installer. Note that only firmware packages available "
23162426 msgstr ""
23172427
23182428 #. type: IP
2319 #: en/lb_config.1:435
2429 #: en/lb_config.1:447
23202430 #, no-wrap
23212431 msgid "B<--firmware-chroot> true|false"
23222432 msgstr ""
23232433
23242434 #. type: Plain text
2325 #: en/lb_config.1:437
2435 #: en/lb_config.1:449
23262436 msgid ""
23272437 "defines if firmware packages should be automatically included into the live "
23282438 "image. Note that only firmware packages available within the configured "
23322442 msgstr ""
23332443
23342444 #. type: IP
2335 #: en/lb_config.1:437
2445 #: en/lb_config.1:449
23362446 #, no-wrap
23372447 msgid "B<--swap-file-path> I<PATH>"
23382448 msgstr ""
23392449
23402450 #. type: Plain text
2341 #: en/lb_config.1:439
2451 #: en/lb_config.1:451
23422452 msgid ""
23432453 "defines the path to a swap file to create in the binary image. Default is "
23442454 "not to create a swap file."
23452455 msgstr ""
23462456
23472457 #. type: IP
2348 #: en/lb_config.1:439
2458 #: en/lb_config.1:451
23492459 #, no-wrap
23502460 msgid "B<--swap-file-size> I<MB>"
23512461 msgstr ""
23522462
23532463 #. type: Plain text
2354 #: en/lb_config.1:441
2464 #: en/lb_config.1:453
23552465 msgid ""
23562466 "defines what size in megabytes the swap file should be, if one is to be "
23572467 "created. Default is 512MB."
23582468 msgstr ""
23592469
23602470 #. type: IP
2361 #: en/lb_config.1:441
2471 #: en/lb_config.1:453
23622472 #, no-wrap
23632473 msgid "B<--tasksel> apt|aptitude|tasksel"
23642474 msgstr ""
23652475
23662476 #. type: Plain text
2367 #: en/lb_config.1:443
2477 #: en/lb_config.1:455
23682478 msgid ""
23692479 "selects which program is used to install tasks. By default, this is set to "
23702480 "tasksel."
23712481 msgstr ""
23722482
23732483 #. type: IP
2374 #: en/lb_config.1:443
2484 #: en/lb_config.1:455
23752485 #, no-wrap
23762486 msgid "B<--templates> I<PATH>"
23772487 msgstr ""
23782488
23792489 #. type: Plain text
2380 #: en/lb_config.1:445
2490 #: en/lb_config.1:457
23812491 msgid ""
23822492 "sets the path to the templates that live-build is going to use, e.g. for "
23832493 "bootloaders. By default, this is set to /usr/share/live/build/templates/."
23842494 msgstr ""
23852495
23862496 #. type: IP
2387 #: en/lb_config.1:445
2497 #: en/lb_config.1:457
23882498 #, no-wrap
23892499 msgid "B<--hdd-size> MB"
23902500 msgstr ""
23912501
23922502 #. type: Plain text
2393 #: en/lb_config.1:447
2503 #: en/lb_config.1:459
23942504 msgid ""
23952505 "defines what size the hdd image should be. Note that although the default is "
23962506 "set to 10000 (= 10GB), it will not need 10GB space on your harddisk as the "
23982508 msgstr ""
23992509
24002510 #. type: IP
2401 #: en/lb_config.1:447
2511 #: en/lb_config.1:459
24022512 #, no-wrap
24032513 msgid "B<--updates> true|false"
24042514 msgstr ""
24052515
24062516 #. type: Plain text
2407 #: en/lb_config.1:449
2517 #: en/lb_config.1:461
24082518 msgid ""
24092519 "defines if debian updates package archives should be included in the image "
24102520 "or not."
24112521 msgstr ""
24122522
24132523 #. type: IP
2414 #: en/lb_config.1:449
2524 #: en/lb_config.1:461
24152525 #, no-wrap
24162526 msgid "B<--backports> true|false"
24172527 msgstr ""
24182528
24192529 #. type: Plain text
2420 #: en/lb_config.1:451
2530 #: en/lb_config.1:463
24212531 msgid ""
24222532 "defines if debian backports package archives should be included in the image "
24232533 "or not."
24242534 msgstr ""
24252535
24262536 #. type: IP
2427 #: en/lb_config.1:451 en/live-build.7:42
2537 #: en/lb_config.1:463 en/live-build.7:42
24282538 #, no-wrap
24292539 msgid "B<--verbose>"
24302540 msgstr "B<--verbose>"
24312541
24322542 #. type: Plain text
2433 #: en/lb_config.1:453
2543 #: en/lb_config.1:465
24342544 msgid "increases the verbosity of messages output by B<lb build>."
24352545 msgstr ""
24362546
24372547 #. type: IP
2438 #: en/lb_config.1:453
2548 #: en/lb_config.1:465
24392549 #, no-wrap
24402550 msgid "B<--win32-loader true|false>"
24412551 msgstr ""
24422552
24432553 #. FIXME
24442554 #. type: Plain text
2445 #: en/lb_config.1:456
2555 #: en/lb_config.1:468
24462556 msgid "defines if win32-loader should be included in the binary image or not."
24472557 msgstr ""
24482558
24492559 #. type: SH
2450 #: en/lb_config.1:457
2560 #: en/lb_config.1:469
24512561 #, no-wrap
24522562 msgid "ENVIRONMENT"
24532563 msgstr ""
24542564
24552565 #. FIXME
24562566 #. type: Plain text
2457 #: en/lb_config.1:460
2567 #: en/lb_config.1:472
24582568 msgid ""
24592569 "Currently, command line switches can also be specified through the "
24602570 "corresponding environment variable. However, this generally should not be "
24682578
24692579 #. FIXME
24702580 #. type: IP
2471 #: en/lb_config.1:464
2581 #: en/lb_config.1:476
24722582 #, no-wrap
24732583 msgid "B<auto/config>"
24742584 msgstr ""
24752585
24762586 #. type: IP
2477 #: en/lb_config.1:465
2587 #: en/lb_config.1:477
24782588 #, no-wrap
24792589 msgid "B</etc/live/build.conf, /etc/live/build/*>"
24802590 msgstr ""
24812591
24822592 #. FIXME
24832593 #. type: Plain text
2484 #: en/lb_config.1:468
2594 #: en/lb_config.1:480
24852595 msgid ""
24862596 "An optional, global configuration file for B<lb config> variables. It is "
24872597 "useful to specify a few system wide defaults, like "
24902600 msgstr ""
24912601
24922602 #. type: Plain text
2493 #: en/lb_config.1:473 en/live-build.7:219
2603 #: en/lb_config.1:485 en/live-build.7:235
24942604 msgid "I<live-boot>(7)"
24952605 msgstr "I<live-boot>(7)"
24962606
24972607 #. type: Plain text
2498 #: en/lb_config.1:475 en/live-build.7:221
2608 #: en/lb_config.1:487 en/live-build.7:237
24992609 msgid "I<live-config>(7)"
25002610 msgstr "I<live-config>(7)"
44 msgid ""
55 msgstr ""
66 "Project-Id-Version: live-build 5.0~a11-1\n"
7 "POT-Creation-Date: 2015-10-21 02:21+0200\n"
7 "POT-Creation-Date: 2017-08-29 14:07+0200\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"
2727 #: en/live-build.7:1
2828 #, no-wrap
2929 msgid "2015-10-21"
30 msgstr "21.10.2015"
30 msgstr "29.08.2017"
3131
3232 #. type: TH
3333 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
6363
6464 #. type: SH
6565 #: 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:223 en/lb_source.1:9
66 #: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:229 en/lb_source.1:9
6767 #: en/live-build.7:11
6868 #, no-wrap
6969 msgid "DESCRIPTION"
7171
7272 #. type: SH
7373 #: 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:232 en/lb_source.1:14
74 #: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:238 en/lb_source.1:14
7575 #: en/live-build.7:20
7676 #, no-wrap
7777 msgid "OPTIONS"
7979
8080 #. type: SH
8181 #: 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:462 en/lb_source.1:17
83 #: en/live-build.7:213
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
8484 #, no-wrap
8585 msgid "FILES"
8686 msgstr "FICHIERS"
9494
9595 #. type: SH
9696 #: 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:469 en/lb_source.1:20
98 #: en/live-build.7:217
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
9999 #, no-wrap
100100 msgid "SEE ALSO"
101101 msgstr "VOIR AUSSI"
102102
103103 #. type: Plain text
104104 #: 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:471 en/lb_source.1:22
105 #: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:483 en/lb_source.1:22
106106 msgid "I<live-build>(7)"
107107 msgstr "I<live-build>(7)"
108108
109109 #. type: Plain text
110110 #: 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:477 en/lb_source.1:24
112 #: en/live-build.7:223
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
113113 msgid "This program is a part of live-build."
114114 msgstr "Ce programme est une partie de live-build."
115115
116116 #. type: SH
117117 #: 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:478 en/lb_source.1:25
119 #: en/live-build.7:224
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
120120 #, no-wrap
121121 msgid "HOMEPAGE"
122122 msgstr "PAGE D'ACCUEIL"
123123
124124 #. type: Plain text
125125 #: 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:480 en/lb_source.1:27
127 #: en/live-build.7:226
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 "
131 #| "found on the homepage at E<lt>I<https://debian-live.alioth.debian.org/"
132 #| ">E<gt> and in the manual at E<lt>I<https://debian-live.alioth.debian.org/"
133 #| "manual/>E<gt>."
128134 msgid ""
129135 "More information about live-build and the Live Systems project can be found "
130 "on the homepage at E<lt>I<http://live-systems.org/>E<gt> and in the manual "
131 "at E<lt>I<http://live-systems.org/manual/>E<gt>."
136 "on the homepage at E<lt>I<https://debian-live.alioth.debian.org/>E<gt>."
132137 msgstr ""
133138 "Davantage d'informations à propos de live-build et du projet Live Systems "
134 "peuvent être trouvées sur la page d'accueil à E<lt>I<http://live-systems.org/"
135 ">E<gt> et dans le manuel à E<lt>I<http://live-systems.org/manual/>E<gt>."
139 "peuvent être trouvées sur la page d'accueil à E<lt>I<https://debian-live."
140 "alioth.debian.org/>E<gt> et dans le manuel à E<lt>I<https://debian-live."
141 "alioth.debian.org/manual/>E<gt>."
136142
137143 #. type: SH
138144 #: 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:481 en/lb_source.1:28
140 #: en/live-build.7:227
145 #: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:493 en/lb_source.1:28
146 #: en/live-build.7:243
141147 #, no-wrap
142148 msgid "BUGS"
143149 msgstr "BOGUES"
144150
145151 #. type: Plain text
146152 #: 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:483 en/lb_source.1:30
148 #: en/live-build.7:229
153 #: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:495 en/lb_source.1:30
154 #: en/live-build.7:245
149155 msgid ""
150156 "Bugs can be reported by submitting a bugreport for the live-build package in "
151157 "the Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
159165
160166 #. type: SH
161167 #: 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:484 en/lb_source.1:31
163 #: en/live-build.7:230
168 #: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:496 en/lb_source.1:31
169 #: en/live-build.7:246
164170 #, no-wrap
165171 msgid "AUTHOR"
166172 msgstr "AUTEUR"
167173
168174 #. type: Plain text
169175 #: 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:485 en/lb_source.1:32
171 #: en/live-build.7:231
176 #: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:497 en/lb_source.1:32
177 #: en/live-build.7:247
172178 msgid ""
173179 "live-build was written by Daniel Baumann E<lt>I<[email protected]>E<gt>."
174180 msgstr ""
177183
178184 #. type: Plain text
179185 #: en/lb_source.1:5
180 msgid "B<lb source> - Complete the source stage"
186 #, fuzzy
187 #| msgid "B<lb source> - Complete the source stage"
188 msgid "B<lb_source> - Complete the source stage"
181189 msgstr "B<lb source> - Complète le stage source"
182190
183191 #. type: Plain text
44 msgid ""
55 msgstr ""
66 "Project-Id-Version: live-build 5.0~a11-1\n"
7 "POT-Creation-Date: 2015-10-21 02:21+0200\n"
7 "POT-Creation-Date: 2017-08-29 14:07+0200\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"
2727 #: en/live-build.7:1
2828 #, no-wrap
2929 msgid "2015-10-21"
30 msgstr "21.10.2015"
30 msgstr "29.08.2017"
3131
3232 #. type: TH
3333 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
6363
6464 #. type: SH
6565 #: 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:223 en/lb_source.1:9
66 #: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:229 en/lb_source.1:9
6767 #: en/live-build.7:11
6868 #, no-wrap
6969 msgid "DESCRIPTION"
7171
7272 #. type: SH
7373 #: 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:232 en/lb_source.1:14
74 #: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:238 en/lb_source.1:14
7575 #: en/live-build.7:20
7676 #, no-wrap
7777 msgid "OPTIONS"
7979
8080 #. type: SH
8181 #: 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:462 en/lb_source.1:17
83 #: en/live-build.7:213
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
8484 #, no-wrap
8585 msgid "FILES"
8686 msgstr "FICHIERS"
8787
8888 #. type: SH
8989 #: 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:469 en/lb_source.1:20
91 #: en/live-build.7:217
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
9292 #, no-wrap
9393 msgid "SEE ALSO"
9494 msgstr "VOIR AUSSI"
9595
9696 #. type: Plain text
9797 #: 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:477 en/lb_source.1:24
99 #: en/live-build.7:223
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
100100 msgid "This program is a part of live-build."
101101 msgstr "Ce programme est une partie de live-build."
102102
103103 #. type: SH
104104 #: 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:478 en/lb_source.1:25
106 #: en/live-build.7:224
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
107107 #, no-wrap
108108 msgid "HOMEPAGE"
109109 msgstr "PAGE D'ACCUEIL"
110110
111111 #. type: Plain text
112112 #: 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:480 en/lb_source.1:27
114 #: en/live-build.7:226
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 "
118 #| "found on the homepage at E<lt>I<https://debian-live.alioth.debian.org/"
119 #| ">E<gt> and in the manual at E<lt>I<https://debian-live.alioth.debian.org/"
120 #| "manual/>E<gt>."
115121 msgid ""
116122 "More information about live-build and the Live Systems project can be found "
117 "on the homepage at E<lt>I<http://live-systems.org/>E<gt> and in the manual "
118 "at E<lt>I<http://live-systems.org/manual/>E<gt>."
123 "on the homepage at E<lt>I<https://debian-live.alioth.debian.org/>E<gt>."
119124 msgstr ""
120125 "Davantage d'informations à propos de live-build et du projet Live Systems "
121 "peuvent être trouvées sur la page d'accueil à E<lt>I<http://live-systems.org/"
122 ">E<gt> et dans le manuel à E<lt>I<http://live-systems.org/manual/>E<gt>."
126 "peuvent être trouvées sur la page d'accueil à E<lt>I<https://debian-live."
127 "alioth.debian.org/>E<gt> et dans le manuel à E<lt>I<https://debian-live."
128 "alioth.debian.org/manual/>E<gt>."
123129
124130 #. type: SH
125131 #: 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:481 en/lb_source.1:28
127 #: en/live-build.7:227
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
128134 #, no-wrap
129135 msgid "BUGS"
130136 msgstr "BOGUES"
131137
132138 #. type: Plain text
133139 #: 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:483 en/lb_source.1:30
135 #: en/live-build.7:229
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
136142 msgid ""
137143 "Bugs can be reported by submitting a bugreport for the live-build package in "
138144 "the Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
146152
147153 #. type: SH
148154 #: 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:484 en/lb_source.1:31
150 #: en/live-build.7:230
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
151157 #, no-wrap
152158 msgid "AUTHOR"
153159 msgstr "AUTEUR"
154160
155161 #. type: Plain text
156162 #: 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:485 en/lb_source.1:32
158 #: en/live-build.7:231
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
159165 msgid ""
160166 "live-build was written by Daniel Baumann E<lt>I<[email protected]>E<gt>."
161167 msgstr ""
163169 "ch>E<gt>."
164170
165171 #. type: IP
166 #: en/lb_config.1:302 en/live-build.7:36
172 #: en/lb_config.1:314 en/live-build.7:36
167173 #, no-wrap
168174 msgid "B<--debug>"
169175 msgstr "B<--debug>"
170176
171177 #. type: IP
172 #: en/lb_config.1:314 en/live-build.7:38
178 #: en/lb_config.1:326 en/live-build.7:38
173179 #, no-wrap
174180 msgid "B<--force>"
175181 msgstr "B<--force>"
176182
177183 #. type: IP
178 #: en/lb_config.1:421 en/live-build.7:40
184 #: en/lb_config.1:433 en/live-build.7:40
179185 #, no-wrap
180186 msgid "B<--quiet>"
181187 msgstr "B<--quiet>"
182188
183189 #. type: IP
184 #: en/lb_config.1:451 en/live-build.7:42
190 #: en/lb_config.1:463 en/live-build.7:42
185191 #, no-wrap
186192 msgid "B<--verbose>"
187193 msgstr "B<--verbose>"
188194
189195 #. type: Plain text
190 #: en/lb_config.1:473 en/live-build.7:219
196 #: en/lb_config.1:485 en/live-build.7:235
191197 msgid "I<live-boot>(7)"
192198 msgstr "I<live-boot>(7)"
193199
194200 #. type: Plain text
195 #: en/lb_config.1:475 en/live-build.7:221
201 #: en/lb_config.1:487 en/live-build.7:237
196202 msgid "I<live-config>(7)"
197203 msgstr "I<live-config>(7)"
198204
235241 #. FIXME
236242 #. type: Plain text
237243 #: en/live-build.7:19
244 #, fuzzy
245 #| msgid ""
246 #| "More documentation about how to use live-build is available in the "
247 #| "individual manpages for each helper and in the manual at E<lt>I<http://"
248 #| "live-systems.org/manual/>E<gt>."
238249 msgid ""
239250 "More documentation about how to use live-build is available in the "
240 "individual manpages for each helper and in the manual at E<lt>I<http://live-"
241 "systems.org/manual/>E<gt>."
251 "individual manpages for each helper and in the manual at E<lt>I<https://"
252 "debian-live.alioth.debian.org/manual/>E<gt>."
242253 msgstr ""
243254 "Davantage de documentation à propos de la façon d'utiliser live-build est "
244255 "disponible dans les pages de manuel individuelles de chaque assistant ainsi "
245 "que dans le manual à E<lt>I<http://live-systems.org/manual/>E<gt>."
256 "que dans le manual à E<lt>I<https://debian-live.alioth.debian.org/manual/"
257 ">E<gt>."
246258
247259 #. FIXME
248260 #. type: SS
403415
404416 #. type: IP
405417 #: en/live-build.7:58
406 #, no-wrap
407 msgid "B<lb_config>(1)"
418 #, fuzzy, no-wrap
419 #| msgid "B<lb_config>(1)"
420 msgid "B<lb config>(1)"
408421 msgstr "B<lb_config>(1)"
409422
410423 #. type: Plain text
411424 #: en/live-build.7:60
412 msgid "create configuration for live-build"
425 #, fuzzy
426 #| msgid "create configuration for live-build"
427 msgid "creates configuration for live-build"
413428 msgstr "crée une configuration pour live-build"
414429
415430 #. type: IP
416431 #: en/live-build.7:60
417 #, no-wrap
418 msgid "B<lb_bootstrap>(1)"
432 #, fuzzy, no-wrap
433 #| msgid "B<lb_bootstrap>(1)"
434 msgid "B<lb bootstrap>(1)"
419435 msgstr "B<lb_bootstrap>(1)"
420436
421437 #. type: Plain text
422438 #: en/live-build.7:62
423 msgid "create the first stage by bootstrapping a basic debian system"
439 #, fuzzy
440 #| msgid "create the first stage by bootstrapping a basic debian system"
441 msgid ""
442 "executes the first build stage, creating (bootstraping) a basic Debian root "
443 "filesystem"
424444 msgstr "crée le premier stage en amorçant un système debian basique"
425445
426446 #. type: IP
427447 #: en/live-build.7:62
428 #, no-wrap
429 msgid "B<lb_chroot>(1)"
448 #, fuzzy, no-wrap
449 #| msgid "B<lb_chroot>(1)"
450 msgid "B<lb chroot>(1)"
430451 msgstr "B<lb_chroot>(1)"
431452
432453 #. type: Plain text
433454 #: en/live-build.7:64
434 msgid "create the second stage by customizing the chroot"
435 msgstr "crée un deuxième stage en personnalisant le chroot"
455 msgid "executes the second build stage, building the live OS filesystem"
456 msgstr ""
436457
437458 #. type: IP
438459 #: en/live-build.7:64
439 #, no-wrap
440 msgid "B<lb_binary>(1)"
460 #, fuzzy, no-wrap
461 #| msgid "B<lb_binary>(1)"
462 msgid "B<lb installer>(1)"
441463 msgstr "B<lb_binary>(1)"
442464
443465 #. type: Plain text
444466 #: en/live-build.7:66
445 msgid "create the third stage by generating a binary image"
467 msgid ""
468 "executes the third build stage, obtaining installer components (optional)"
469 msgstr ""
470
471 #. type: IP
472 #: en/live-build.7:66
473 #, fuzzy, no-wrap
474 #| msgid "B<lb_binary>(1)"
475 msgid "B<lb binary>(1)"
476 msgstr "B<lb_binary>(1)"
477
478 #. type: Plain text
479 #: en/live-build.7:68
480 #, fuzzy
481 #| msgid "create the third stage by generating a binary image"
482 msgid "executes the fourth build stage, generating a binary image"
446483 msgstr "crée le troisième stage en générant une image binaire"
447484
448485 #. type: IP
449 #: en/live-build.7:66
450 #, no-wrap
451 msgid "B<lb_source>(1)"
486 #: en/live-build.7:68
487 #, fuzzy, no-wrap
488 #| msgid "B<lb_source>(1)"
489 msgid "B<lb source>(1)"
452490 msgstr "B<lb_source>(1)"
453491
454492 #. type: Plain text
455 #: en/live-build.7:68
456 msgid "create the optional fourth stage by generating a source image"
493 #: en/live-build.7:70
494 #, fuzzy
495 #| msgid "create the optional fourth stage by generating a source image"
496 msgid "executes the fifth build stage, generating a source image (optional)"
457497 msgstr "crée le quatrième stage optionel en générant une image source"
458498
459499 #. type: IP
460 #: en/live-build.7:68
461 #, no-wrap
462 msgid "B<lb_clean>(1)"
500 #: en/live-build.7:70
501 #, fuzzy, no-wrap
502 #| msgid "B<lb_clean>(1)"
503 msgid "B<lb clean>(1)"
463504 msgstr "B<lb_clean>(1)"
464505
465506 #. type: Plain text
466 #: en/live-build.7:70
467 msgid "clean up system build directories"
507 #: en/live-build.7:72
508 #, fuzzy
509 #| msgid "clean up system build directories"
510 msgid "cleans up system build directories"
468511 msgstr "nettoie les répertoires de construction du système"
469512
470513 #. type: SS
471 #: en/live-build.7:70
514 #: en/live-build.7:72
472515 #, no-wrap
473516 msgid "Ancillary Commands"
474517 msgstr "Commandes auxiliaires"
475518
476519 #. type: IP
477 #: en/live-build.7:71
520 #: en/live-build.7:73
478521 #, no-wrap
479522 msgid "B<lb>(1)"
480523 msgstr "B<lb>(1)"
481524
482525 #. type: Plain text
483 #: en/live-build.7:73
484 msgid "generic live-build wrapper"
526 #: en/live-build.7:75
527 #, fuzzy
528 #| msgid "generic live-build wrapper"
529 msgid "generic live-build script execution wrapper"
485530 msgstr "emballage live-build générique"
486531
487532 #. type: IP
488 #: en/live-build.7:73
489 #, no-wrap
490 msgid "B<lb_build>(1)"
533 #: en/live-build.7:75
534 #, fuzzy, no-wrap
535 #| msgid "B<lb_build>(1)"
536 msgid "B<lb build>(1)"
491537 msgstr "B<lb_build>(1)"
492538
493 #. type: Plain text
494 #: en/live-build.7:75
495 msgid "alias for all stages"
539 #. FIXME
540 #. type: Plain text
541 #: en/live-build.7:78
542 #, fuzzy
543 #| msgid "alias for all stages"
544 msgid "alias for all build stages"
496545 msgstr "alias pour tous les stages"
497546
498 #. type: IP
499 #: en/live-build.7:75
500 #, no-wrap
501 msgid "B<lb_local>(1)"
502 msgstr "B<lb_local>(1)"
503
504 #. type: Plain text
505 #: en/live-build.7:77
506 msgid "helper for using a local live-build"
507 msgstr "assistant pour l'utilisation d'un live-build local"
508
509 #. type: IP
510 #: en/live-build.7:77
511 #, no-wrap
512 msgid "B<lb_testroot>(1)"
513 msgstr "B<lb_testroot>(1)"
547 #. type: SH
548 #: en/live-build.7:79
549 #, fuzzy, no-wrap
550 #| msgid "LOW-LEVEL COMMANDS (PLUMBING)"
551 msgid "LOW-LEVEL COMMANDS (PLUMBING) - BUILD STAGE COMPONENTS"
552 msgstr "COMMANDES BAS-NIVEAU (PLOMBERIE)"
514553
515554 #. FIXME
516555 #. type: Plain text
517 #: en/live-build.7:80
518 msgid "ensure that a system is built as root"
519 msgstr "s'assure que le système est construit en tant qu'administrateur (root)"
520
521 #. type: SH
522 #: en/live-build.7:81
523 #, no-wrap
524 msgid "LOW-LEVEL COMMANDS (PLUMBING)"
525 msgstr "COMMANDES BAS-NIVEAU (PLOMBERIE)"
526
527 #. FIXME
528 #. type: Plain text
529 #: en/live-build.7:84
556 #: en/live-build.7:82
530557 msgid ""
531558 "The actual work of live-build is implemented in the low-level commands, "
532559 "called plumbing. They are not supposed to be used by end users, they should "
544571 "intéresser."
545572
546573 #. type: Plain text
547 #: en/live-build.7:86
574 #: en/live-build.7:84
548575 msgid ""
549576 "Note that the interface (set of options and the semantics) to these low-"
550577 "level commands are meant to be a lot more stable than Porcelain level "
558585 "l'utilisateur final."
559586
560587 #. type: SS
561 #: en/live-build.7:86
562 #, no-wrap
563 msgid "Bootstrap commands"
588 #: en/live-build.7:84
589 #, fuzzy, no-wrap
590 #| msgid "Bootstrap commands"
591 msgid "Bootstrap stage specific commands"
564592 msgstr "Commandes d'amorçage"
565593
566594 #. type: IP
595 #: en/live-build.7:85
596 #, fuzzy, no-wrap
597 #| msgid "B<lb_bootstrap_cache>(1)"
598 msgid "B<lb bootstrap_archives>(1)"
599 msgstr "B<lb_bootstrap_cache>(1)"
600
601 #. type: Plain text
567602 #: en/live-build.7:87
568 #, no-wrap
569 msgid "B<lb_bootstrap_cache>(1)"
603 msgid "applies apt archive configuration"
604 msgstr ""
605
606 #. type: IP
607 #: en/live-build.7:87
608 #, fuzzy, no-wrap
609 #| msgid "B<lb_bootstrap_cache>(1)"
610 msgid "B<lb bootstrap_cache>(1)"
570611 msgstr "B<lb_bootstrap_cache>(1)"
571612
572613 #. type: Plain text
573614 #: en/live-build.7:89
574 msgid "cache bootstrap stage"
575 msgstr "stage d'amorçage cache"
615 msgid ""
616 "in save mode, saves to cache a copy of the generated bootstrap directory, "
617 "and in restore mode, restores from cache a previously generated copy"
618 msgstr ""
576619
577620 #. type: IP
578621 #: en/live-build.7:89
579 #, no-wrap
580 msgid "B<lb_bootstrap_debootstrap>(1)"
622 #, fuzzy, no-wrap
623 #| msgid "B<lb_bootstrap_debootstrap>(1)"
624 msgid "B<lb bootstrap_debootstrap>(1)"
581625 msgstr "B<lb_bootstrap_debootstrap>(1)"
582626
583627 #. type: Plain text
584628 #: en/live-build.7:91
585 msgid "bootstrap a Debian system with debootstrap(8)"
629 #, fuzzy
630 #| msgid "bootstrap a Debian system with debootstrap(8)"
631 msgid "creates (bootstrap) a basic Debian root filesystem using debootstrap(8)"
586632 msgstr "amorçcer un système Debian avec debootstrap(8)"
587633
588634 #. type: SS
589635 #: en/live-build.7:91
590 #, no-wrap
591 msgid "Chroot commands"
636 #, fuzzy, no-wrap
637 #| msgid "Chroot commands"
638 msgid "Chroot stage specific commands"
592639 msgstr "Commandes chroot"
593640
594 #. type: IP
595 #: en/live-build.7:92
596 #, no-wrap
597 msgid "B<lb_chroot_apt>(1)"
641 #. type: Plain text
642 #: en/live-build.7:94
643 msgid ""
644 "Note: The following chroot_ prefixed commands are used in building the live "
645 "OS filesystem. Another set of similarly prefixed files are listed separately "
646 "(see further down)."
647 msgstr ""
648
649 #. type: IP
650 #: en/live-build.7:94
651 #, fuzzy, no-wrap
652 #| msgid "B<lb_chroot_cache>(1)"
653 msgid "B<lb chroot_cache>(1)"
654 msgstr "B<lb_chroot_cache>(1)"
655
656 #. type: Plain text
657 #: en/live-build.7:96
658 msgid ""
659 "in save mode, saves to cache a copy of the chroot directory, and in restore "
660 "mode, restores from cache a previously generated copy"
661 msgstr ""
662
663 #. type: IP
664 #: en/live-build.7:96
665 #, fuzzy, no-wrap
666 #| msgid "B<lb_chroot_cache>(1)"
667 msgid "B<lb chroot_firmware>(1)"
668 msgstr "B<lb_chroot_cache>(1)"
669
670 #. type: Plain text
671 #: en/live-build.7:98
672 msgid ""
673 "compiles a list of firmware packages to be installed in the live OS root "
674 "filesystem"
675 msgstr ""
676
677 #. type: IP
678 #: en/live-build.7:98
679 #, fuzzy, no-wrap
680 #| msgid "B<lb_chroot_hacks>(1)"
681 msgid "B<lb chroot_hacks>(1)"
682 msgstr "B<lb_chroot_hacks>(1)"
683
684 #. type: Plain text
685 #: en/live-build.7:100
686 msgid ""
687 "executes local hacks against the live OS root filesystem, if any are provided"
688 msgstr ""
689
690 #. type: IP
691 #: en/live-build.7:100
692 #, fuzzy, no-wrap
693 #| msgid "B<lb_chroot_hooks>(1)"
694 msgid "B<lb chroot_hooks>(1)"
695 msgstr "B<lb_chroot_hooks>(1)"
696
697 #. type: Plain text
698 #: en/live-build.7:102
699 msgid ""
700 "executes local hooks against the live OS root filesystem, if any are provided"
701 msgstr ""
702
703 #. type: IP
704 #: en/live-build.7:102
705 #, fuzzy, no-wrap
706 #| msgid "B<lb_chroot_local-includes>(1)"
707 msgid "B<lb chroot_includes>(1)"
708 msgstr "B<lb_chroot_local-includes>(1)"
709
710 #. type: Plain text
711 #: en/live-build.7:104
712 msgid ""
713 "copies a set of local files from the config directory into the live OS root "
714 "filesystem, if any are provided"
715 msgstr ""
716
717 #. type: IP
718 #: en/live-build.7:104
719 #, fuzzy, no-wrap
720 #| msgid "B<lb_chroot_install-packages>(1)"
721 msgid "B<lb chroot_install-packages>(1)"
722 msgstr "B<lb_chroot_install-packages>(1)"
723
724 #. type: Plain text
725 #: en/live-build.7:106
726 msgid ""
727 "installs into the live OS root filesystem any packages listed in local "
728 "package lists"
729 msgstr ""
730
731 #. type: IP
732 #: en/live-build.7:106
733 #, fuzzy, no-wrap
734 #| msgid "B<lb_chroot_interactive>(1)"
735 msgid "B<lb chroot_interactive>(1)"
736 msgstr "B<lb_chroot_interactive>(1)"
737
738 #. type: Plain text
739 #: en/live-build.7:108
740 msgid ""
741 "pauses the build process and starts an interactive shell from the live OS "
742 "root filesystem, providing an oportunity for manual modifications or "
743 "testing; note that this is (currently) usually executed with several chroot "
744 "prep modifications applied (see description of these further down)"
745 msgstr ""
746
747 #. type: IP
748 #: en/live-build.7:108
749 #, fuzzy, no-wrap
750 #| msgid "B<lb_chroot_linux-image>(1)"
751 msgid "B<lb chroot_linux-image>(1)"
752 msgstr "B<lb_chroot_linux-image>(1)"
753
754 #. type: Plain text
755 #: en/live-build.7:110
756 msgid ""
757 "compiles a list of kernel images to be installed in the live OS root "
758 "filesystem"
759 msgstr ""
760
761 #. type: IP
762 #: en/live-build.7:110
763 #, fuzzy, no-wrap
764 #| msgid "B<lb_chroot_packages>(1)"
765 msgid "B<lb chroot_live-packages>(1)"
766 msgstr "B<lb_chroot_packages>(1)"
767
768 #. type: Plain text
769 #: en/live-build.7:112
770 msgid ""
771 "installs a set of live system specific packages to the live OS root "
772 "filesystem"
773 msgstr ""
774
775 #. type: IP
776 #: en/live-build.7:112
777 #, fuzzy, no-wrap
778 #| msgid "B<lb_chroot_packagelists>(1)"
779 msgid "B<lb chroot_package-lists>(1)"
780 msgstr "B<lb_chroot_packagelists>(1)"
781
782 #. type: Plain text
783 #: en/live-build.7:114
784 msgid ""
785 "compiles a list of packages provided in the user\\' local config to be "
786 "installed in the live OS root filesystem"
787 msgstr ""
788
789 #. type: IP
790 #: en/live-build.7:114
791 #, fuzzy, no-wrap
792 #| msgid "B<lb_chroot_local-preseed>(1)"
793 msgid "B<lb chroot_preseed>(1)"
794 msgstr "B<lb_chroot_local-preseed>(1)"
795
796 #. type: Plain text
797 #: en/live-build.7:116
798 msgid ""
799 "installs pre-configured answers to certain install prompts into the live OS "
800 "root filesystem"
801 msgstr ""
802
803 #. type: SS
804 #: en/live-build.7:116
805 #, no-wrap
806 msgid "Installer stage specific commands"
807 msgstr ""
808
809 #. type: IP
810 #: en/live-build.7:117
811 #, fuzzy, no-wrap
812 #| msgid "B<lb_binary_debian-installer>(1)"
813 msgid "B<lb installer_debian-installer>(1)"
814 msgstr "B<lb_binary_debian-installer>(1)"
815
816 #. type: Plain text
817 #: en/live-build.7:119
818 msgid "obtains and sets up Debian installer(d-i) components"
819 msgstr ""
820
821 #. type: IP
822 #: en/live-build.7:119
823 #, fuzzy, no-wrap
824 #| msgid "B<lb_chroot_local-preseed>(1)"
825 msgid "B<lb installer_preseed>(1)"
826 msgstr "B<lb_chroot_local-preseed>(1)"
827
828 #. type: Plain text
829 #: en/live-build.7:121
830 msgid "installs pre-configured answers to certain install prompts"
831 msgstr ""
832
833 #. type: SS
834 #: en/live-build.7:121
835 #, fuzzy, no-wrap
836 #| msgid "Binary commands"
837 msgid "Binary stage specific commands"
838 msgstr "Commandes binaires"
839
840 #. type: IP
841 #: en/live-build.7:122
842 #, fuzzy, no-wrap
843 #| msgid "B<lb_binary_checksums>(1)"
844 msgid "B<lb binary_checksums>(1)"
845 msgstr "B<lb_binary_checksums>(1)"
846
847 #. type: Plain text
848 #: en/live-build.7:124
849 #, fuzzy
850 #| msgid "create source checksums (md5, sha1, and/or sha256)"
851 msgid "creates checksums (md5, sha1, and/or sha256) for live image content"
852 msgstr "crée les sommes de vérification binaires (md5, sha1, et/ou sha256)"
853
854 #. type: IP
855 #: en/live-build.7:124
856 #, fuzzy, no-wrap
857 #| msgid "B<lb_binary_chroot>(1)"
858 msgid "B<lb binary_chroot>(1)"
859 msgstr "B<lb_binary_chroot>(1)"
860
861 #. type: Plain text
862 #: en/live-build.7:126
863 msgid ""
864 "duplicates the chroot directory, to place a copy of what whould be the "
865 "completed live OS root filesystem to one side, allowing the original to "
866 "continue to be used in executing certain parts of the remainder of the build "
867 "process"
868 msgstr ""
869
870 #. type: IP
871 #: en/live-build.7:126
872 #, fuzzy, no-wrap
873 #| msgid "B<lb_binary_disk>(1)"
874 msgid "B<lb binary_disk>(1)"
875 msgstr "B<lb_binary_disk>(1)"
876
877 #. type: Plain text
878 #: en/live-build.7:128
879 msgid "creates disk information files to be added to live image"
880 msgstr ""
881
882 #. type: IP
883 #: en/live-build.7:128
884 #, fuzzy, no-wrap
885 #| msgid "B<lb_binary_grub>(1)"
886 msgid "B<lb binary_grub>(1)"
887 msgstr "B<lb_binary_grub>(1)"
888
889 #. type: Plain text
890 #: en/live-build.7:130
891 msgid "installs grub into live image to provide image boot capability"
892 msgstr ""
893
894 #. type: IP
895 #: en/live-build.7:130
896 #, fuzzy, no-wrap
897 #| msgid "B<lb_binary_grub2>(1)"
898 msgid "B<lb binary_grub2>(1)"
899 msgstr "B<lb_binary_grub2>(1)"
900
901 #. type: Plain text
902 #: en/live-build.7:132
903 msgid "installs grub2 into live image to provide image boot capability"
904 msgstr ""
905
906 #. type: IP
907 #: en/live-build.7:132
908 #, fuzzy, no-wrap
909 #| msgid "B<lb_binary_hdd>(1)"
910 msgid "B<lb binary_hdd>(1)"
911 msgstr "B<lb_binary_hdd>(1)"
912
913 #. type: Plain text
914 #: en/live-build.7:134
915 msgid "compiles the final live image into an hdd image file"
916 msgstr ""
917
918 #. type: IP
919 #: en/live-build.7:134
920 #, fuzzy, no-wrap
921 #| msgid "B<lb_binary_rootfs>(1)"
922 msgid "B<lb binary_hooks>(1)"
923 msgstr "B<lb_binary_rootfs>(1)"
924
925 #. type: Plain text
926 #: en/live-build.7:136
927 msgid "executes local hooks against the live image, if any are provided"
928 msgstr ""
929
930 #. type: IP
931 #: en/live-build.7:136
932 #, fuzzy, no-wrap
933 #| msgid "B<lb_binary_includes>(1)"
934 msgid "B<lb binary_includes>(1)"
935 msgstr "B<lb_binary_includes>(1)"
936
937 #. type: Plain text
938 #: en/live-build.7:138
939 msgid ""
940 "copies a set of local files from the config directory into the live image, "
941 "if any are provided"
942 msgstr ""
943
944 #. type: IP
945 #: en/live-build.7:138
946 #, fuzzy, no-wrap
947 #| msgid "B<lb_binary_iso>(1)"
948 msgid "B<lb binary_iso>(1)"
949 msgstr "B<lb_binary_iso>(1)"
950
951 #. type: Plain text
952 #: en/live-build.7:140
953 msgid "compiles the final live image into an iso file"
954 msgstr ""
955
956 #. type: IP
957 #: en/live-build.7:140
958 #, fuzzy, no-wrap
959 #| msgid "B<lb_binary_linux-image>(1)"
960 msgid "B<lb binary_linux-image>(1)"
961 msgstr "B<lb_binary_linux-image>(1)"
962
963 #. type: Plain text
964 #: en/live-build.7:142
965 #, fuzzy
966 #| msgid "install linux-image into binary"
967 msgid "copies the linux-image into the live image"
968 msgstr "installe linux-image dans le binaire"
969
970 #. type: IP
971 #: en/live-build.7:142
972 #, fuzzy, no-wrap
973 #| msgid "B<lb_binary_local-includes>(1)"
974 msgid "B<lb binary_loadlin>(1)"
975 msgstr "B<lb_binary_local-includes>(1)"
976
977 #. type: Plain text
978 #: en/live-build.7:144
979 msgid "bundles a copy of loadlin into the live image"
980 msgstr ""
981
982 #. type: IP
983 #: en/live-build.7:144
984 #, fuzzy, no-wrap
985 #| msgid "B<lb_binary_manifest>(1)"
986 msgid "B<lb binary_manifest>(1)"
987 msgstr "B<lb_binary_manifest>(1)"
988
989 #. type: Plain text
990 #: en/live-build.7:146
991 msgid ""
992 "creates manifest of packages installed into live OS filesystem, and list of "
993 "packages to be excluded by a persistence mechanism installing the live OS to "
994 "disk"
995 msgstr ""
996
997 #. type: IP
998 #: en/live-build.7:146
999 #, fuzzy, no-wrap
1000 #| msgid "B<lb_binary_memtest>(1)"
1001 msgid "B<lb binary_memtest>(1)"
1002 msgstr "B<lb_binary_memtest>(1)"
1003
1004 #. type: Plain text
1005 #: en/live-build.7:148
1006 msgid "bundles a copy of memtest into the live image"
1007 msgstr ""
1008
1009 #. type: IP
1010 #: en/live-build.7:148
1011 #, fuzzy, no-wrap
1012 #| msgid "B<lb_binary_net>(1)"
1013 msgid "B<lb binary_netboot>(1)"
1014 msgstr "B<lb_binary_net>(1)"
1015
1016 #. type: Plain text
1017 #: en/live-build.7:150
1018 msgid "compiles the final live image into a netboot tar archive"
1019 msgstr ""
1020
1021 #. type: IP
1022 #: en/live-build.7:150
1023 #, fuzzy, no-wrap
1024 #| msgid "B<lb_binary_local-packagelists>(1)"
1025 msgid "B<lb binary_package-lists>(1)"
1026 msgstr "B<lb_binary_local-packagelists>(1)"
1027
1028 #. type: Plain text
1029 #: en/live-build.7:152
1030 msgid ""
1031 "processes local lists of packages to obtain and bundle into image (from "
1032 "which they could later be installed if not already)"
1033 msgstr ""
1034
1035 #. type: IP
1036 #: en/live-build.7:152
1037 #, fuzzy, no-wrap
1038 #| msgid "B<lb_binary_rootfs>(1)"
1039 msgid "B<lb binary_rootfs>(1)"
1040 msgstr "B<lb_binary_rootfs>(1)"
1041
1042 #. type: Plain text
1043 #: en/live-build.7:154
1044 msgid ""
1045 "wraps up the completed live OS root filesystem into a virtual file system "
1046 "image"
1047 msgstr ""
1048
1049 #. type: IP
1050 #: en/live-build.7:154
1051 #, fuzzy, no-wrap
1052 #| msgid "B<lb_binary_syslinux>(1)"
1053 msgid "B<lb binary_syslinux>(1)"
1054 msgstr "B<lb_binary_syslinux>(1)"
1055
1056 #. type: Plain text
1057 #: en/live-build.7:156
1058 msgid "installs syslinux into live image to provide image boot capability"
1059 msgstr ""
1060
1061 #. type: IP
1062 #: en/live-build.7:156
1063 #, fuzzy, no-wrap
1064 #| msgid "B<lb_binary_tar>(1)"
1065 msgid "B<lb binary_tar>(1)"
1066 msgstr "B<lb_binary_tar>(1)"
1067
1068 #. type: Plain text
1069 #: en/live-build.7:158
1070 msgid "compiles the final live image into a tar archive"
1071 msgstr ""
1072
1073 #. type: IP
1074 #: en/live-build.7:158
1075 #, fuzzy, no-wrap
1076 #| msgid "B<lb_binary_win32-loader>(1)"
1077 msgid "B<lb binary_win32-loader>(1)"
1078 msgstr "B<lb_binary_win32-loader>(1)"
1079
1080 #. type: Plain text
1081 #: en/live-build.7:160
1082 msgid ""
1083 "bundles a copy of win32-loader into the live image and creates an autorun."
1084 "inf file"
1085 msgstr ""
1086
1087 #. type: IP
1088 #: en/live-build.7:160
1089 #, fuzzy, no-wrap
1090 #| msgid "B<lb_binary_iso>(1)"
1091 msgid "B<lb binary_zsync>(1)"
1092 msgstr "B<lb_binary_iso>(1)"
1093
1094 #. type: Plain text
1095 #: en/live-build.7:162
1096 msgid "builds zsync control files"
1097 msgstr ""
1098
1099 #. type: SS
1100 #: en/live-build.7:162
1101 #, fuzzy, no-wrap
1102 #| msgid "Source commands"
1103 msgid "Source stage specific commands"
1104 msgstr "Commandes source"
1105
1106 #. type: IP
1107 #: en/live-build.7:163
1108 #, fuzzy, no-wrap
1109 #| msgid "B<lb_source_checksums>(1)"
1110 msgid "B<lb source_checksums>(1)"
1111 msgstr "B<lb_source_checksums>(1)"
1112
1113 #. type: Plain text
1114 #: en/live-build.7:165
1115 #, fuzzy
1116 #| msgid "create source checksums (md5, sha1, and/or sha256)"
1117 msgid "creates checksums (md5, sha1, and/or sha256) for source image content"
1118 msgstr "crée les sommes de vérification binaires (md5, sha1, et/ou sha256)"
1119
1120 #. type: IP
1121 #: en/live-build.7:165
1122 #, fuzzy, no-wrap
1123 #| msgid "B<lb_source_debian>(1)"
1124 msgid "B<lb source_debian>(1)"
1125 msgstr "B<lb_source_debian>(1)"
1126
1127 #. type: Plain text
1128 #: en/live-build.7:167
1129 msgid "downloads source packages for bundling into source image"
1130 msgstr ""
1131
1132 #. type: IP
1133 #: en/live-build.7:167
1134 #, fuzzy, no-wrap
1135 #| msgid "B<lb_source_disk>(1)"
1136 msgid "B<lb source_disk>(1)"
1137 msgstr "B<lb_source_disk>(1)"
1138
1139 #. type: Plain text
1140 #: en/live-build.7:169
1141 #, fuzzy
1142 #| msgid "install disk information into source"
1143 msgid "creates disk information files to be added to source image"
1144 msgstr "installe les informations de disque dans la source"
1145
1146 #. type: IP
1147 #: en/live-build.7:169
1148 #, fuzzy, no-wrap
1149 #| msgid "B<lb_source_hdd>(1)"
1150 msgid "B<lb source_hdd>(1)"
1151 msgstr "B<lb_source_hdd>(1)"
1152
1153 #. type: Plain text
1154 #: en/live-build.7:171
1155 msgid "compiles the final source image into an hdd image file"
1156 msgstr ""
1157
1158 #. type: IP
1159 #: en/live-build.7:171
1160 #, fuzzy, no-wrap
1161 #| msgid "B<lb_source_hdd>(1)"
1162 msgid "B<lb source_hooks>(1)"
1163 msgstr "B<lb_source_hdd>(1)"
1164
1165 #. type: Plain text
1166 #: en/live-build.7:173
1167 msgid "executes local hooks against the source image, if any are provided"
1168 msgstr ""
1169
1170 #. type: IP
1171 #: en/live-build.7:173
1172 #, fuzzy, no-wrap
1173 #| msgid "B<lb_source_iso>(1)"
1174 msgid "B<lb source_iso>(1)"
1175 msgstr "B<lb_source_iso>(1)"
1176
1177 #. type: Plain text
1178 #: en/live-build.7:175
1179 msgid "compiles the final source image into an iso file"
1180 msgstr ""
1181
1182 #. type: IP
1183 #: en/live-build.7:175
1184 #, fuzzy, no-wrap
1185 #| msgid "B<lb_source_iso>(1)"
1186 msgid "B<lb source_live>(1)"
1187 msgstr "B<lb_source_iso>(1)"
1188
1189 #. type: Plain text
1190 #: en/live-build.7:177
1191 #, fuzzy
1192 #| msgid "copy debian-live config into source"
1193 msgid "copies live-build config into source"
1194 msgstr "copie la configuration debian-live dans la source"
1195
1196 #. type: IP
1197 #: en/live-build.7:177
1198 #, fuzzy, no-wrap
1199 #| msgid "B<lb_source_tar>(1)"
1200 msgid "B<lb source_tar>(1)"
1201 msgstr "B<lb_source_tar>(1)"
1202
1203 #. FIXME
1204 #. type: Plain text
1205 #: en/live-build.7:180
1206 msgid "compiles the final source image into a tar archive"
1207 msgstr ""
1208
1209 #. type: SH
1210 #: en/live-build.7:181
1211 #, fuzzy, no-wrap
1212 #| msgid "LOW-LEVEL COMMANDS (PLUMBING)"
1213 msgid "LOW-LEVEL COMMANDS (PLUMBING) - CHROOT PREP COMPONENTS"
1214 msgstr "COMMANDES BAS-NIVEAU (PLOMBERIE)"
1215
1216 #. FIXME
1217 #. type: Plain text
1218 #: en/live-build.7:184
1219 msgid ""
1220 "The notes above under the section regarding build-stage specific low-level "
1221 "plumbing commands also apply here."
1222 msgstr ""
1223
1224 #. type: Plain text
1225 #: en/live-build.7:186
1226 msgid ""
1227 "The following chroot_ prefixed commands are used throughout the various "
1228 "primary stages of the build process to apply and remove modifications to a "
1229 "chroot root filesystem. Generally these are used to apply modification that "
1230 "setup the chroot for use (execution of programs within it) during the build "
1231 "process, and later to remove those modification, unmounting things that were "
1232 "mounted, and making the chroot suitable for use as the root filesystem of "
1233 "the live OS to be bundled into the live image."
1234 msgstr ""
1235
1236 #. type: IP
1237 #: en/live-build.7:186
1238 #, fuzzy, no-wrap
1239 #| msgid "B<lb_chroot_apt>(1)"
1240 msgid "B<lb chroot_apt>(1)"
5981241 msgstr "B<lb_chroot_apt>(1)"
5991242
6001243 #. type: Plain text
601 #: en/live-build.7:94
602 msgid "manage /etc/apt/apt.conf"
603 msgstr "gère /etc/apt/apt.conf"
604
605 #. type: IP
606 #: en/live-build.7:94
607 #, no-wrap
608 msgid "B<lb_chroot_cache>(1)"
609 msgstr "B<lb_chroot_cache>(1)"
610
611 #. type: Plain text
612 #: en/live-build.7:96
613 msgid "cache chroot stage"
614 msgstr "stage de chroot cache"
615
616 #. type: IP
617 #: en/live-build.7:96
618 #, no-wrap
619 msgid "B<lb_chroot_debianchroot>(1)"
1244 #: en/live-build.7:188
1245 msgid ""
1246 "manages apt configuration; in apply mode it applies configuration for use "
1247 "during build process, and in remove mode removes that configuration"
1248 msgstr ""
1249
1250 #. type: IP
1251 #: en/live-build.7:188
1252 #, fuzzy, no-wrap
1253 #| msgid "B<lb_chroot_archives>(1)"
1254 msgid "B<lb chroot_archives>(1)"
1255 msgstr "B<lb_chroot_archives>(1)"
1256
1257 #. type: Plain text
1258 #: en/live-build.7:190
1259 msgid ""
1260 "manages apt archive source lists; in apply mode it applies source list "
1261 "configurations suitable for use of the chroot in the build process, and in "
1262 "remove mode replaces that with a configuration suitable for the final live OS"
1263 msgstr ""
1264
1265 #. type: IP
1266 #: en/live-build.7:190
1267 #, fuzzy, no-wrap
1268 #| msgid "B<lb_chroot_debianchroot>(1)"
1269 msgid "B<lb chroot_debianchroot>(1)"
6201270 msgstr "B<lb_chroot_debianchroot>(1)"
6211271
6221272 #. type: Plain text
623 #: en/live-build.7:98
624 msgid "manage /etc/debian_chroot"
1273 #: en/live-build.7:192
1274 #, fuzzy
1275 #| msgid "manage /etc/debian_chroot"
1276 msgid "manages a /etc/debian_chroot file"
6251277 msgstr "gère /etc/debian_chroot"
6261278
6271279 #. type: IP
628 #: en/live-build.7:98
629 #, no-wrap
630 msgid "B<lb_chroot_devpts>(1)"
1280 #: en/live-build.7:192
1281 #, fuzzy, no-wrap
1282 #| msgid "B<lb_chroot_devpts>(1)"
1283 msgid "B<lb chroot_devpts>(1)"
6311284 msgstr "B<lb_chroot_devpts>(1)"
6321285
6331286 #. type: Plain text
634 #: en/live-build.7:100
635 msgid "mount /dev/pts"
1287 #: en/live-build.7:194
1288 #, fuzzy
1289 #| msgid "mount /dev/pts"
1290 msgid "manages mounting of /dev/pts"
6361291 msgstr "monte /dev/pts"
6371292
6381293 #. type: IP
639 #: en/live-build.7:100
640 #, no-wrap
641 msgid "B<lb_chroot_dpkg>(1)"
1294 #: en/live-build.7:194
1295 #, fuzzy, no-wrap
1296 #| msgid "B<lb_chroot_dpkg>(1)"
1297 msgid "B<lb chroot_dpkg>(1)"
6421298 msgstr "B<lb_chroot_dpkg>(1)"
6431299
6441300 #. type: Plain text
645 #: en/live-build.7:102
646 msgid "manage /sbin/dpkg"
647 msgstr "gère /sbin/dpkg"
648
649 #. type: IP
650 #: en/live-build.7:102
651 #, no-wrap
652 msgid "B<lb_chroot_hacks>(1)"
653 msgstr "B<lb_chroot_hacks>(1)"
654
655 #. type: Plain text
656 #: en/live-build.7:104
657 msgid "execute hacks in chroot"
658 msgstr "exécute les hacks dans le chroot"
659
660 #. type: IP
661 #: en/live-build.7:104
662 #, no-wrap
663 msgid "B<lb_chroot_hostname>(1)"
1301 #: en/live-build.7:196
1302 msgid ""
1303 "manages dpkg; in apply mode disabling things like the start-stop-daemon, and "
1304 "in remove mode enabling them again"
1305 msgstr ""
1306
1307 #. type: IP
1308 #: en/live-build.7:196
1309 #, fuzzy, no-wrap
1310 #| msgid "B<lb_chroot_hostname>(1)"
1311 msgid "B<lb chroot_hostname>(1)"
6641312 msgstr "B<lb_chroot_hostname>(1)"
6651313
6661314 #. type: Plain text
667 #: en/live-build.7:106
668 msgid "manage /bin/hostname"
669 msgstr "gère /bin/hostname"
670
671 #. type: IP
672 #: en/live-build.7:106
673 #, no-wrap
674 msgid "B<lb_chroot_hosts>(1)"
1315 #: en/live-build.7:198
1316 #, fuzzy
1317 #| msgid "use custom configuration file."
1318 msgid "manages the hostname configuration"
1319 msgstr "utilise un fichier de configuration personnalisé."
1320
1321 #. type: IP
1322 #: en/live-build.7:198
1323 #, fuzzy, no-wrap
1324 #| msgid "B<lb_chroot_hosts>(1)"
1325 msgid "B<lb chroot_hosts>(1)"
6751326 msgstr "B<lb_chroot_hosts>(1)"
6761327
6771328 #. type: Plain text
678 #: en/live-build.7:108
679 msgid "manage /etc/hosts"
1329 #: en/live-build.7:200
1330 #, fuzzy
1331 #| msgid "manage /etc/hosts"
1332 msgid "manages the /etc/hosts file"
6801333 msgstr "gère /etc/hosts"
6811334
6821335 #. type: IP
683 #: en/live-build.7:108
684 #, no-wrap
685 msgid "B<lb_chroot_install-packages>(1)"
686 msgstr "B<lb_chroot_install-packages>(1)"
687
688 #. type: Plain text
689 #: en/live-build.7:110
690 msgid "install queued packages into chroot"
691 msgstr "installe les paquets en attente dans le chroot"
692
693 #. type: IP
694 #: en/live-build.7:110
695 #, no-wrap
696 msgid "B<lb_chroot_interactive>(1)"
697 msgstr "B<lb_chroot_interactive>(1)"
698
699 #. type: Plain text
700 #: en/live-build.7:112
701 msgid "make build interactive"
702 msgstr "rend la construction intéractive"
703
704 #. type: IP
705 #: en/live-build.7:112
706 #, no-wrap
707 msgid "B<lb_chroot_linux-image>(1)"
708 msgstr "B<lb_chroot_linux-image>(1)"
709
710 #. type: Plain text
711 #: en/live-build.7:114
712 msgid "manage /etc/kernel-img.conf"
713 msgstr "gère /etc/kernel-img.conf"
714
715 #. type: IP
716 #: en/live-build.7:114
717 #, no-wrap
718 msgid "B<lb_chroot_hooks>(1)"
719 msgstr "B<lb_chroot_hooks>(1)"
720
721 #. type: Plain text
722 #: en/live-build.7:116
723 msgid "execute local hooks in chroot"
724 msgstr "exécute les hooks locaux dans le chroot"
725
726 #. type: IP
727 #: en/live-build.7:116
728 #, no-wrap
729 msgid "B<lb_chroot_local-includes>(1)"
730 msgstr "B<lb_chroot_local-includes>(1)"
731
732 #. type: Plain text
733 #: en/live-build.7:118
734 msgid "copy local files into chroot"
735 msgstr "copie les fichiers locaux dans le chroot"
736
737 #. type: IP
738 #: en/live-build.7:118
739 #, no-wrap
740 msgid "B<lb_chroot_packages>(1)"
741 msgstr "B<lb_chroot_packages>(1)"
742
743 #. type: Plain text
744 #: en/live-build.7:120
745 msgid "queue install of packages into chroot"
746 msgstr "met en attente l'installation des paquets dans le chroot"
747
748 #. type: IP
749 #: en/live-build.7:120
750 #, no-wrap
751 msgid "B<lb_chroot_local-patches>(1)"
752 msgstr "B<lb_chroot_local-patches>(1)"
753
754 #. type: Plain text
755 #: en/live-build.7:122
756 msgid "apply local patches against chroot"
757 msgstr "appliques les rustines locales dans le chroot"
758
759 #. type: IP
760 #: en/live-build.7:122
761 #, no-wrap
762 msgid "B<lb_chroot_local-preseed>(1)"
763 msgstr "B<lb_chroot_local-preseed>(1)"
764
765 #. type: Plain text
766 #: en/live-build.7:124
767 msgid "use debconf local preseeding file"
768 msgstr "utilise un fichier de pré-configuration local debconf"
769
770 #. type: IP
771 #: en/live-build.7:124
772 #, no-wrap
773 msgid "B<lb_chroot_packagelists>(1)"
774 msgstr "B<lb_chroot_packagelists>(1)"
775
776 #. type: Plain text
777 #: en/live-build.7:126
778 msgid "queue install of package lists into chroot"
779 msgstr "met en attente l'installation des listes de paquets dans le chroot"
780
781 #. type: IP
782 #: en/live-build.7:126
783 #, no-wrap
784 msgid "B<lb_chroot_proc>(1)"
1336 #: en/live-build.7:200
1337 #, fuzzy, no-wrap
1338 #| msgid "B<lb_chroot_proc>(1)"
1339 msgid "B<lb chroot_proc>(1)"
7851340 msgstr "B<lb_chroot_proc>(1)"
7861341
7871342 #. type: Plain text
788 #: en/live-build.7:128
789 msgid "mount /proc"
1343 #: en/live-build.7:202
1344 #, fuzzy
1345 #| msgid "mount /proc"
1346 msgid "manages mounting of /proc"
7901347 msgstr "monte /proc"
7911348
7921349 #. type: IP
793 #: en/live-build.7:128
794 #, no-wrap
795 msgid "B<lb_chroot_resolv>(1)"
1350 #: en/live-build.7:202
1351 #, fuzzy, no-wrap
1352 #| msgid "B<lb_chroot_resolv>(1)"
1353 msgid "B<lb chroot_resolv>(1)"
7961354 msgstr "B<lb_chroot_resolv>(1)"
7971355
7981356 #. type: Plain text
799 #: en/live-build.7:130
800 msgid "manage /etc/resolv.conf"
1357 #: en/live-build.7:204
1358 #, fuzzy
1359 #| msgid "manage /etc/resolv.conf"
1360 msgid "manages configuration of the /etc/resolv.conf file"
8011361 msgstr "gère /etc/resolv.conf"
8021362
8031363 #. type: IP
804 #: en/live-build.7:130
805 #, no-wrap
806 msgid "B<lb_chroot_selinuxfs>(1)"
1364 #: en/live-build.7:204
1365 #, fuzzy, no-wrap
1366 #| msgid "B<lb_chroot_selinuxfs>(1)"
1367 msgid "B<lb chroot_selinuxfs>(1)"
8071368 msgstr "B<lb_chroot_selinuxfs>(1)"
8081369
8091370 #. type: Plain text
810 #: en/live-build.7:132
811 msgid "mount /selinux"
812 msgstr "monte /selinux"
813
814 #. type: IP
815 #: en/live-build.7:132
816 #, no-wrap
817 msgid "B<lb_chroot_archives>(1)"
818 msgstr "B<lb_chroot_archives>(1)"
819
820 #. type: Plain text
821 #: en/live-build.7:134
822 msgid "manage /etc/apt/sources.list"
823 msgstr "gère /etc/apt/sources.list"
824
825 #. type: IP
826 #: en/live-build.7:134
827 #, no-wrap
828 msgid "B<lb_chroot_sysfs>(1)"
1371 #: en/live-build.7:206
1372 msgid "manages mounting of /sys/fs/selinux"
1373 msgstr ""
1374
1375 #. type: IP
1376 #: en/live-build.7:206
1377 #, fuzzy, no-wrap
1378 #| msgid "B<lb_chroot_sysfs>(1)"
1379 msgid "B<lb chroot_sysfs>(1)"
8291380 msgstr "B<lb_chroot_sysfs>(1)"
8301381
8311382 #. type: Plain text
832 #: en/live-build.7:136
833 msgid "mount /sys"
834 msgstr "gère /sys"
835
836 #. type: IP
837 #: en/live-build.7:136
838 #, no-wrap
839 msgid "B<lb_chroot_sysv-rc>(1)"
1383 #: en/live-build.7:208
1384 msgid "manages mounting of /sys"
1385 msgstr ""
1386
1387 #. type: IP
1388 #: en/live-build.7:208
1389 #, fuzzy, no-wrap
1390 #| msgid "B<lb_chroot_sysv-rc>(1)"
1391 msgid "B<lb chroot_sysv-rc>(1)"
8401392 msgstr "B<lb_chroot_sysv-rc>(1)"
8411393
8421394 #. type: Plain text
843 #: en/live-build.7:138
844 msgid "manage /usr/sbin/policy-rc.d"
1395 #: en/live-build.7:210
1396 #, fuzzy
1397 #| msgid "manage /usr/sbin/policy-rc.d"
1398 msgid "manages the /usr/sbin/policy-rc.d file"
8451399 msgstr "gère /usr/sbin/policy-rc.d"
8461400
8471401 #. type: IP
848 #: en/live-build.7:138
849 #, no-wrap
850 msgid "B<lb_chroot_task-lists>(1)"
851 msgstr "B<lb_chroot_task-lists>(1)"
852
853 #. type: Plain text
854 #: en/live-build.7:140
855 msgid "install task lists into chroot"
856 msgstr "installe les listes de tâches dans le chroot"
857
858 #. type: SS
859 #: en/live-build.7:140
860 #, no-wrap
861 msgid "Binary commands"
862 msgstr "Commandes binaires"
863
864 #. type: IP
865 #: en/live-build.7:141
866 #, no-wrap
867 msgid "B<lb_binary_chroot>(1)"
868 msgstr "B<lb_binary_chroot>(1)"
869
870 #. type: Plain text
871 #: en/live-build.7:143
872 msgid "copy chroot into chroot"
873 msgstr "copie le chroot dans le chroot"
874
875 #. type: IP
876 #: en/live-build.7:143
877 #, no-wrap
878 msgid "B<lb_binary_debian-installer>(1)"
879 msgstr "B<lb_binary_debian-installer>(1)"
880
881 #. type: Plain text
882 #: en/live-build.7:145
883 msgid "install debian-installer into binary"
884 msgstr "installe debian-installer dans le binaire"
885
886 #. type: IP
887 #: en/live-build.7:145
888 #, no-wrap
889 msgid "B<lb_binary_disk>(1)"
890 msgstr "B<lb_binary_disk>(1)"
891
892 #. type: Plain text
893 #: en/live-build.7:147
894 msgid "install disk information into binary"
895 msgstr "installe les informations de disque dans le binaire"
896
897 #. type: IP
898 #: en/live-build.7:147
899 #, no-wrap
900 msgid "B<lb_binary_grub>(1)"
901 msgstr "B<lb_binary_grub>(1)"
902
903 #. type: Plain text
904 #: en/live-build.7:149
905 msgid "installs grub into binary"
906 msgstr "installe grub dans le binaire"
907
908 #. type: IP
909 #: en/live-build.7:149
910 #, no-wrap
911 msgid "B<lb_binary_grub2>(1)"
912 msgstr "B<lb_binary_grub2>(1)"
913
914 #. type: Plain text
915 #: en/live-build.7:151
916 msgid "installs grub2 into binary"
917 msgstr "installe grub2 dans le binaire"
918
919 #. type: IP
920 #: en/live-build.7:151
921 #, no-wrap
922 msgid "B<lb_binary_includes>(1)"
923 msgstr "B<lb_binary_includes>(1)"
924
925 #. type: Plain text
926 #: en/live-build.7:153 en/live-build.7:161
927 msgid "copy files into binary"
928 msgstr "copie les fichiers dans le binaire"
929
930 #. type: IP
931 #: en/live-build.7:153
932 #, no-wrap
933 msgid "B<lb_binary_iso>(1)"
934 msgstr "B<lb_binary_iso>(1)"
935
936 #. type: Plain text
937 #: en/live-build.7:155
938 msgid "build iso binary image"
939 msgstr "construit l'image binaire iso"
940
941 #. type: IP
942 #: en/live-build.7:155
943 #, no-wrap
944 msgid "B<lb_binary_linux-image>(1)"
945 msgstr "B<lb_binary_linux-image>(1)"
946
947 #. type: Plain text
948 #: en/live-build.7:157
949 msgid "install linux-image into binary"
950 msgstr "installe linux-image dans le binaire"
951
952 #. type: IP
953 #: en/live-build.7:157
954 #, no-wrap
955 msgid "B<lb_binary_local-hooks>(1)"
956 msgstr "B<lb_binary_local-hooks>(1)"
957
958 #. type: Plain text
959 #: en/live-build.7:159
960 msgid "execute local hooks in binary"
961 msgstr "exécute les hooks locaux dans le binaire"
962
963 #. type: IP
964 #: en/live-build.7:159
965 #, no-wrap
966 msgid "B<lb_binary_local-includes>(1)"
967 msgstr "B<lb_binary_local-includes>(1)"
968
969 #. type: IP
970 #: en/live-build.7:161
971 #, no-wrap
972 msgid "B<lb_binary_local-packagelists>(1)"
973 msgstr "B<lb_binary_local-packagelists>(1)"
974
975 #. type: Plain text
976 #: en/live-build.7:163
977 msgid "install local package lists into binary"
978 msgstr "installe les listes de paquets locaux dans le binaire"
979
980 #. type: IP
981 #: en/live-build.7:163
982 #, no-wrap
983 msgid "B<lb_binary_manifest>(1)"
984 msgstr "B<lb_binary_manifest>(1)"
985
986 #. type: Plain text
987 #: en/live-build.7:165
988 msgid "create manifest"
989 msgstr "crée le manifeste"
990
991 #. type: IP
992 #: en/live-build.7:165
993 #, no-wrap
994 msgid "B<lb_binary_checksums>(1)"
995 msgstr "B<lb_binary_checksums>(1)"
996
997 #. type: Plain text
998 #: en/live-build.7:167
999 msgid "create binary checksums (md5, sha1, and/or sha256)"
1000 msgstr "crée les sommes de vérification binaires (md5, sha1, et/ou sha256)"
1001
1002 #. type: IP
1003 #: en/live-build.7:167
1004 #, no-wrap
1005 msgid "B<lb_binary_memtest>(1)"
1006 msgstr "B<lb_binary_memtest>(1)"
1007
1008 #. type: Plain text
1009 #: en/live-build.7:169
1010 msgid "installs a memtest into binary"
1011 msgstr "installe memtest dans le binaire"
1012
1013 #. type: IP
1014 #: en/live-build.7:169
1015 #, no-wrap
1016 msgid "B<lb_binary_net>(1)"
1017 msgstr "B<lb_binary_net>(1)"
1018
1019 #. type: Plain text
1020 #: en/live-build.7:171
1021 msgid "build netboot binary image"
1022 msgstr "construit l'image binaire netboot"
1023
1024 #. type: IP
1025 #: en/live-build.7:171
1026 #, no-wrap
1027 msgid "B<lb_binary_rootfs>(1)"
1028 msgstr "B<lb_binary_rootfs>(1)"
1029
1030 #. type: Plain text
1031 #: en/live-build.7:173
1032 msgid "build rootfs image"
1033 msgstr "construit l'image rootfs"
1034
1035 #. type: IP
1036 #: en/live-build.7:173
1037 #, no-wrap
1038 msgid "B<lb_binary_syslinux>(1)"
1039 msgstr "B<lb_binary_syslinux>(1)"
1040
1041 #. type: Plain text
1042 #: en/live-build.7:175
1043 msgid "installs syslinux into binary"
1044 msgstr "installe syslinux dans le binaire"
1045
1046 #. type: IP
1047 #: en/live-build.7:175
1048 #, no-wrap
1049 msgid "B<lb_binary_tar>(1)"
1050 msgstr "B<lb_binary_tar>(1)"
1051
1052 #. type: Plain text
1053 #: en/live-build.7:177
1054 msgid "build harddisk binary image"
1055 msgstr "construit une image binaire pour disque dur"
1056
1057 #. type: IP
1058 #: en/live-build.7:177
1059 #, no-wrap
1060 msgid "B<lb_binary_hdd>(1)"
1061 msgstr "B<lb_binary_hdd>(1)"
1062
1063 #. type: Plain text
1064 #: en/live-build.7:179
1065 msgid "build binary hdd image"
1066 msgstr "construit une image binaire hdd"
1067
1068 #. type: IP
1069 #: en/live-build.7:179
1070 #, no-wrap
1071 msgid "B<lb_binary_win32-loader>(1)"
1072 msgstr "B<lb_binary_win32-loader>(1)"
1073
1074 #. type: Plain text
1075 #: en/live-build.7:181
1076 msgid "installs win32-loader into binary"
1077 msgstr "installe win32-loader dans le binaire"
1078
1079 #. type: SS
1080 #: en/live-build.7:181
1081 #, no-wrap
1082 msgid "Source commands"
1083 msgstr "Commandes source"
1084
1085 #. type: IP
1086 #: en/live-build.7:182
1087 #, no-wrap
1088 msgid "B<lb_source_debian>(1)"
1089 msgstr "B<lb_source_debian>(1)"
1090
1091 #. type: Plain text
1092 #: en/live-build.7:184
1093 msgid "download sources"
1094 msgstr "télécharge les sources"
1095
1096 #. type: IP
1097 #: en/live-build.7:184
1098 #, no-wrap
1099 msgid "B<lb_source_debian-live>(1)"
1100 msgstr "B<lb_source_debian-live>(1)"
1101
1102 #. type: Plain text
1103 #: en/live-build.7:186
1104 msgid "copy debian-live config into source"
1105 msgstr "copie la configuration debian-live dans la source"
1106
1107 #. type: IP
1108 #: en/live-build.7:186
1109 #, no-wrap
1110 msgid "B<lb_source_disk>(1)"
1111 msgstr "B<lb_source_disk>(1)"
1112
1113 #. type: Plain text
1114 #: en/live-build.7:188
1115 msgid "install disk information into source"
1116 msgstr "installe les informations de disque dans la source"
1117
1118 #. type: IP
1119 #: en/live-build.7:188
1120 #, no-wrap
1121 msgid "B<lb_source_iso>(1)"
1122 msgstr "B<lb_source_iso>(1)"
1123
1124 #. type: Plain text
1125 #: en/live-build.7:190
1126 msgid "build iso source image"
1127 msgstr "construit l'image source iso"
1128
1129 #. type: IP
1130 #: en/live-build.7:190
1131 #, no-wrap
1132 msgid "B<lb_source_checksums>(1)"
1133 msgstr "B<lb_source_checksums>(1)"
1134
1135 #. type: Plain text
1136 #: en/live-build.7:192
1137 msgid "create source checksums (md5, sha1, and/or sha256)"
1138 msgstr "crée les sommes de vérification binaires (md5, sha1, et/ou sha256)"
1139
1140 #. type: IP
1141 #: en/live-build.7:192
1142 #, no-wrap
1143 msgid "B<lb_source_net>(1)"
1144 msgstr "B<lb_source_net>(1)"
1145
1146 #. type: Plain text
1147 #: en/live-build.7:194
1148 msgid "build source net image"
1149 msgstr "construit l'image net source"
1150
1151 #. type: IP
1152 #: en/live-build.7:194
1153 #, no-wrap
1154 msgid "B<lb_source_tar>(1)"
1155 msgstr "B<lb_source_tar>(1)"
1156
1157 #. type: Plain text
1158 #: en/live-build.7:196
1159 msgid "build source tarball"
1160 msgstr "construit le tarball source"
1161
1162 #. type: IP
1163 #: en/live-build.7:196
1164 #, no-wrap
1165 msgid "B<lb_source_hdd>(1)"
1166 msgstr "B<lb_source_hdd>(1)"
1402 #: en/live-build.7:210
1403 #, fuzzy, no-wrap
1404 #| msgid "B<lb_chroot_sysfs>(1)"
1405 msgid "B<lb chroot_tmpfs>(1)"
1406 msgstr "B<lb_chroot_sysfs>(1)"
1407
1408 #. type: Plain text
1409 #: en/live-build.7:212
1410 msgid "manages configuration of dpkg to use a tmpfs filesystem"
1411 msgstr ""
1412
1413 #. type: IP
1414 #: en/live-build.7:212
1415 #, fuzzy, no-wrap
1416 #| msgid "B<lb_chroot_apt>(1)"
1417 msgid "B<lb chroot_upstart>(1)"
1418 msgstr "B<lb_chroot_apt>(1)"
11671419
11681420 #. FIXME
11691421 #. type: Plain text
1170 #: en/live-build.7:199
1171 msgid "build source hdd image"
1172 msgstr "construit l'image hdd source"
1422 #: en/live-build.7:215
1423 msgid ""
1424 "manages use of upstart /sbin/initctl program; in apply mode blocking "
1425 "execution through a dpkg diversion, and in remove mode enabling execution "
1426 "again"
1427 msgstr ""
11731428
11741429 #. type: SH
1175 #: en/live-build.7:200
1430 #: en/live-build.7:216
11761431 #, no-wrap
11771432 msgid "CONFIG FILES"
11781433 msgstr "FICHIERS DE CONFIGURATION"
11791434
11801435 #. FIXME
11811436 #. type: Plain text
1182 #: en/live-build.7:203
1437 #: en/live-build.7:219
11831438 msgid ""
11841439 "Many live-build commands make use of files in the I<config/> directory to "
11851440 "control what they do. Besides the common I<config/common>, which is used by "
11991454 "l'assistant)."
12001455
12011456 #. type: Plain text
1202 #: en/live-build.7:205
1203 msgid ""
1204 "For example, lb_bootstrap_debootstrap uses files named config/bootstrap and "
1457 #: en/live-build.7:221
1458 #, fuzzy
1459 #| msgid ""
1460 #| "For example, lb_bootstrap_debootstrap uses files named config/bootstrap "
1461 #| "and config/bootstrap_debootstrap to read the options it will use. See the "
1462 #| "man pages of individual commands for details about the names and formats "
1463 #| "of the files they use. Generally, these files contain variables with "
1464 #| "values assigned, one variable per line. Some programs in live-build use "
1465 #| "pairs of values or slightly more complicated variable assignments."
1466 msgid ""
1467 "For example, lb bootstrap_debootstrap uses files named config/bootstrap and "
12051468 "config/bootstrap_debootstrap to read the options it will use. See the man "
12061469 "pages of individual commands for details about the names and formats of the "
12071470 "files they use. Generally, these files contain variables with values "
12181481 "plus compliquées."
12191482
12201483 #. type: Plain text
1221 #: en/live-build.7:207
1484 #: en/live-build.7:223
12221485 msgid ""
12231486 "Note that live-build will respect environment variables which are present in "
12241487 "the context of the shell it is running. If variables can be read from config "
12361499 "build la paramètrera automatiquement à la valeur par défaut."
12371500
12381501 #. type: Plain text
1239 #: en/live-build.7:209
1502 #: en/live-build.7:225
12401503 msgid ""
12411504 "In some rare cases, you may want to have different versions of these files "
12421505 "for different architectures or distributions. If files named config/stage."
12561519
12571520 #. FIXME
12581521 #. type: Plain text
1259 #: en/live-build.7:212
1522 #: en/live-build.7:228
12601523 msgid ""
12611524 "All config files are shell scripts which are sourced by a live-build "
12621525 "program. That means they have to follow the normal shell syntax. You can "
12681531 "fichiers; les lignes commençant par des \"#\" sont ignorées."
12691532
12701533 #. type: IP
1271 #: en/live-build.7:214
1534 #: en/live-build.7:230
12721535 #, no-wrap
12731536 msgid "B</etc/live/build.conf>"
12741537 msgstr "B</etc/live/build.conf>"
12751538
12761539 #. type: IP
1277 #: en/live-build.7:215
1540 #: en/live-build.7:231
12781541 #, no-wrap
12791542 msgid "B</etc/live/build/*>"
12801543 msgstr "B</etc/live/build/*>"
44 msgid ""
55 msgstr ""
66 "Project-Id-Version: live-build\n"
7 "POT-Creation-Date: 2015-10-21 02:21+0200\n"
7 "POT-Creation-Date: 2017-08-29 14:07+0200\n"
88 "PO-Revision-Date: 2014-08-28 02:52+0900\n"
99 "Last-Translator: victory <[email protected]>\n"
1010 "Language-Team: none\n"
7878
7979 #. type: SH
8080 #: 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:223 en/lb_source.1:9
81 #: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:229 en/lb_source.1:9
8282 #: en/live-build.7:11
8383 #, no-wrap
8484 msgid "DESCRIPTION"
9595
9696 #. type: SH
9797 #: 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:232 en/lb_source.1:14
98 #: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:238 en/lb_source.1:14
9999 #: en/live-build.7:20
100100 #, no-wrap
101101 msgid "OPTIONS"
114114
115115 #. type: SH
116116 #: 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:462 en/lb_source.1:17
118 #: en/live-build.7:213
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
119119 #, no-wrap
120120 msgid "FILES"
121121 msgstr "ファイル"
129129
130130 #. type: SH
131131 #: 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:469 en/lb_source.1:20
133 #: en/live-build.7:217
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
134134 #, no-wrap
135135 msgid "SEE ALSO"
136136 msgstr "関連項目"
137137
138138 #. type: Plain text
139139 #: 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:471 en/lb_source.1:22
140 #: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:483 en/lb_source.1:22
141141 msgid "I<live-build>(7)"
142142 msgstr "I<live-build>(7)"
143143
144144 #. type: Plain text
145145 #: 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:477 en/lb_source.1:24
147 #: en/live-build.7:223
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
148148 msgid "This program is a part of live-build."
149149 msgstr "このプログラムは live-build の一部です。"
150150
151151 #. type: SH
152152 #: 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:478 en/lb_source.1:25
154 #: en/live-build.7:224
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
155155 #, no-wrap
156156 msgid "HOMEPAGE"
157157 msgstr "ホームページ"
158158
159159 #. type: Plain text
160160 #: 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:480 en/lb_source.1:27
162 #: en/live-build.7:226
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 "
166 #| "found on the homepage at E<lt>I<https://debian-live.alioth.debian.org/"
167 #| ">E<gt> and in the manual at E<lt>I<https://debian-live.alioth.debian.org/"
168 #| "manual/>E<gt>."
163169 msgid ""
164170 "More information about live-build and the Live Systems project can be found "
165 "on the homepage at E<lt>I<http://live-systems.org/>E<gt> and in the manual "
166 "at E<lt>I<http://live-systems.org/manual/>E<gt>."
171 "on the homepage at E<lt>I<https://debian-live.alioth.debian.org/>E<gt>."
167172 msgstr ""
168173 "live-build 及び Live システムプロジェクトについてのさらなる情報は、"
169 "E<lt>I<http://live-systems.org/>E<gt> のホームページや E<lt>I<http://live-"
170 "systems.org/manual/>E<gt> のマニュアルにあります。"
174 "E<lt>I<https://debian-live.alioth.debian.org/>E<gt> のホームページや "
175 "E<lt>I<http://live-systems.org/manual/>E<gt> のマニュアルにあります。"
171176
172177 #. type: SH
173178 #: 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:481 en/lb_source.1:28
175 #: en/live-build.7:227
179 #: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:493 en/lb_source.1:28
180 #: en/live-build.7:243
176181 #, no-wrap
177182 msgid "BUGS"
178183 msgstr "バグ"
179184
180185 #. type: Plain text
181186 #: 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:483 en/lb_source.1:30
183 #: en/live-build.7:229
187 #: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:495 en/lb_source.1:30
188 #: en/live-build.7:245
184189 msgid ""
185190 "Bugs can be reported by submitting a bugreport for the live-build package in "
186191 "the Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
194199
195200 #. type: SH
196201 #: 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:484 en/lb_source.1:31
198 #: en/live-build.7:230
202 #: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:496 en/lb_source.1:31
203 #: en/live-build.7:246
199204 #, no-wrap
200205 msgid "AUTHOR"
201206 msgstr "作者"
202207
203208 #. type: Plain text
204209 #: 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:485 en/lb_source.1:32
206 #: en/live-build.7:231
210 #: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:497 en/lb_source.1:32
211 #: en/live-build.7:247
207212 msgid ""
208213 "live-build was written by Daniel Baumann E<lt>I<[email protected]>E<gt>."
209214 msgstr ""
44 msgid ""
55 msgstr ""
66 "Project-Id-Version: live-build\n"
7 "POT-Creation-Date: 2015-10-21 02:21+0200\n"
7 "POT-Creation-Date: 2017-08-29 14:07+0200\n"
88 "PO-Revision-Date: 2014-08-28 02:52+0900\n"
99 "Last-Translator: victory <[email protected]>\n"
1010 "Language-Team: none\n"
6363
6464 #. type: SH
6565 #: 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:223 en/lb_source.1:9
66 #: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:229 en/lb_source.1:9
6767 #: en/live-build.7:11
6868 #, no-wrap
6969 msgid "DESCRIPTION"
7171
7272 #. type: SH
7373 #: 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:232 en/lb_source.1:14
74 #: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:238 en/lb_source.1:14
7575 #: en/live-build.7:20
7676 #, no-wrap
7777 msgid "OPTIONS"
7979
8080 #. type: SH
8181 #: 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:462 en/lb_source.1:17
83 #: en/live-build.7:213
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
8484 #, no-wrap
8585 msgid "FILES"
8686 msgstr "ファイル"
9494
9595 #. type: SH
9696 #: 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:469 en/lb_source.1:20
98 #: en/live-build.7:217
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
9999 #, no-wrap
100100 msgid "SEE ALSO"
101101 msgstr "関連項目"
102102
103103 #. type: Plain text
104104 #: 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:471 en/lb_source.1:22
105 #: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:483 en/lb_source.1:22
106106 msgid "I<live-build>(7)"
107107 msgstr "I<live-build>(7)"
108108
109109 #. type: Plain text
110110 #: 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:477 en/lb_source.1:24
112 #: en/live-build.7:223
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
113113 msgid "This program is a part of live-build."
114114 msgstr "このプログラムは live-build の一部です。"
115115
116116 #. type: SH
117117 #: 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:478 en/lb_source.1:25
119 #: en/live-build.7:224
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
120120 #, no-wrap
121121 msgid "HOMEPAGE"
122122 msgstr "ホームページ"
123123
124124 #. type: Plain text
125125 #: 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:480 en/lb_source.1:27
127 #: en/live-build.7:226
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 "
131 #| "found on the homepage at E<lt>I<https://debian-live.alioth.debian.org/"
132 #| ">E<gt> and in the manual at E<lt>I<https://debian-live.alioth.debian.org/"
133 #| "manual/>E<gt>."
128134 msgid ""
129135 "More information about live-build and the Live Systems project can be found "
130 "on the homepage at E<lt>I<http://live-systems.org/>E<gt> and in the manual "
131 "at E<lt>I<http://live-systems.org/manual/>E<gt>."
136 "on the homepage at E<lt>I<https://debian-live.alioth.debian.org/>E<gt>."
132137 msgstr ""
133138 "live-build 及び Live システムプロジェクトについてのさらなる情報は、"
134 "E<lt>I<http://live-systems.org/>E<gt> のホームページや E<lt>I<http://live-"
135 "systems.org/manual/>E<gt> のマニュアルにあります。"
139 "E<lt>I<https://debian-live.alioth.debian.org/>E<gt> のホームページや "
140 "E<lt>I<http://live-systems.org/manual/>E<gt> のマニュアルにあります。"
136141
137142 #. type: SH
138143 #: 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:481 en/lb_source.1:28
140 #: en/live-build.7:227
144 #: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:493 en/lb_source.1:28
145 #: en/live-build.7:243
141146 #, no-wrap
142147 msgid "BUGS"
143148 msgstr "バグ"
144149
145150 #. type: Plain text
146151 #: 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:483 en/lb_source.1:30
148 #: en/live-build.7:229
152 #: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:495 en/lb_source.1:30
153 #: en/live-build.7:245
149154 msgid ""
150155 "Bugs can be reported by submitting a bugreport for the live-build package in "
151156 "the Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
159164
160165 #. type: SH
161166 #: 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:484 en/lb_source.1:31
163 #: en/live-build.7:230
167 #: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:496 en/lb_source.1:31
168 #: en/live-build.7:246
164169 #, no-wrap
165170 msgid "AUTHOR"
166171 msgstr "作者"
167172
168173 #. type: Plain text
169174 #: 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:485 en/lb_source.1:32
171 #: en/live-build.7:231
175 #: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:497 en/lb_source.1:32
176 #: en/live-build.7:247
172177 msgid ""
173178 "live-build was written by Daniel Baumann E<lt>I<[email protected]>E<gt>."
174179 msgstr ""
177182
178183 #. type: Plain text
179184 #: en/lb_binary.1:5
180 msgid "B<lb binary> - Complete the binary stage"
185 #, fuzzy
186 #| msgid "B<lb binary> - Complete the binary stage"
187 msgid "B<lb_binary> - Complete the binary stage"
181188 msgstr "B<lb binary> - バイナリ段階を完了させます"
182189
183190 #. type: Plain text
44 msgid ""
55 msgstr ""
66 "Project-Id-Version: live-build\n"
7 "POT-Creation-Date: 2015-10-21 02:21+0200\n"
7 "POT-Creation-Date: 2017-08-29 14:07+0200\n"
88 "PO-Revision-Date: 2014-08-29 06:25+0900\n"
99 "Last-Translator: victory <[email protected]>\n"
1010 "Language-Team: none\n"
6363
6464 #. type: SH
6565 #: 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:223 en/lb_source.1:9
66 #: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:229 en/lb_source.1:9
6767 #: en/live-build.7:11
6868 #, no-wrap
6969 msgid "DESCRIPTION"
7171
7272 #. type: SH
7373 #: 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:232 en/lb_source.1:14
74 #: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:238 en/lb_source.1:14
7575 #: en/live-build.7:20
7676 #, no-wrap
7777 msgid "OPTIONS"
7979
8080 #. type: SH
8181 #: 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:462 en/lb_source.1:17
83 #: en/live-build.7:213
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
8484 #, no-wrap
8585 msgid "FILES"
8686 msgstr "ファイル"
9494
9595 #. type: SH
9696 #: 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:469 en/lb_source.1:20
98 #: en/live-build.7:217
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
9999 #, no-wrap
100100 msgid "SEE ALSO"
101101 msgstr "関連項目"
102102
103103 #. type: Plain text
104104 #: 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:471 en/lb_source.1:22
105 #: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:483 en/lb_source.1:22
106106 msgid "I<live-build>(7)"
107107 msgstr "I<live-build>(7)"
108108
109109 #. type: Plain text
110110 #: 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:477 en/lb_source.1:24
112 #: en/live-build.7:223
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
113113 msgid "This program is a part of live-build."
114114 msgstr "このプログラムは live-build の一部です。"
115115
116116 #. type: SH
117117 #: 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:478 en/lb_source.1:25
119 #: en/live-build.7:224
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
120120 #, no-wrap
121121 msgid "HOMEPAGE"
122122 msgstr "ホームページ"
123123
124124 #. type: Plain text
125125 #: 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:480 en/lb_source.1:27
127 #: en/live-build.7:226
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 "
131 #| "found on the homepage at E<lt>I<https://debian-live.alioth.debian.org/"
132 #| ">E<gt> and in the manual at E<lt>I<https://debian-live.alioth.debian.org/"
133 #| "manual/>E<gt>."
128134 msgid ""
129135 "More information about live-build and the Live Systems project can be found "
130 "on the homepage at E<lt>I<http://live-systems.org/>E<gt> and in the manual "
131 "at E<lt>I<http://live-systems.org/manual/>E<gt>."
136 "on the homepage at E<lt>I<https://debian-live.alioth.debian.org/>E<gt>."
132137 msgstr ""
133138 "live-build 及び Live システムプロジェクトについてのさらなる情報は、"
134 "E<lt>I<http://live-systems.org/>E<gt> のホームページや E<lt>I<http://live-"
135 "systems.org/manual/>E<gt> のマニュアルにあります。"
139 "E<lt>I<https://debian-live.alioth.debian.org/>E<gt> のホームページや "
140 "E<lt>I<http://live-systems.org/manual/>E<gt> のマニュアルにあります。"
136141
137142 #. type: SH
138143 #: 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:481 en/lb_source.1:28
140 #: en/live-build.7:227
144 #: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:493 en/lb_source.1:28
145 #: en/live-build.7:243
141146 #, no-wrap
142147 msgid "BUGS"
143148 msgstr "バグ"
144149
145150 #. type: Plain text
146151 #: 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:483 en/lb_source.1:30
148 #: en/live-build.7:229
152 #: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:495 en/lb_source.1:30
153 #: en/live-build.7:245
149154 msgid ""
150155 "Bugs can be reported by submitting a bugreport for the live-build package in "
151156 "the Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
159164
160165 #. type: SH
161166 #: 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:484 en/lb_source.1:31
163 #: en/live-build.7:230
167 #: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:496 en/lb_source.1:31
168 #: en/live-build.7:246
164169 #, no-wrap
165170 msgid "AUTHOR"
166171 msgstr "作者"
167172
168173 #. type: Plain text
169174 #: 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:485 en/lb_source.1:32
171 #: en/live-build.7:231
175 #: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:497 en/lb_source.1:32
176 #: en/live-build.7:247
172177 msgid ""
173178 "live-build was written by Daniel Baumann E<lt>I<[email protected]>E<gt>."
174179 msgstr ""
177182
178183 #. type: Plain text
179184 #: en/lb_bootstrap.1:5
180 msgid "B<lb bootstrap> - Complete the bootstrap stage"
185 #, fuzzy
186 #| msgid "B<lb bootstrap> - Complete the bootstrap stage"
187 msgid "B<lb_bootstrap> - Complete the bootstrap stage"
181188 msgstr "B<lb bootstrap> - パッケージ収集段階を完了させます"
182189
183190 #. type: Plain text
44 msgid ""
55 msgstr ""
66 "Project-Id-Version: live-build\n"
7 "POT-Creation-Date: 2015-10-21 02:21+0200\n"
7 "POT-Creation-Date: 2017-08-29 14:07+0200\n"
88 "PO-Revision-Date: 2014-08-28 02:52+0900\n"
99 "Last-Translator: victory <[email protected]>\n"
1010 "Language-Team: none\n"
6363
6464 #. type: SH
6565 #: 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:223 en/lb_source.1:9
66 #: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:229 en/lb_source.1:9
6767 #: en/live-build.7:11
6868 #, no-wrap
6969 msgid "DESCRIPTION"
7171
7272 #. type: SH
7373 #: 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:232 en/lb_source.1:14
74 #: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:238 en/lb_source.1:14
7575 #: en/live-build.7:20
7676 #, no-wrap
7777 msgid "OPTIONS"
7979
8080 #. type: SH
8181 #: 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:462 en/lb_source.1:17
83 #: en/live-build.7:213
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
8484 #, no-wrap
8585 msgid "FILES"
8686 msgstr "ファイル"
8787
8888 #. type: SH
8989 #: 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:469 en/lb_source.1:20
91 #: en/live-build.7:217
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
9292 #, no-wrap
9393 msgid "SEE ALSO"
9494 msgstr "関連項目"
9595
9696 #. type: Plain text
9797 #: 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:471 en/lb_source.1:22
98 #: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:483 en/lb_source.1:22
9999 msgid "I<live-build>(7)"
100100 msgstr "I<live-build>(7)"
101101
102102 #. type: Plain text
103103 #: 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:477 en/lb_source.1:24
105 #: en/live-build.7:223
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
106106 msgid "This program is a part of live-build."
107107 msgstr "このプログラムは live-build の一部です。"
108108
109109 #. type: SH
110110 #: 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:478 en/lb_source.1:25
112 #: en/live-build.7:224
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
113113 #, no-wrap
114114 msgid "HOMEPAGE"
115115 msgstr "ホームページ"
116116
117117 #. type: Plain text
118118 #: 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:480 en/lb_source.1:27
120 #: en/live-build.7:226
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 "
124 #| "found on the homepage at E<lt>I<https://debian-live.alioth.debian.org/"
125 #| ">E<gt> and in the manual at E<lt>I<https://debian-live.alioth.debian.org/"
126 #| "manual/>E<gt>."
121127 msgid ""
122128 "More information about live-build and the Live Systems project can be found "
123 "on the homepage at E<lt>I<http://live-systems.org/>E<gt> and in the manual "
124 "at E<lt>I<http://live-systems.org/manual/>E<gt>."
129 "on the homepage at E<lt>I<https://debian-live.alioth.debian.org/>E<gt>."
125130 msgstr ""
126131 "live-build 及び Live システムプロジェクトについてのさらなる情報は、"
127 "E<lt>I<http://live-systems.org/>E<gt> のホームページや E<lt>I<http://live-"
128 "systems.org/manual/>E<gt> のマニュアルにあります。"
132 "E<lt>I<https://debian-live.alioth.debian.org/>E<gt> のホームページや "
133 "E<lt>I<http://live-systems.org/manual/>E<gt> のマニュアルにあります。"
129134
130135 #. type: SH
131136 #: 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:481 en/lb_source.1:28
133 #: en/live-build.7:227
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
134139 #, no-wrap
135140 msgid "BUGS"
136141 msgstr "バグ"
137142
138143 #. type: Plain text
139144 #: 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:483 en/lb_source.1:30
141 #: en/live-build.7:229
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
142147 msgid ""
143148 "Bugs can be reported by submitting a bugreport for the live-build package in "
144149 "the Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
152157
153158 #. type: SH
154159 #: 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:484 en/lb_source.1:31
156 #: en/live-build.7:230
160 #: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:496 en/lb_source.1:31
161 #: en/live-build.7:246
157162 #, no-wrap
158163 msgid "AUTHOR"
159164 msgstr "作者"
160165
161166 #. type: Plain text
162167 #: 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:485 en/lb_source.1:32
164 #: en/live-build.7:231
168 #: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:497 en/lb_source.1:32
169 #: en/live-build.7:247
165170 msgid ""
166171 "live-build was written by Daniel Baumann E<lt>I<[email protected]>E<gt>."
167172 msgstr ""
170175
171176 #. type: Plain text
172177 #: en/lb_build.1:5
173 msgid "B<lb build> - Complete the bootstrap, chroot, binary, and source stages"
178 #, fuzzy
179 #| msgid ""
180 #| "B<lb build> - Complete the bootstrap, chroot, binary, and source stages"
181 msgid "B<lb_build> - Complete the bootstrap, chroot, binary, and source stages"
174182 msgstr ""
175183 "B<lb build> - パッケージ収集、chroot、バイナリ、ソース段階を完了させます"
176184
44 msgid ""
55 msgstr ""
66 "Project-Id-Version: live-build\n"
7 "POT-Creation-Date: 2015-10-21 02:21+0200\n"
7 "POT-Creation-Date: 2017-08-29 14:07+0200\n"
88 "PO-Revision-Date: 2014-08-28 02:52+0900\n"
99 "Last-Translator: victory <[email protected]>\n"
1010 "Language-Team: none\n"
6363
6464 #. type: SH
6565 #: 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:223 en/lb_source.1:9
66 #: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:229 en/lb_source.1:9
6767 #: en/live-build.7:11
6868 #, no-wrap
6969 msgid "DESCRIPTION"
7171
7272 #. type: SH
7373 #: 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:232 en/lb_source.1:14
74 #: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:238 en/lb_source.1:14
7575 #: en/live-build.7:20
7676 #, no-wrap
7777 msgid "OPTIONS"
7979
8080 #. type: SH
8181 #: 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:462 en/lb_source.1:17
83 #: en/live-build.7:213
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
8484 #, no-wrap
8585 msgid "FILES"
8686 msgstr "ファイル"
9494
9595 #. type: SH
9696 #: 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:469 en/lb_source.1:20
98 #: en/live-build.7:217
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
9999 #, no-wrap
100100 msgid "SEE ALSO"
101101 msgstr "関連項目"
102102
103103 #. type: Plain text
104104 #: 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:471 en/lb_source.1:22
105 #: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:483 en/lb_source.1:22
106106 msgid "I<live-build>(7)"
107107 msgstr "I<live-build>(7)"
108108
109109 #. type: Plain text
110110 #: 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:477 en/lb_source.1:24
112 #: en/live-build.7:223
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
113113 msgid "This program is a part of live-build."
114114 msgstr "このプログラムは live-build の一部です。"
115115
116116 #. type: SH
117117 #: 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:478 en/lb_source.1:25
119 #: en/live-build.7:224
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
120120 #, no-wrap
121121 msgid "HOMEPAGE"
122122 msgstr "ホームページ"
123123
124124 #. type: Plain text
125125 #: 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:480 en/lb_source.1:27
127 #: en/live-build.7:226
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 "
131 #| "found on the homepage at E<lt>I<https://debian-live.alioth.debian.org/"
132 #| ">E<gt> and in the manual at E<lt>I<https://debian-live.alioth.debian.org/"
133 #| "manual/>E<gt>."
128134 msgid ""
129135 "More information about live-build and the Live Systems project can be found "
130 "on the homepage at E<lt>I<http://live-systems.org/>E<gt> and in the manual "
131 "at E<lt>I<http://live-systems.org/manual/>E<gt>."
136 "on the homepage at E<lt>I<https://debian-live.alioth.debian.org/>E<gt>."
132137 msgstr ""
133138 "live-build 及び Live システムプロジェクトについてのさらなる情報は、"
134 "E<lt>I<http://live-systems.org/>E<gt> のホームページや E<lt>I<http://live-"
135 "systems.org/manual/>E<gt> のマニュアルにあります。"
139 "E<lt>I<https://debian-live.alioth.debian.org/>E<gt> のホームページや "
140 "E<lt>I<http://live-systems.org/manual/>E<gt> のマニュアルにあります。"
136141
137142 #. type: SH
138143 #: 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:481 en/lb_source.1:28
140 #: en/live-build.7:227
144 #: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:493 en/lb_source.1:28
145 #: en/live-build.7:243
141146 #, no-wrap
142147 msgid "BUGS"
143148 msgstr "バグ"
144149
145150 #. type: Plain text
146151 #: 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:483 en/lb_source.1:30
148 #: en/live-build.7:229
152 #: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:495 en/lb_source.1:30
153 #: en/live-build.7:245
149154 msgid ""
150155 "Bugs can be reported by submitting a bugreport for the live-build package in "
151156 "the Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
159164
160165 #. type: SH
161166 #: 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:484 en/lb_source.1:31
163 #: en/live-build.7:230
167 #: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:496 en/lb_source.1:31
168 #: en/live-build.7:246
164169 #, no-wrap
165170 msgid "AUTHOR"
166171 msgstr "作者"
167172
168173 #. type: Plain text
169174 #: 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:485 en/lb_source.1:32
171 #: en/live-build.7:231
175 #: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:497 en/lb_source.1:32
176 #: en/live-build.7:247
172177 msgid ""
173178 "live-build was written by Daniel Baumann E<lt>I<[email protected]>E<gt>."
174179 msgstr ""
177182
178183 #. type: Plain text
179184 #: en/lb_chroot.1:5
180 msgid "B<lb chroot> - Complete the chroot stage"
185 #, fuzzy
186 #| msgid "B<lb chroot> - Complete the chroot stage"
187 msgid "B<lb_chroot> - Complete the chroot stage"
181188 msgstr "B<lb chroot> - chroot 段階を完了させます"
182189
183190 #. type: Plain text
44 msgid ""
55 msgstr ""
66 "Project-Id-Version: live-build\n"
7 "POT-Creation-Date: 2015-10-21 02:21+0200\n"
7 "POT-Creation-Date: 2017-08-29 14:07+0200\n"
88 "PO-Revision-Date: 2014-08-28 02:52+0900\n"
99 "Last-Translator: victory <[email protected]>\n"
1010 "Language-Team: none\n"
6363
6464 #. type: SH
6565 #: 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:223 en/lb_source.1:9
66 #: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:229 en/lb_source.1:9
6767 #: en/live-build.7:11
6868 #, no-wrap
6969 msgid "DESCRIPTION"
7171
7272 #. type: SH
7373 #: 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:232 en/lb_source.1:14
74 #: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:238 en/lb_source.1:14
7575 #: en/live-build.7:20
7676 #, no-wrap
7777 msgid "OPTIONS"
7979
8080 #. type: SH
8181 #: 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:462 en/lb_source.1:17
83 #: en/live-build.7:213
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
8484 #, no-wrap
8585 msgid "FILES"
8686 msgstr "ファイル"
8787
8888 #. type: SH
8989 #: 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:469 en/lb_source.1:20
91 #: en/live-build.7:217
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
9292 #, no-wrap
9393 msgid "SEE ALSO"
9494 msgstr "関連項目"
9595
9696 #. type: Plain text
9797 #: 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:471 en/lb_source.1:22
98 #: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:483 en/lb_source.1:22
9999 msgid "I<live-build>(7)"
100100 msgstr "I<live-build>(7)"
101101
102102 #. type: Plain text
103103 #: 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:477 en/lb_source.1:24
105 #: en/live-build.7:223
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
106106 msgid "This program is a part of live-build."
107107 msgstr "このプログラムは live-build の一部です。"
108108
109109 #. type: SH
110110 #: 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:478 en/lb_source.1:25
112 #: en/live-build.7:224
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
113113 #, no-wrap
114114 msgid "HOMEPAGE"
115115 msgstr "ホームページ"
116116
117117 #. type: Plain text
118118 #: 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:480 en/lb_source.1:27
120 #: en/live-build.7:226
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 "
124 #| "found on the homepage at E<lt>I<https://debian-live.alioth.debian.org/"
125 #| ">E<gt> and in the manual at E<lt>I<https://debian-live.alioth.debian.org/"
126 #| "manual/>E<gt>."
121127 msgid ""
122128 "More information about live-build and the Live Systems project can be found "
123 "on the homepage at E<lt>I<http://live-systems.org/>E<gt> and in the manual "
124 "at E<lt>I<http://live-systems.org/manual/>E<gt>."
129 "on the homepage at E<lt>I<https://debian-live.alioth.debian.org/>E<gt>."
125130 msgstr ""
126131 "live-build 及び Live システムプロジェクトについてのさらなる情報は、"
127 "E<lt>I<http://live-systems.org/>E<gt> のホームページや E<lt>I<http://live-"
128 "systems.org/manual/>E<gt> のマニュアルにあります。"
132 "E<lt>I<https://debian-live.alioth.debian.org/>E<gt> のホームページや "
133 "E<lt>I<http://live-systems.org/manual/>E<gt> のマニュアルにあります。"
129134
130135 #. type: SH
131136 #: 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:481 en/lb_source.1:28
133 #: en/live-build.7:227
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
134139 #, no-wrap
135140 msgid "BUGS"
136141 msgstr "バグ"
137142
138143 #. type: Plain text
139144 #: 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:483 en/lb_source.1:30
141 #: en/live-build.7:229
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
142147 msgid ""
143148 "Bugs can be reported by submitting a bugreport for the live-build package in "
144149 "the Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
152157
153158 #. type: SH
154159 #: 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:484 en/lb_source.1:31
156 #: en/live-build.7:230
160 #: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:496 en/lb_source.1:31
161 #: en/live-build.7:246
157162 #, no-wrap
158163 msgid "AUTHOR"
159164 msgstr "作者"
160165
161166 #. type: Plain text
162167 #: 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:485 en/lb_source.1:32
164 #: en/live-build.7:231
168 #: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:497 en/lb_source.1:32
169 #: en/live-build.7:247
165170 msgid ""
166171 "live-build was written by Daniel Baumann E<lt>I<[email protected]>E<gt>."
167172 msgstr ""
170175
171176 #. type: Plain text
172177 #: en/lb_clean.1:5
173 msgid "B<lb clean> - Clean build directory"
178 #, fuzzy
179 #| msgid "B<lb clean> - Clean build directory"
180 msgid "B<lb_clean> - Clean build directory"
174181 msgstr "B<lb clean> - 設定ディレクトリを掃除します"
175182
176183 #. type: Plain text
44 msgid ""
55 msgstr ""
66 "Project-Id-Version: live-build\n"
7 "POT-Creation-Date: 2015-10-21 02:21+0200\n"
7 "POT-Creation-Date: 2017-08-29 14:07+0200\n"
88 "PO-Revision-Date: 2015-02-07 14:57+0900\n"
99 "Last-Translator: victory <[email protected]>\n"
1010 "Language-Team: none\n"
6363
6464 #. type: SH
6565 #: 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:223 en/lb_source.1:9
66 #: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:229 en/lb_source.1:9
6767 #: en/live-build.7:11
6868 #, no-wrap
6969 msgid "DESCRIPTION"
7171
7272 #. type: SH
7373 #: 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:232 en/lb_source.1:14
74 #: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:238 en/lb_source.1:14
7575 #: en/live-build.7:20
7676 #, no-wrap
7777 msgid "OPTIONS"
7979
8080 #. type: SH
8181 #: 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:462 en/lb_source.1:17
83 #: en/live-build.7:213
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
8484 #, no-wrap
8585 msgid "FILES"
8686 msgstr "ファイル"
8787
8888 #. type: SH
8989 #: 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:469 en/lb_source.1:20
91 #: en/live-build.7:217
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
9292 #, no-wrap
9393 msgid "SEE ALSO"
9494 msgstr "関連項目"
9595
9696 #. type: Plain text
9797 #: 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:471 en/lb_source.1:22
98 #: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:483 en/lb_source.1:22
9999 msgid "I<live-build>(7)"
100100 msgstr "I<live-build>(7)"
101101
102102 #. type: Plain text
103103 #: 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:477 en/lb_source.1:24
105 #: en/live-build.7:223
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
106106 msgid "This program is a part of live-build."
107107 msgstr "このプログラムは live-build の一部です。"
108108
109109 #. type: SH
110110 #: 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:478 en/lb_source.1:25
112 #: en/live-build.7:224
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
113113 #, no-wrap
114114 msgid "HOMEPAGE"
115115 msgstr "ホームページ"
116116
117117 #. type: Plain text
118118 #: 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:480 en/lb_source.1:27
120 #: en/live-build.7:226
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 "
124 #| "found on the homepage at E<lt>I<https://debian-live.alioth.debian.org/"
125 #| ">E<gt> and in the manual at E<lt>I<https://debian-live.alioth.debian.org/"
126 #| "manual/>E<gt>."
121127 msgid ""
122128 "More information about live-build and the Live Systems project can be found "
123 "on the homepage at E<lt>I<http://live-systems.org/>E<gt> and in the manual "
124 "at E<lt>I<http://live-systems.org/manual/>E<gt>."
129 "on the homepage at E<lt>I<https://debian-live.alioth.debian.org/>E<gt>."
125130 msgstr ""
126131 "live-build 及び Live システムプロジェクトについてのさらなる情報は、"
127 "E<lt>I<http://live-systems.org/>E<gt> のホームページや E<lt>I<http://live-"
128 "systems.org/manual/>E<gt> のマニュアルにあります。"
132 "E<lt>I<https://debian-live.alioth.debian.org/>E<gt> のホームページや "
133 "E<lt>I<http://live-systems.org/manual/>E<gt> のマニュアルにあります。"
129134
130135 #. type: SH
131136 #: 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:481 en/lb_source.1:28
133 #: en/live-build.7:227
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
134139 #, no-wrap
135140 msgid "BUGS"
136141 msgstr "バグ"
137142
138143 #. type: Plain text
139144 #: 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:483 en/lb_source.1:30
141 #: en/live-build.7:229
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
142147 msgid ""
143148 "Bugs can be reported by submitting a bugreport for the live-build package in "
144149 "the Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
152157
153158 #. type: SH
154159 #: 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:484 en/lb_source.1:31
156 #: en/live-build.7:230
160 #: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:496 en/lb_source.1:31
161 #: en/live-build.7:246
157162 #, no-wrap
158163 msgid "AUTHOR"
159164 msgstr "作者"
160165
161166 #. type: Plain text
162167 #: 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:485 en/lb_source.1:32
164 #: en/live-build.7:231
168 #: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:497 en/lb_source.1:32
169 #: en/live-build.7:247
165170 msgid ""
166171 "live-build was written by Daniel Baumann E<lt>I<[email protected]>E<gt>."
167172 msgstr ""
170175
171176 #. type: Plain text
172177 #: en/lb_config.1:5
173 msgid "B<lb config> - Create config directory"
178 #, fuzzy
179 #| msgid "B<lb config> - Create config directory"
180 msgid "B<lb_config> - Create config directory"
174181 msgstr "B<lb config> - 設定ディレクトリを作成します"
175182
176183 #. type: Plain text
261268
262269 #. type: Plain text
263270 #: en/lb_config.1:43
264 msgid " [B<--bootloader> grub|grub2|syslinux]"
271 #, fuzzy
272 #| msgid " [B<--bootappend-live> I<PARAMETER>|I<\"PARAMETERS\">]"
273 msgid " [B<--bootappend-live-failsafe> I<PARAMETER>|I<\"PARAMETERS\">]"
274 msgstr " [B<--bootappend-live> I<パラメータ>|I<\"パラメータ\">]"
275
276 #. type: Plain text
277 #: en/lb_config.1:45
278 #, fuzzy
279 #| msgid " [B<--bootloader> grub|grub2|syslinux]"
280 msgid " [B<--bootloaders> grub-legacy|grub-pc|syslinux|grub-efi]"
265281 msgstr " [B<--bootloader> grub|grub2|syslinux]"
266282
267283 #. type: Plain text
268 #: en/lb_config.1:45
284 #: en/lb_config.1:47
269285 msgid " [B<--cache> true|false]"
270286 msgstr " [B<--cache> true|false]"
271287
272288 #. type: Plain text
273 #: en/lb_config.1:47
289 #: en/lb_config.1:49
274290 msgid " [B<--cache-indices> true|false]"
275291 msgstr " [B<--cache-indices> true|false]"
276292
277293 #. type: Plain text
278 #: en/lb_config.1:49
294 #: en/lb_config.1:51
279295 msgid " [B<--cache-packages> true|false]"
280296 msgstr " [B<--cache-packages> true|false]"
281297
282298 #. type: Plain text
283 #: en/lb_config.1:51
299 #: en/lb_config.1:53
284300 msgid " [B<--cache-stages> I<STAGE>|I<\"STAGES\">]"
285301 msgstr " [B<--cache-stages> I<段階>|I<\"段階\">]"
286302
287303 #. type: Plain text
288 #: en/lb_config.1:53
304 #: en/lb_config.1:55
289305 msgid " [B<--checksums> md5|sha1|sha256|none]"
290306 msgstr " [B<--checksums> md5|sha1|sha256|none]"
291307
292308 #. type: Plain text
293 #: en/lb_config.1:55
309 #: en/lb_config.1:57
294310 msgid " [B<--compression> bzip2|gzip|lzip|none]"
295311 msgstr " [B<--compression> bzip2|gzip|lzip|none]"
296312
297313 #. type: Plain text
298 #: en/lb_config.1:57
314 #: en/lb_config.1:59
299315 msgid " [B<--config> I<GIT_URL::GIT_ID>]"
300316 msgstr " [B<--config> I<GIT_URL::GIT_ID>]"
301317
302318 #. type: Plain text
303 #: en/lb_config.1:59
319 #: en/lb_config.1:61
304320 msgid " [B<--build-with-chroot> true|false]"
305321 msgstr " [B<--build-with-chroot> true|false]"
306322
307323 #. type: Plain text
308 #: en/lb_config.1:61
324 #: en/lb_config.1:63
309325 msgid " [B<--chroot-filesystem> ext2|ext3|ext4|squashfs|jffs2|none]"
310326 msgstr " [B<--chroot-filesystem> ext2|ext3|ext4|squashfs|jffs2|none]"
311327
312328 #. type: Plain text
313 #: en/lb_config.1:63
329 #: en/lb_config.1:65
314330 msgid " [B<--clean>]"
315331 msgstr " [B<--clean>]"
316332
317333 #. type: Plain text
318 #: en/lb_config.1:65
334 #: en/lb_config.1:67
319335 msgid " [-c|B<--conffile> I<FILE>]"
320336 msgstr " [-c|B<--conffile> I<ファイル>]"
321337
322338 #. type: Plain text
323 #: en/lb_config.1:67
339 #: en/lb_config.1:69
324340 msgid " [B<--debconf-frontend> dialog|editor|noninteractive|readline]"
325341 msgstr " [B<--debconf-frontend> dialog|editor|noninteractive|readline]"
326342
327343 #. type: Plain text
328 #: en/lb_config.1:69
344 #: en/lb_config.1:71
329345 msgid " [B<--debconf-priority> low|medium|high|critical]"
330346 msgstr " [B<--debconf-priority> low|medium|high|critical]"
331347
332348 #. type: Plain text
333 #: en/lb_config.1:71
349 #: en/lb_config.1:73
334350 msgid ""
335351 " [B<--debian-installer> true|cdrom|netinst|netboot|businesscard|live|false]"
336352 msgstr ""
337353 " [B<--debian-installer> true|cdrom|netinst|netboot|businesscard|live|false]"
338354
339355 #. type: Plain text
340 #: en/lb_config.1:73
356 #: en/lb_config.1:75
341357 msgid " [B<--debian-installer-distribution> daily|I<CODENAME>]"
342358 msgstr " [B<--debian-installer-distribution> daily|I<コード名>]"
343359
344360 #. type: Plain text
345 #: en/lb_config.1:75
361 #: en/lb_config.1:77
346362 msgid " [B<--debian-installer-preseedfile> I<FILE>|I<URL>]"
347363 msgstr " [B<--debian-installer-preseedfile> I<ファイル>|I<URL>]"
348364
349365 #. type: Plain text
350 #: en/lb_config.1:77
366 #: en/lb_config.1:79
351367 msgid " [B<--debian-installer-gui> true|false]"
352368 msgstr " [B<--debian-installer-gui> true|false]"
353369
354370 #. type: Plain text
355 #: en/lb_config.1:79
371 #: en/lb_config.1:81
372 #, fuzzy
373 #| msgid " [B<--net-root-mountoptions> I<OPTIONS>]"
374 msgid " [B<--debootstrap-options> I<OPTIONS>]"
375 msgstr " [B<--net-root-mountoptions> I<オプション>]"
376
377 #. type: Plain text
378 #: en/lb_config.1:83
379 #, fuzzy
380 #| msgid " [B<--mirror-bootstrap> I<URL>]"
381 msgid " [B<--debootstrap-script> I<SCRIPT>]"
382 msgstr " [B<--mirror-bootstrap> I<URL>]"
383
384 #. type: Plain text
385 #: en/lb_config.1:85
356386 msgid " [B<--debug>]"
357387 msgstr " [B<--debug>]"
358388
359389 #. type: Plain text
360 #: en/lb_config.1:81
390 #: en/lb_config.1:87
361391 msgid " [-d|B<--distribution> I<CODENAME>]"
362392 msgstr " [-d|B<--distribution> I<コード名>]"
363393
364394 #. type: Plain text
365 #: en/lb_config.1:83
395 #: en/lb_config.1:89
366396 msgid " [B<--parent-distribution> I<CODENAME>]"
367397 msgstr " [B<--parent-distribution> I<コード名>]"
368398
369399 #. type: Plain text
370 #: en/lb_config.1:85
400 #: en/lb_config.1:91
371401 msgid " [B<--parent-debian-installer-distribution> I<CODENAME>]"
372402 msgstr " [B<--parent-debian-installer-distribution> I<コード名>]"
373403
374404 #. type: Plain text
375 #: en/lb_config.1:87
405 #: en/lb_config.1:93
376406 msgid " [B<--dump>]"
377407 msgstr " [B<--dump>]"
378408
379409 #. type: Plain text
380 #: en/lb_config.1:89
410 #: en/lb_config.1:95
381411 msgid " [B<--fdisk> fdisk|fdisk.dist]"
382412 msgstr " [B<--fdisk> fdisk|fdisk.dist]"
383413
384414 #. type: Plain text
385 #: en/lb_config.1:91
415 #: en/lb_config.1:97
386416 msgid " [B<--firmware-binary true|false>]"
387417 msgstr " [B<--firmware-binary true|false>]"
388418
389419 #. type: Plain text
390 #: en/lb_config.1:93
420 #: en/lb_config.1:99
391421 msgid " [B<--firmware-chroot true|false>]"
392422 msgstr " [B<--firmware-chroot true|false>]"
393423
394424 #. type: Plain text
395 #: en/lb_config.1:95
425 #: en/lb_config.1:101
396426 msgid " [B<--force>]"
397427 msgstr " [B<--force>]"
398428
399429 #. type: Plain text
400 #: en/lb_config.1:97
430 #: en/lb_config.1:103
401431 msgid " [B<--grub-splash> I<FILE>]"
402432 msgstr " [B<--grub-splash> I<ファイル>]"
403433
404434 #. type: Plain text
405 #: en/lb_config.1:99
435 #: en/lb_config.1:105
406436 msgid " [B<--gzip-options> I<OPTION>|\"I<OPTIONS>\"]"
407437 msgstr " [B<--gzip-options> I<オプション>|\"I<オプション>\"]"
408438
409439 #. type: Plain text
410 #: en/lb_config.1:101
440 #: en/lb_config.1:107
411441 msgid " [B<--hooks> I<FILE>]"
412442 msgstr " [B<--hooks> I<ファイル>]"
413443
414444 #. type: Plain text
415 #: en/lb_config.1:103
445 #: en/lb_config.1:109
416446 msgid " [B<--ignore-system-defaults>]"
417447 msgstr " [B<--ignore-system-defaults>]"
418448
419449 #. type: Plain text
420 #: en/lb_config.1:105
450 #: en/lb_config.1:111
421451 msgid " [B<--initramfs> auto|none|live-boot|casper]"
422452 msgstr " [B<--initramfs> auto|none|live-boot|casper]"
423453
424454 #. type: Plain text
425 #: en/lb_config.1:107
455 #: en/lb_config.1:113
426456 msgid " [B<--initramfs-compression> bzip2|gzip|lzma]"
427457 msgstr " [B<--initramfs-compression> bzip2|gzip|lzma]"
428458
429459 #. type: Plain text
430 #: en/lb_config.1:109
460 #: en/lb_config.1:115
431461 msgid " [B<--initsystem> sysvinit|runit|systemd|upstart|none]"
432462 msgstr " [B<--initsystem> sysvinit|runit|systemd|upstart|none]"
433463
434464 #. type: Plain text
435 #: en/lb_config.1:111
465 #: en/lb_config.1:117
436466 msgid " [B<--interactive> shell]"
437467 msgstr " [B<--interactive> shell]"
438468
439469 #. type: Plain text
440 #: en/lb_config.1:113
470 #: en/lb_config.1:119
441471 msgid " [B<--isohybrid-options> I<OPTION>|\"I<OPTIONS>\"]"
442472 msgstr " [B<--isohybrid-options> I<オプション>|\"I<オプション>\"]"
443473
444474 #. type: Plain text
445 #: en/lb_config.1:115
475 #: en/lb_config.1:121
446476 msgid " [B<--iso-application> I<NAME>]"
447477 msgstr " [B<--iso-application> I<名前>]"
448478
449479 #. type: Plain text
450 #: en/lb_config.1:117
480 #: en/lb_config.1:123
451481 msgid " [B<--iso-preparer> I<NAME>]"
452482 msgstr " [B<--iso-preparer> I<NAME>]"
453483
454484 #. type: Plain text
455 #: en/lb_config.1:119
485 #: en/lb_config.1:125
456486 msgid " [B<--iso-publisher> I<NAME>]"
457487 msgstr " [B<--iso-publisher> I<名前>]"
458488
459489 #. type: Plain text
460 #: en/lb_config.1:121
490 #: en/lb_config.1:127
461491 msgid " [B<--iso-volume> I<NAME>]"
462492 msgstr " [B<--iso-volume> I<名前>]"
463493
464494 #. type: Plain text
465 #: en/lb_config.1:123
495 #: en/lb_config.1:129
466496 msgid " [B<--jffs2-eraseblock> I<SIZE>]"
467497 msgstr " [B<--jffs2-eraseblock> I<サイズ>]"
468498
469499 #. type: Plain text
470 #: en/lb_config.1:125
500 #: en/lb_config.1:131
471501 msgid " [B<--keyring-packages> I<PACKAGE|\"PACKAGES\">]"
472502 msgstr " [B<--keyring-packages> I<パッケージ|\"パッケージ\">]"
473503
474504 #. type: Plain text
475 #: en/lb_config.1:127
505 #: en/lb_config.1:133
476506 msgid " [-k|B<--linux-flavours> I<FLAVOUR>|I<\"FLAVOURS\">]"
477507 msgstr " [-k|B<--linux-flavours> I<フレーバー>|I<\"フレーバー\">]"
478508
479509 #. type: Plain text
480 #: en/lb_config.1:129
510 #: en/lb_config.1:135
481511 msgid " [B<--linux-packages> I<\"PACKAGES\">]"
482512 msgstr " [B<--linux-packages> I<\"パッケージ\">]"
483513
484514 #. type: Plain text
485 #: en/lb_config.1:131
515 #: en/lb_config.1:137
486516 msgid " [B<--losetup> losetup|losetup.orig]"
487517 msgstr " [B<--losetup> losetup|losetup.orig]"
488518
489519 #. type: Plain text
490 #: en/lb_config.1:133
520 #: en/lb_config.1:139
491521 msgid " [B<--memtest> memtest86+|memtest86|none]"
492522 msgstr " [B<--memtest> memtest86+|memtest86|none]"
493523
494524 #. type: Plain text
495 #: en/lb_config.1:135
525 #: en/lb_config.1:141
496526 msgid " [-m|B<--parent-mirror-bootstrap> I<URL>]"
497527 msgstr " [-m|B<--parent-mirror-bootstrap> I<URL>]"
498528
499529 #. type: Plain text
500 #: en/lb_config.1:137
530 #: en/lb_config.1:143
501531 msgid " [B<--parent-mirror-chroot> I<URL>]"
502532 msgstr " [B<--parent-mirror-chroot> I<URL>]"
503533
504534 #. type: Plain text
505 #: en/lb_config.1:139
535 #: en/lb_config.1:145
506536 msgid " [B<--parent-mirror-chroot-security> I<URL>]"
507537 msgstr " [B<--parent-mirror-chroot-security> I<URL>]"
508538
509539 #. type: Plain text
510 #: en/lb_config.1:141
540 #: en/lb_config.1:147
511541 msgid " [B<--parent-mirror-chroot-updates> I<URL>]"
512542 msgstr " [B<--parent-mirror-chroot-updates> I<URL>]"
513543
514544 #. type: Plain text
515 #: en/lb_config.1:143
545 #: en/lb_config.1:149
516546 msgid " [B<--parent-mirror-chroot-backports> I<URL>]"
517547 msgstr " [B<--parent-mirror-chroot-backports> I<URL>]"
518548
519549 #. type: Plain text
520 #: en/lb_config.1:145
550 #: en/lb_config.1:151
521551 msgid " [B<--parent-mirror-binary> I<URL>]"
522552 msgstr " [B<--parent-mirror-binary> I<URL>]"
523553
524554 #. type: Plain text
525 #: en/lb_config.1:147
555 #: en/lb_config.1:153
526556 msgid " [B<--parent-mirror-binary-security> I<URL>]"
527557 msgstr " [B<--parent-mirror-binary-security> I<URL>]"
528558
529559 #. type: Plain text
530 #: en/lb_config.1:149
560 #: en/lb_config.1:155
531561 msgid " [B<--parent-mirror-binary-updates> I<URL>]"
532562 msgstr " [B<--parent-mirror-binary-updates> I<URL>]"
533563
534564 #. type: Plain text
535 #: en/lb_config.1:151
565 #: en/lb_config.1:157
536566 msgid " [B<--parent-mirror-binary-backports> I<URL>]"
537567 msgstr " [B<--parent-mirror-binary-backports> I<URL>]"
538568
539569 #. type: Plain text
540 #: en/lb_config.1:153
570 #: en/lb_config.1:159
541571 msgid " [B<--parent-mirror-debian-installer> I<URL>]"
542572 msgstr " [B<--parent-mirror-debian-installer> I<URL>]"
543573
544574 #. type: Plain text
545 #: en/lb_config.1:155
575 #: en/lb_config.1:161
546576 msgid " [B<--mirror-bootstrap> I<URL>]"
547577 msgstr " [B<--mirror-bootstrap> I<URL>]"
548578
549579 #. type: Plain text
550 #: en/lb_config.1:157
580 #: en/lb_config.1:163
551581 msgid " [B<--mirror-chroot> I<URL>]"
552582 msgstr " [B<--mirror-chroot> I<URL>]"
553583
554584 #. type: Plain text
555 #: en/lb_config.1:159
585 #: en/lb_config.1:165
556586 msgid " [B<--mirror-chroot-security> I<URL>]"
557587 msgstr " [B<--mirror-chroot-security> I<URL>]"
558588
559589 #. type: Plain text
560 #: en/lb_config.1:161
590 #: en/lb_config.1:167
561591 msgid " [B<--mirror-chroot-updates> I<URL>]"
562592 msgstr " [B<--mirror-chroot-updates> I<URL>]"
563593
564594 #. type: Plain text
565 #: en/lb_config.1:163
595 #: en/lb_config.1:169
566596 msgid " [B<--mirror-chroot-backports> I<URL>]"
567597 msgstr " [B<--mirror-chroot-backports> I<URL>]"
568598
569599 #. type: Plain text
570 #: en/lb_config.1:165
600 #: en/lb_config.1:171
571601 msgid " [B<--mirror-binary> I<URL>]"
572602 msgstr " [B<--mirror-binary> I<URL>]"
573603
574604 #. type: Plain text
575 #: en/lb_config.1:167
605 #: en/lb_config.1:173
576606 msgid " [B<--mirror-binary-security> I<URL>]"
577607 msgstr " [B<--mirror-binary-security> I<URL>]"
578608
579609 #. type: Plain text
580 #: en/lb_config.1:169
610 #: en/lb_config.1:175
581611 msgid " [B<--mirror-binary-updates> I<URL>]"
582612 msgstr " [B<--mirror-binary-updates> I<URL>]"
583613
584614 #. type: Plain text
585 #: en/lb_config.1:171
615 #: en/lb_config.1:177
586616 msgid " [B<--mirror-binary-backports> I<URL>]"
587617 msgstr " [B<--mirror-binary-backports> I<URL>]"
588618
589619 #. type: Plain text
590 #: en/lb_config.1:173
620 #: en/lb_config.1:179
591621 msgid " [B<--mirror-debian-installer> I<URL>]"
592622 msgstr " [B<--mirror-debian-installer> I<URL>]"
593623
594624 #. type: Plain text
595 #: en/lb_config.1:175
625 #: en/lb_config.1:181
596626 msgid " [B<--mode> debian|progress-linux|ubuntu]"
597627 msgstr " [B<--mode> debian|progress-linux|ubuntu]"
598628
599629 #. type: Plain text
600 #: en/lb_config.1:177
630 #: en/lb_config.1:183
601631 msgid " [B<--system> live|normal]"
602632 msgstr " [B<--system> live|normal]"
603633
604634 #. type: Plain text
605 #: en/lb_config.1:179
635 #: en/lb_config.1:185
606636 msgid " [B<--net-root-filesystem> nfs|cfs]"
607637 msgstr " [B<--net-root-filesystem> nfs|cfs]"
608638
609639 #. type: Plain text
610 #: en/lb_config.1:181
640 #: en/lb_config.1:187
611641 msgid " [B<--net-root-mountoptions> I<OPTIONS>]"
612642 msgstr " [B<--net-root-mountoptions> I<オプション>]"
613643
614644 #. type: Plain text
615 #: en/lb_config.1:183
645 #: en/lb_config.1:189
616646 msgid " [B<--net-root-path> I<PATH>]"
617647 msgstr " [B<--net-root-path> I<パス>]"
618648
619649 #. type: Plain text
620 #: en/lb_config.1:185
650 #: en/lb_config.1:191
621651 msgid " [B<--net-root-server> I<IP>|I<HOSTNAME>]"
622652 msgstr " [B<--net-root-server> I<IPアドレス>|I<ホスト名>]"
623653
624654 #. type: Plain text
625 #: en/lb_config.1:187
655 #: en/lb_config.1:193
626656 msgid " [B<--net-cow-filesystem> nfs|cfs]"
627657 msgstr " [B<--net-cow-filesystem> nfs|cfs]"
628658
629659 #. type: Plain text
630 #: en/lb_config.1:189
660 #: en/lb_config.1:195
631661 msgid " [B<--net-cow-mountoptions> I<OPTIONS>]"
632662 msgstr " [B<--net-cow-mountoptions> I<オプション>]"
633663
634664 #. type: Plain text
635 #: en/lb_config.1:191
665 #: en/lb_config.1:197
636666 msgid " [B<--net-cow-path> I<PATH>]"
637667 msgstr " [B<--net-cow-path> I<パス>]"
638668
639669 #. type: Plain text
640 #: en/lb_config.1:193
670 #: en/lb_config.1:199
641671 msgid " [B<--net-cow-server> I<IP>|I<HOSTNAME>]"
642672 msgstr " [B<--net-cow-server> I<IPアドレス>|I<ホスト名>]"
643673
644674 #. type: Plain text
645 #: en/lb_config.1:195
675 #: en/lb_config.1:201
646676 msgid " [B<--net-tarball> true|false]"
647677 msgstr " [B<--net-tarball> true|false]"
648678
649679 #. type: Plain text
650 #: en/lb_config.1:197
680 #: en/lb_config.1:203
651681 msgid " [B<--quiet>]"
652682 msgstr " [B<--quiet>]"
653683
654684 #. type: Plain text
655 #: en/lb_config.1:199
685 #: en/lb_config.1:205
656686 msgid " [B<--archive-areas> I<ARCHIVE_AREA>|I<\"ARCHIVE_AREAS\">]"
657687 msgstr " [B<--archive-areas> I<アーカイブ領域>|I<\"アーカイブ領域\">]"
658688
659689 #. type: Plain text
660 #: en/lb_config.1:201
690 #: en/lb_config.1:207
661691 msgid ""
662692 " [B<--parent-archive-areas> I<PARENT_ARCHIVE_AREA>|I<\"PARENT_ARCHIVE_AREAS"
663693 "\">]"
665695 " [B<--parent-archive-areas> I<親アーカイブ領域>|I<\"親アーカイブ領域\">]"
666696
667697 #. type: Plain text
668 #: en/lb_config.1:203
698 #: en/lb_config.1:209
669699 msgid " [B<--security> true|false]"
670700 msgstr " [B<--security> true|false]"
671701
672702 #. type: Plain text
673 #: en/lb_config.1:205
703 #: en/lb_config.1:211
674704 msgid " [B<--source> true|false]"
675705 msgstr " [B<--source> true|false]"
676706
677707 #. type: Plain text
678 #: en/lb_config.1:207
708 #: en/lb_config.1:213
679709 msgid " [-s|B<--source-images> iso|netboot|tar|hdd]"
680710 msgstr " [-s|B<--source-images> iso|netboot|tar|hdd]"
681711
682712 #. type: Plain text
683 #: en/lb_config.1:209
713 #: en/lb_config.1:215
684714 msgid " [B<--tasksel> apt|aptitude|tasksel]"
685715 msgstr " [B<--tasksel> apt|aptitude|tasksel]"
686716
687717 #. type: Plain text
688 #: en/lb_config.1:211
718 #: en/lb_config.1:217
689719 msgid " [B<--templates> I<PATH>]"
690720 msgstr " [B<--templates> I<パス>]"
691721
692722 #. type: Plain text
693 #: en/lb_config.1:213
723 #: en/lb_config.1:219
694724 msgid " [B<--hdd-size >I<MB>]"
695725 msgstr " [B<--hdd-size >I<MB>]"
696726
697727 #. type: Plain text
698 #: en/lb_config.1:215
728 #: en/lb_config.1:221
699729 msgid " [B<--updates> true|false]"
700730 msgstr " [B<--updates> true|false]"
701731
702732 #. type: Plain text
703 #: en/lb_config.1:217
733 #: en/lb_config.1:223
704734 msgid " [B<--backports> true|false]"
705735 msgstr " [B<--backports> true|false]"
706736
707737 #. type: Plain text
708 #: en/lb_config.1:219
738 #: en/lb_config.1:225
709739 msgid " [B<--verbose>]"
710740 msgstr " [B<--verbose>]"
711741
712742 #. FIXME
713743 #. type: Plain text
714 #: en/lb_config.1:222
744 #: en/lb_config.1:228
715745 msgid " [B<--win32-loader true|false]>"
716746 msgstr " [B<--win32-loader true|false]>"
717747
718748 #. type: Plain text
719 #: en/lb_config.1:225
749 #: en/lb_config.1:231
720750 msgid ""
721751 "B<lb config> is a high-level command (porcelain) of I<live-build>(7), the "
722752 "live systems tool suite."
726756
727757 #. FIXME
728758 #. type: Plain text
729 #: en/lb_config.1:228
759 #: en/lb_config.1:234
730760 msgid ""
731761 "B<lb config> populates the configuration directory for live-build. By "
732762 "default, this directory is named 'config' and is created in the current "
738768
739769 #. FIXME
740770 #. type: Plain text
741 #: en/lb_config.1:231
771 #: en/lb_config.1:237
742772 msgid ""
743773 "Note: Currently B<lb config> tries to be smart and sets defaults for some "
744774 "options depending on the setting of other options (e.g. which linux packages "
766796 "を削除して再び B<lb config> を実行してください。"
767797
768798 #. type: Plain text
769 #: en/lb_config.1:234
799 #: en/lb_config.1:240
770800 msgid ""
771801 "In addition to its specific options B<lb config> understands all generic "
772802 "live-build options. See I<live-build>(7) for a complete list of all generic "
778808
779809 #. FIXME
780810 #. type: IP
781 #: en/lb_config.1:236
811 #: en/lb_config.1:242
782812 #, no-wrap
783813 msgid "B<--apt> apt|aptitude"
784814 msgstr "B<--apt> apt|aptitude"
785815
786816 #. type: Plain text
787 #: en/lb_config.1:238
817 #: en/lb_config.1:244
788818 msgid ""
789819 "defines if apt-get or aptitude is used to install packages when building the "
790820 "image. The default is apt."
793823 "ちらを利用するか決定します。デフォルトは apt です。"
794824
795825 #. type: IP
796 #: en/lb_config.1:238
826 #: en/lb_config.1:244
797827 #, no-wrap
798828 msgid "B<--apt-ftp-proxy> I<URL>"
799829 msgstr "B<--apt-ftp-proxy> I<URL>"
800830
801831 #. type: Plain text
802 #: en/lb_config.1:240
832 #: en/lb_config.1:246
803833 msgid ""
804834 "sets the ftp proxy to be used by apt. By default, this is empty. Note that "
805835 "this variable is only for the proxy that gets used by apt internally within "
810840 "注意してください"
811841
812842 #. type: IP
813 #: en/lb_config.1:240
843 #: en/lb_config.1:246
814844 #, no-wrap
815845 msgid "B<--apt-http-proxy> I<URL>"
816846 msgstr "B<--apt-http-proxy> I<URL>"
817847
818848 #. type: Plain text
819 #: en/lb_config.1:242
849 #: en/lb_config.1:248
820850 msgid ""
821851 "sets the http proxy to be used by apt. By default, this is empty. Note that "
822852 "this variable is only for the proxy that gets used by apt internally within "
827857 "に注意してください"
828858
829859 #. type: IP
830 #: en/lb_config.1:242
860 #: en/lb_config.1:248
831861 #, no-wrap
832862 msgid "B<--apt-indices> true|false|none"
833863 msgstr "B<--apt-indices> true|false|none"
834864
835865 #. type: Plain text
836 #: en/lb_config.1:244
866 #: en/lb_config.1:250
837867 msgid ""
838868 "defines if the resulting images should have apt indices or not and defaults "
839869 "to true. If set to none, no indices are included at all."
842872 "トは true です。none をセットすると索引ファイルは一切収録されません。"
843873
844874 #. type: IP
845 #: en/lb_config.1:244
875 #: en/lb_config.1:250
846876 #, no-wrap
847877 msgid "B<--apt-options> I<OPTION>|\"I<OPTIONS>\""
848878 msgstr "B<--apt-options> I<オプション>|\"I<オプション>\""
849879
850880 #. type: Plain text
851 #: en/lb_config.1:246
881 #: en/lb_config.1:252
852882 msgid ""
853883 "defines the default options that will be appended to every apt call that is "
854884 "made inside chroot during the building of the image. By default, this is set "
859889 "対話的ではないインストール処理ができるようになっています。"
860890
861891 #. type: IP
862 #: en/lb_config.1:246
892 #: en/lb_config.1:252
863893 #, no-wrap
864894 msgid "B<--aptitude-options> I<OPTION>|\"I<OPTIONS>\""
865895 msgstr "B<--aptitude-options> I<オプション>|\"I<オプション>\""
866896
867897 #. type: Plain text
868 #: en/lb_config.1:248
898 #: en/lb_config.1:254
869899 msgid ""
870900 "defines the default options that will be appended to every aptitude call "
871901 "that is made inside chroot during building of the image. By default, this is "
876906 "て、パッケージの対話的ではないインストール処理ができるようになっています。"
877907
878908 #. type: IP
879 #: en/lb_config.1:248
909 #: en/lb_config.1:254
880910 #, no-wrap
881911 msgid "B<--apt-pipeline> I<DEPTH>"
882912 msgstr "B<--apt-pipeline> I<深度>"
883913
884914 #. type: Plain text
885 #: en/lb_config.1:250
915 #: en/lb_config.1:256
886916 msgid ""
887917 "sets the depth of the apt/aptitude pipeline. In cases where the remote "
888918 "server is not RFC conforming or buggy (such as Squid 2.0.2) this option can "
901931 "ん。"
902932
903933 #. type: IP
904 #: en/lb_config.1:250
934 #: en/lb_config.1:256
905935 #, no-wrap
906936 msgid "B<--apt-recommends> true|false"
907937 msgstr "B<--apt-recommends> true|false"
908938
909939 #. type: Plain text
910 #: en/lb_config.1:252
940 #: en/lb_config.1:258
911941 msgid ""
912942 "defines if apt should install recommended packages automatically. By "
913943 "default, this is true."
916946 "は true です。"
917947
918948 #. type: IP
919 #: en/lb_config.1:252
949 #: en/lb_config.1:258
920950 #, no-wrap
921951 msgid "B<--apt-secure> true|false"
922952 msgstr "B<--apt-secure> true|false"
923953
924954 #. type: Plain text
925 #: en/lb_config.1:254
955 #: en/lb_config.1:260
926956 msgid ""
927957 "defines if apt should check repository signatures. This is true by default."
928958 msgstr ""
929959 "aptがリポジトリの署名を確認すべきか否かを決定します。デフォルトは true です。"
930960
931961 #. type: IP
932 #: en/lb_config.1:254
962 #: en/lb_config.1:260
933963 #, no-wrap
934964 msgid "B<--apt-source-archives> true|false"
935965 msgstr "B<--apt-source-archives> true|false"
936966
937967 #. type: Plain text
938 #: en/lb_config.1:256
968 #: en/lb_config.1:262
939969 msgid ""
940970 "defines if deb-src entries should be included in the resulting live image or "
941971 "not, defaults to true."
944974 "ルトは true です。"
945975
946976 #. type: IP
947 #: en/lb_config.1:256
977 #: en/lb_config.1:262
948978 #, no-wrap
949979 msgid "-a|B<--architectures> I<ARCHITECTURE>"
950980 msgstr "-a|B<--architectures> I<アーキテクチャ>"
951981
952982 #. type: Plain text
953 #: en/lb_config.1:258
983 #: en/lb_config.1:264
954984 msgid ""
955985 "defines the architecture of the to be build image. By default, this is set "
956986 "to the host architecture. Note that you cannot crossbuild for another "
967997 "ます。しかし i386 システムで powerpc 用イメージをビルドするのは不可能です。"
968998
969999 #. type: IP
970 #: en/lb_config.1:258
1000 #: en/lb_config.1:264
9711001 #, no-wrap
9721002 msgid "-b|B<--binary-images> iso|iso-hybrid|netboot|tar|hdd"
9731003 msgstr "-b|B<--binary-images> iso|iso-hybrid|netboot|tar|hdd"
9741004
9751005 #. type: Plain text
976 #: en/lb_config.1:260
1006 #: en/lb_config.1:266
9771007 msgid ""
9781008 "defines the image type to build. By default, for images using syslinux this "
9791009 "is set to iso-hybrid to build CD/DVD images that may also be used like hdd "
9851015 "す。"
9861016
9871017 #. type: IP
988 #: en/lb_config.1:260
1018 #: en/lb_config.1:266
9891019 #, no-wrap
9901020 msgid "B<--binary-filesystem> fat16|fat32|ext2|ext3|ext4"
9911021 msgstr "B<--binary-filesystem> fat16|fat32|ext2|ext3|ext4"
9921022
9931023 #. type: Plain text
994 #: en/lb_config.1:262
1024 #: en/lb_config.1:268
1025 #, fuzzy
1026 #| msgid ""
1027 #| "defines the filesystem to be used in the image type. This only has an "
1028 #| "effect if the selected binary image type does allow to choose a "
1029 #| "filesystem. For example, when selection iso the resulting CD/DVD has "
1030 #| "always the filesystem ISO9660. When building hdd images for usb sticks, "
1031 #| "this is active. Note that it defaults to fat16 on all architectures "
1032 #| "except sparc where it defaults to ext4. Also note that if you choose "
1033 #| "fat16 and your resulting binary image gets bigger than 2GB, the binary "
1034 #| "filesystem automatically gets switched to fat32."
9951035 msgid ""
9961036 "defines the filesystem to be used in the image type. This only has an effect "
997 "if the selected binary image type does allow to choose a filesystem. For "
998 "example, when selection iso the resulting CD/DVD has always the filesystem "
999 "ISO9660. When building hdd images for usb sticks, this is active. Note that "
1000 "it defaults to fat16 on all architectures except sparc where it defaults to "
1037 "if the selected binary image type lets you choose a filesystem. For example, "
1038 "when selection iso the resulting CD/DVD has always the filesystem ISO9660. "
1039 "When building hdd images for usb sticks, this is active. Note that it "
1040 "defaults to fat16 on all architectures except sparc where it defaults to "
10011041 "ext4. Also note that if you choose fat16 and your resulting binary image "
10021042 "gets bigger than 2GB, the binary filesystem automatically gets switched to "
10031043 "fat32."
10121052 "的に fat32 に切り替えられることに注意してください。"
10131053
10141054 #. type: IP
1015 #: en/lb_config.1:262
1055 #: en/lb_config.1:268
10161056 #, no-wrap
10171057 msgid "B<--bootappend-install> I<PARAMETER>|\"I<PARAMETERS>\""
10181058 msgstr "B<--bootappend-install> I<パラメータ>|\"I<パラメータ>\""
10191059
10201060 #. type: Plain text
1021 #: en/lb_config.1:264
1061 #: en/lb_config.1:270
10221062 msgid "sets boot parameters specific to debian-installer, if included."
10231063 msgstr ""
10241064 "debian-installer を収録した場合、debian-installer 特有のブートパラメータを"
10251065 "セットします。"
10261066
10271067 #. type: IP
1028 #: en/lb_config.1:264
1068 #: en/lb_config.1:270
10291069 #, no-wrap
10301070 msgid "B<--bootappend-live> I<PARAMETER>|\"I<PARAMETERS>\""
10311071 msgstr "B<--bootappend-live> I<パラメータ>|\"I<パラメータ>\""
10321072
10331073 #. type: Plain text
1034 #: en/lb_config.1:266
1074 #: en/lb_config.1:272
10351075 msgid ""
10361076 "sets boot parameters specific to debian-live. A complete list of boot "
10371077 "parameters can be found in the I<live-boot>(7) and I<live-config>(7) manual "
10411081 "I<live-boot>(7) 及び I<live-config>(7) マニュアルページにあります。"
10421082
10431083 #. type: IP
1044 #: en/lb_config.1:266
1045 #, no-wrap
1046 msgid "B<--bootloader> grub|grub2|syslinux"
1084 #: en/lb_config.1:272
1085 #, fuzzy, no-wrap
1086 #| msgid "B<--bootappend-live> I<PARAMETER>|\"I<PARAMETERS>\""
1087 msgid "B<--bootappend-live-failsafe> I<PARAMETER>|\"I<PARAMETERS>\""
1088 msgstr "B<--bootappend-live> I<パラメータ>|\"I<パラメータ>\""
1089
1090 #. type: Plain text
1091 #: en/lb_config.1:274
1092 #, fuzzy
1093 #| msgid ""
1094 #| "sets boot parameters specific to debian-live. A complete list of boot "
1095 #| "parameters can be found in the I<live-boot>(7) and I<live-config>(7) "
1096 #| "manual pages."
1097 msgid ""
1098 "sets boot parameters specific to debian-live failsafe boot entries. A "
1099 "complete list of boot parameters can be found in the I<live-boot>(7) and "
1100 "I<live-config>(7) manual pages."
1101 msgstr ""
1102 "debian-live 特有のブートパラメータをセットします。ブートパラメータの全容は "
1103 "I<live-boot>(7) 及び I<live-config>(7) マニュアルページにあります。"
1104
1105 #. type: IP
1106 #: en/lb_config.1:274
1107 #, fuzzy, no-wrap
1108 #| msgid "B<--bootloader> grub|grub2|syslinux"
1109 msgid "B<--bootloaders> grub-legacy|grub-pc|syslinux|grub-efi"
10471110 msgstr "B<--bootloader> grub|grub2|syslinux"
10481111
10491112 #. type: Plain text
1050 #: en/lb_config.1:268
1113 #: en/lb_config.1:276
1114 #, fuzzy
1115 #| msgid ""
1116 #| "defines which bootloader is being used in the generated image. This has "
1117 #| "only an effect if the selected binary image type does allow to choose the "
1118 #| "bootloader. For example, if you build a iso, always syslinux (or more "
1119 #| "precise, isolinux) is being used. Also note that some combinations of "
1120 #| "binary images types and bootloaders may be possible but live-build does "
1121 #| "not support them yet. B<lb config> will fail to create such a not yet "
1122 #| "supported configuration and give a explanation about it. For hdd images "
1123 #| "on amd64 and i386, the default is syslinux."
10511124 msgid ""
10521125 "defines which bootloader is being used in the generated image. This has only "
1053 "an effect if the selected binary image type does allow to choose the "
1054 "bootloader. For example, if you build a iso, always syslinux (or more "
1055 "precise, isolinux) is being used. Also note that some combinations of binary "
1056 "images types and bootloaders may be possible but live-build does not support "
1057 "them yet. B<lb config> will fail to create such a not yet supported "
1058 "configuration and give a explanation about it. For hdd images on amd64 and "
1059 "i386, the default is syslinux."
1126 "an effect if the selected binary image type lets you choose the bootloader. "
1127 "For example, if you build a iso, always syslinux (or more precise, isolinux) "
1128 "is being used. Also note that some combinations of binary images types and "
1129 "bootloaders may be possible but live-build does not support them yet. B<lb "
1130 "config> will fail to create such a not yet supported configuration and give "
1131 "a explanation about it. For hdd images on amd64 and i386, the default is "
1132 "syslinux."
10601133 msgstr ""
10611134 "生成されたイメージで利用するブートローダを選択します。これは選択した種類のバ"
10621135 "イナリイメージでブートローダを選択できる場合にのみ効果があります。例えば iso "
10681141 "なっています。"
10691142
10701143 #. type: IP
1071 #: en/lb_config.1:268
1144 #: en/lb_config.1:276
10721145 #, no-wrap
10731146 msgid "B<--cache> true|false"
10741147 msgstr "B<--cache> true|false"
10751148
10761149 #. type: Plain text
1077 #: en/lb_config.1:270
1150 #: en/lb_config.1:278
10781151 msgid ""
10791152 "defines globally if any cache should be used at all. Different caches can be "
10801153 "controlled through the their own options."
10831156 "キャッシュそれぞれのオプションで制御できます。"
10841157
10851158 #. type: IP
1086 #: en/lb_config.1:270
1159 #: en/lb_config.1:278
10871160 #, no-wrap
10881161 msgid "B<--cache-indices> true|false"
10891162 msgstr "B<--cache-indices> true|false"
10901163
10911164 #. type: Plain text
1092 #: en/lb_config.1:272
1165 #: en/lb_config.1:280
1166 #, fuzzy
1167 #| msgid ""
1168 #| "defines if downloaded package indices and lists should be cached which is "
1169 #| "false by default. Enabling it would allow to rebuild an image completely "
1170 #| "offline, however, you would not get updates anymore then."
10931171 msgid ""
10941172 "defines if downloaded package indices and lists should be cached which is "
1095 "false by default. Enabling it would allow to rebuild an image completely "
1096 "offline, however, you would not get updates anymore then."
1173 "false by default. Enabling it lets you rebuild an image completely offline, "
1174 "however, you would not get updates anymore then."
10971175 msgstr ""
10981176 "ダウンロードしたパッケージ索引や一覧をキャッシュするか否かを決定します。デ"
10991177 "フォルトで false となっています。有効にするとイメージを完全にオフラインで再ビ"
11001178 "ルドできるようになりますが、以後の更新は得られなくなります。"
11011179
11021180 #. type: IP
1103 #: en/lb_config.1:272
1181 #: en/lb_config.1:280
11041182 #, no-wrap
11051183 msgid "B<--cache-packages> true|false"
11061184 msgstr "B<--cache-packages> true|false"
11071185
11081186 #. type: Plain text
1109 #: en/lb_config.1:274
1187 #: en/lb_config.1:282
11101188 msgid ""
11111189 "defines if downloaded packages files should be cached which is true by "
11121190 "default. Disabling it does save space consumption in your build directory, "
11231201 "が速いことがあります。"
11241202
11251203 #. type: IP
1126 #: en/lb_config.1:274
1204 #: en/lb_config.1:282
11271205 #, no-wrap
11281206 msgid "B<--cache-stages> true|false|I<STAGE>|\"I<STAGES>\""
11291207 msgstr "B<--cache-stages> true|false|I<段階>|\"I<段階>\""
11301208
11311209 #. type: Plain text
1132 #: en/lb_config.1:276
1210 #: en/lb_config.1:284
11331211 msgid ""
11341212 "sets which stages should be cached. By default set to bootstrap. As an "
11351213 "exception to the normal stage names, also rootfs can be used here which does "
11441222 "のは避けたい場合にこれは有用です。"
11451223
11461224 #. type: IP
1147 #: en/lb_config.1:276
1225 #: en/lb_config.1:284
11481226 #, no-wrap
11491227 msgid "B<--checksums> md5|sha1|sha256|none"
11501228 msgstr "B<--checksums> md5|sha1|sha256|none"
11511229
11521230 #. type: Plain text
1153 #: en/lb_config.1:278
1231 #: en/lb_config.1:286
11541232 msgid ""
11551233 "defines if the binary image should contain a file called md5sums.txt, "
11561234 "sha1sums.txt and/or sha256sums.txt. These lists all files on the image "
11691247 "ないことによりいくらか時間を節約できる可能性があります。"
11701248
11711249 #. type: IP
1172 #: en/lb_config.1:278
1250 #: en/lb_config.1:286
11731251 #, no-wrap
11741252 msgid "B<--compression> bzip2|gzip|lzip|none"
11751253 msgstr "B<--compression> bzip2|gzip|lzip|none"
11761254
11771255 #. type: Plain text
1178 #: en/lb_config.1:280
1256 #: en/lb_config.1:288
11791257 msgid ""
11801258 "defines the compression program to be used to compress tarballs. Defaults to "
11811259 "gzip."
11841262 "です。"
11851263
11861264 #. type: IP
1187 #: en/lb_config.1:280
1265 #: en/lb_config.1:288
11881266 #, no-wrap
11891267 msgid "B<--config> I<GIT_URL>::I<GIT_ID>"
11901268 msgstr "B<--config> I<GIT_URL>::I<GIT_ID>"
11911269
11921270 #. type: Plain text
1193 #: en/lb_config.1:282
1194 msgid ""
1195 "allows to bootstrap a config tree from a git repositories, optionally "
1196 "appended by a Git Id (branch, commit, tag, etc.)."
1271 #: en/lb_config.1:290
1272 #, fuzzy
1273 #| msgid ""
1274 #| "allows to bootstrap a config tree from a git repositories, optionally "
1275 #| "appended by a Git Id (branch, commit, tag, etc.)."
1276 msgid ""
1277 "bootstrap the config tree from a git repository, optionally appended by a "
1278 "Git Id (branch, commit, tag, etc.)."
11971279 msgstr ""
11981280 "設定ツリーをgitリポジトリから取得できます。オプションとして Git Id (ブランチ"
11991281 "やコミット、タグ等) を指定できます。"
12001282
12011283 #. type: IP
1202 #: en/lb_config.1:282
1284 #: en/lb_config.1:290
12031285 #, no-wrap
12041286 msgid "B<--build-with-chroot> true|false"
12051287 msgstr "B<--build-with-chroot> true|false"
12061288
12071289 #. type: Plain text
1208 #: en/lb_config.1:284
1290 #: en/lb_config.1:292
12091291 msgid ""
12101292 "defines whether live-build should use the tools from within the chroot to "
12111293 "build the binary image or not by using and including the host system's "
12291311 "ションを決して無効化することのないようにしてください。 "
12301312
12311313 #. type: IP
1232 #: en/lb_config.1:284
1314 #: en/lb_config.1:292
12331315 #, no-wrap
12341316 msgid "B<--chroot-filesystem> ext2|ext3|ext4|squashfs|jffs2|none"
12351317 msgstr "B<--chroot-filesystem> ext2|ext3|ext4|squashfs|jffs2|none"
12361318
12371319 #. type: Plain text
1238 #: en/lb_config.1:286
1320 #: en/lb_config.1:294
12391321 msgid ""
12401322 "defines which filesystem type should be used for the root filesystem image. "
12411323 "If you use none, then no filesystem image is created and the root filesystem "
12521334 "では linux からの直接の実行をサポートしていないため機能しません。"
12531335
12541336 #. type: IP
1255 #: en/lb_config.1:286
1337 #: en/lb_config.1:294
12561338 #, no-wrap
12571339 msgid "B<--clean>"
12581340 msgstr "B<--clean>"
12591341
12601342 #. type: Plain text
1261 #: en/lb_config.1:288
1343 #: en/lb_config.1:296
12621344 msgid ""
12631345 "minimizes config directory by automatically removing unused and thus empty "
12641346 "subdirectories."
12671349 "小にします。"
12681350
12691351 #. type: IP
1270 #: en/lb_config.1:288
1352 #: en/lb_config.1:296
12711353 #, no-wrap
12721354 msgid "-c|B<--conffile> I<FILE>"
12731355 msgstr "-c|B<--conffile> I<ファイル>"
12741356
12751357 #. type: Plain text
1276 #: en/lb_config.1:290
1358 #: en/lb_config.1:298
12771359 msgid ""
12781360 "using a user specified alternative configuration file in addition to the "
12791361 "normally used one in the config directory."
12821364 "ファイルを使います。"
12831365
12841366 #. type: IP
1285 #: en/lb_config.1:290
1367 #: en/lb_config.1:298
12861368 #, no-wrap
12871369 msgid "B<--debconf-frontend> dialog|editor|noninteractive|readline"
12881370 msgstr "B<--debconf-frontend> dialog|editor|noninteractive|readline"
12891371
12901372 #. type: Plain text
1291 #: en/lb_config.1:292
1373 #: en/lb_config.1:300
12921374 msgid ""
12931375 "defines what value the debconf frontend should be set to inside the chroot. "
12941376 "Note that setting it to anything but noninteractive, which is the default, "
12991381 "てください。"
13001382
13011383 #. type: IP
1302 #: en/lb_config.1:292
1384 #: en/lb_config.1:300
13031385 #, no-wrap
13041386 msgid "B<--debconf-priority> low|medium|high|critical"
13051387 msgstr "B<--debconf-priority> low|medium|high|critical"
13061388
13071389 #. type: Plain text
1308 #: en/lb_config.1:294
1390 #: en/lb_config.1:302
13091391 msgid ""
13101392 "defines what value the debconf priority should be set to inside the chroot. "
13111393 "By default, it is set to critical, which means that almost no questions are "
13171399 "noninteractive 以外を指定している場合にのみ有効であることに注意してください"
13181400
13191401 #. type: IP
1320 #: en/lb_config.1:294
1402 #: en/lb_config.1:302
13211403 #, no-wrap
13221404 msgid "B<--debian-installer> true|cdrom|netinst|netboot|businesscard|live|false"
13231405 msgstr "B<--debian-installer> true|cdrom|netinst|netboot|businesscard|live|false"
13241406
13251407 #. type: Plain text
1326 #: en/lb_config.1:296
1408 #: en/lb_config.1:304
13271409 msgid ""
13281410 "defines which type, if any, of the debian-installer should be included in "
13291411 "the resulting binary image. By default, no installer is included. All "
13421424 "ムをインストールします。"
13431425
13441426 #. type: IP
1345 #: en/lb_config.1:296
1427 #: en/lb_config.1:304
13461428 #, no-wrap
13471429 msgid "B<--debian-installer-distribution> daily|I<CODENAME>"
13481430 msgstr "B<--debian-installer-distribution> daily|I<コード名>"
13491431
13501432 #. type: Plain text
1351 #: en/lb_config.1:298
1433 #: en/lb_config.1:306
13521434 msgid ""
13531435 "defines the distribution where the debian-installer files should be taken "
13541436 "out from. Normally, this should be set to the same distribution as the live "
13601442 "いは日次ビルドのインストーラを使いたいときもあります。"
13611443
13621444 #. type: IP
1363 #: en/lb_config.1:298
1445 #: en/lb_config.1:306
13641446 #, no-wrap
13651447 msgid "B<--debian-installer-preseedfile> I<FILE>|I<URL>"
13661448 msgstr "B<--debian-installer-preseedfile> I<ファイル>|I<URL>"
13671449
13681450 #. type: Plain text
1369 #: en/lb_config.1:300
1451 #: en/lb_config.1:308
13701452 msgid ""
13711453 "sets the filename or URL for an optionally used and included preseeding file "
13721454 "for debian-installer. If config/binary_debian-installer/preseed.cfg exists, "
13771459 "る場合はそれがデフォルトで利用されます。"
13781460
13791461 #. type: IP
1380 #: en/lb_config.1:300
1462 #: en/lb_config.1:308
13811463 #, no-wrap
13821464 msgid "B<--debian-installer-gui> true|false"
13831465 msgstr "B<--debian-installer-gui> true|false"
13841466
13851467 #. type: Plain text
1386 #: en/lb_config.1:302
1468 #: en/lb_config.1:310
13871469 msgid ""
13881470 "defines if the debian-installer graphical GTK interface should be true or "
13891471 "not. In Debian mode and for most versions of Ubuntu, this option is true, "
13941476 "それ以外では false となっています。"
13951477
13961478 #. type: IP
1397 #: en/lb_config.1:302 en/live-build.7:36
1479 #: en/lb_config.1:310
1480 #, fuzzy, no-wrap
1481 #| msgid "B<--net-root-mountoptions> I<OPTIONS>"
1482 msgid "B<--debootstrap-options> I<OPTIONS>"
1483 msgstr "B<--net-root-mountoptions> I<オプション>"
1484
1485 #. type: Plain text
1486 #: en/lb_config.1:312
1487 msgid ""
1488 "passes the given options to debootstrap when setting up the base system."
1489 msgstr ""
1490
1491 #. type: IP
1492 #: en/lb_config.1:312
1493 #, fuzzy, no-wrap
1494 #| msgid "B<--mirror-bootstrap> I<URL>"
1495 msgid "B<--debootstrap-script> I<SCRIPT>"
1496 msgstr "B<--mirror-bootstrap> I<URL>"
1497
1498 #. type: Plain text
1499 #: en/lb_config.1:314
1500 msgid ""
1501 "tells debootstrap to use an alternate bootstrap script (last parameter to "
1502 "debootstrap)."
1503 msgstr ""
1504
1505 #. type: IP
1506 #: en/lb_config.1:314 en/live-build.7:36
13981507 #, no-wrap
13991508 msgid "B<--debug>"
14001509 msgstr "B<--debug>"
14011510
14021511 #. type: Plain text
1403 #: en/lb_config.1:304
1512 #: en/lb_config.1:316
14041513 msgid "turn on debugging informational messages."
14051514 msgstr "デバッグ情報のメッセージを表示します。"
14061515
14071516 #. type: IP
1408 #: en/lb_config.1:304
1517 #: en/lb_config.1:316
14091518 #, no-wrap
14101519 msgid "-d|B<--distribution> I<CODENAME>"
14111520 msgstr "-d|B<--distribution> I<コード名>"
14121521
14131522 #. type: Plain text
1414 #: en/lb_config.1:306
1523 #: en/lb_config.1:318
14151524 msgid "defines the distribution of the resulting live system."
14161525 msgstr "出来上がる Live システムのディストリビューションを決定します。"
14171526
14181527 #. type: IP
1419 #: en/lb_config.1:306
1528 #: en/lb_config.1:318
14201529 #, no-wrap
14211530 msgid "-d|B<--parent-distribution> I<CODENAME>"
14221531 msgstr "-d|B<--parent-distribution> I<コード名>"
14231532
14241533 #. type: Plain text
1425 #: en/lb_config.1:308
1534 #: en/lb_config.1:320
14261535 msgid ""
14271536 "defines the parent distribution for derivatives of the resulting live system."
14281537 msgstr "出来上がる Live システムの派生元のディストリビューションを決定します。"
14291538
14301539 #. type: IP
1431 #: en/lb_config.1:308
1540 #: en/lb_config.1:320
14321541 #, no-wrap
14331542 msgid "-d|B<--parent-debian-installer-distribution> I<CODENAME>"
14341543 msgstr "-d|B<--parent-debian-installer-distribution> I<コード名>"
14351544
14361545 #. type: Plain text
1437 #: en/lb_config.1:310
1546 #: en/lb_config.1:322
14381547 msgid ""
14391548 "defines the parent debian-installer distribution for derivatives of the "
14401549 "resulting live system."
14431552 "を決定します。"
14441553
14451554 #. type: IP
1446 #: en/lb_config.1:310
1555 #: en/lb_config.1:322
14471556 #, no-wrap
14481557 msgid "B<--dump>"
14491558 msgstr "B<--dump>"
14501559
14511560 #. type: Plain text
1452 #: en/lb_config.1:312
1561 #: en/lb_config.1:324
1562 #, fuzzy
1563 #| msgid ""
1564 #| "prepares a report of the currently present live system configuration and "
1565 #| "the version of live-build used. This is useful to provide if you submit "
1566 #| "bug reports, we do get all informations required for us to locate and "
1567 #| "replicate an error."
14531568 msgid ""
14541569 "prepares a report of the currently present live system configuration and the "
14551570 "version of live-build used. This is useful to provide if you submit bug "
1456 "reports, we do get all informations required for us to locate and replicate "
1571 "reports, we do get all information required for us to locate and replicate "
14571572 "an error."
14581573 msgstr ""
14591574 "現在存在している Live システムの設定と利用されている live-build のバージョン"
14611576 "け出し、再現するのに必要となる情報を全て提供します。"
14621577
14631578 #. type: IP
1464 #: en/lb_config.1:312
1579 #: en/lb_config.1:324
14651580 #, no-wrap
14661581 msgid "B<--fdisk> fdisk|fdisk.dist"
14671582 msgstr "B<--fdisk> fdisk|fdisk.dist"
14681583
14691584 #. type: Plain text
1470 #: en/lb_config.1:314
1585 #: en/lb_config.1:326
14711586 msgid ""
14721587 "sets the filename of the fdisk binary from the host system that should be "
14731588 "used. This is autodetected and does generally not need any customization."
14761591 "に検出されるため通常は独自に指定する必要はありません。"
14771592
14781593 #. type: IP
1479 #: en/lb_config.1:314 en/live-build.7:38
1594 #: en/lb_config.1:326 en/live-build.7:38
14801595 #, no-wrap
14811596 msgid "B<--force>"
14821597 msgstr "B<--force>"
14831598
14841599 #. type: Plain text
1485 #: en/lb_config.1:316
1600 #: en/lb_config.1:328
14861601 msgid ""
14871602 "forces re-execution of already run stages. Use only if you know what you are "
14881603 "doing. It is generally safer to use B<lb clean> to clean up before re-"
14931608 "して掃除すると安全性は上がります。"
14941609
14951610 #. type: IP
1496 #: en/lb_config.1:316
1611 #: en/lb_config.1:328
14971612 #, no-wrap
14981613 msgid "B<--grub-splash> I<FILE>"
14991614 msgstr "B<--grub-splash> I<ファイル>"
15001615
15011616 #. type: Plain text
1502 #: en/lb_config.1:318
1617 #: en/lb_config.1:330
15031618 msgid ""
15041619 "defines the name of an optional to be included splash screen graphic for the "
15051620 "grub bootloader."
15081623 "イル名を指定します。"
15091624
15101625 #. type: IP
1511 #: en/lb_config.1:318
1626 #: en/lb_config.1:330
15121627 #, no-wrap
15131628 msgid "B<--gzip-options> I<OPTION>|\"I<OPTIONS>\""
15141629 msgstr "B<--gzip-options> I<オプション>|\"I<オプション>\""
15151630
15161631 #. type: Plain text
1517 #: en/lb_config.1:320
1632 #: en/lb_config.1:332
15181633 msgid ""
15191634 "defines the default options that will be appended to (almost) every gzip "
15201635 "call during the building of the image. By default, this is set to --best to "
15271642 "rsyncable も動的に付加されます。"
15281643
15291644 #. type: IP
1530 #: en/lb_config.1:320
1645 #: en/lb_config.1:332
15311646 #, no-wrap
15321647 msgid "B<--hooks> I<FILE>"
15331648 msgstr "B<--hooks> I<ファイル>"
15341649
15351650 #. type: Plain text
1536 #: en/lb_config.1:322
1651 #: en/lb_config.1:334
15371652 msgid ""
15381653 "defines which hooks available in /usr/share/live/build/examples/hooks should "
15391654 "be activated. Normally, there are no hooks executed. Make sure you know and "
15441659 "何をするものなのか、確実に知って理解するようにしてください。"
15451660
15461661 #. type: IP
1547 #: en/lb_config.1:322
1662 #: en/lb_config.1:334
15481663 #, no-wrap
15491664 msgid "B<--ignore-system-defaults>"
15501665 msgstr "B<--ignore-system-defaults>"
15511666
15521667 #. type: Plain text
1553 #: en/lb_config.1:324
1668 #: en/lb_config.1:336
15541669 msgid ""
15551670 "B<lb config> by default reads system defaults from I</etc/live/build.conf> "
15561671 "and I</etc/live/build/*> when generating a new live system config directory. "
15631678 "す。"
15641679
15651680 #. type: IP
1566 #: en/lb_config.1:324
1681 #: en/lb_config.1:336
15671682 #, no-wrap
15681683 msgid "B<--initramfs> auto|none|live-boot|casper"
15691684 msgstr "B<--initramfs> auto|none|live-boot|casper"
15701685
15711686 #. type: Plain text
1572 #: en/lb_config.1:326
1687 #: en/lb_config.1:338
15731688 msgid ""
15741689 "sets the name of package that contains the live system specific initramfs "
15751690 "modification. By default, auto is used, which means that at build time of "
15851700 "です (実験的設定値)。"
15861701
15871702 #. type: IP
1588 #: en/lb_config.1:326
1703 #: en/lb_config.1:338
15891704 #, no-wrap
15901705 msgid "B<--initramfs-compression> bzip2|gzip|lzma]"
15911706 msgstr "B<--initramfs-compression> bzip2|gzip|lzma]"
15921707
15931708 #. type: Plain text
1594 #: en/lb_config.1:328
1709 #: en/lb_config.1:340
15951710 msgid ""
15961711 "defines the compression program to be used to compress the initramfs. "
15971712 "Defaults to gzip."
16001715 "す。"
16011716
16021717 #. type: IP
1603 #: en/lb_config.1:328
1718 #: en/lb_config.1:340
16041719 #, no-wrap
16051720 msgid "B<--interactive> shell"
16061721 msgstr "B<--interactive> shell"
16071722
16081723 #. type: Plain text
1609 #: en/lb_config.1:330
1724 #: en/lb_config.1:342
16101725 msgid ""
16111726 "defines if after the chroot stage and before the beginning of the binary "
16121727 "stage, a interactive shell login should be spawned in the chroot in order to "
16271742 "ろんデフォルトで false となっています。"
16281743
16291744 #. type: IP
1630 #: en/lb_config.1:330
1745 #: en/lb_config.1:342
16311746 #, no-wrap
16321747 msgid "B<--isohybrid-options> I<OPTION>|\"I<OPTIONS>\""
16331748 msgstr "B<--isohybrid-options> I<オプション>|\"I<オプション>\""
16341749
16351750 #. type: Plain text
1636 #: en/lb_config.1:332
1751 #: en/lb_config.1:344
16371752 msgid "defines options to pass to isohybrid."
16381753 msgstr "isohybrid に渡すオプションを指定します。"
16391754
16401755 #. type: IP
1641 #: en/lb_config.1:332
1756 #: en/lb_config.1:344
16421757 #, no-wrap
16431758 msgid "B<--iso-application> I<NAME>"
16441759 msgstr "B<--iso-application> I<名前>"
16451760
16461761 #. type: Plain text
1647 #: en/lb_config.1:334
1762 #: en/lb_config.1:346
16481763 msgid ""
16491764 "sets the APPLICATION field in the header of a resulting CD/DVD image and "
16501765 "defaults to \"Debian Live\" in debian mode, and \"Ubuntu Live\" in ubuntu "
16551770 "となっています。"
16561771
16571772 #. type: IP
1658 #: en/lb_config.1:334
1773 #: en/lb_config.1:346
16591774 #, no-wrap
16601775 msgid "B<--iso-preparer> I<NAME>"
16611776 msgstr "B<--iso-preparer> I<名前>"
16621777
16631778 #. type: Plain text
1664 #: en/lb_config.1:336
1779 #: en/lb_config.1:348
16651780 msgid ""
16661781 "sets the PREPARER field in the header of a resulting CD/DVD image. By "
16671782 "default this is set to \"live-build I<VERSION>; http://packages.qa.debian."
16741789 "に展開されます。"
16751790
16761791 #. type: IP
1677 #: en/lb_config.1:336
1792 #: en/lb_config.1:348
16781793 #, no-wrap
16791794 msgid "B<--iso-publisher> I<NAME>"
16801795 msgstr "B<--iso-publisher> I<名前>"
16811796
16821797 #. type: Plain text
1683 #: en/lb_config.1:338
1798 #: en/lb_config.1:350
16841799 msgid ""
16851800 "sets the PUBLISHED field in the header of a resulting CD/DVD image. By "
16861801 "default, this is set to 'Live Systems project; http:/live-systems.org/; "
16931808 "最新の適切な値に変更してください。"
16941809
16951810 #. type: IP
1696 #: en/lb_config.1:338
1811 #: en/lb_config.1:350
16971812 #, no-wrap
16981813 msgid "B<--iso-volume> I<NAME>"
16991814 msgstr "B<--iso-volume> I<名前>"
17001815
17011816 #. type: Plain text
1702 #: en/lb_config.1:340
1817 #: en/lb_config.1:352
17031818 msgid ""
17041819 "sets the VOLUME field in the header of a resulting CD/DVD and defaults to "
17051820 "'(I<MODE>) (I<DISTRIBUTION>) (I<DATE>)' whereas MODE is expanded to the name "
17121827 "は作成時の日付と時刻に展開されます。"
17131828
17141829 #. type: IP
1715 #: en/lb_config.1:340
1830 #: en/lb_config.1:352
17161831 #, no-wrap
17171832 msgid "B<--jffs2-eraseblock> I<SIZE>"
17181833 msgstr "B<--jffs2-eraseblock> I<サイズ>"
17191834
17201835 #. type: Plain text
1721 #: en/lb_config.1:342
1836 #: en/lb_config.1:354
17221837 msgid ""
17231838 "sets the eraseblock size for a JFFS2 (Second Journaling Flash File System) "
17241839 "filesystem. The default is 64 KiB. If you use an erase block size different "
17331848 "定します。"
17341849
17351850 #. type: IP
1736 #: en/lb_config.1:342
1851 #: en/lb_config.1:354
17371852 #, no-wrap
17381853 msgid "B<--keyring-packages> I<PACKAGE|\"PACKAGES>\""
17391854 msgstr "B<--keyring-packages> I<パッケージ|\"パッケージ>\""
17401855
17411856 #. type: Plain text
1742 #: en/lb_config.1:344
1857 #: en/lb_config.1:356
17431858 msgid ""
17441859 "sets the keyring package or additional keyring packages. By default this is "
17451860 "set to debian-archive-keyring."
17481863 "は debian-archive-keyring となっています。"
17491864
17501865 #. type: IP
1751 #: en/lb_config.1:344
1866 #: en/lb_config.1:356
17521867 #, no-wrap
17531868 msgid "-k|B<--linux-flavours> I<FLAVOUR>|\"I<FLAVOURS>\""
17541869 msgstr "-k|B<--linux-flavours> I<フレーバー>|\"I<フレーバー>\""
17551870
17561871 #. type: Plain text
1757 #: en/lb_config.1:346
1872 #: en/lb_config.1:358
17581873 msgid ""
17591874 "sets the kernel flavours to be installed. Note that in case you specify more "
17601875 "than that the first will be configured the default kernel that gets booted."
17641879 "意してください。"
17651880
17661881 #. type: IP
1767 #: en/lb_config.1:346
1882 #: en/lb_config.1:358
17681883 #, no-wrap
17691884 msgid "B<--linux-packages> \"I<PACKAGES>\""
17701885 msgstr "B<--linux-packages> \"I<パッケージ>\""
17711886
17721887 #. type: Plain text
1773 #: en/lb_config.1:348
1888 #: en/lb_config.1:360
17741889 msgid ""
17751890 "sets the internal name of the kernel packages naming scheme. If you use "
17761891 "debian kernel packages, you will not have to adjust it. If you decide to use "
17771892 "custom kernel packages that do not follow the debian naming scheme, remember "
17781893 "to set this option to the stub of the packages only (for debian this is "
17791894 "linux-image-2.6), so that I<STUB>-I<FLAVOUR> results in a valid package name "
1780 "(for debian e.g. linux-image-686-pae). Preferably you use the meta package name, "
1781 "if any, for the stub, so that your configuration is ABI independent. Also "
1782 "don't forget that you have to include stubs of the binary modules packages "
1783 "for unionfs or aufs, and squashfs if you built them out-of-tree."
1895 "(for debian e.g. linux-image-686-pae). Preferably you use the meta package "
1896 "name, if any, for the stub, so that your configuration is ABI independent. "
1897 "Also don't forget that you have to include stubs of the binary modules "
1898 "packages for unionfs or aufs, and squashfs if you built them out-of-tree."
17841899 msgstr ""
17851900 "カーネルのパッケージ命名規則に従った内部名をセットします。Debian のカーネル"
17861901 "パッケージを利用している場合は調整する必要はありません。Debian の命名規則に従"
17871902 "わない独自のカーネルパッケージを利用する場合にはこのオプションでパッケージの"
17881903 "前半部 (Debian の場合は linux-image-2.6) だけを忘れずに指定し、I<前半部>-I<フ"
1789 "レーバー> (Debian の場合は例えば linux-image-686-pae) が有効なパッケージ名になる"
1790 "ようにしてください。好ましいのは、メタパッケージがある場合にはその名前を前半"
1791 "部に使うことで、そうすると設定とABIが独立します。また、unionfs や aufs、"
1904 "レーバー> (Debian の場合は例えば linux-image-686-pae) が有効なパッケージ名に"
1905 "なるようにしてください。好ましいのは、メタパッケージがある場合にはその名前を"
1906 "前半部に使うことで、そうすると設定とABIが独立します。また、unionfs や aufs、"
17921907 "squashfs のバイナリモジュールパッケージについても、ツリー外でビルドした場合に"
17931908 "はその前半部を含める必要があることを忘れないようにしてください。"
17941909
17951910 #. type: IP
1796 #: en/lb_config.1:348
1911 #: en/lb_config.1:360
17971912 #, no-wrap
17981913 msgid "B<--losetup> losetup|losetup.orig"
17991914 msgstr "B<--losetup> losetup|losetup.orig"
18001915
18011916 #. type: Plain text
1802 #: en/lb_config.1:350
1917 #: en/lb_config.1:362
18031918 msgid ""
18041919 "sets the filename of the losetup binary from the host system that should be "
18051920 "used. This is autodetected and does generally not need any customization."
18081923 "的に検出されるため通常は独自に指定する必要はありません。"
18091924
18101925 #. type: IP
1811 #: en/lb_config.1:350
1926 #: en/lb_config.1:362
18121927 #, no-wrap
18131928 msgid "B<--memtest> memtest86+|memtest86|none"
18141929 msgstr "B<--memtest> memtest86+|memtest86|none"
18151930
18161931 #. type: Plain text
1817 #: en/lb_config.1:352
1932 #: en/lb_config.1:364
18181933 msgid ""
18191934 "defines if memtest, memtest86+ or no memory tester at all should be included "
18201935 "as secondary bootloader configuration. This is only available on amd64 and "
18251940 "i386 でのみ利用可能で、デフォルトは memtest86+ となっています。"
18261941
18271942 #. type: IP
1828 #: en/lb_config.1:352
1943 #: en/lb_config.1:364
18291944 #, no-wrap
18301945 msgid "-m|B<--parent-mirror-bootstrap> I<URL>"
18311946 msgstr "-m|B<--parent-mirror-bootstrap> I<URL>"
18321947
18331948 #. type: Plain text
1834 #: en/lb_config.1:354
1949 #: en/lb_config.1:366
18351950 msgid ""
18361951 "sets the location of the debian package mirror that should be used to "
18371952 "bootstrap from. This defaults to http://ftp.de.debian.org/debian/ which may "
18421957 "トではないかもしれません。"
18431958
18441959 #. type: IP
1845 #: en/lb_config.1:354
1960 #: en/lb_config.1:366
18461961 #, no-wrap
18471962 msgid "B<--parent-mirror-chroot> I<URL>"
18481963 msgstr "B<--parent-mirror-chroot> I<URL>"
18491964
18501965 #. type: Plain text
1851 #: en/lb_config.1:356
1966 #: en/lb_config.1:368
18521967 msgid ""
18531968 "sets the location of the debian package mirror that will be used to fetch "
18541969 "the packages in order to build the live system. By default, this is set to "
18591974 "た値が利用されます。"
18601975
18611976 #. type: IP
1862 #: en/lb_config.1:356
1977 #: en/lb_config.1:368
18631978 #, no-wrap
18641979 msgid "B<--parent-mirror-chroot-security> I<URL>"
18651980 msgstr "B<--parent-mirror-chroot-security> I<URL>"
18661981
18671982 #. type: Plain text
1868 #: en/lb_config.1:358
1983 #: en/lb_config.1:370
18691984 msgid ""
18701985 "sets the location of the debian security package mirror that will be used to "
18711986 "fetch the packages in order to build the live system. By default, this "
18761991 "debian.org/debian/」が利用されます。"
18771992
18781993 #. type: IP
1879 #: en/lb_config.1:358
1994 #: en/lb_config.1:370
18801995 #, no-wrap
18811996 msgid "B<--parent-mirror-chroot-updates> I<URL>"
18821997 msgstr "B<--parent-mirror-chroot-updates> I<URL>"
18831998
18841999 #. type: Plain text
1885 #: en/lb_config.1:360
2000 #: en/lb_config.1:372
18862001 msgid ""
18872002 "sets the location of the debian updates package mirror that will be used to "
18882003 "fetch packages in order to build the live system. By default, this is set to "
18932008 "指定された値が利用されます。"
18942009
18952010 #. type: IP
1896 #: en/lb_config.1:360
2011 #: en/lb_config.1:372
18972012 #, no-wrap
18982013 msgid "B<--parent-mirror-chroot-backports> I<URL>"
18992014 msgstr "B<--parent-mirror-chroot-backports> I<URL>"
19002015
19012016 #. type: Plain text
1902 #: en/lb_config.1:362
2017 #: en/lb_config.1:374
19032018 msgid ""
19042019 "sets the location of the debian backports package mirror that will be used "
19052020 "to fetch packages in order to build the live system. By default, this points "
19102025 "debian.org/debian-backports/」が利用されます。"
19112026
19122027 #. type: IP
1913 #: en/lb_config.1:362
2028 #: en/lb_config.1:374
19142029 #, no-wrap
19152030 msgid "B<--parent-mirror-binary> I<URL>"
19162031 msgstr "B<--parent-mirror-binary> I<URL>"
19172032
19182033 #. type: Plain text
1919 #: en/lb_config.1:364
2034 #: en/lb_config.1:376
19202035 msgid ""
19212036 "sets the location of the debian package mirror that should end up configured "
19222037 "in the final image and which is the one a user would see and use. This has "
19312046 "debian/」を利用します。"
19322047
19332048 #. type: IP
1934 #: en/lb_config.1:364
2049 #: en/lb_config.1:376
19352050 #, no-wrap
19362051 msgid "B<--parent-mirror-binary-security> I<URL>"
19372052 msgstr "B<--parent-mirror-binary-security> I<URL>"
19382053
19392054 #. type: Plain text
1940 #: en/lb_config.1:366
2055 #: en/lb_config.1:378
19412056 msgid ""
19422057 "sets the location of the debian security package mirror that should end up "
19432058 "configured in the final image. By default, 'http://security.debian.org/' is "
19472062 "セットします。デフォルトでは「http://security.debian.org/」が利用されます。"
19482063
19492064 #. type: IP
1950 #: en/lb_config.1:366
2065 #: en/lb_config.1:378
19512066 #, no-wrap
19522067 msgid "B<--parent-mirror-binary-updates> I<URL>"
19532068 msgstr "B<--parent-mirror-binary-updates> I<URL>"
19542069
19552070 #. type: Plain text
1956 #: en/lb_config.1:368
2071 #: en/lb_config.1:380
19572072 msgid ""
19582073 "sets the location of the debian updates package mirror that should end up "
19592074 "configured in the final image. By default, the value of --parent-mirror-"
19642079 "す。"
19652080
19662081 #. type: IP
1967 #: en/lb_config.1:368
2082 #: en/lb_config.1:380
19682083 #, no-wrap
19692084 msgid "B<--parent-mirror-binary-backports> I<URL>"
19702085 msgstr "B<--parent-mirror-binary-backports> I<URL>"
19712086
19722087 #. type: Plain text
1973 #: en/lb_config.1:370
2088 #: en/lb_config.1:382
19742089 msgid ""
19752090 "sets the location of the debian backports package mirror that should end up "
19762091 "configured in the final image. By default, 'http://backports.debian.org/"
19812096 "が利用されます。"
19822097
19832098 #. type: IP
1984 #: en/lb_config.1:370
2099 #: en/lb_config.1:382
19852100 #, no-wrap
19862101 msgid "B<--parent-mirror-debian-installer> I<URL>"
19872102 msgstr "B<--parent-mirror-debian-installer> I<URL>"
19882103
19892104 #. type: Plain text
1990 #: en/lb_config.1:372
2105 #: en/lb_config.1:384
19912106 msgid ""
19922107 "sets the location of the mirror that will be used to fetch the debian "
19932108 "installer images. By default, this points to the same mirror used to build "
19982113 "まり --parent-mirror-bootstrap で指定された値が利用されます。"
19992114
20002115 #. type: IP
2001 #: en/lb_config.1:372
2116 #: en/lb_config.1:384
20022117 #, no-wrap
20032118 msgid "B<--mirror-bootstrap> I<URL>"
20042119 msgstr "B<--mirror-bootstrap> I<URL>"
20052120
20062121 #. type: Plain text
2007 #: en/lb_config.1:374
2122 #: en/lb_config.1:386
20082123 msgid ""
20092124 "sets the location of the debian package mirror that should be used to "
20102125 "bootstrap the derivative from. This defaults to http://ftp.de.debian.org/"
20152130 "切なデフォルトではないかもしれません。"
20162131
20172132 #. type: IP
2018 #: en/lb_config.1:374
2133 #: en/lb_config.1:386
20192134 #, no-wrap
20202135 msgid "B<--mirror-chroot> I<URL>"
20212136 msgstr "B<--mirror-chroot> I<URL>"
20222137
20232138 #. type: Plain text
2024 #: en/lb_config.1:376
2139 #: en/lb_config.1:388
20252140 msgid ""
20262141 "sets the location of the debian package mirror that will be used to fetch "
20272142 "the packages of the derivative in order to build the live system. By "
20322147 "された値が利用されます。"
20332148
20342149 #. type: IP
2035 #: en/lb_config.1:376
2150 #: en/lb_config.1:388
20362151 #, no-wrap
20372152 msgid "B<--mirror-chroot-security> I<URL>"
20382153 msgstr "B<--mirror-chroot-security> I<URL>"
20392154
20402155 #. type: Plain text
2041 #: en/lb_config.1:378
2156 #: en/lb_config.1:390
20422157 msgid ""
20432158 "sets the location of the debian security package mirror that will be used to "
20442159 "fetch the packages of the derivative in order to build the live system. By "
20492164 "security.debian.org/debian/」が利用されます。"
20502165
20512166 #. type: IP
2052 #: en/lb_config.1:378
2167 #: en/lb_config.1:390
20532168 #, no-wrap
20542169 msgid "B<--mirror-chroot-updates> I<URL>"
20552170 msgstr "B<--mirror-chroot-updates> I<URL>"
20562171
20572172 #. type: Plain text
2058 #: en/lb_config.1:380
2173 #: en/lb_config.1:392
20592174 msgid ""
20602175 "sets the location of the debian updates package mirror that will be used to "
20612176 "fetch packages of the derivative in order to build the live system. By "
20662181 "chroot で指定された値が利用されます。"
20672182
20682183 #. type: IP
2069 #: en/lb_config.1:380
2184 #: en/lb_config.1:392
20702185 #, no-wrap
20712186 msgid "B<--mirror-chroot-backports> I<URL>"
20722187 msgstr "B<--mirror-chroot-backports> I<URL>"
20732188
20742189 #. type: Plain text
2075 #: en/lb_config.1:382
2190 #: en/lb_config.1:394
20762191 msgid ""
20772192 "sets the location of the debian backports package mirror that will be used "
20782193 "to fetch packages of the derivative in order to build the live system. By "
20832198 "backports.debian.org/debian-backports/」が利用されます。"
20842199
20852200 #. type: IP
2086 #: en/lb_config.1:382
2201 #: en/lb_config.1:394
20872202 #, no-wrap
20882203 msgid "B<--mirror-binary> I<URL>"
20892204 msgstr "B<--mirror-binary> I<URL>"
20902205
20912206 #. type: Plain text
2092 #: en/lb_config.1:384
2207 #: en/lb_config.1:396
20932208 msgid ""
20942209 "sets the location of the derivative package mirror that should end up "
20952210 "configured in the final image and which is the one a user would see and use. "
21042219 "debian/」を利用します。"
21052220
21062221 #. type: IP
2107 #: en/lb_config.1:384
2222 #: en/lb_config.1:396
21082223 #, no-wrap
21092224 msgid "B<--mirror-binary-security> I<URL>"
21102225 msgstr "B<--mirror-binary-security> I<URL>"
21112226
21122227 #. type: Plain text
2113 #: en/lb_config.1:386
2228 #: en/lb_config.1:398
21142229 msgid ""
21152230 "sets the location of the derivatives security package mirror that should end "
21162231 "up configured in the final image."
21192234 "所をセットします。"
21202235
21212236 #. type: IP
2122 #: en/lb_config.1:386
2237 #: en/lb_config.1:398
21232238 #, no-wrap
21242239 msgid "B<--mirror-binary-updates> I<URL>"
21252240 msgstr "B<--mirror-binary-updates> I<URL>"
21262241
21272242 #. type: Plain text
2128 #: en/lb_config.1:388
2243 #: en/lb_config.1:400
21292244 msgid ""
21302245 "sets the location of the derivatives updates package mirror that should end "
21312246 "up configured in the final image."
21342249 "セットします。"
21352250
21362251 #. type: IP
2137 #: en/lb_config.1:388
2252 #: en/lb_config.1:400
21382253 #, no-wrap
21392254 msgid "B<--mirror-binary-backports> I<URL>"
21402255 msgstr "B<--mirror-binary-backports> I<URL>"
21412256
21422257 #. type: Plain text
2143 #: en/lb_config.1:390
2258 #: en/lb_config.1:402
21442259 msgid ""
21452260 "sets the location of the derivatives backports package mirror that should "
21462261 "end up configured in the final image."
21492264 "をセットします。"
21502265
21512266 #. type: IP
2152 #: en/lb_config.1:390
2267 #: en/lb_config.1:402
21532268 #, no-wrap
21542269 msgid "B<--mirror-debian-installer> I<URL>"
21552270 msgstr "B<--mirror-debian-installer> I<URL>"
21562271
21572272 #. type: Plain text
2158 #: en/lb_config.1:392
2273 #: en/lb_config.1:404
21592274 msgid ""
21602275 "sets the location of the mirror that will be used to fetch the debian "
21612276 "installer images of the derivative. By default, this points to the same "
21662281 "ミラー、つまり --mirror-bootstrap で指定された値が利用されます。"
21672282
21682283 #. type: IP
2169 #: en/lb_config.1:392
2284 #: en/lb_config.1:404
21702285 #, no-wrap
21712286 msgid "B<--mode> debian|progress|ubuntu"
21722287 msgstr "B<--mode> debian|progress|ubuntu"
21732288
21742289 #. type: Plain text
2175 #: en/lb_config.1:394
2290 #: en/lb_config.1:406
21762291 msgid ""
21772292 "defines a global mode to load project specific defaults. By default this is "
21782293 "set to debian."
21812296 "フォルトでは debian となっています。"
21822297
21832298 #. type: IP
2184 #: en/lb_config.1:394
2299 #: en/lb_config.1:406
21852300 #, no-wrap
21862301 msgid "B<--system> live|normal"
21872302 msgstr "B<--system> live|normal"
21882303
21892304 #. type: Plain text
2190 #: en/lb_config.1:396
2305 #: en/lb_config.1:408
21912306 msgid ""
21922307 "defines if the resulting system image should a live system or a normal, non-"
21932308 "live system."
21962311 "普通のイメージにするのかを指定します。"
21972312
21982313 #. type: IP
2199 #: en/lb_config.1:396
2314 #: en/lb_config.1:408
22002315 #, no-wrap
22012316 msgid "B<--net-root-filesystem> nfs|cfs"
22022317 msgstr "B<--net-root-filesystem> nfs|cfs"
22032318
22042319 #. type: Plain text
2205 #: en/lb_config.1:398
2320 #: en/lb_config.1:410
22062321 msgid ""
22072322 "defines the filesystem that will be configured in the bootloader "
22082323 "configuration for your netboot image. This defaults to nfs."
22112326 "ムを指定します。デフォルトは nfs となっています。"
22122327
22132328 #. type: IP
2214 #: en/lb_config.1:398
2329 #: en/lb_config.1:410
22152330 #, no-wrap
22162331 msgid "B<--net-root-mountoptions> I<OPTIONS>"
22172332 msgstr "B<--net-root-mountoptions> I<オプション>"
22182333
22192334 #. type: Plain text
2220 #: en/lb_config.1:400
2335 #: en/lb_config.1:412
22212336 msgid ""
22222337 "sets additional options for mounting the root filesystem in netboot images "
22232338 "and is by default empty."
22262341 "オプションを指定します。デフォルトは空です。"
22272342
22282343 #. type: IP
2229 #: en/lb_config.1:400
2344 #: en/lb_config.1:412
22302345 #, no-wrap
22312346 msgid "B<--net-root-path> I<PATH>"
22322347 msgstr "B<--net-root-path> I<パス>"
22332348
22342349 #. type: Plain text
2235 #: en/lb_config.1:402
2350 #: en/lb_config.1:414
22362351 msgid ""
22372352 "sets the file path that will be configured in the bootloader configuration "
22382353 "for your netboot image. This defaults to /srv/debian-live in debian mode, "
22432358 "モードでは「/srv/ubuntu-live」となっています。"
22442359
22452360 #. type: IP
2246 #: en/lb_config.1:402
2361 #: en/lb_config.1:414
22472362 #, no-wrap
22482363 msgid "B<--net-root-server> I<IP>|I<HOSTNAME>"
22492364 msgstr "B<--net-root-server> I<IPアドレス>|I<ホスト名>"
22502365
22512366 #. type: Plain text
2252 #: en/lb_config.1:404
2367 #: en/lb_config.1:416
22532368 msgid ""
22542369 "sets the IP or hostname that will be configured in the bootloader "
22552370 "configuration for the root filesystem of your netboot image. This defaults "
22602375 "ています。"
22612376
22622377 #. type: IP
2263 #: en/lb_config.1:404
2378 #: en/lb_config.1:416
22642379 #, no-wrap
22652380 msgid "B<--net-cow-filesystem> nfs|cfs"
22662381 msgstr "B<--net-cow-filesystem> nfs|cfs"
22672382
22682383 #. type: Plain text
2269 #: en/lb_config.1:406
2384 #: en/lb_config.1:418
22702385 msgid ""
22712386 "defines the filesystem type for the copy-on-write layer and defaults to nfs."
22722387 msgstr ""
22742389 "です。"
22752390
22762391 #. type: IP
2277 #: en/lb_config.1:406
2392 #: en/lb_config.1:418
22782393 #, no-wrap
22792394 msgid "B<--net-cow-mountoptions> I<OPTIONS>"
22802395 msgstr "B<--net-cow-mountoptions> I<オプション>"
22812396
22822397 #. type: Plain text
2283 #: en/lb_config.1:408
2398 #: en/lb_config.1:420
22842399 msgid ""
22852400 "sets additional options for mounting the copy-on-write layer in netboot "
22862401 "images and is by default empty."
22892404 "追加オプションを指定します。デフォルトは空です。"
22902405
22912406 #. type: IP
2292 #: en/lb_config.1:408
2407 #: en/lb_config.1:420
22932408 #, no-wrap
22942409 msgid "B<--net-cow-path> I<PATH>"
22952410 msgstr "B<--net-cow-path> I<パス>"
22962411
22972412 #. type: Plain text
2298 #: en/lb_config.1:410
2413 #: en/lb_config.1:422
22992414 msgid ""
23002415 "defines the path to client writable filesystem. Anywhere that "
23012416 "I<client_mac_address> is specified in the path live-boot will substitute the "
23062421 "MACアドレスをハイフンで区切ったものに置き換えます。"
23072422
23082423 #. type: Plain text
2309 #: en/lb_config.1:413
2424 #: en/lb_config.1:425
23102425 msgid "Example:"
23112426 msgstr "例:"
23122427
23132428 #. type: Plain text
2314 #: en/lb_config.1:415
2429 #: en/lb_config.1:427
23152430 msgid "/export/hosts/client_mac_address"
23162431 msgstr "/export/hosts/client_mac_address"
23172432
23182433 #. type: Plain text
2319 #: en/lb_config.1:417
2434 #: en/lb_config.1:429
23202435 msgid "/export/hosts/00-16-D3-33-92-E8"
23212436 msgstr "/export/hosts/00-16-D3-33-92-E8"
23222437
23232438 #. type: IP
2324 #: en/lb_config.1:417
2439 #: en/lb_config.1:429
23252440 #, no-wrap
23262441 msgid "B<--net-cow-server> I<IP>|I<HOSTNAME>"
23272442 msgstr "B<--net-cow-server> I<IPアドレス>|I<ホスト名>"
23282443
23292444 #. type: Plain text
2330 #: en/lb_config.1:419
2445 #: en/lb_config.1:431
23312446 msgid ""
23322447 "sets the IP or hostname that will be configured in the bootloader "
23332448 "configuration for the copy-on-write filesystem of your netboot image and is "
23372452 "ローダ設定で設定するIPアドレスやホスト名をセットします。デフォルトは空です。"
23382453
23392454 #. type: IP
2340 #: en/lb_config.1:419
2455 #: en/lb_config.1:431
23412456 #, no-wrap
23422457 msgid "B<--net-tarball> true|false"
23432458 msgstr "B<--net-tarball> true|false"
23442459
23452460 #. type: Plain text
2346 #: en/lb_config.1:421
2461 #: en/lb_config.1:433
23472462 msgid ""
23482463 "defines if a compressed tarball should be created. Disabling this options "
23492464 "leads to no tarball at all, the plain binary directory is considered the "
23542469 "リが出力されることになります。デフォルトは true です。"
23552470
23562471 #. type: IP
2357 #: en/lb_config.1:421 en/live-build.7:40
2472 #: en/lb_config.1:433 en/live-build.7:40
23582473 #, no-wrap
23592474 msgid "B<--quiet>"
23602475 msgstr "B<--quiet>"
23612476
23622477 #. type: Plain text
2363 #: en/lb_config.1:423
2478 #: en/lb_config.1:435
23642479 msgid "reduces the verbosity of messages output by B<lb build>."
23652480 msgstr "B<lb build> からのメッセージの出力を少なくします。"
23662481
23672482 #. type: IP
2368 #: en/lb_config.1:423
2483 #: en/lb_config.1:435
23692484 #, no-wrap
23702485 msgid "B<--archive-areas> I<ARCHIVE_AREA>|\"I<ARCHIVE_AREAS>\""
23712486 msgstr "B<--archive-areas> I<アーカイブ領域>|\"I<アーカイブ領域>\""
23722487
23732488 #. type: Plain text
2374 #: en/lb_config.1:425
2489 #: en/lb_config.1:437
23752490 msgid ""
23762491 "defines which package archive areas of a debian packages archive should be "
23772492 "used for configured debian package mirrors. By default, this is set to main. "
23852500 "能かどうか、各パッケージのライセンスを忘れずに確認してください。"
23862501
23872502 #. type: IP
2388 #: en/lb_config.1:425
2503 #: en/lb_config.1:437
23892504 #, no-wrap
23902505 msgid "B<--parent-archive-areas> I<PARENT_ARCHIVE_AREA>|\"I<PARENT_ARCHIVE_AREAS>\""
23912506 msgstr "B<--parent-archive-areas> I<親アーカイブ領域>|\"I<親アーカイブ領域>\""
23922507
23932508 #. type: Plain text
2394 #: en/lb_config.1:427
2509 #: en/lb_config.1:439
23952510 msgid "defines the archive areas for derivatives of the resulting live system."
23962511 msgstr ""
23972512 "出来上がる Live システムの派生物のアーカイブ領域のディストリビューションを決"
23982513 "定します。"
23992514
24002515 #. type: IP
2401 #: en/lb_config.1:427
2516 #: en/lb_config.1:439
24022517 #, no-wrap
24032518 msgid "B<--security> true|false"
24042519 msgstr "B<--security> true|false"
24052520
24062521 #. type: Plain text
2407 #: en/lb_config.1:429
2522 #: en/lb_config.1:441
24082523 msgid ""
24092524 "defines if the security repositories specified in the security mirror "
24102525 "options should be used or not."
24132528 "かを決定します。"
24142529
24152530 #. type: IP
2416 #: en/lb_config.1:429
2531 #: en/lb_config.1:441
24172532 #, no-wrap
24182533 msgid "B<--source> true|false"
24192534 msgstr "B<--source> true|false"
24202535
24212536 #. type: Plain text
2422 #: en/lb_config.1:431
2537 #: en/lb_config.1:443
24232538 msgid ""
24242539 "defines if a corresponding source image to the binary image should be build. "
24252540 "By default this is false because most people do not require this and would "
24342549 "を確認すべきです。"
24352550
24362551 #. type: IP
2437 #: en/lb_config.1:431
2552 #: en/lb_config.1:443
24382553 #, no-wrap
24392554 msgid "-s|B<--source-images> iso|netboot|tar|hdd"
24402555 msgstr "-s|B<--source-images> iso|netboot|tar|hdd"
24412556
24422557 #. type: Plain text
2443 #: en/lb_config.1:433
2558 #: en/lb_config.1:445
24442559 msgid "defines the image type for the source image. Default is tar."
24452560 msgstr "ソースイメージのイメージの種類を指定します。デフォルトは tar です。"
24462561
24472562 #. type: IP
2448 #: en/lb_config.1:433
2563 #: en/lb_config.1:445
24492564 #, no-wrap
24502565 msgid "B<--firmware-binary> true|false"
24512566 msgstr "B<--firmware-binary> true|false"
24522567
24532568 #. type: Plain text
2454 #: en/lb_config.1:435
2569 #: en/lb_config.1:447
24552570 msgid ""
24562571 "defines if firmware packages should be automatically included into the "
24572572 "binary pool for debian-installer. Note that only firmware packages available "
24682583 "ん。"
24692584
24702585 #. type: IP
2471 #: en/lb_config.1:435
2586 #: en/lb_config.1:447
24722587 #, no-wrap
24732588 msgid "B<--firmware-chroot> true|false"
24742589 msgstr "B<--firmware-chroot> true|false"
24752590
24762591 #. type: Plain text
2477 #: en/lb_config.1:437
2592 #: en/lb_config.1:449
24782593 msgid ""
24792594 "defines if firmware packages should be automatically included into the live "
24802595 "image. Note that only firmware packages available within the configured "
24892604 "パッケージ一覧で明示的に指定したパッケージには干渉しません。"
24902605
24912606 #. type: IP
2492 #: en/lb_config.1:437
2607 #: en/lb_config.1:449
24932608 #, no-wrap
24942609 msgid "B<--swap-file-path> I<PATH>"
24952610 msgstr "B<--swap-file-path> I<パス>"
24962611
24972612 #. type: Plain text
2498 #: en/lb_config.1:439
2613 #: en/lb_config.1:451
24992614 msgid ""
25002615 "defines the path to a swap file to create in the binary image. Default is "
25012616 "not to create a swap file."
25042619 "はスワップファイルを作成しません。"
25052620
25062621 #. type: IP
2507 #: en/lb_config.1:439
2622 #: en/lb_config.1:451
25082623 #, no-wrap
25092624 msgid "B<--swap-file-size> I<MB>"
25102625 msgstr "B<--swap-file-size> I<MB>"
25112626
25122627 #. type: Plain text
2513 #: en/lb_config.1:441
2628 #: en/lb_config.1:453
25142629 msgid ""
25152630 "defines what size in megabytes the swap file should be, if one is to be "
25162631 "created. Default is 512MB."
25192634 "512MB です。"
25202635
25212636 #. type: IP
2522 #: en/lb_config.1:441
2637 #: en/lb_config.1:453
25232638 #, no-wrap
25242639 msgid "B<--tasksel> apt|aptitude|tasksel"
25252640 msgstr "B<--tasksel> apt|aptitude|tasksel"
25262641
25272642 #. type: Plain text
2528 #: en/lb_config.1:443
2643 #: en/lb_config.1:455
25292644 msgid ""
25302645 "selects which program is used to install tasks. By default, this is set to "
25312646 "tasksel."
25342649 "となっています。"
25352650
25362651 #. type: IP
2537 #: en/lb_config.1:443
2652 #: en/lb_config.1:455
25382653 #, no-wrap
25392654 msgid "B<--templates> I<PATH>"
25402655 msgstr "B<--templates> I<パス>"
25412656
25422657 #. type: Plain text
2543 #: en/lb_config.1:445
2658 #: en/lb_config.1:457
25442659 msgid ""
25452660 "sets the path to the templates that live-build is going to use, e.g. for "
25462661 "bootloaders. By default, this is set to /usr/share/live/build/templates/."
25492664 "す。デフォルトでは /usr/share/live/build/templates/ となっています。"
25502665
25512666 #. type: IP
2552 #: en/lb_config.1:445
2667 #: en/lb_config.1:457
25532668 #, no-wrap
25542669 msgid "B<--hdd-size> MB"
25552670 msgstr "B<--hdd-size> MB"
25562671
25572672 #. type: Plain text
2558 #: en/lb_config.1:447
2673 #: en/lb_config.1:459
25592674 msgid ""
25602675 "defines what size the hdd image should be. Note that although the default is "
25612676 "set to 10000 (= 10GB), it will not need 10GB space on your harddisk as the "
25662681 "10GB の空き容量が必要というわけではないことに注意してください。"
25672682
25682683 #. type: IP
2569 #: en/lb_config.1:447
2684 #: en/lb_config.1:459
25702685 #, no-wrap
25712686 msgid "B<--updates> true|false"
25722687 msgstr "B<--updates> true|false"
25732688
25742689 #. type: Plain text
2575 #: en/lb_config.1:449
2690 #: en/lb_config.1:461
25762691 msgid ""
25772692 "defines if debian updates package archives should be included in the image "
25782693 "or not."
25802695 "イメージに updates パッケージアーカイブを収録すべきか否かを決定します。"
25812696
25822697 #. type: IP
2583 #: en/lb_config.1:449
2698 #: en/lb_config.1:461
25842699 #, no-wrap
25852700 msgid "B<--backports> true|false"
25862701 msgstr "B<--backports> true|false"
25872702
25882703 #. type: Plain text
2589 #: en/lb_config.1:451
2704 #: en/lb_config.1:463
25902705 msgid ""
25912706 "defines if debian backports package archives should be included in the image "
25922707 "or not."
25942709 "イメージに backports パッケージアーカイブを収録すべきか否かを決定します。"
25952710
25962711 #. type: IP
2597 #: en/lb_config.1:451 en/live-build.7:42
2712 #: en/lb_config.1:463 en/live-build.7:42
25982713 #, no-wrap
25992714 msgid "B<--verbose>"
26002715 msgstr "B<--verbose>"
26012716
26022717 #. type: Plain text
2603 #: en/lb_config.1:453
2718 #: en/lb_config.1:465
26042719 msgid "increases the verbosity of messages output by B<lb build>."
26052720 msgstr "B<lb build> からのメッセージの出力を多くします。"
26062721
26072722 #. type: IP
2608 #: en/lb_config.1:453
2723 #: en/lb_config.1:465
26092724 #, no-wrap
26102725 msgid "B<--win32-loader true|false>"
26112726 msgstr "B<--win32-loader true|false>"
26122727
26132728 #. FIXME
26142729 #. type: Plain text
2615 #: en/lb_config.1:456
2730 #: en/lb_config.1:468
26162731 msgid "defines if win32-loader should be included in the binary image or not."
26172732 msgstr "バイナリイメージに win32-loader を収録すべきか否かを決定します。"
26182733
26192734 #. type: SH
2620 #: en/lb_config.1:457
2735 #: en/lb_config.1:469
26212736 #, no-wrap
26222737 msgid "ENVIRONMENT"
26232738 msgstr "環境変数"
26242739
26252740 #. FIXME
26262741 #. type: Plain text
2627 #: en/lb_config.1:460
2742 #: en/lb_config.1:472
26282743 msgid ""
26292744 "Currently, command line switches can also be specified through the "
26302745 "corresponding environment variable. However, this generally should not be "
26442759
26452760 #. FIXME
26462761 #. type: IP
2647 #: en/lb_config.1:464
2762 #: en/lb_config.1:476
26482763 #, no-wrap
26492764 msgid "B<auto/config>"
26502765 msgstr "B<auto/config>"
26512766
26522767 #. type: IP
2653 #: en/lb_config.1:465
2768 #: en/lb_config.1:477
26542769 #, no-wrap
26552770 msgid "B</etc/live/build.conf, /etc/live/build/*>"
26562771 msgstr "B</etc/live/build.conf, /etc/live/build/*>"
26572772
26582773 #. FIXME
26592774 #. type: Plain text
2660 #: en/lb_config.1:468
2775 #: en/lb_config.1:480
26612776 msgid ""
26622777 "An optional, global configuration file for B<lb config> variables. It is "
26632778 "useful to specify a few system wide defaults, like "
26702785 "無効にできます。"
26712786
26722787 #. type: Plain text
2673 #: en/lb_config.1:473 en/live-build.7:219
2788 #: en/lb_config.1:485 en/live-build.7:235
26742789 msgid "I<live-boot>(7)"
26752790 msgstr "I<live-boot>(7)"
26762791
26772792 #. type: Plain text
2678 #: en/lb_config.1:475 en/live-build.7:221
2793 #: en/lb_config.1:487 en/live-build.7:237
26792794 msgid "I<live-config>(7)"
26802795 msgstr "I<live-config>(7)"
44 msgid ""
55 msgstr ""
66 "Project-Id-Version: live-build\n"
7 "POT-Creation-Date: 2015-10-21 02:21+0200\n"
7 "POT-Creation-Date: 2017-08-29 14:07+0200\n"
88 "PO-Revision-Date: 2014-08-28 02:52+0900\n"
99 "Last-Translator: victory <[email protected]>\n"
1010 "Language-Team: none\n"
6363
6464 #. type: SH
6565 #: 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:223 en/lb_source.1:9
66 #: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:229 en/lb_source.1:9
6767 #: en/live-build.7:11
6868 #, no-wrap
6969 msgid "DESCRIPTION"
7171
7272 #. type: SH
7373 #: 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:232 en/lb_source.1:14
74 #: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:238 en/lb_source.1:14
7575 #: en/live-build.7:20
7676 #, no-wrap
7777 msgid "OPTIONS"
7979
8080 #. type: SH
8181 #: 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:462 en/lb_source.1:17
83 #: en/live-build.7:213
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
8484 #, no-wrap
8585 msgid "FILES"
8686 msgstr "ファイル"
9494
9595 #. type: SH
9696 #: 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:469 en/lb_source.1:20
98 #: en/live-build.7:217
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
9999 #, no-wrap
100100 msgid "SEE ALSO"
101101 msgstr "関連項目"
102102
103103 #. type: Plain text
104104 #: 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:471 en/lb_source.1:22
105 #: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:483 en/lb_source.1:22
106106 msgid "I<live-build>(7)"
107107 msgstr "I<live-build>(7)"
108108
109109 #. type: Plain text
110110 #: 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:477 en/lb_source.1:24
112 #: en/live-build.7:223
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
113113 msgid "This program is a part of live-build."
114114 msgstr "このプログラムは live-build の一部です。"
115115
116116 #. type: SH
117117 #: 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:478 en/lb_source.1:25
119 #: en/live-build.7:224
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
120120 #, no-wrap
121121 msgid "HOMEPAGE"
122122 msgstr "ホームページ"
123123
124124 #. type: Plain text
125125 #: 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:480 en/lb_source.1:27
127 #: en/live-build.7:226
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 "
131 #| "found on the homepage at E<lt>I<https://debian-live.alioth.debian.org/"
132 #| ">E<gt> and in the manual at E<lt>I<https://debian-live.alioth.debian.org/"
133 #| "manual/>E<gt>."
128134 msgid ""
129135 "More information about live-build and the Live Systems project can be found "
130 "on the homepage at E<lt>I<http://live-systems.org/>E<gt> and in the manual "
131 "at E<lt>I<http://live-systems.org/manual/>E<gt>."
136 "on the homepage at E<lt>I<https://debian-live.alioth.debian.org/>E<gt>."
132137 msgstr ""
133138 "live-build 及び Live システムプロジェクトについてのさらなる情報は、"
134 "E<lt>I<http://live-systems.org/>E<gt> のホームページや E<lt>I<http://live-"
135 "systems.org/manual/>E<gt> のマニュアルにあります。"
139 "E<lt>I<https://debian-live.alioth.debian.org/>E<gt> のホームページや "
140 "E<lt>I<http://live-systems.org/manual/>E<gt> のマニュアルにあります。"
136141
137142 #. type: SH
138143 #: 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:481 en/lb_source.1:28
140 #: en/live-build.7:227
144 #: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:493 en/lb_source.1:28
145 #: en/live-build.7:243
141146 #, no-wrap
142147 msgid "BUGS"
143148 msgstr "バグ"
144149
145150 #. type: Plain text
146151 #: 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:483 en/lb_source.1:30
148 #: en/live-build.7:229
152 #: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:495 en/lb_source.1:30
153 #: en/live-build.7:245
149154 msgid ""
150155 "Bugs can be reported by submitting a bugreport for the live-build package in "
151156 "the Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
159164
160165 #. type: SH
161166 #: 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:484 en/lb_source.1:31
163 #: en/live-build.7:230
167 #: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:496 en/lb_source.1:31
168 #: en/live-build.7:246
164169 #, no-wrap
165170 msgid "AUTHOR"
166171 msgstr "作者"
167172
168173 #. type: Plain text
169174 #: 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:485 en/lb_source.1:32
171 #: en/live-build.7:231
175 #: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:497 en/lb_source.1:32
176 #: en/live-build.7:247
172177 msgid ""
173178 "live-build was written by Daniel Baumann E<lt>I<[email protected]>E<gt>."
174179 msgstr ""
177182
178183 #. type: Plain text
179184 #: en/lb_source.1:5
180 msgid "B<lb source> - Complete the source stage"
185 #, fuzzy
186 #| msgid "B<lb source> - Complete the source stage"
187 msgid "B<lb_source> - Complete the source stage"
181188 msgstr "B<lb source> - ソース段階を完了させます"
182189
183190 #. type: Plain text
44 msgid ""
55 msgstr ""
66 "Project-Id-Version: live-build\n"
7 "POT-Creation-Date: 2015-10-21 02:21+0200\n"
7 "POT-Creation-Date: 2017-08-29 14:07+0200\n"
88 "PO-Revision-Date: 2014-08-28 02:52+0900\n"
99 "Last-Translator: victory <[email protected]>\n"
1010 "Language-Team: none\n"
6363
6464 #. type: SH
6565 #: 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:223 en/lb_source.1:9
66 #: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:229 en/lb_source.1:9
6767 #: en/live-build.7:11
6868 #, no-wrap
6969 msgid "DESCRIPTION"
7171
7272 #. type: SH
7373 #: 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:232 en/lb_source.1:14
74 #: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:238 en/lb_source.1:14
7575 #: en/live-build.7:20
7676 #, no-wrap
7777 msgid "OPTIONS"
7979
8080 #. type: SH
8181 #: 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:462 en/lb_source.1:17
83 #: en/live-build.7:213
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
8484 #, no-wrap
8585 msgid "FILES"
8686 msgstr "ファイル"
8787
8888 #. type: SH
8989 #: 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:469 en/lb_source.1:20
91 #: en/live-build.7:217
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
9292 #, no-wrap
9393 msgid "SEE ALSO"
9494 msgstr "関連項目"
9595
9696 #. type: Plain text
9797 #: 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:477 en/lb_source.1:24
99 #: en/live-build.7:223
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
100100 msgid "This program is a part of live-build."
101101 msgstr "このプログラムは live-build の一部です。"
102102
103103 #. type: SH
104104 #: 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:478 en/lb_source.1:25
106 #: en/live-build.7:224
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
107107 #, no-wrap
108108 msgid "HOMEPAGE"
109109 msgstr "ホームページ"
110110
111111 #. type: Plain text
112112 #: 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:480 en/lb_source.1:27
114 #: en/live-build.7:226
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 "
118 #| "found on the homepage at E<lt>I<https://debian-live.alioth.debian.org/"
119 #| ">E<gt> and in the manual at E<lt>I<https://debian-live.alioth.debian.org/"
120 #| "manual/>E<gt>."
115121 msgid ""
116122 "More information about live-build and the Live Systems project can be found "
117 "on the homepage at E<lt>I<http://live-systems.org/>E<gt> and in the manual "
118 "at E<lt>I<http://live-systems.org/manual/>E<gt>."
123 "on the homepage at E<lt>I<https://debian-live.alioth.debian.org/>E<gt>."
119124 msgstr ""
120125 "live-build 及び Live システムプロジェクトについてのさらなる情報は、"
121 "E<lt>I<http://live-systems.org/>E<gt> のホームページや E<lt>I<http://live-"
122 "systems.org/manual/>E<gt> のマニュアルにあります。"
126 "E<lt>I<https://debian-live.alioth.debian.org/>E<gt> のホームページや "
127 "E<lt>I<http://live-systems.org/manual/>E<gt> のマニュアルにあります。"
123128
124129 #. type: SH
125130 #: 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:481 en/lb_source.1:28
127 #: en/live-build.7:227
131 #: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:493 en/lb_source.1:28
132 #: en/live-build.7:243
128133 #, no-wrap
129134 msgid "BUGS"
130135 msgstr "バグ"
131136
132137 #. type: Plain text
133138 #: 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:483 en/lb_source.1:30
135 #: en/live-build.7:229
139 #: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:495 en/lb_source.1:30
140 #: en/live-build.7:245
136141 msgid ""
137142 "Bugs can be reported by submitting a bugreport for the live-build package in "
138143 "the Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
146151
147152 #. type: SH
148153 #: 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:484 en/lb_source.1:31
150 #: en/live-build.7:230
154 #: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:496 en/lb_source.1:31
155 #: en/live-build.7:246
151156 #, no-wrap
152157 msgid "AUTHOR"
153158 msgstr "作者"
154159
155160 #. type: Plain text
156161 #: 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:485 en/lb_source.1:32
158 #: en/live-build.7:231
162 #: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:497 en/lb_source.1:32
163 #: en/live-build.7:247
159164 msgid ""
160165 "live-build was written by Daniel Baumann E<lt>I<[email protected]>E<gt>."
161166 msgstr ""
163168 "書かれました。"
164169
165170 #. type: IP
166 #: en/lb_config.1:302 en/live-build.7:36
171 #: en/lb_config.1:314 en/live-build.7:36
167172 #, no-wrap
168173 msgid "B<--debug>"
169174 msgstr "B<--debug>"
170175
171176 #. type: IP
172 #: en/lb_config.1:314 en/live-build.7:38
177 #: en/lb_config.1:326 en/live-build.7:38
173178 #, no-wrap
174179 msgid "B<--force>"
175180 msgstr "B<--force>"
176181
177182 #. type: IP
178 #: en/lb_config.1:421 en/live-build.7:40
183 #: en/lb_config.1:433 en/live-build.7:40
179184 #, no-wrap
180185 msgid "B<--quiet>"
181186 msgstr "B<--quiet>"
182187
183188 #. type: IP
184 #: en/lb_config.1:451 en/live-build.7:42
189 #: en/lb_config.1:463 en/live-build.7:42
185190 #, no-wrap
186191 msgid "B<--verbose>"
187192 msgstr "B<--verbose>"
188193
189194 #. type: Plain text
190 #: en/lb_config.1:473 en/live-build.7:219
195 #: en/lb_config.1:485 en/live-build.7:235
191196 msgid "I<live-boot>(7)"
192197 msgstr "I<live-boot>(7)"
193198
194199 #. type: Plain text
195 #: en/lb_config.1:475 en/live-build.7:221
200 #: en/lb_config.1:487 en/live-build.7:237
196201 msgid "I<live-config>(7)"
197202 msgstr "I<live-config>(7)"
198203
234239 #. FIXME
235240 #. type: Plain text
236241 #: en/live-build.7:19
242 #, fuzzy
243 #| msgid ""
244 #| "More documentation about how to use live-build is available in the "
245 #| "individual manpages for each helper and in the manual at E<lt>I<http://"
246 #| "live-systems.org/manual/>E<gt>."
237247 msgid ""
238248 "More documentation about how to use live-build is available in the "
239 "individual manpages for each helper and in the manual at E<lt>I<http://live-"
240 "systems.org/manual/>E<gt>."
249 "individual manpages for each helper and in the manual at E<lt>I<https://"
250 "debian-live.alioth.debian.org/manual/>E<gt>."
241251 msgstr ""
242252 "live-build 及び Live システムプロジェクトについてのさらなる情報は、それぞれ"
243 "の man ページや E<lt>I<http://live-systems.org/manual/>E<gt> のマニュアルにあ"
244 "ります。"
253 "の man ページや E<lt>I<https://debian-live.alioth.debian.org/manual/>E<gt> の"
254 "マニュアルにあります。"
245255
246256 #. FIXME
247257 #. type: SS
401411
402412 #. type: IP
403413 #: en/live-build.7:58
404 #, no-wrap
405 msgid "B<lb_config>(1)"
414 #, fuzzy, no-wrap
415 #| msgid "B<lb_config>(1)"
416 msgid "B<lb config>(1)"
406417 msgstr "B<lb_config>(1)"
407418
408419 #. type: Plain text
409420 #: en/live-build.7:60
410 msgid "create configuration for live-build"
421 #, fuzzy
422 #| msgid "create configuration for live-build"
423 msgid "creates configuration for live-build"
411424 msgstr "live-build の設定ファイルを作成します"
412425
413426 #. type: IP
414427 #: en/live-build.7:60
415 #, no-wrap
416 msgid "B<lb_bootstrap>(1)"
428 #, fuzzy, no-wrap
429 #| msgid "B<lb_bootstrap>(1)"
430 msgid "B<lb bootstrap>(1)"
417431 msgstr "B<lb_bootstrap>(1)"
418432
419433 #. type: Plain text
420434 #: en/live-build.7:62
421 msgid "create the first stage by bootstrapping a basic debian system"
435 #, fuzzy
436 #| msgid "create the first stage by bootstrapping a basic debian system"
437 msgid ""
438 "executes the first build stage, creating (bootstraping) a basic Debian root "
439 "filesystem"
422440 msgstr "第1の段階で基本的な debian システムのパッケージ収集を行います"
423441
424442 #. type: IP
425443 #: en/live-build.7:62
426 #, no-wrap
427 msgid "B<lb_chroot>(1)"
444 #, fuzzy, no-wrap
445 #| msgid "B<lb_chroot>(1)"
446 msgid "B<lb chroot>(1)"
428447 msgstr "B<lb_chroot>(1)"
429448
430449 #. type: Plain text
431450 #: en/live-build.7:64
432 msgid "create the second stage by customizing the chroot"
433 msgstr "第2の段階で chroot の独自化を行います"
451 msgid "executes the second build stage, building the live OS filesystem"
452 msgstr ""
434453
435454 #. type: IP
436455 #: en/live-build.7:64
437 #, no-wrap
438 msgid "B<lb_binary>(1)"
456 #, fuzzy, no-wrap
457 #| msgid "B<lb_binary>(1)"
458 msgid "B<lb installer>(1)"
439459 msgstr "B<lb_binary>(1)"
440460
441461 #. type: Plain text
442462 #: en/live-build.7:66
443 msgid "create the third stage by generating a binary image"
463 msgid ""
464 "executes the third build stage, obtaining installer components (optional)"
465 msgstr ""
466
467 #. type: IP
468 #: en/live-build.7:66
469 #, fuzzy, no-wrap
470 #| msgid "B<lb_binary>(1)"
471 msgid "B<lb binary>(1)"
472 msgstr "B<lb_binary>(1)"
473
474 #. type: Plain text
475 #: en/live-build.7:68
476 #, fuzzy
477 #| msgid "create the third stage by generating a binary image"
478 msgid "executes the fourth build stage, generating a binary image"
444479 msgstr "第3の段階でバイナリイメージの生成を行います"
445480
446481 #. type: IP
447 #: en/live-build.7:66
448 #, no-wrap
449 msgid "B<lb_source>(1)"
482 #: en/live-build.7:68
483 #, fuzzy, no-wrap
484 #| msgid "B<lb_source>(1)"
485 msgid "B<lb source>(1)"
450486 msgstr "B<lb_source>(1)"
451487
452488 #. type: Plain text
453 #: en/live-build.7:68
454 msgid "create the optional fourth stage by generating a source image"
489 #: en/live-build.7:70
490 #, fuzzy
491 #| msgid "create the optional fourth stage by generating a source image"
492 msgid "executes the fifth build stage, generating a source image (optional)"
455493 msgstr "オプションの第4の段階でソースイメージの生成を行います"
456494
457495 #. type: IP
458 #: en/live-build.7:68
459 #, no-wrap
460 msgid "B<lb_clean>(1)"
496 #: en/live-build.7:70
497 #, fuzzy, no-wrap
498 #| msgid "B<lb_clean>(1)"
499 msgid "B<lb clean>(1)"
461500 msgstr "B<lb_clean>(1)"
462501
463502 #. type: Plain text
464 #: en/live-build.7:70
465 msgid "clean up system build directories"
503 #: en/live-build.7:72
504 #, fuzzy
505 #| msgid "clean up system build directories"
506 msgid "cleans up system build directories"
466507 msgstr "システムのビルド用ディレクトリを掃除します"
467508
468509 #. type: SS
469 #: en/live-build.7:70
510 #: en/live-build.7:72
470511 #, no-wrap
471512 msgid "Ancillary Commands"
472513 msgstr "副次的なコマンド"
473514
474515 #. type: IP
475 #: en/live-build.7:71
516 #: en/live-build.7:73
476517 #, no-wrap
477518 msgid "B<lb>(1)"
478519 msgstr "B<lb>(1)"
479520
480521 #. type: Plain text
481 #: en/live-build.7:73
482 msgid "generic live-build wrapper"
522 #: en/live-build.7:75
523 #, fuzzy
524 #| msgid "generic live-build wrapper"
525 msgid "generic live-build script execution wrapper"
483526 msgstr "live-build の包括的なラッパー"
484527
485528 #. type: IP
486 #: en/live-build.7:73
487 #, no-wrap
488 msgid "B<lb_build>(1)"
529 #: en/live-build.7:75
530 #, fuzzy, no-wrap
531 #| msgid "B<lb_build>(1)"
532 msgid "B<lb build>(1)"
489533 msgstr "B<lb_build>(1)"
490534
491 #. type: Plain text
492 #: en/live-build.7:75
493 msgid "alias for all stages"
535 #. FIXME
536 #. type: Plain text
537 #: en/live-build.7:78
538 #, fuzzy
539 #| msgid "alias for all stages"
540 msgid "alias for all build stages"
494541 msgstr "全段階のラッパーです"
495542
496 #. type: IP
497 #: en/live-build.7:75
498 #, no-wrap
499 msgid "B<lb_local>(1)"
500 msgstr "B<lb_local>(1)"
501
502 #. type: Plain text
503 #: en/live-build.7:77
504 msgid "helper for using a local live-build"
505 msgstr "ローカルの live-build を利用する支援コマンド"
506
507 #. type: IP
508 #: en/live-build.7:77
509 #, no-wrap
510 msgid "B<lb_testroot>(1)"
511 msgstr "B<lb_testroot>(1)"
543 #. type: SH
544 #: en/live-build.7:79
545 #, fuzzy, no-wrap
546 #| msgid "LOW-LEVEL COMMANDS (PLUMBING)"
547 msgid "LOW-LEVEL COMMANDS (PLUMBING) - BUILD STAGE COMPONENTS"
548 msgstr "低レベルコマンド (PLUMBING)"
512549
513550 #. FIXME
514551 #. type: Plain text
515 #: en/live-build.7:80
516 msgid "ensure that a system is built as root"
517 msgstr "システムが root により構成されていることを確認します"
518
519 #. type: SH
520 #: en/live-build.7:81
521 #, no-wrap
522 msgid "LOW-LEVEL COMMANDS (PLUMBING)"
523 msgstr "低レベルコマンド (PLUMBING)"
524
525 #. FIXME
526 #. type: Plain text
527 #: en/live-build.7:84
552 #: en/live-build.7:82
528553 msgid ""
529554 "The actual work of live-build is implemented in the low-level commands, "
530555 "called plumbing. They are not supposed to be used by end users, they should "
540565 "はこの低レベルコマンドが対象となるかもしれません。"
541566
542567 #. type: Plain text
543 #: en/live-build.7:86
568 #: en/live-build.7:84
544569 msgid ""
545570 "Note that the interface (set of options and the semantics) to these low-"
546571 "level commands are meant to be a lot more stable than Porcelain level "
553578 "ユーザの使い勝手改善のために変更される対象となります。"
554579
555580 #. type: SS
556 #: en/live-build.7:86
557 #, no-wrap
558 msgid "Bootstrap commands"
581 #: en/live-build.7:84
582 #, fuzzy, no-wrap
583 #| msgid "Bootstrap commands"
584 msgid "Bootstrap stage specific commands"
559585 msgstr "パッケージ収集用のコマンド"
560586
561587 #. type: IP
588 #: en/live-build.7:85
589 #, fuzzy, no-wrap
590 #| msgid "B<lb_bootstrap_cache>(1)"
591 msgid "B<lb bootstrap_archives>(1)"
592 msgstr "B<lb_bootstrap_cache>(1)"
593
594 #. type: Plain text
562595 #: en/live-build.7:87
563 #, no-wrap
564 msgid "B<lb_bootstrap_cache>(1)"
596 msgid "applies apt archive configuration"
597 msgstr ""
598
599 #. type: IP
600 #: en/live-build.7:87
601 #, fuzzy, no-wrap
602 #| msgid "B<lb_bootstrap_cache>(1)"
603 msgid "B<lb bootstrap_cache>(1)"
565604 msgstr "B<lb_bootstrap_cache>(1)"
566605
567606 #. type: Plain text
568607 #: en/live-build.7:89
569 msgid "cache bootstrap stage"
570 msgstr "パッケージ収集段階をキャッシュします"
608 msgid ""
609 "in save mode, saves to cache a copy of the generated bootstrap directory, "
610 "and in restore mode, restores from cache a previously generated copy"
611 msgstr ""
571612
572613 #. type: IP
573614 #: en/live-build.7:89
574 #, no-wrap
575 msgid "B<lb_bootstrap_debootstrap>(1)"
615 #, fuzzy, no-wrap
616 #| msgid "B<lb_bootstrap_debootstrap>(1)"
617 msgid "B<lb bootstrap_debootstrap>(1)"
576618 msgstr "B<lb_bootstrap_debootstrap>(1)"
577619
578620 #. type: Plain text
579621 #: en/live-build.7:91
580 msgid "bootstrap a Debian system with debootstrap(8)"
622 #, fuzzy
623 #| msgid "bootstrap a Debian system with debootstrap(8)"
624 msgid "creates (bootstrap) a basic Debian root filesystem using debootstrap(8)"
581625 msgstr "debootstrap(8) により Debian システムのパッケージ収集を行います"
582626
583627 #. type: SS
584628 #: en/live-build.7:91
585 #, no-wrap
586 msgid "Chroot commands"
629 #, fuzzy, no-wrap
630 #| msgid "Chroot commands"
631 msgid "Chroot stage specific commands"
587632 msgstr "chroot コマンド"
588633
589 #. type: IP
590 #: en/live-build.7:92
591 #, no-wrap
592 msgid "B<lb_chroot_apt>(1)"
634 #. type: Plain text
635 #: en/live-build.7:94
636 msgid ""
637 "Note: The following chroot_ prefixed commands are used in building the live "
638 "OS filesystem. Another set of similarly prefixed files are listed separately "
639 "(see further down)."
640 msgstr ""
641
642 #. type: IP
643 #: en/live-build.7:94
644 #, fuzzy, no-wrap
645 #| msgid "B<lb_chroot_cache>(1)"
646 msgid "B<lb chroot_cache>(1)"
647 msgstr "B<lb_chroot_cache>(1)"
648
649 #. type: Plain text
650 #: en/live-build.7:96
651 msgid ""
652 "in save mode, saves to cache a copy of the chroot directory, and in restore "
653 "mode, restores from cache a previously generated copy"
654 msgstr ""
655
656 #. type: IP
657 #: en/live-build.7:96
658 #, fuzzy, no-wrap
659 #| msgid "B<lb_chroot_cache>(1)"
660 msgid "B<lb chroot_firmware>(1)"
661 msgstr "B<lb_chroot_cache>(1)"
662
663 #. type: Plain text
664 #: en/live-build.7:98
665 msgid ""
666 "compiles a list of firmware packages to be installed in the live OS root "
667 "filesystem"
668 msgstr ""
669
670 #. type: IP
671 #: en/live-build.7:98
672 #, fuzzy, no-wrap
673 #| msgid "B<lb_chroot_hacks>(1)"
674 msgid "B<lb chroot_hacks>(1)"
675 msgstr "B<lb_chroot_hacks>(1)"
676
677 #. type: Plain text
678 #: en/live-build.7:100
679 msgid ""
680 "executes local hacks against the live OS root filesystem, if any are provided"
681 msgstr ""
682
683 #. type: IP
684 #: en/live-build.7:100
685 #, fuzzy, no-wrap
686 #| msgid "B<lb_chroot_hooks>(1)"
687 msgid "B<lb chroot_hooks>(1)"
688 msgstr "B<lb_chroot_hooks>(1)"
689
690 #. type: Plain text
691 #: en/live-build.7:102
692 msgid ""
693 "executes local hooks against the live OS root filesystem, if any are provided"
694 msgstr ""
695
696 #. type: IP
697 #: en/live-build.7:102
698 #, fuzzy, no-wrap
699 #| msgid "B<lb_chroot_local-includes>(1)"
700 msgid "B<lb chroot_includes>(1)"
701 msgstr "B<lb_chroot_local-includes>(1)"
702
703 #. type: Plain text
704 #: en/live-build.7:104
705 msgid ""
706 "copies a set of local files from the config directory into the live OS root "
707 "filesystem, if any are provided"
708 msgstr ""
709
710 #. type: IP
711 #: en/live-build.7:104
712 #, fuzzy, no-wrap
713 #| msgid "B<lb_chroot_install-packages>(1)"
714 msgid "B<lb chroot_install-packages>(1)"
715 msgstr "B<lb_chroot_install-packages>(1)"
716
717 #. type: Plain text
718 #: en/live-build.7:106
719 msgid ""
720 "installs into the live OS root filesystem any packages listed in local "
721 "package lists"
722 msgstr ""
723
724 #. type: IP
725 #: en/live-build.7:106
726 #, fuzzy, no-wrap
727 #| msgid "B<lb_chroot_interactive>(1)"
728 msgid "B<lb chroot_interactive>(1)"
729 msgstr "B<lb_chroot_interactive>(1)"
730
731 #. type: Plain text
732 #: en/live-build.7:108
733 msgid ""
734 "pauses the build process and starts an interactive shell from the live OS "
735 "root filesystem, providing an oportunity for manual modifications or "
736 "testing; note that this is (currently) usually executed with several chroot "
737 "prep modifications applied (see description of these further down)"
738 msgstr ""
739
740 #. type: IP
741 #: en/live-build.7:108
742 #, fuzzy, no-wrap
743 #| msgid "B<lb_chroot_linux-image>(1)"
744 msgid "B<lb chroot_linux-image>(1)"
745 msgstr "B<lb_chroot_linux-image>(1)"
746
747 #. type: Plain text
748 #: en/live-build.7:110
749 msgid ""
750 "compiles a list of kernel images to be installed in the live OS root "
751 "filesystem"
752 msgstr ""
753
754 #. type: IP
755 #: en/live-build.7:110
756 #, fuzzy, no-wrap
757 #| msgid "B<lb_chroot_packages>(1)"
758 msgid "B<lb chroot_live-packages>(1)"
759 msgstr "B<lb_chroot_packages>(1)"
760
761 #. type: Plain text
762 #: en/live-build.7:112
763 msgid ""
764 "installs a set of live system specific packages to the live OS root "
765 "filesystem"
766 msgstr ""
767
768 #. type: IP
769 #: en/live-build.7:112
770 #, fuzzy, no-wrap
771 #| msgid "B<lb_chroot_packagelists>(1)"
772 msgid "B<lb chroot_package-lists>(1)"
773 msgstr "B<lb_chroot_packagelists>(1)"
774
775 #. type: Plain text
776 #: en/live-build.7:114
777 msgid ""
778 "compiles a list of packages provided in the user\\' local config to be "
779 "installed in the live OS root filesystem"
780 msgstr ""
781
782 #. type: IP
783 #: en/live-build.7:114
784 #, fuzzy, no-wrap
785 #| msgid "B<lb_chroot_local-preseed>(1)"
786 msgid "B<lb chroot_preseed>(1)"
787 msgstr "B<lb_chroot_local-preseed>(1)"
788
789 #. type: Plain text
790 #: en/live-build.7:116
791 msgid ""
792 "installs pre-configured answers to certain install prompts into the live OS "
793 "root filesystem"
794 msgstr ""
795
796 #. type: SS
797 #: en/live-build.7:116
798 #, no-wrap
799 msgid "Installer stage specific commands"
800 msgstr ""
801
802 #. type: IP
803 #: en/live-build.7:117
804 #, fuzzy, no-wrap
805 #| msgid "B<lb_binary_debian-installer>(1)"
806 msgid "B<lb installer_debian-installer>(1)"
807 msgstr "B<lb_binary_debian-installer>(1)"
808
809 #. type: Plain text
810 #: en/live-build.7:119
811 msgid "obtains and sets up Debian installer(d-i) components"
812 msgstr ""
813
814 #. type: IP
815 #: en/live-build.7:119
816 #, fuzzy, no-wrap
817 #| msgid "B<lb_chroot_local-preseed>(1)"
818 msgid "B<lb installer_preseed>(1)"
819 msgstr "B<lb_chroot_local-preseed>(1)"
820
821 #. type: Plain text
822 #: en/live-build.7:121
823 msgid "installs pre-configured answers to certain install prompts"
824 msgstr ""
825
826 #. type: SS
827 #: en/live-build.7:121
828 #, fuzzy, no-wrap
829 #| msgid "Binary commands"
830 msgid "Binary stage specific commands"
831 msgstr "バイナリコマンド"
832
833 #. type: IP
834 #: en/live-build.7:122
835 #, fuzzy, no-wrap
836 #| msgid "B<lb_binary_checksums>(1)"
837 msgid "B<lb binary_checksums>(1)"
838 msgstr "B<lb_binary_checksums>(1)"
839
840 #. type: Plain text
841 #: en/live-build.7:124
842 #, fuzzy
843 #| msgid "create source checksums (md5, sha1, and/or sha256)"
844 msgid "creates checksums (md5, sha1, and/or sha256) for live image content"
845 msgstr "ソースのチェックサム (md5、sha1、sha256 のどれか) を作成します"
846
847 #. type: IP
848 #: en/live-build.7:124
849 #, fuzzy, no-wrap
850 #| msgid "B<lb_binary_chroot>(1)"
851 msgid "B<lb binary_chroot>(1)"
852 msgstr "B<lb_binary_chroot>(1)"
853
854 #. type: Plain text
855 #: en/live-build.7:126
856 msgid ""
857 "duplicates the chroot directory, to place a copy of what whould be the "
858 "completed live OS root filesystem to one side, allowing the original to "
859 "continue to be used in executing certain parts of the remainder of the build "
860 "process"
861 msgstr ""
862
863 #. type: IP
864 #: en/live-build.7:126
865 #, fuzzy, no-wrap
866 #| msgid "B<lb_binary_disk>(1)"
867 msgid "B<lb binary_disk>(1)"
868 msgstr "B<lb_binary_disk>(1)"
869
870 #. type: Plain text
871 #: en/live-build.7:128
872 msgid "creates disk information files to be added to live image"
873 msgstr ""
874
875 #. type: IP
876 #: en/live-build.7:128
877 #, fuzzy, no-wrap
878 #| msgid "B<lb_binary_grub>(1)"
879 msgid "B<lb binary_grub>(1)"
880 msgstr "B<lb_binary_grub>(1)"
881
882 #. type: Plain text
883 #: en/live-build.7:130
884 msgid "installs grub into live image to provide image boot capability"
885 msgstr ""
886
887 #. type: IP
888 #: en/live-build.7:130
889 #, fuzzy, no-wrap
890 #| msgid "B<lb_binary_grub2>(1)"
891 msgid "B<lb binary_grub2>(1)"
892 msgstr "B<lb_binary_grub2>(1)"
893
894 #. type: Plain text
895 #: en/live-build.7:132
896 msgid "installs grub2 into live image to provide image boot capability"
897 msgstr ""
898
899 #. type: IP
900 #: en/live-build.7:132
901 #, fuzzy, no-wrap
902 #| msgid "B<lb_binary_hdd>(1)"
903 msgid "B<lb binary_hdd>(1)"
904 msgstr "B<lb_binary_hdd>(1)"
905
906 #. type: Plain text
907 #: en/live-build.7:134
908 msgid "compiles the final live image into an hdd image file"
909 msgstr ""
910
911 #. type: IP
912 #: en/live-build.7:134
913 #, fuzzy, no-wrap
914 #| msgid "B<lb_binary_rootfs>(1)"
915 msgid "B<lb binary_hooks>(1)"
916 msgstr "B<lb_binary_rootfs>(1)"
917
918 #. type: Plain text
919 #: en/live-build.7:136
920 msgid "executes local hooks against the live image, if any are provided"
921 msgstr ""
922
923 #. type: IP
924 #: en/live-build.7:136
925 #, fuzzy, no-wrap
926 #| msgid "B<lb_binary_includes>(1)"
927 msgid "B<lb binary_includes>(1)"
928 msgstr "B<lb_binary_includes>(1)"
929
930 #. type: Plain text
931 #: en/live-build.7:138
932 msgid ""
933 "copies a set of local files from the config directory into the live image, "
934 "if any are provided"
935 msgstr ""
936
937 #. type: IP
938 #: en/live-build.7:138
939 #, fuzzy, no-wrap
940 #| msgid "B<lb_binary_iso>(1)"
941 msgid "B<lb binary_iso>(1)"
942 msgstr "B<lb_binary_iso>(1)"
943
944 #. type: Plain text
945 #: en/live-build.7:140
946 msgid "compiles the final live image into an iso file"
947 msgstr ""
948
949 #. type: IP
950 #: en/live-build.7:140
951 #, fuzzy, no-wrap
952 #| msgid "B<lb_binary_linux-image>(1)"
953 msgid "B<lb binary_linux-image>(1)"
954 msgstr "B<lb_binary_linux-image>(1)"
955
956 #. type: Plain text
957 #: en/live-build.7:142
958 #, fuzzy
959 #| msgid "install linux-image into binary"
960 msgid "copies the linux-image into the live image"
961 msgstr "linux-image をバイナリにインストールします"
962
963 #. type: IP
964 #: en/live-build.7:142
965 #, fuzzy, no-wrap
966 #| msgid "B<lb_binary_local-includes>(1)"
967 msgid "B<lb binary_loadlin>(1)"
968 msgstr "B<lb_binary_local-includes>(1)"
969
970 #. type: Plain text
971 #: en/live-build.7:144
972 msgid "bundles a copy of loadlin into the live image"
973 msgstr ""
974
975 #. type: IP
976 #: en/live-build.7:144
977 #, fuzzy, no-wrap
978 #| msgid "B<lb_binary_manifest>(1)"
979 msgid "B<lb binary_manifest>(1)"
980 msgstr "B<lb_binary_manifest>(1)"
981
982 #. type: Plain text
983 #: en/live-build.7:146
984 msgid ""
985 "creates manifest of packages installed into live OS filesystem, and list of "
986 "packages to be excluded by a persistence mechanism installing the live OS to "
987 "disk"
988 msgstr ""
989
990 #. type: IP
991 #: en/live-build.7:146
992 #, fuzzy, no-wrap
993 #| msgid "B<lb_binary_memtest>(1)"
994 msgid "B<lb binary_memtest>(1)"
995 msgstr "B<lb_binary_memtest>(1)"
996
997 #. type: Plain text
998 #: en/live-build.7:148
999 msgid "bundles a copy of memtest into the live image"
1000 msgstr ""
1001
1002 #. type: IP
1003 #: en/live-build.7:148
1004 #, fuzzy, no-wrap
1005 #| msgid "B<lb_binary_net>(1)"
1006 msgid "B<lb binary_netboot>(1)"
1007 msgstr "B<lb_binary_net>(1)"
1008
1009 #. type: Plain text
1010 #: en/live-build.7:150
1011 msgid "compiles the final live image into a netboot tar archive"
1012 msgstr ""
1013
1014 #. type: IP
1015 #: en/live-build.7:150
1016 #, fuzzy, no-wrap
1017 #| msgid "B<lb_binary_local-packagelists>(1)"
1018 msgid "B<lb binary_package-lists>(1)"
1019 msgstr "B<lb_binary_local-packagelists>(1)"
1020
1021 #. type: Plain text
1022 #: en/live-build.7:152
1023 msgid ""
1024 "processes local lists of packages to obtain and bundle into image (from "
1025 "which they could later be installed if not already)"
1026 msgstr ""
1027
1028 #. type: IP
1029 #: en/live-build.7:152
1030 #, fuzzy, no-wrap
1031 #| msgid "B<lb_binary_rootfs>(1)"
1032 msgid "B<lb binary_rootfs>(1)"
1033 msgstr "B<lb_binary_rootfs>(1)"
1034
1035 #. type: Plain text
1036 #: en/live-build.7:154
1037 msgid ""
1038 "wraps up the completed live OS root filesystem into a virtual file system "
1039 "image"
1040 msgstr ""
1041
1042 #. type: IP
1043 #: en/live-build.7:154
1044 #, fuzzy, no-wrap
1045 #| msgid "B<lb_binary_syslinux>(1)"
1046 msgid "B<lb binary_syslinux>(1)"
1047 msgstr "B<lb_binary_syslinux>(1)"
1048
1049 #. type: Plain text
1050 #: en/live-build.7:156
1051 msgid "installs syslinux into live image to provide image boot capability"
1052 msgstr ""
1053
1054 #. type: IP
1055 #: en/live-build.7:156
1056 #, fuzzy, no-wrap
1057 #| msgid "B<lb_binary_tar>(1)"
1058 msgid "B<lb binary_tar>(1)"
1059 msgstr "B<lb_binary_tar>(1)"
1060
1061 #. type: Plain text
1062 #: en/live-build.7:158
1063 msgid "compiles the final live image into a tar archive"
1064 msgstr ""
1065
1066 #. type: IP
1067 #: en/live-build.7:158
1068 #, fuzzy, no-wrap
1069 #| msgid "B<lb_binary_win32-loader>(1)"
1070 msgid "B<lb binary_win32-loader>(1)"
1071 msgstr "B<lb_binary_win32-loader>(1)"
1072
1073 #. type: Plain text
1074 #: en/live-build.7:160
1075 msgid ""
1076 "bundles a copy of win32-loader into the live image and creates an autorun."
1077 "inf file"
1078 msgstr ""
1079
1080 #. type: IP
1081 #: en/live-build.7:160
1082 #, fuzzy, no-wrap
1083 #| msgid "B<lb_binary_iso>(1)"
1084 msgid "B<lb binary_zsync>(1)"
1085 msgstr "B<lb_binary_iso>(1)"
1086
1087 #. type: Plain text
1088 #: en/live-build.7:162
1089 msgid "builds zsync control files"
1090 msgstr ""
1091
1092 #. type: SS
1093 #: en/live-build.7:162
1094 #, fuzzy, no-wrap
1095 #| msgid "Source commands"
1096 msgid "Source stage specific commands"
1097 msgstr "ソースコマンド"
1098
1099 #. type: IP
1100 #: en/live-build.7:163
1101 #, fuzzy, no-wrap
1102 #| msgid "B<lb_source_checksums>(1)"
1103 msgid "B<lb source_checksums>(1)"
1104 msgstr "B<lb_source_checksums>(1)"
1105
1106 #. type: Plain text
1107 #: en/live-build.7:165
1108 #, fuzzy
1109 #| msgid "create source checksums (md5, sha1, and/or sha256)"
1110 msgid "creates checksums (md5, sha1, and/or sha256) for source image content"
1111 msgstr "ソースのチェックサム (md5、sha1、sha256 のどれか) を作成します"
1112
1113 #. type: IP
1114 #: en/live-build.7:165
1115 #, fuzzy, no-wrap
1116 #| msgid "B<lb_source_debian>(1)"
1117 msgid "B<lb source_debian>(1)"
1118 msgstr "B<lb_source_debian>(1)"
1119
1120 #. type: Plain text
1121 #: en/live-build.7:167
1122 msgid "downloads source packages for bundling into source image"
1123 msgstr ""
1124
1125 #. type: IP
1126 #: en/live-build.7:167
1127 #, fuzzy, no-wrap
1128 #| msgid "B<lb_source_disk>(1)"
1129 msgid "B<lb source_disk>(1)"
1130 msgstr "B<lb_source_disk>(1)"
1131
1132 #. type: Plain text
1133 #: en/live-build.7:169
1134 #, fuzzy
1135 #| msgid "install disk information into source"
1136 msgid "creates disk information files to be added to source image"
1137 msgstr "ディスク情報をソースにインストールします"
1138
1139 #. type: IP
1140 #: en/live-build.7:169
1141 #, fuzzy, no-wrap
1142 #| msgid "B<lb_source_hdd>(1)"
1143 msgid "B<lb source_hdd>(1)"
1144 msgstr "B<lb_source_hdd>(1)"
1145
1146 #. type: Plain text
1147 #: en/live-build.7:171
1148 msgid "compiles the final source image into an hdd image file"
1149 msgstr ""
1150
1151 #. type: IP
1152 #: en/live-build.7:171
1153 #, fuzzy, no-wrap
1154 #| msgid "B<lb_source_hdd>(1)"
1155 msgid "B<lb source_hooks>(1)"
1156 msgstr "B<lb_source_hdd>(1)"
1157
1158 #. type: Plain text
1159 #: en/live-build.7:173
1160 msgid "executes local hooks against the source image, if any are provided"
1161 msgstr ""
1162
1163 #. type: IP
1164 #: en/live-build.7:173
1165 #, fuzzy, no-wrap
1166 #| msgid "B<lb_source_iso>(1)"
1167 msgid "B<lb source_iso>(1)"
1168 msgstr "B<lb_source_iso>(1)"
1169
1170 #. type: Plain text
1171 #: en/live-build.7:175
1172 msgid "compiles the final source image into an iso file"
1173 msgstr ""
1174
1175 #. type: IP
1176 #: en/live-build.7:175
1177 #, fuzzy, no-wrap
1178 #| msgid "B<lb_source_iso>(1)"
1179 msgid "B<lb source_live>(1)"
1180 msgstr "B<lb_source_iso>(1)"
1181
1182 #. type: Plain text
1183 #: en/live-build.7:177
1184 #, fuzzy
1185 #| msgid "copy debian-live config into source"
1186 msgid "copies live-build config into source"
1187 msgstr "debian-live の設定をソースにコピーします。"
1188
1189 #. type: IP
1190 #: en/live-build.7:177
1191 #, fuzzy, no-wrap
1192 #| msgid "B<lb_source_tar>(1)"
1193 msgid "B<lb source_tar>(1)"
1194 msgstr "B<lb_source_tar>(1)"
1195
1196 #. FIXME
1197 #. type: Plain text
1198 #: en/live-build.7:180
1199 msgid "compiles the final source image into a tar archive"
1200 msgstr ""
1201
1202 #. type: SH
1203 #: en/live-build.7:181
1204 #, fuzzy, no-wrap
1205 #| msgid "LOW-LEVEL COMMANDS (PLUMBING)"
1206 msgid "LOW-LEVEL COMMANDS (PLUMBING) - CHROOT PREP COMPONENTS"
1207 msgstr "低レベルコマンド (PLUMBING)"
1208
1209 #. FIXME
1210 #. type: Plain text
1211 #: en/live-build.7:184
1212 msgid ""
1213 "The notes above under the section regarding build-stage specific low-level "
1214 "plumbing commands also apply here."
1215 msgstr ""
1216
1217 #. type: Plain text
1218 #: en/live-build.7:186
1219 msgid ""
1220 "The following chroot_ prefixed commands are used throughout the various "
1221 "primary stages of the build process to apply and remove modifications to a "
1222 "chroot root filesystem. Generally these are used to apply modification that "
1223 "setup the chroot for use (execution of programs within it) during the build "
1224 "process, and later to remove those modification, unmounting things that were "
1225 "mounted, and making the chroot suitable for use as the root filesystem of "
1226 "the live OS to be bundled into the live image."
1227 msgstr ""
1228
1229 #. type: IP
1230 #: en/live-build.7:186
1231 #, fuzzy, no-wrap
1232 #| msgid "B<lb_chroot_apt>(1)"
1233 msgid "B<lb chroot_apt>(1)"
5931234 msgstr "B<lb_chroot_apt>(1)"
5941235
5951236 #. type: Plain text
596 #: en/live-build.7:94
597 msgid "manage /etc/apt/apt.conf"
598 msgstr "/etc/apt/apt.conf の管理"
599
600 #. type: IP
601 #: en/live-build.7:94
602 #, no-wrap
603 msgid "B<lb_chroot_cache>(1)"
604 msgstr "B<lb_chroot_cache>(1)"
605
606 #. type: Plain text
607 #: en/live-build.7:96
608 msgid "cache chroot stage"
609 msgstr "chroot 段階をキャッシュします"
610
611 #. type: IP
612 #: en/live-build.7:96
613 #, no-wrap
614 msgid "B<lb_chroot_debianchroot>(1)"
1237 #: en/live-build.7:188
1238 msgid ""
1239 "manages apt configuration; in apply mode it applies configuration for use "
1240 "during build process, and in remove mode removes that configuration"
1241 msgstr ""
1242
1243 #. type: IP
1244 #: en/live-build.7:188
1245 #, fuzzy, no-wrap
1246 #| msgid "B<lb_chroot_archives>(1)"
1247 msgid "B<lb chroot_archives>(1)"
1248 msgstr "B<lb_chroot_archives>(1)"
1249
1250 #. type: Plain text
1251 #: en/live-build.7:190
1252 msgid ""
1253 "manages apt archive source lists; in apply mode it applies source list "
1254 "configurations suitable for use of the chroot in the build process, and in "
1255 "remove mode replaces that with a configuration suitable for the final live OS"
1256 msgstr ""
1257
1258 #. type: IP
1259 #: en/live-build.7:190
1260 #, fuzzy, no-wrap
1261 #| msgid "B<lb_chroot_debianchroot>(1)"
1262 msgid "B<lb chroot_debianchroot>(1)"
6151263 msgstr "B<lb_chroot_debianchroot>(1)"
6161264
6171265 #. type: Plain text
618 #: en/live-build.7:98
619 msgid "manage /etc/debian_chroot"
1266 #: en/live-build.7:192
1267 #, fuzzy
1268 #| msgid "manage /etc/debian_chroot"
1269 msgid "manages a /etc/debian_chroot file"
6201270 msgstr "/etc/debian_chroot の管理"
6211271
6221272 #. type: IP
623 #: en/live-build.7:98
624 #, no-wrap
625 msgid "B<lb_chroot_devpts>(1)"
1273 #: en/live-build.7:192
1274 #, fuzzy, no-wrap
1275 #| msgid "B<lb_chroot_devpts>(1)"
1276 msgid "B<lb chroot_devpts>(1)"
6261277 msgstr "B<lb_chroot_devpts>(1)"
6271278
6281279 #. type: Plain text
629 #: en/live-build.7:100
630 msgid "mount /dev/pts"
1280 #: en/live-build.7:194
1281 #, fuzzy
1282 #| msgid "mount /dev/pts"
1283 msgid "manages mounting of /dev/pts"
6311284 msgstr "/dev/pts をマウントします。"
6321285
6331286 #. type: IP
634 #: en/live-build.7:100
635 #, no-wrap
636 msgid "B<lb_chroot_dpkg>(1)"
1287 #: en/live-build.7:194
1288 #, fuzzy, no-wrap
1289 #| msgid "B<lb_chroot_dpkg>(1)"
1290 msgid "B<lb chroot_dpkg>(1)"
6371291 msgstr "B<lb_chroot_dpkg>(1)"
6381292
6391293 #. type: Plain text
640 #: en/live-build.7:102
641 msgid "manage /sbin/dpkg"
642 msgstr "/sbin/dpkg の管理"
643
644 #. type: IP
645 #: en/live-build.7:102
646 #, no-wrap
647 msgid "B<lb_chroot_hacks>(1)"
648 msgstr "B<lb_chroot_hacks>(1)"
649
650 #. type: Plain text
651 #: en/live-build.7:104
652 msgid "execute hacks in chroot"
653 msgstr "hacks (応急的な操作を行うスクリプト) を chroot で実行します"
654
655 #. type: IP
656 #: en/live-build.7:104
657 #, no-wrap
658 msgid "B<lb_chroot_hostname>(1)"
1294 #: en/live-build.7:196
1295 msgid ""
1296 "manages dpkg; in apply mode disabling things like the start-stop-daemon, and "
1297 "in remove mode enabling them again"
1298 msgstr ""
1299
1300 #. type: IP
1301 #: en/live-build.7:196
1302 #, fuzzy, no-wrap
1303 #| msgid "B<lb_chroot_hostname>(1)"
1304 msgid "B<lb chroot_hostname>(1)"
6591305 msgstr "B<lb_chroot_hostname>(1)"
6601306
6611307 #. type: Plain text
662 #: en/live-build.7:106
663 msgid "manage /bin/hostname"
664 msgstr "/bin/hostname の管理"
665
666 #. type: IP
667 #: en/live-build.7:106
668 #, no-wrap
669 msgid "B<lb_chroot_hosts>(1)"
1308 #: en/live-build.7:198
1309 #, fuzzy
1310 #| msgid "use custom configuration file."
1311 msgid "manages the hostname configuration"
1312 msgstr "独自の設定ファイルを使います。"
1313
1314 #. type: IP
1315 #: en/live-build.7:198
1316 #, fuzzy, no-wrap
1317 #| msgid "B<lb_chroot_hosts>(1)"
1318 msgid "B<lb chroot_hosts>(1)"
6701319 msgstr "B<lb_chroot_hosts>(1)"
6711320
6721321 #. type: Plain text
673 #: en/live-build.7:108
674 msgid "manage /etc/hosts"
1322 #: en/live-build.7:200
1323 #, fuzzy
1324 #| msgid "manage /etc/hosts"
1325 msgid "manages the /etc/hosts file"
6751326 msgstr "/etc/hosts の管理"
6761327
6771328 #. type: IP
678 #: en/live-build.7:108
679 #, no-wrap
680 msgid "B<lb_chroot_install-packages>(1)"
681 msgstr "B<lb_chroot_install-packages>(1)"
682
683 #. type: Plain text
684 #: en/live-build.7:110
685 msgid "install queued packages into chroot"
686 msgstr "キューにあるパッケージを chroot にインストールします"
687
688 #. type: IP
689 #: en/live-build.7:110
690 #, no-wrap
691 msgid "B<lb_chroot_interactive>(1)"
692 msgstr "B<lb_chroot_interactive>(1)"
693
694 #. type: Plain text
695 #: en/live-build.7:112
696 msgid "make build interactive"
697 msgstr "対話的にビルドします"
698
699 #. type: IP
700 #: en/live-build.7:112
701 #, no-wrap
702 msgid "B<lb_chroot_linux-image>(1)"
703 msgstr "B<lb_chroot_linux-image>(1)"
704
705 #. type: Plain text
706 #: en/live-build.7:114
707 msgid "manage /etc/kernel-img.conf"
708 msgstr "/etc/kernel-img.conf の管理"
709
710 #. type: IP
711 #: en/live-build.7:114
712 #, no-wrap
713 msgid "B<lb_chroot_hooks>(1)"
714 msgstr "B<lb_chroot_hooks>(1)"
715
716 #. type: Plain text
717 #: en/live-build.7:116
718 msgid "execute local hooks in chroot"
719 msgstr "ローカルフックを chroot で実行します"
720
721 #. type: IP
722 #: en/live-build.7:116
723 #, no-wrap
724 msgid "B<lb_chroot_local-includes>(1)"
725 msgstr "B<lb_chroot_local-includes>(1)"
726
727 #. type: Plain text
728 #: en/live-build.7:118
729 msgid "copy local files into chroot"
730 msgstr "ローカルファイルを chroot にコピーします"
731
732 #. type: IP
733 #: en/live-build.7:118
734 #, no-wrap
735 msgid "B<lb_chroot_packages>(1)"
736 msgstr "B<lb_chroot_packages>(1)"
737
738 #. type: Plain text
739 #: en/live-build.7:120
740 msgid "queue install of packages into chroot"
741 msgstr "chroot にインストールするパッケージをキューに追加します"
742
743 #. type: IP
744 #: en/live-build.7:120
745 #, no-wrap
746 msgid "B<lb_chroot_local-patches>(1)"
747 msgstr "B<lb_chroot_local-patches>(1)"
748
749 #. type: Plain text
750 #: en/live-build.7:122
751 msgid "apply local patches against chroot"
752 msgstr "ローカルのパッチを chroot に適用させます"
753
754 #. type: IP
755 #: en/live-build.7:122
756 #, no-wrap
757 msgid "B<lb_chroot_local-preseed>(1)"
758 msgstr "B<lb_chroot_local-preseed>(1)"
759
760 #. type: Plain text
761 #: en/live-build.7:124
762 msgid "use debconf local preseeding file"
763 msgstr "ローカルにある debconf の preseed 用ファイルを利用します"
764
765 #. type: IP
766 #: en/live-build.7:124
767 #, no-wrap
768 msgid "B<lb_chroot_packagelists>(1)"
769 msgstr "B<lb_chroot_packagelists>(1)"
770
771 #. type: Plain text
772 #: en/live-build.7:126
773 msgid "queue install of package lists into chroot"
774 msgstr "chroot にインストールするパッケージ一覧をキューに追加します"
775
776 #. type: IP
777 #: en/live-build.7:126
778 #, no-wrap
779 msgid "B<lb_chroot_proc>(1)"
1329 #: en/live-build.7:200
1330 #, fuzzy, no-wrap
1331 #| msgid "B<lb_chroot_proc>(1)"
1332 msgid "B<lb chroot_proc>(1)"
7801333 msgstr "B<lb_chroot_proc>(1)"
7811334
7821335 #. type: Plain text
783 #: en/live-build.7:128
784 msgid "mount /proc"
1336 #: en/live-build.7:202
1337 #, fuzzy
1338 #| msgid "mount /proc"
1339 msgid "manages mounting of /proc"
7851340 msgstr "/proc をマウントします。"
7861341
7871342 #. type: IP
788 #: en/live-build.7:128
789 #, no-wrap
790 msgid "B<lb_chroot_resolv>(1)"
1343 #: en/live-build.7:202
1344 #, fuzzy, no-wrap
1345 #| msgid "B<lb_chroot_resolv>(1)"
1346 msgid "B<lb chroot_resolv>(1)"
7911347 msgstr "B<lb_chroot_resolv>(1)"
7921348
7931349 #. type: Plain text
794 #: en/live-build.7:130
795 msgid "manage /etc/resolv.conf"
1350 #: en/live-build.7:204
1351 #, fuzzy
1352 #| msgid "manage /etc/resolv.conf"
1353 msgid "manages configuration of the /etc/resolv.conf file"
7961354 msgstr "/etc/resolv.conf の管理"
7971355
7981356 #. type: IP
799 #: en/live-build.7:130
800 #, no-wrap
801 msgid "B<lb_chroot_selinuxfs>(1)"
1357 #: en/live-build.7:204
1358 #, fuzzy, no-wrap
1359 #| msgid "B<lb_chroot_selinuxfs>(1)"
1360 msgid "B<lb chroot_selinuxfs>(1)"
8021361 msgstr "B<lb_chroot_selinuxfs>(1)"
8031362
8041363 #. type: Plain text
805 #: en/live-build.7:132
806 msgid "mount /selinux"
807 msgstr "/selinux をマウントします。"
808
809 #. type: IP
810 #: en/live-build.7:132
811 #, no-wrap
812 msgid "B<lb_chroot_archives>(1)"
813 msgstr "B<lb_chroot_archives>(1)"
814
815 #. type: Plain text
816 #: en/live-build.7:134
817 msgid "manage /etc/apt/sources.list"
818 msgstr "/etc/apt/sources.list の管理"
819
820 #. type: IP
821 #: en/live-build.7:134
822 #, no-wrap
823 msgid "B<lb_chroot_sysfs>(1)"
1364 #: en/live-build.7:206
1365 msgid "manages mounting of /sys/fs/selinux"
1366 msgstr ""
1367
1368 #. type: IP
1369 #: en/live-build.7:206
1370 #, fuzzy, no-wrap
1371 #| msgid "B<lb_chroot_sysfs>(1)"
1372 msgid "B<lb chroot_sysfs>(1)"
8241373 msgstr "B<lb_chroot_sysfs>(1)"
8251374
8261375 #. type: Plain text
827 #: en/live-build.7:136
828 msgid "mount /sys"
829 msgstr "/sys をマウントします。"
830
831 #. type: IP
832 #: en/live-build.7:136
833 #, no-wrap
834 msgid "B<lb_chroot_sysv-rc>(1)"
1376 #: en/live-build.7:208
1377 msgid "manages mounting of /sys"
1378 msgstr ""
1379
1380 #. type: IP
1381 #: en/live-build.7:208
1382 #, fuzzy, no-wrap
1383 #| msgid "B<lb_chroot_sysv-rc>(1)"
1384 msgid "B<lb chroot_sysv-rc>(1)"
8351385 msgstr "B<lb_chroot_sysv-rc>(1)"
8361386
8371387 #. type: Plain text
838 #: en/live-build.7:138
839 msgid "manage /usr/sbin/policy-rc.d"
1388 #: en/live-build.7:210
1389 #, fuzzy
1390 #| msgid "manage /usr/sbin/policy-rc.d"
1391 msgid "manages the /usr/sbin/policy-rc.d file"
8401392 msgstr "/usr/sbin/policy-rc.d の管理"
8411393
8421394 #. type: IP
843 #: en/live-build.7:138
844 #, no-wrap
845 msgid "B<lb_chroot_task-lists>(1)"
846 msgstr "B<lb_chroot_task-lists>(1)"
847
848 #. type: Plain text
849 #: en/live-build.7:140
850 msgid "install task lists into chroot"
851 msgstr "タスク一覧を chroot にインストールします"
852
853 #. type: SS
854 #: en/live-build.7:140
855 #, no-wrap
856 msgid "Binary commands"
857 msgstr "バイナリコマンド"
858
859 #. type: IP
860 #: en/live-build.7:141
861 #, no-wrap
862 msgid "B<lb_binary_chroot>(1)"
863 msgstr "B<lb_binary_chroot>(1)"
864
865 #. type: Plain text
866 #: en/live-build.7:143
867 msgid "copy chroot into chroot"
868 msgstr "chroot を chroot にコピーします"
869
870 #. type: IP
871 #: en/live-build.7:143
872 #, no-wrap
873 msgid "B<lb_binary_debian-installer>(1)"
874 msgstr "B<lb_binary_debian-installer>(1)"
875
876 #. type: Plain text
877 #: en/live-build.7:145
878 msgid "install debian-installer into binary"
879 msgstr "debian-installer をバイナリにインストールします"
880
881 #. type: IP
882 #: en/live-build.7:145
883 #, no-wrap
884 msgid "B<lb_binary_disk>(1)"
885 msgstr "B<lb_binary_disk>(1)"
886
887 #. type: Plain text
888 #: en/live-build.7:147
889 msgid "install disk information into binary"
890 msgstr "ディスク情報をバイナリにインストールします"
891
892 #. type: IP
893 #: en/live-build.7:147
894 #, no-wrap
895 msgid "B<lb_binary_grub>(1)"
896 msgstr "B<lb_binary_grub>(1)"
897
898 #. type: Plain text
899 #: en/live-build.7:149
900 msgid "installs grub into binary"
901 msgstr "grub をバイナリにインストールします"
902
903 #. type: IP
904 #: en/live-build.7:149
905 #, no-wrap
906 msgid "B<lb_binary_grub2>(1)"
907 msgstr "B<lb_binary_grub2>(1)"
908
909 #. type: Plain text
910 #: en/live-build.7:151
911 msgid "installs grub2 into binary"
912 msgstr "grub2 をバイナリにインストールします"
913
914 #. type: IP
915 #: en/live-build.7:151
916 #, no-wrap
917 msgid "B<lb_binary_includes>(1)"
918 msgstr "B<lb_binary_includes>(1)"
919
920 #. type: Plain text
921 #: en/live-build.7:153 en/live-build.7:161
922 msgid "copy files into binary"
923 msgstr "ファイルをバイナリにコピーします"
924
925 #. type: IP
926 #: en/live-build.7:153
927 #, no-wrap
928 msgid "B<lb_binary_iso>(1)"
929 msgstr "B<lb_binary_iso>(1)"
930
931 #. type: Plain text
932 #: en/live-build.7:155
933 msgid "build iso binary image"
934 msgstr "ISOバイナリイメージをビルドします"
935
936 #. type: IP
937 #: en/live-build.7:155
938 #, no-wrap
939 msgid "B<lb_binary_linux-image>(1)"
940 msgstr "B<lb_binary_linux-image>(1)"
941
942 #. type: Plain text
943 #: en/live-build.7:157
944 msgid "install linux-image into binary"
945 msgstr "linux-image をバイナリにインストールします"
946
947 #. type: IP
948 #: en/live-build.7:157
949 #, no-wrap
950 msgid "B<lb_binary_local-hooks>(1)"
951 msgstr "B<lb_binary_local-hooks>(1)"
952
953 #. type: Plain text
954 #: en/live-build.7:159
955 msgid "execute local hooks in binary"
956 msgstr "ローカルフックをバイナリで実行します"
957
958 #. type: IP
959 #: en/live-build.7:159
960 #, no-wrap
961 msgid "B<lb_binary_local-includes>(1)"
962 msgstr "B<lb_binary_local-includes>(1)"
963
964 #. type: IP
965 #: en/live-build.7:161
966 #, no-wrap
967 msgid "B<lb_binary_local-packagelists>(1)"
968 msgstr "B<lb_binary_local-packagelists>(1)"
969
970 #. type: Plain text
971 #: en/live-build.7:163
972 msgid "install local package lists into binary"
973 msgstr "ローカルパッケージ一覧をバイナリにインストールします"
974
975 #. type: IP
976 #: en/live-build.7:163
977 #, no-wrap
978 msgid "B<lb_binary_manifest>(1)"
979 msgstr "B<lb_binary_manifest>(1)"
980
981 #. type: Plain text
982 #: en/live-build.7:165
983 msgid "create manifest"
984 msgstr "名簿ファイルを作成します"
985
986 #. type: IP
987 #: en/live-build.7:165
988 #, no-wrap
989 msgid "B<lb_binary_checksums>(1)"
990 msgstr "B<lb_binary_checksums>(1)"
991
992 #. type: Plain text
993 #: en/live-build.7:167
994 msgid "create binary checksums (md5, sha1, and/or sha256)"
995 msgstr "バイナリのチェックサム (md5、sha1、sha256 のどれか) を作成します"
996
997 #. type: IP
998 #: en/live-build.7:167
999 #, no-wrap
1000 msgid "B<lb_binary_memtest>(1)"
1001 msgstr "B<lb_binary_memtest>(1)"
1002
1003 #. type: Plain text
1004 #: en/live-build.7:169
1005 msgid "installs a memtest into binary"
1006 msgstr "memtest をバイナリにインストールします"
1007
1008 #. type: IP
1009 #: en/live-build.7:169
1010 #, no-wrap
1011 msgid "B<lb_binary_net>(1)"
1012 msgstr "B<lb_binary_net>(1)"
1013
1014 #. type: Plain text
1015 #: en/live-build.7:171
1016 msgid "build netboot binary image"
1017 msgstr "ネットワークブート用バイナリイメージをビルドします"
1018
1019 #. type: IP
1020 #: en/live-build.7:171
1021 #, no-wrap
1022 msgid "B<lb_binary_rootfs>(1)"
1023 msgstr "B<lb_binary_rootfs>(1)"
1024
1025 #. type: Plain text
1026 #: en/live-build.7:173
1027 msgid "build rootfs image"
1028 msgstr "rootfs イメージをビルドします"
1029
1030 #. type: IP
1031 #: en/live-build.7:173
1032 #, no-wrap
1033 msgid "B<lb_binary_syslinux>(1)"
1034 msgstr "B<lb_binary_syslinux>(1)"
1035
1036 #. type: Plain text
1037 #: en/live-build.7:175
1038 msgid "installs syslinux into binary"
1039 msgstr "syslinux をバイナリにインストールします"
1040
1041 #. type: IP
1042 #: en/live-build.7:175
1043 #, no-wrap
1044 msgid "B<lb_binary_tar>(1)"
1045 msgstr "B<lb_binary_tar>(1)"
1046
1047 #. type: Plain text
1048 #: en/live-build.7:177
1049 msgid "build harddisk binary image"
1050 msgstr "ハードディスクバイナリイメージをビルドします"
1051
1052 #. type: IP
1053 #: en/live-build.7:177
1054 #, no-wrap
1055 msgid "B<lb_binary_hdd>(1)"
1056 msgstr "B<lb_binary_hdd>(1)"
1057
1058 #. type: Plain text
1059 #: en/live-build.7:179
1060 msgid "build binary hdd image"
1061 msgstr "バイナリhddイメージをビルドします"
1062
1063 #. type: IP
1064 #: en/live-build.7:179
1065 #, no-wrap
1066 msgid "B<lb_binary_win32-loader>(1)"
1067 msgstr "B<lb_binary_win32-loader>(1)"
1068
1069 #. type: Plain text
1070 #: en/live-build.7:181
1071 msgid "installs win32-loader into binary"
1072 msgstr "win32-loader をバイナリにインストールします"
1073
1074 #. type: SS
1075 #: en/live-build.7:181
1076 #, no-wrap
1077 msgid "Source commands"
1078 msgstr "ソースコマンド"
1079
1080 #. type: IP
1081 #: en/live-build.7:182
1082 #, no-wrap
1083 msgid "B<lb_source_debian>(1)"
1084 msgstr "B<lb_source_debian>(1)"
1085
1086 #. type: Plain text
1087 #: en/live-build.7:184
1088 msgid "download sources"
1089 msgstr "ソースをダウンロードします"
1090
1091 #. type: IP
1092 #: en/live-build.7:184
1093 #, no-wrap
1094 msgid "B<lb_source_debian-live>(1)"
1095 msgstr "B<lb_source_debian-live>(1)"
1096
1097 #. type: Plain text
1098 #: en/live-build.7:186
1099 msgid "copy debian-live config into source"
1100 msgstr "debian-live の設定をソースにコピーします。"
1101
1102 #. type: IP
1103 #: en/live-build.7:186
1104 #, no-wrap
1105 msgid "B<lb_source_disk>(1)"
1106 msgstr "B<lb_source_disk>(1)"
1107
1108 #. type: Plain text
1109 #: en/live-build.7:188
1110 msgid "install disk information into source"
1111 msgstr "ディスク情報をソースにインストールします"
1112
1113 #. type: IP
1114 #: en/live-build.7:188
1115 #, no-wrap
1116 msgid "B<lb_source_iso>(1)"
1117 msgstr "B<lb_source_iso>(1)"
1118
1119 #. type: Plain text
1120 #: en/live-build.7:190
1121 msgid "build iso source image"
1122 msgstr "ISOソースイメージをビルドします"
1123
1124 #. type: IP
1125 #: en/live-build.7:190
1126 #, no-wrap
1127 msgid "B<lb_source_checksums>(1)"
1128 msgstr "B<lb_source_checksums>(1)"
1129
1130 #. type: Plain text
1131 #: en/live-build.7:192
1132 msgid "create source checksums (md5, sha1, and/or sha256)"
1133 msgstr "ソースのチェックサム (md5、sha1、sha256 のどれか) を作成します"
1134
1135 #. type: IP
1136 #: en/live-build.7:192
1137 #, no-wrap
1138 msgid "B<lb_source_net>(1)"
1139 msgstr "B<lb_source_net>(1)"
1140
1141 #. type: Plain text
1142 #: en/live-build.7:194
1143 msgid "build source net image"
1144 msgstr ""
1145
1146 #. type: IP
1147 #: en/live-build.7:194
1148 #, no-wrap
1149 msgid "B<lb_source_tar>(1)"
1150 msgstr "B<lb_source_tar>(1)"
1151
1152 #. type: Plain text
1153 #: en/live-build.7:196
1154 msgid "build source tarball"
1155 msgstr "ソースの tar アーカイブをビルドします"
1156
1157 #. type: IP
1158 #: en/live-build.7:196
1159 #, no-wrap
1160 msgid "B<lb_source_hdd>(1)"
1161 msgstr "B<lb_source_hdd>(1)"
1395 #: en/live-build.7:210
1396 #, fuzzy, no-wrap
1397 #| msgid "B<lb_chroot_sysfs>(1)"
1398 msgid "B<lb chroot_tmpfs>(1)"
1399 msgstr "B<lb_chroot_sysfs>(1)"
1400
1401 #. type: Plain text
1402 #: en/live-build.7:212
1403 msgid "manages configuration of dpkg to use a tmpfs filesystem"
1404 msgstr ""
1405
1406 #. type: IP
1407 #: en/live-build.7:212
1408 #, fuzzy, no-wrap
1409 #| msgid "B<lb_chroot_apt>(1)"
1410 msgid "B<lb chroot_upstart>(1)"
1411 msgstr "B<lb_chroot_apt>(1)"
11621412
11631413 #. FIXME
11641414 #. type: Plain text
1165 #: en/live-build.7:199
1166 msgid "build source hdd image"
1167 msgstr "ソースhddイメージをビルドします"
1415 #: en/live-build.7:215
1416 msgid ""
1417 "manages use of upstart /sbin/initctl program; in apply mode blocking "
1418 "execution through a dpkg diversion, and in remove mode enabling execution "
1419 "again"
1420 msgstr ""
11681421
11691422 #. type: SH
1170 #: en/live-build.7:200
1423 #: en/live-build.7:216
11711424 #, no-wrap
11721425 msgid "CONFIG FILES"
11731426 msgstr "設定ファイル"
11741427
11751428 #. FIXME
11761429 #. type: Plain text
1177 #: en/live-build.7:203
1430 #: en/live-build.7:219
11781431 msgid ""
11791432 "Many live-build commands make use of files in the I<config/> directory to "
11801433 "control what they do. Besides the common I<config/common>, which is used by "
11921445 "にわずかに複雑な方法を採っているものがあります。"
11931446
11941447 #. type: Plain text
1195 #: en/live-build.7:205
1196 msgid ""
1197 "For example, lb_bootstrap_debootstrap uses files named config/bootstrap and "
1448 #: en/live-build.7:221
1449 #, fuzzy
1450 #| msgid ""
1451 #| "For example, lb_bootstrap_debootstrap uses files named config/bootstrap "
1452 #| "and config/bootstrap_debootstrap to read the options it will use. See the "
1453 #| "man pages of individual commands for details about the names and formats "
1454 #| "of the files they use. Generally, these files contain variables with "
1455 #| "values assigned, one variable per line. Some programs in live-build use "
1456 #| "pairs of values or slightly more complicated variable assignments."
1457 msgid ""
1458 "For example, lb bootstrap_debootstrap uses files named config/bootstrap and "
11981459 "config/bootstrap_debootstrap to read the options it will use. See the man "
11991460 "pages of individual commands for details about the names and formats of the "
12001461 "files they use. Generally, these files contain variables with values "
12091470 "にわずかに複雑な方法を採っているものがあります。"
12101471
12111472 #. type: Plain text
1212 #: en/live-build.7:207
1473 #: en/live-build.7:223
12131474 msgid ""
12141475 "Note that live-build will respect environment variables which are present in "
12151476 "the context of the shell it is running. If variables can be read from config "
12251486 "自動的にデフォルト値をセットします。"
12261487
12271488 #. type: Plain text
1228 #: en/live-build.7:209
1489 #: en/live-build.7:225
12291490 msgid ""
12301491 "In some rare cases, you may want to have different versions of these files "
12311492 "for different architectures or distributions. If files named config/stage."
12461507
12471508 #. FIXME
12481509 #. type: Plain text
1249 #: en/live-build.7:212
1510 #: en/live-build.7:228
12501511 msgid ""
12511512 "All config files are shell scripts which are sourced by a live-build "
12521513 "program. That means they have to follow the normal shell syntax. You can "
12581519 "す。"
12591520
12601521 #. type: IP
1261 #: en/live-build.7:214
1522 #: en/live-build.7:230
12621523 #, no-wrap
12631524 msgid "B</etc/live/build.conf>"
12641525 msgstr "B</etc/live/build.conf>"
12651526
12661527 #. type: IP
1267 #: en/live-build.7:215
1528 #: en/live-build.7:231
12681529 #, no-wrap
12691530 msgid "B</etc/live/build/*>"
12701531 msgstr "B</etc/live/build/*>"
55 #, fuzzy
66 msgid ""
77 msgstr ""
8 "Project-Id-Version: live-build 5.0~a11-1\n"
9 "POT-Creation-Date: 2015-10-21 02:21+0200\n"
8 "Project-Id-Version: live-build 1:20170807kali1\n"
9 "POT-Creation-Date: 2017-08-29 14:07+0200\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"
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:223 en/lb_source.1:9
83 #: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:229 en/lb_source.1:9
8484 #: en/live-build.7:11
8585 #, no-wrap
8686 msgid "DESCRIPTION"
9595
9696 #. type: SH
9797 #: 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:232 en/lb_source.1:14
98 #: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:238 en/lb_source.1:14
9999 #: en/live-build.7:20
100100 #, no-wrap
101101 msgid "OPTIONS"
111111
112112 #. type: SH
113113 #: 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:462 en/lb_source.1:17
115 #: en/live-build.7:213
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
116116 #, no-wrap
117117 msgid "FILES"
118118 msgstr ""
126126
127127 #. type: SH
128128 #: 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:469 en/lb_source.1:20
130 #: en/live-build.7:217
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
131131 #, no-wrap
132132 msgid "SEE ALSO"
133133 msgstr ""
134134
135135 #. type: Plain text
136136 #: 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:471 en/lb_source.1:22
137 #: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:483 en/lb_source.1:22
138138 msgid "I<live-build>(7)"
139139 msgstr ""
140140
141141 #. type: Plain text
142142 #: 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:477 en/lb_source.1:24
144 #: en/live-build.7:223
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
145145 msgid "This program is a part of live-build."
146146 msgstr ""
147147
148148 #. type: SH
149149 #: 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:478 en/lb_source.1:25
151 #: en/live-build.7:224
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
152152 #, no-wrap
153153 msgid "HOMEPAGE"
154154 msgstr ""
155155
156156 #. type: Plain text
157157 #: 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:480 en/lb_source.1:27
159 #: en/live-build.7:226
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
160160 msgid ""
161161 "More information about live-build and the Live Systems project can be found "
162 "on the homepage at E<lt>I<http://live-systems.org/>E<gt> and in the manual "
163 "at E<lt>I<http://live-systems.org/manual/>E<gt>."
162 "on the homepage at E<lt>I<https://debian-live.alioth.debian.org/>E<gt>."
164163 msgstr ""
165164
166165 #. type: SH
167166 #: en/lb.1:30 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:30
168 #: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:481 en/lb_source.1:28
169 #: en/live-build.7:227
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
170169 #, no-wrap
171170 msgid "BUGS"
172171 msgstr ""
173172
174173 #. type: Plain text
175174 #: en/lb.1:32 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:32
176 #: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:483 en/lb_source.1:30
177 #: en/live-build.7:229
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
178177 msgid ""
179178 "Bugs can be reported by submitting a bugreport for the live-build package in "
180179 "the Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
184183
185184 #. type: SH
186185 #: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33
187 #: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:484 en/lb_source.1:31
188 #: en/live-build.7:230
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
189188 #, no-wrap
190189 msgid "AUTHOR"
191190 msgstr ""
192191
193192 #. type: Plain text
194193 #: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34
195 #: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:485 en/lb_source.1:32
196 #: en/live-build.7:231
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
197196 msgid ""
198197 "live-build was written by Daniel Baumann E<lt>I<[email protected]>E<gt>."
199198 msgstr ""
55 #, fuzzy
66 msgid ""
77 msgstr ""
8 "Project-Id-Version: live-build 5.0~a11-1\n"
9 "POT-Creation-Date: 2015-10-21 02:21+0200\n"
8 "Project-Id-Version: live-build 1:20170807kali1\n"
9 "POT-Creation-Date: 2017-08-29 14:07+0200\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"
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:223 en/lb_source.1:9
68 #: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:229 en/lb_source.1:9
6969 #: en/live-build.7:11
7070 #, no-wrap
7171 msgid "DESCRIPTION"
7373
7474 #. type: SH
7575 #: 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:232 en/lb_source.1:14
76 #: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:238 en/lb_source.1:14
7777 #: en/live-build.7:20
7878 #, no-wrap
7979 msgid "OPTIONS"
8181
8282 #. type: SH
8383 #: 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:462 en/lb_source.1:17
85 #: en/live-build.7:213
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
8686 #, no-wrap
8787 msgid "FILES"
8888 msgstr ""
9696
9797 #. type: SH
9898 #: 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:469 en/lb_source.1:20
100 #: en/live-build.7:217
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
101101 #, no-wrap
102102 msgid "SEE ALSO"
103103 msgstr ""
104104
105105 #. type: Plain text
106106 #: 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:471 en/lb_source.1:22
107 #: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:483 en/lb_source.1:22
108108 msgid "I<live-build>(7)"
109109 msgstr ""
110110
111111 #. type: Plain text
112112 #: 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:477 en/lb_source.1:24
114 #: en/live-build.7:223
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
115115 msgid "This program is a part of live-build."
116116 msgstr ""
117117
118118 #. type: SH
119119 #: 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:478 en/lb_source.1:25
121 #: en/live-build.7:224
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
122122 #, no-wrap
123123 msgid "HOMEPAGE"
124124 msgstr ""
125125
126126 #. type: Plain text
127127 #: 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:480 en/lb_source.1:27
129 #: en/live-build.7:226
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
130130 msgid ""
131131 "More information about live-build and the Live Systems project can be found "
132 "on the homepage at E<lt>I<http://live-systems.org/>E<gt> and in the manual "
133 "at E<lt>I<http://live-systems.org/manual/>E<gt>."
132 "on the homepage at E<lt>I<https://debian-live.alioth.debian.org/>E<gt>."
134133 msgstr ""
135134
136135 #. type: SH
137136 #: en/lb.1:30 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:30
138 #: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:481 en/lb_source.1:28
139 #: en/live-build.7:227
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
140139 #, no-wrap
141140 msgid "BUGS"
142141 msgstr ""
143142
144143 #. type: Plain text
145144 #: en/lb.1:32 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:32
146 #: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:483 en/lb_source.1:30
147 #: en/live-build.7:229
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
148147 msgid ""
149148 "Bugs can be reported by submitting a bugreport for the live-build package in "
150149 "the Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
154153
155154 #. type: SH
156155 #: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33
157 #: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:484 en/lb_source.1:31
158 #: en/live-build.7:230
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
159158 #, no-wrap
160159 msgid "AUTHOR"
161160 msgstr ""
162161
163162 #. type: Plain text
164163 #: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34
165 #: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:485 en/lb_source.1:32
166 #: en/live-build.7:231
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
167166 msgid ""
168167 "live-build was written by Daniel Baumann E<lt>I<[email protected]>E<gt>."
169168 msgstr ""
170169
171170 #. type: Plain text
172171 #: en/lb_binary.1:5
173 msgid "B<lb binary> - Complete the binary stage"
172 msgid "B<lb_binary> - Complete the binary stage"
174173 msgstr ""
175174
176175 #. type: Plain text
55 #, fuzzy
66 msgid ""
77 msgstr ""
8 "Project-Id-Version: live-build 5.0~a11-1\n"
9 "POT-Creation-Date: 2015-10-21 02:21+0200\n"
8 "Project-Id-Version: live-build 1:20170807kali1\n"
9 "POT-Creation-Date: 2017-08-29 14:07+0200\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"
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:223 en/lb_source.1:9
68 #: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:229 en/lb_source.1:9
6969 #: en/live-build.7:11
7070 #, no-wrap
7171 msgid "DESCRIPTION"
7373
7474 #. type: SH
7575 #: 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:232 en/lb_source.1:14
76 #: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:238 en/lb_source.1:14
7777 #: en/live-build.7:20
7878 #, no-wrap
7979 msgid "OPTIONS"
8181
8282 #. type: SH
8383 #: 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:462 en/lb_source.1:17
85 #: en/live-build.7:213
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
8686 #, no-wrap
8787 msgid "FILES"
8888 msgstr ""
9696
9797 #. type: SH
9898 #: 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:469 en/lb_source.1:20
100 #: en/live-build.7:217
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
101101 #, no-wrap
102102 msgid "SEE ALSO"
103103 msgstr ""
104104
105105 #. type: Plain text
106106 #: 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:471 en/lb_source.1:22
107 #: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:483 en/lb_source.1:22
108108 msgid "I<live-build>(7)"
109109 msgstr ""
110110
111111 #. type: Plain text
112112 #: 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:477 en/lb_source.1:24
114 #: en/live-build.7:223
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
115115 msgid "This program is a part of live-build."
116116 msgstr ""
117117
118118 #. type: SH
119119 #: 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:478 en/lb_source.1:25
121 #: en/live-build.7:224
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
122122 #, no-wrap
123123 msgid "HOMEPAGE"
124124 msgstr ""
125125
126126 #. type: Plain text
127127 #: 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:480 en/lb_source.1:27
129 #: en/live-build.7:226
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
130130 msgid ""
131131 "More information about live-build and the Live Systems project can be found "
132 "on the homepage at E<lt>I<http://live-systems.org/>E<gt> and in the manual "
133 "at E<lt>I<http://live-systems.org/manual/>E<gt>."
132 "on the homepage at E<lt>I<https://debian-live.alioth.debian.org/>E<gt>."
134133 msgstr ""
135134
136135 #. type: SH
137136 #: en/lb.1:30 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:30
138 #: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:481 en/lb_source.1:28
139 #: en/live-build.7:227
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
140139 #, no-wrap
141140 msgid "BUGS"
142141 msgstr ""
143142
144143 #. type: Plain text
145144 #: en/lb.1:32 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:32
146 #: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:483 en/lb_source.1:30
147 #: en/live-build.7:229
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
148147 msgid ""
149148 "Bugs can be reported by submitting a bugreport for the live-build package in "
150149 "the Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
154153
155154 #. type: SH
156155 #: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33
157 #: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:484 en/lb_source.1:31
158 #: en/live-build.7:230
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
159158 #, no-wrap
160159 msgid "AUTHOR"
161160 msgstr ""
162161
163162 #. type: Plain text
164163 #: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34
165 #: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:485 en/lb_source.1:32
166 #: en/live-build.7:231
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
167166 msgid ""
168167 "live-build was written by Daniel Baumann E<lt>I<[email protected]>E<gt>."
169168 msgstr ""
170169
171170 #. type: Plain text
172171 #: en/lb_bootstrap.1:5
173 msgid "B<lb bootstrap> - Complete the bootstrap stage"
172 msgid "B<lb_bootstrap> - Complete the bootstrap stage"
174173 msgstr ""
175174
176175 #. type: Plain text
55 #, fuzzy
66 msgid ""
77 msgstr ""
8 "Project-Id-Version: live-build 5.0~a11-1\n"
9 "POT-Creation-Date: 2015-10-21 02:21+0200\n"
8 "Project-Id-Version: live-build 1:20170807kali1\n"
9 "POT-Creation-Date: 2017-08-29 14:07+0200\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"
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:223 en/lb_source.1:9
68 #: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:229 en/lb_source.1:9
6969 #: en/live-build.7:11
7070 #, no-wrap
7171 msgid "DESCRIPTION"
7373
7474 #. type: SH
7575 #: 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:232 en/lb_source.1:14
76 #: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:238 en/lb_source.1:14
7777 #: en/live-build.7:20
7878 #, no-wrap
7979 msgid "OPTIONS"
8181
8282 #. type: SH
8383 #: 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:462 en/lb_source.1:17
85 #: en/live-build.7:213
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
8686 #, no-wrap
8787 msgid "FILES"
8888 msgstr ""
8989
9090 #. type: SH
9191 #: 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:469 en/lb_source.1:20
93 #: en/live-build.7:217
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
9494 #, no-wrap
9595 msgid "SEE ALSO"
9696 msgstr ""
9797
9898 #. type: Plain text
9999 #: 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:471 en/lb_source.1:22
100 #: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:483 en/lb_source.1:22
101101 msgid "I<live-build>(7)"
102102 msgstr ""
103103
104104 #. type: Plain text
105105 #: 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:477 en/lb_source.1:24
107 #: en/live-build.7:223
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
108108 msgid "This program is a part of live-build."
109109 msgstr ""
110110
111111 #. type: SH
112112 #: 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:478 en/lb_source.1:25
114 #: en/live-build.7:224
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
115115 #, no-wrap
116116 msgid "HOMEPAGE"
117117 msgstr ""
118118
119119 #. type: Plain text
120120 #: 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:480 en/lb_source.1:27
122 #: en/live-build.7:226
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
123123 msgid ""
124124 "More information about live-build and the Live Systems project can be found "
125 "on the homepage at E<lt>I<http://live-systems.org/>E<gt> and in the manual "
126 "at E<lt>I<http://live-systems.org/manual/>E<gt>."
125 "on the homepage at E<lt>I<https://debian-live.alioth.debian.org/>E<gt>."
127126 msgstr ""
128127
129128 #. type: SH
130129 #: en/lb.1:30 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:30
131 #: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:481 en/lb_source.1:28
132 #: en/live-build.7:227
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
133132 #, no-wrap
134133 msgid "BUGS"
135134 msgstr ""
136135
137136 #. type: Plain text
138137 #: en/lb.1:32 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:32
139 #: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:483 en/lb_source.1:30
140 #: en/live-build.7:229
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
141140 msgid ""
142141 "Bugs can be reported by submitting a bugreport for the live-build package in "
143142 "the Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
147146
148147 #. type: SH
149148 #: 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:484 en/lb_source.1:31
151 #: en/live-build.7:230
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
152151 #, no-wrap
153152 msgid "AUTHOR"
154153 msgstr ""
155154
156155 #. type: Plain text
157156 #: 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:485 en/lb_source.1:32
159 #: en/live-build.7:231
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
160159 msgid ""
161160 "live-build was written by Daniel Baumann E<lt>I<[email protected]>E<gt>."
162161 msgstr ""
163162
164163 #. type: Plain text
165164 #: en/lb_build.1:5
166 msgid "B<lb build> - Complete the bootstrap, chroot, binary, and source stages"
165 msgid "B<lb_build> - Complete the bootstrap, chroot, binary, and source stages"
167166 msgstr ""
168167
169168 #. type: Plain text
55 #, fuzzy
66 msgid ""
77 msgstr ""
8 "Project-Id-Version: live-build 5.0~a11-1\n"
9 "POT-Creation-Date: 2015-10-21 02:21+0200\n"
8 "Project-Id-Version: live-build 1:20170807kali1\n"
9 "POT-Creation-Date: 2017-08-29 14:07+0200\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"
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:223 en/lb_source.1:9
68 #: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:229 en/lb_source.1:9
6969 #: en/live-build.7:11
7070 #, no-wrap
7171 msgid "DESCRIPTION"
7373
7474 #. type: SH
7575 #: 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:232 en/lb_source.1:14
76 #: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:238 en/lb_source.1:14
7777 #: en/live-build.7:20
7878 #, no-wrap
7979 msgid "OPTIONS"
8181
8282 #. type: SH
8383 #: 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:462 en/lb_source.1:17
85 #: en/live-build.7:213
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
8686 #, no-wrap
8787 msgid "FILES"
8888 msgstr ""
9696
9797 #. type: SH
9898 #: 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:469 en/lb_source.1:20
100 #: en/live-build.7:217
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
101101 #, no-wrap
102102 msgid "SEE ALSO"
103103 msgstr ""
104104
105105 #. type: Plain text
106106 #: 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:471 en/lb_source.1:22
107 #: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:483 en/lb_source.1:22
108108 msgid "I<live-build>(7)"
109109 msgstr ""
110110
111111 #. type: Plain text
112112 #: 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:477 en/lb_source.1:24
114 #: en/live-build.7:223
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
115115 msgid "This program is a part of live-build."
116116 msgstr ""
117117
118118 #. type: SH
119119 #: 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:478 en/lb_source.1:25
121 #: en/live-build.7:224
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
122122 #, no-wrap
123123 msgid "HOMEPAGE"
124124 msgstr ""
125125
126126 #. type: Plain text
127127 #: 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:480 en/lb_source.1:27
129 #: en/live-build.7:226
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
130130 msgid ""
131131 "More information about live-build and the Live Systems project can be found "
132 "on the homepage at E<lt>I<http://live-systems.org/>E<gt> and in the manual "
133 "at E<lt>I<http://live-systems.org/manual/>E<gt>."
132 "on the homepage at E<lt>I<https://debian-live.alioth.debian.org/>E<gt>."
134133 msgstr ""
135134
136135 #. type: SH
137136 #: en/lb.1:30 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:30
138 #: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:481 en/lb_source.1:28
139 #: en/live-build.7:227
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
140139 #, no-wrap
141140 msgid "BUGS"
142141 msgstr ""
143142
144143 #. type: Plain text
145144 #: en/lb.1:32 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:32
146 #: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:483 en/lb_source.1:30
147 #: en/live-build.7:229
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
148147 msgid ""
149148 "Bugs can be reported by submitting a bugreport for the live-build package in "
150149 "the Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
154153
155154 #. type: SH
156155 #: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33
157 #: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:484 en/lb_source.1:31
158 #: en/live-build.7:230
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
159158 #, no-wrap
160159 msgid "AUTHOR"
161160 msgstr ""
162161
163162 #. type: Plain text
164163 #: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34
165 #: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:485 en/lb_source.1:32
166 #: en/live-build.7:231
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
167166 msgid ""
168167 "live-build was written by Daniel Baumann E<lt>I<[email protected]>E<gt>."
169168 msgstr ""
170169
171170 #. type: Plain text
172171 #: en/lb_chroot.1:5
173 msgid "B<lb chroot> - Complete the chroot stage"
172 msgid "B<lb_chroot> - Complete the chroot stage"
174173 msgstr ""
175174
176175 #. type: Plain text
55 #, fuzzy
66 msgid ""
77 msgstr ""
8 "Project-Id-Version: live-build 5.0~a11-1\n"
9 "POT-Creation-Date: 2015-10-21 02:21+0200\n"
8 "Project-Id-Version: live-build 1:20170807kali1\n"
9 "POT-Creation-Date: 2017-08-29 14:07+0200\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"
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:223 en/lb_source.1:9
68 #: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:229 en/lb_source.1:9
6969 #: en/live-build.7:11
7070 #, no-wrap
7171 msgid "DESCRIPTION"
7373
7474 #. type: SH
7575 #: 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:232 en/lb_source.1:14
76 #: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:238 en/lb_source.1:14
7777 #: en/live-build.7:20
7878 #, no-wrap
7979 msgid "OPTIONS"
8181
8282 #. type: SH
8383 #: 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:462 en/lb_source.1:17
85 #: en/live-build.7:213
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
8686 #, no-wrap
8787 msgid "FILES"
8888 msgstr ""
8989
9090 #. type: SH
9191 #: 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:469 en/lb_source.1:20
93 #: en/live-build.7:217
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
9494 #, no-wrap
9595 msgid "SEE ALSO"
9696 msgstr ""
9797
9898 #. type: Plain text
9999 #: 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:471 en/lb_source.1:22
100 #: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:483 en/lb_source.1:22
101101 msgid "I<live-build>(7)"
102102 msgstr ""
103103
104104 #. type: Plain text
105105 #: 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:477 en/lb_source.1:24
107 #: en/live-build.7:223
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
108108 msgid "This program is a part of live-build."
109109 msgstr ""
110110
111111 #. type: SH
112112 #: 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:478 en/lb_source.1:25
114 #: en/live-build.7:224
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
115115 #, no-wrap
116116 msgid "HOMEPAGE"
117117 msgstr ""
118118
119119 #. type: Plain text
120120 #: 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:480 en/lb_source.1:27
122 #: en/live-build.7:226
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
123123 msgid ""
124124 "More information about live-build and the Live Systems project can be found "
125 "on the homepage at E<lt>I<http://live-systems.org/>E<gt> and in the manual "
126 "at E<lt>I<http://live-systems.org/manual/>E<gt>."
125 "on the homepage at E<lt>I<https://debian-live.alioth.debian.org/>E<gt>."
127126 msgstr ""
128127
129128 #. type: SH
130129 #: en/lb.1:30 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:30
131 #: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:481 en/lb_source.1:28
132 #: en/live-build.7:227
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
133132 #, no-wrap
134133 msgid "BUGS"
135134 msgstr ""
136135
137136 #. type: Plain text
138137 #: en/lb.1:32 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:32
139 #: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:483 en/lb_source.1:30
140 #: en/live-build.7:229
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
141140 msgid ""
142141 "Bugs can be reported by submitting a bugreport for the live-build package in "
143142 "the Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
147146
148147 #. type: SH
149148 #: 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:484 en/lb_source.1:31
151 #: en/live-build.7:230
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
152151 #, no-wrap
153152 msgid "AUTHOR"
154153 msgstr ""
155154
156155 #. type: Plain text
157156 #: 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:485 en/lb_source.1:32
159 #: en/live-build.7:231
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
160159 msgid ""
161160 "live-build was written by Daniel Baumann E<lt>I<[email protected]>E<gt>."
162161 msgstr ""
163162
164163 #. type: Plain text
165164 #: en/lb_clean.1:5
166 msgid "B<lb clean> - Clean build directory"
165 msgid "B<lb_clean> - Clean build directory"
167166 msgstr ""
168167
169168 #. type: Plain text
55 #, fuzzy
66 msgid ""
77 msgstr ""
8 "Project-Id-Version: live-build 5.0~a11-1\n"
9 "POT-Creation-Date: 2015-10-21 02:21+0200\n"
8 "Project-Id-Version: live-build 1:20170807kali1\n"
9 "POT-Creation-Date: 2017-08-29 14:07+0200\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"
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:223 en/lb_source.1:9
68 #: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:229 en/lb_source.1:9
6969 #: en/live-build.7:11
7070 #, no-wrap
7171 msgid "DESCRIPTION"
7373
7474 #. type: SH
7575 #: 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:232 en/lb_source.1:14
76 #: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:238 en/lb_source.1:14
7777 #: en/live-build.7:20
7878 #, no-wrap
7979 msgid "OPTIONS"
8181
8282 #. type: SH
8383 #: 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:462 en/lb_source.1:17
85 #: en/live-build.7:213
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
8686 #, no-wrap
8787 msgid "FILES"
8888 msgstr ""
8989
9090 #. type: SH
9191 #: 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:469 en/lb_source.1:20
93 #: en/live-build.7:217
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
9494 #, no-wrap
9595 msgid "SEE ALSO"
9696 msgstr ""
9797
9898 #. type: Plain text
9999 #: 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:471 en/lb_source.1:22
100 #: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:483 en/lb_source.1:22
101101 msgid "I<live-build>(7)"
102102 msgstr ""
103103
104104 #. type: Plain text
105105 #: 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:477 en/lb_source.1:24
107 #: en/live-build.7:223
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
108108 msgid "This program is a part of live-build."
109109 msgstr ""
110110
111111 #. type: SH
112112 #: 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:478 en/lb_source.1:25
114 #: en/live-build.7:224
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
115115 #, no-wrap
116116 msgid "HOMEPAGE"
117117 msgstr ""
118118
119119 #. type: Plain text
120120 #: 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:480 en/lb_source.1:27
122 #: en/live-build.7:226
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
123123 msgid ""
124124 "More information about live-build and the Live Systems project can be found "
125 "on the homepage at E<lt>I<http://live-systems.org/>E<gt> and in the manual "
126 "at E<lt>I<http://live-systems.org/manual/>E<gt>."
125 "on the homepage at E<lt>I<https://debian-live.alioth.debian.org/>E<gt>."
127126 msgstr ""
128127
129128 #. type: SH
130129 #: en/lb.1:30 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:30
131 #: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:481 en/lb_source.1:28
132 #: en/live-build.7:227
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
133132 #, no-wrap
134133 msgid "BUGS"
135134 msgstr ""
136135
137136 #. type: Plain text
138137 #: en/lb.1:32 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:32
139 #: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:483 en/lb_source.1:30
140 #: en/live-build.7:229
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
141140 msgid ""
142141 "Bugs can be reported by submitting a bugreport for the live-build package in "
143142 "the Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
147146
148147 #. type: SH
149148 #: 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:484 en/lb_source.1:31
151 #: en/live-build.7:230
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
152151 #, no-wrap
153152 msgid "AUTHOR"
154153 msgstr ""
155154
156155 #. type: Plain text
157156 #: 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:485 en/lb_source.1:32
159 #: en/live-build.7:231
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
160159 msgid ""
161160 "live-build was written by Daniel Baumann E<lt>I<[email protected]>E<gt>."
162161 msgstr ""
163162
164163 #. type: Plain text
165164 #: en/lb_config.1:5
166 msgid "B<lb config> - Create config directory"
165 msgid "B<lb_config> - Create config directory"
167166 msgstr ""
168167
169168 #. type: Plain text
254253
255254 #. type: Plain text
256255 #: en/lb_config.1:43
257 msgid " [B<--bootloader> grub|grub2|syslinux]"
256 msgid " [B<--bootappend-live-failsafe> I<PARAMETER>|I<\"PARAMETERS\">]"
258257 msgstr ""
259258
260259 #. type: Plain text
261260 #: 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
262266 msgid " [B<--cache> true|false]"
263267 msgstr ""
264268
265269 #. type: Plain text
266 #: en/lb_config.1:47
270 #: en/lb_config.1:49
267271 msgid " [B<--cache-indices> true|false]"
268272 msgstr ""
269273
270274 #. type: Plain text
271 #: en/lb_config.1:49
275 #: en/lb_config.1:51
272276 msgid " [B<--cache-packages> true|false]"
273277 msgstr ""
274278
275279 #. type: Plain text
276 #: en/lb_config.1:51
280 #: en/lb_config.1:53
277281 msgid " [B<--cache-stages> I<STAGE>|I<\"STAGES\">]"
278282 msgstr ""
279283
280284 #. type: Plain text
281 #: en/lb_config.1:53
285 #: en/lb_config.1:55
282286 msgid " [B<--checksums> md5|sha1|sha256|none]"
283287 msgstr ""
284288
285289 #. type: Plain text
286 #: en/lb_config.1:55
290 #: en/lb_config.1:57
287291 msgid " [B<--compression> bzip2|gzip|lzip|none]"
288292 msgstr ""
289293
290294 #. type: Plain text
291 #: en/lb_config.1:57
295 #: en/lb_config.1:59
292296 msgid " [B<--config> I<GIT_URL::GIT_ID>]"
293297 msgstr ""
294298
295299 #. type: Plain text
296 #: en/lb_config.1:59
300 #: en/lb_config.1:61
297301 msgid " [B<--build-with-chroot> true|false]"
298302 msgstr ""
299303
300304 #. type: Plain text
301 #: en/lb_config.1:61
305 #: en/lb_config.1:63
302306 msgid " [B<--chroot-filesystem> ext2|ext3|ext4|squashfs|jffs2|none]"
303307 msgstr ""
304308
305309 #. type: Plain text
306 #: en/lb_config.1:63
310 #: en/lb_config.1:65
307311 msgid " [B<--clean>]"
308312 msgstr ""
309313
310314 #. type: Plain text
311 #: en/lb_config.1:65
315 #: en/lb_config.1:67
312316 msgid " [-c|B<--conffile> I<FILE>]"
313317 msgstr ""
314318
315319 #. type: Plain text
316 #: en/lb_config.1:67
320 #: en/lb_config.1:69
317321 msgid " [B<--debconf-frontend> dialog|editor|noninteractive|readline]"
318322 msgstr ""
319323
320324 #. type: Plain text
321 #: en/lb_config.1:69
325 #: en/lb_config.1:71
322326 msgid " [B<--debconf-priority> low|medium|high|critical]"
323327 msgstr ""
324328
325329 #. type: Plain text
326 #: en/lb_config.1:71
330 #: en/lb_config.1:73
327331 msgid ""
328332 " [B<--debian-installer> true|cdrom|netinst|netboot|businesscard|live|false]"
329333 msgstr ""
330334
331335 #. type: Plain text
332 #: en/lb_config.1:73
336 #: en/lb_config.1:75
333337 msgid " [B<--debian-installer-distribution> daily|I<CODENAME>]"
334338 msgstr ""
335339
336340 #. type: Plain text
337 #: en/lb_config.1:75
341 #: en/lb_config.1:77
338342 msgid " [B<--debian-installer-preseedfile> I<FILE>|I<URL>]"
339343 msgstr ""
340344
341345 #. type: Plain text
342 #: en/lb_config.1:77
346 #: en/lb_config.1:79
343347 msgid " [B<--debian-installer-gui> true|false]"
344348 msgstr ""
345349
346350 #. type: Plain text
347 #: en/lb_config.1:79
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
357 msgid " [B<--debootstrap-script> I<SCRIPT>]"
358 msgstr ""
359
360 #. type: Plain text
361 #: en/lb_config.1:85
348362 msgid " [B<--debug>]"
349363 msgstr ""
350364
351365 #. type: Plain text
352 #: en/lb_config.1:81
366 #: en/lb_config.1:87
353367 msgid " [-d|B<--distribution> I<CODENAME>]"
354368 msgstr ""
355369
356370 #. type: Plain text
357 #: en/lb_config.1:83
371 #: en/lb_config.1:89
358372 msgid " [B<--parent-distribution> I<CODENAME>]"
359373 msgstr ""
360374
361375 #. type: Plain text
362 #: en/lb_config.1:85
376 #: en/lb_config.1:91
363377 msgid " [B<--parent-debian-installer-distribution> I<CODENAME>]"
364378 msgstr ""
365379
366380 #. type: Plain text
367 #: en/lb_config.1:87
381 #: en/lb_config.1:93
368382 msgid " [B<--dump>]"
369383 msgstr ""
370384
371385 #. type: Plain text
372 #: en/lb_config.1:89
386 #: en/lb_config.1:95
373387 msgid " [B<--fdisk> fdisk|fdisk.dist]"
374388 msgstr ""
375389
376390 #. type: Plain text
377 #: en/lb_config.1:91
391 #: en/lb_config.1:97
378392 msgid " [B<--firmware-binary true|false>]"
379393 msgstr ""
380394
381395 #. type: Plain text
382 #: en/lb_config.1:93
396 #: en/lb_config.1:99
383397 msgid " [B<--firmware-chroot true|false>]"
384398 msgstr ""
385399
386400 #. type: Plain text
387 #: en/lb_config.1:95
401 #: en/lb_config.1:101
388402 msgid " [B<--force>]"
389403 msgstr ""
390404
391405 #. type: Plain text
392 #: en/lb_config.1:97
406 #: en/lb_config.1:103
393407 msgid " [B<--grub-splash> I<FILE>]"
394408 msgstr ""
395409
396410 #. type: Plain text
397 #: en/lb_config.1:99
411 #: en/lb_config.1:105
398412 msgid " [B<--gzip-options> I<OPTION>|\"I<OPTIONS>\"]"
399413 msgstr ""
400414
401415 #. type: Plain text
402 #: en/lb_config.1:101
416 #: en/lb_config.1:107
403417 msgid " [B<--hooks> I<FILE>]"
404418 msgstr ""
405419
406420 #. type: Plain text
407 #: en/lb_config.1:103
421 #: en/lb_config.1:109
408422 msgid " [B<--ignore-system-defaults>]"
409423 msgstr ""
410424
411425 #. type: Plain text
412 #: en/lb_config.1:105
426 #: en/lb_config.1:111
413427 msgid " [B<--initramfs> auto|none|live-boot|casper]"
414428 msgstr ""
415429
416430 #. type: Plain text
417 #: en/lb_config.1:107
431 #: en/lb_config.1:113
418432 msgid " [B<--initramfs-compression> bzip2|gzip|lzma]"
419433 msgstr ""
420434
421435 #. type: Plain text
422 #: en/lb_config.1:109
436 #: en/lb_config.1:115
423437 msgid " [B<--initsystem> sysvinit|runit|systemd|upstart|none]"
424438 msgstr ""
425439
426440 #. type: Plain text
427 #: en/lb_config.1:111
441 #: en/lb_config.1:117
428442 msgid " [B<--interactive> shell]"
429443 msgstr ""
430444
431445 #. type: Plain text
432 #: en/lb_config.1:113
446 #: en/lb_config.1:119
433447 msgid " [B<--isohybrid-options> I<OPTION>|\"I<OPTIONS>\"]"
434448 msgstr ""
435449
436450 #. type: Plain text
437 #: en/lb_config.1:115
451 #: en/lb_config.1:121
438452 msgid " [B<--iso-application> I<NAME>]"
439453 msgstr ""
440454
441455 #. type: Plain text
442 #: en/lb_config.1:117
456 #: en/lb_config.1:123
443457 msgid " [B<--iso-preparer> I<NAME>]"
444458 msgstr ""
445459
446460 #. type: Plain text
447 #: en/lb_config.1:119
461 #: en/lb_config.1:125
448462 msgid " [B<--iso-publisher> I<NAME>]"
449463 msgstr ""
450464
451465 #. type: Plain text
452 #: en/lb_config.1:121
466 #: en/lb_config.1:127
453467 msgid " [B<--iso-volume> I<NAME>]"
454468 msgstr ""
455469
456470 #. type: Plain text
457 #: en/lb_config.1:123
471 #: en/lb_config.1:129
458472 msgid " [B<--jffs2-eraseblock> I<SIZE>]"
459473 msgstr ""
460474
461475 #. type: Plain text
462 #: en/lb_config.1:125
476 #: en/lb_config.1:131
463477 msgid " [B<--keyring-packages> I<PACKAGE|\"PACKAGES\">]"
464478 msgstr ""
465479
466480 #. type: Plain text
467 #: en/lb_config.1:127
481 #: en/lb_config.1:133
468482 msgid " [-k|B<--linux-flavours> I<FLAVOUR>|I<\"FLAVOURS\">]"
469483 msgstr ""
470484
471485 #. type: Plain text
472 #: en/lb_config.1:129
486 #: en/lb_config.1:135
473487 msgid " [B<--linux-packages> I<\"PACKAGES\">]"
474488 msgstr ""
475489
476490 #. type: Plain text
477 #: en/lb_config.1:131
491 #: en/lb_config.1:137
478492 msgid " [B<--losetup> losetup|losetup.orig]"
479493 msgstr ""
480494
481495 #. type: Plain text
482 #: en/lb_config.1:133
496 #: en/lb_config.1:139
483497 msgid " [B<--memtest> memtest86+|memtest86|none]"
484498 msgstr ""
485499
486500 #. type: Plain text
487 #: en/lb_config.1:135
501 #: en/lb_config.1:141
488502 msgid " [-m|B<--parent-mirror-bootstrap> I<URL>]"
489503 msgstr ""
490504
491505 #. type: Plain text
492 #: en/lb_config.1:137
506 #: en/lb_config.1:143
493507 msgid " [B<--parent-mirror-chroot> I<URL>]"
494508 msgstr ""
495509
496510 #. type: Plain text
497 #: en/lb_config.1:139
511 #: en/lb_config.1:145
498512 msgid " [B<--parent-mirror-chroot-security> I<URL>]"
499513 msgstr ""
500514
501515 #. type: Plain text
502 #: en/lb_config.1:141
516 #: en/lb_config.1:147
503517 msgid " [B<--parent-mirror-chroot-updates> I<URL>]"
504518 msgstr ""
505519
506520 #. type: Plain text
507 #: en/lb_config.1:143
521 #: en/lb_config.1:149
508522 msgid " [B<--parent-mirror-chroot-backports> I<URL>]"
509523 msgstr ""
510524
511525 #. type: Plain text
512 #: en/lb_config.1:145
526 #: en/lb_config.1:151
513527 msgid " [B<--parent-mirror-binary> I<URL>]"
514528 msgstr ""
515529
516530 #. type: Plain text
517 #: en/lb_config.1:147
531 #: en/lb_config.1:153
518532 msgid " [B<--parent-mirror-binary-security> I<URL>]"
519533 msgstr ""
520534
521535 #. type: Plain text
522 #: en/lb_config.1:149
536 #: en/lb_config.1:155
523537 msgid " [B<--parent-mirror-binary-updates> I<URL>]"
524538 msgstr ""
525539
526540 #. type: Plain text
527 #: en/lb_config.1:151
541 #: en/lb_config.1:157
528542 msgid " [B<--parent-mirror-binary-backports> I<URL>]"
529543 msgstr ""
530544
531545 #. type: Plain text
532 #: en/lb_config.1:153
546 #: en/lb_config.1:159
533547 msgid " [B<--parent-mirror-debian-installer> I<URL>]"
534548 msgstr ""
535549
536550 #. type: Plain text
537 #: en/lb_config.1:155
551 #: en/lb_config.1:161
538552 msgid " [B<--mirror-bootstrap> I<URL>]"
539553 msgstr ""
540554
541555 #. type: Plain text
542 #: en/lb_config.1:157
556 #: en/lb_config.1:163
543557 msgid " [B<--mirror-chroot> I<URL>]"
544558 msgstr ""
545559
546560 #. type: Plain text
547 #: en/lb_config.1:159
561 #: en/lb_config.1:165
548562 msgid " [B<--mirror-chroot-security> I<URL>]"
549563 msgstr ""
550564
551565 #. type: Plain text
552 #: en/lb_config.1:161
566 #: en/lb_config.1:167
553567 msgid " [B<--mirror-chroot-updates> I<URL>]"
554568 msgstr ""
555569
556570 #. type: Plain text
557 #: en/lb_config.1:163
571 #: en/lb_config.1:169
558572 msgid " [B<--mirror-chroot-backports> I<URL>]"
559573 msgstr ""
560574
561575 #. type: Plain text
562 #: en/lb_config.1:165
576 #: en/lb_config.1:171
563577 msgid " [B<--mirror-binary> I<URL>]"
564578 msgstr ""
565579
566580 #. type: Plain text
567 #: en/lb_config.1:167
581 #: en/lb_config.1:173
568582 msgid " [B<--mirror-binary-security> I<URL>]"
569583 msgstr ""
570584
571585 #. type: Plain text
572 #: en/lb_config.1:169
586 #: en/lb_config.1:175
573587 msgid " [B<--mirror-binary-updates> I<URL>]"
574588 msgstr ""
575589
576590 #. type: Plain text
577 #: en/lb_config.1:171
591 #: en/lb_config.1:177
578592 msgid " [B<--mirror-binary-backports> I<URL>]"
579593 msgstr ""
580594
581595 #. type: Plain text
582 #: en/lb_config.1:173
596 #: en/lb_config.1:179
583597 msgid " [B<--mirror-debian-installer> I<URL>]"
584598 msgstr ""
585599
586600 #. type: Plain text
587 #: en/lb_config.1:175
601 #: en/lb_config.1:181
588602 msgid " [B<--mode> debian|progress-linux|ubuntu]"
589603 msgstr ""
590604
591605 #. type: Plain text
592 #: en/lb_config.1:177
606 #: en/lb_config.1:183
593607 msgid " [B<--system> live|normal]"
594608 msgstr ""
595609
596610 #. type: Plain text
597 #: en/lb_config.1:179
611 #: en/lb_config.1:185
598612 msgid " [B<--net-root-filesystem> nfs|cfs]"
599613 msgstr ""
600614
601615 #. type: Plain text
602 #: en/lb_config.1:181
616 #: en/lb_config.1:187
603617 msgid " [B<--net-root-mountoptions> I<OPTIONS>]"
604618 msgstr ""
605619
606620 #. type: Plain text
607 #: en/lb_config.1:183
621 #: en/lb_config.1:189
608622 msgid " [B<--net-root-path> I<PATH>]"
609623 msgstr ""
610624
611625 #. type: Plain text
612 #: en/lb_config.1:185
626 #: en/lb_config.1:191
613627 msgid " [B<--net-root-server> I<IP>|I<HOSTNAME>]"
614628 msgstr ""
615629
616630 #. type: Plain text
617 #: en/lb_config.1:187
631 #: en/lb_config.1:193
618632 msgid " [B<--net-cow-filesystem> nfs|cfs]"
619633 msgstr ""
620634
621635 #. type: Plain text
622 #: en/lb_config.1:189
636 #: en/lb_config.1:195
623637 msgid " [B<--net-cow-mountoptions> I<OPTIONS>]"
624638 msgstr ""
625639
626640 #. type: Plain text
627 #: en/lb_config.1:191
641 #: en/lb_config.1:197
628642 msgid " [B<--net-cow-path> I<PATH>]"
629643 msgstr ""
630644
631645 #. type: Plain text
632 #: en/lb_config.1:193
646 #: en/lb_config.1:199
633647 msgid " [B<--net-cow-server> I<IP>|I<HOSTNAME>]"
634648 msgstr ""
635649
636650 #. type: Plain text
637 #: en/lb_config.1:195
651 #: en/lb_config.1:201
638652 msgid " [B<--net-tarball> true|false]"
639653 msgstr ""
640654
641655 #. type: Plain text
642 #: en/lb_config.1:197
656 #: en/lb_config.1:203
643657 msgid " [B<--quiet>]"
644658 msgstr ""
645659
646660 #. type: Plain text
647 #: en/lb_config.1:199
661 #: en/lb_config.1:205
648662 msgid " [B<--archive-areas> I<ARCHIVE_AREA>|I<\"ARCHIVE_AREAS\">]"
649663 msgstr ""
650664
651665 #. type: Plain text
652 #: en/lb_config.1:201
666 #: en/lb_config.1:207
653667 msgid ""
654668 " [B<--parent-archive-areas> I<PARENT_ARCHIVE_AREA>|I<\"PARENT_ARCHIVE_AREAS"
655669 "\">]"
656670 msgstr ""
657671
658672 #. type: Plain text
659 #: en/lb_config.1:203
673 #: en/lb_config.1:209
660674 msgid " [B<--security> true|false]"
661675 msgstr ""
662676
663677 #. type: Plain text
664 #: en/lb_config.1:205
678 #: en/lb_config.1:211
665679 msgid " [B<--source> true|false]"
666680 msgstr ""
667681
668682 #. type: Plain text
669 #: en/lb_config.1:207
683 #: en/lb_config.1:213
670684 msgid " [-s|B<--source-images> iso|netboot|tar|hdd]"
671685 msgstr ""
672686
673687 #. type: Plain text
674 #: en/lb_config.1:209
688 #: en/lb_config.1:215
675689 msgid " [B<--tasksel> apt|aptitude|tasksel]"
676690 msgstr ""
677691
678692 #. type: Plain text
679 #: en/lb_config.1:211
693 #: en/lb_config.1:217
680694 msgid " [B<--templates> I<PATH>]"
681695 msgstr ""
682696
683697 #. type: Plain text
684 #: en/lb_config.1:213
698 #: en/lb_config.1:219
685699 msgid " [B<--hdd-size >I<MB>]"
686700 msgstr ""
687701
688702 #. type: Plain text
689 #: en/lb_config.1:215
703 #: en/lb_config.1:221
690704 msgid " [B<--updates> true|false]"
691705 msgstr ""
692706
693707 #. type: Plain text
694 #: en/lb_config.1:217
708 #: en/lb_config.1:223
695709 msgid " [B<--backports> true|false]"
696710 msgstr ""
697711
698712 #. type: Plain text
699 #: en/lb_config.1:219
713 #: en/lb_config.1:225
700714 msgid " [B<--verbose>]"
701715 msgstr ""
702716
703717 #. FIXME
704718 #. type: Plain text
705 #: en/lb_config.1:222
719 #: en/lb_config.1:228
706720 msgid " [B<--win32-loader true|false]>"
707721 msgstr ""
708722
709723 #. type: Plain text
710 #: en/lb_config.1:225
724 #: en/lb_config.1:231
711725 msgid ""
712726 "B<lb config> is a high-level command (porcelain) of I<live-build>(7), the "
713727 "live systems tool suite."
715729
716730 #. FIXME
717731 #. type: Plain text
718 #: en/lb_config.1:228
732 #: en/lb_config.1:234
719733 msgid ""
720734 "B<lb config> populates the configuration directory for live-build. By "
721735 "default, this directory is named 'config' and is created in the current "
724738
725739 #. FIXME
726740 #. type: Plain text
727 #: en/lb_config.1:231
741 #: en/lb_config.1:237
728742 msgid ""
729743 "Note: Currently B<lb config> tries to be smart and sets defaults for some "
730744 "options depending on the setting of other options (e.g. which linux packages "
740754 msgstr ""
741755
742756 #. type: Plain text
743 #: en/lb_config.1:234
757 #: en/lb_config.1:240
744758 msgid ""
745759 "In addition to its specific options B<lb config> understands all generic "
746760 "live-build options. See I<live-build>(7) for a complete list of all generic "
749763
750764 #. FIXME
751765 #. type: IP
752 #: en/lb_config.1:236
766 #: en/lb_config.1:242
753767 #, no-wrap
754768 msgid "B<--apt> apt|aptitude"
755769 msgstr ""
756770
757771 #. type: Plain text
758 #: en/lb_config.1:238
772 #: en/lb_config.1:244
759773 msgid ""
760774 "defines if apt-get or aptitude is used to install packages when building the "
761775 "image. The default is apt."
762776 msgstr ""
763777
764778 #. type: IP
765 #: en/lb_config.1:238
779 #: en/lb_config.1:244
766780 #, no-wrap
767781 msgid "B<--apt-ftp-proxy> I<URL>"
768782 msgstr ""
769783
770784 #. type: Plain text
771 #: en/lb_config.1:240
785 #: en/lb_config.1:246
772786 msgid ""
773787 "sets the ftp proxy to be used by apt. By default, this is empty. Note that "
774788 "this variable is only for the proxy that gets used by apt internally within "
776790 msgstr ""
777791
778792 #. type: IP
779 #: en/lb_config.1:240
793 #: en/lb_config.1:246
780794 #, no-wrap
781795 msgid "B<--apt-http-proxy> I<URL>"
782796 msgstr ""
783797
784798 #. type: Plain text
785 #: en/lb_config.1:242
799 #: en/lb_config.1:248
786800 msgid ""
787801 "sets the http proxy to be used by apt. By default, this is empty. Note that "
788802 "this variable is only for the proxy that gets used by apt internally within "
790804 msgstr ""
791805
792806 #. type: IP
793 #: en/lb_config.1:242
807 #: en/lb_config.1:248
794808 #, no-wrap
795809 msgid "B<--apt-indices> true|false|none"
796810 msgstr ""
797811
798812 #. type: Plain text
799 #: en/lb_config.1:244
813 #: en/lb_config.1:250
800814 msgid ""
801815 "defines if the resulting images should have apt indices or not and defaults "
802816 "to true. If set to none, no indices are included at all."
803817 msgstr ""
804818
805819 #. type: IP
806 #: en/lb_config.1:244
820 #: en/lb_config.1:250
807821 #, no-wrap
808822 msgid "B<--apt-options> I<OPTION>|\"I<OPTIONS>\""
809823 msgstr ""
810824
811825 #. type: Plain text
812 #: en/lb_config.1:246
826 #: en/lb_config.1:252
813827 msgid ""
814828 "defines the default options that will be appended to every apt call that is "
815829 "made inside chroot during the building of the image. By default, this is set "
817831 msgstr ""
818832
819833 #. type: IP
820 #: en/lb_config.1:246
834 #: en/lb_config.1:252
821835 #, no-wrap
822836 msgid "B<--aptitude-options> I<OPTION>|\"I<OPTIONS>\""
823837 msgstr ""
824838
825839 #. type: Plain text
826 #: en/lb_config.1:248
840 #: en/lb_config.1:254
827841 msgid ""
828842 "defines the default options that will be appended to every aptitude call "
829843 "that is made inside chroot during building of the image. By default, this is "
831845 msgstr ""
832846
833847 #. type: IP
834 #: en/lb_config.1:248
848 #: en/lb_config.1:254
835849 #, no-wrap
836850 msgid "B<--apt-pipeline> I<DEPTH>"
837851 msgstr ""
838852
839853 #. type: Plain text
840 #: en/lb_config.1:250
854 #: en/lb_config.1:256
841855 msgid ""
842856 "sets the depth of the apt/aptitude pipeline. In cases where the remote "
843857 "server is not RFC conforming or buggy (such as Squid 2.0.2) this option can "
849863 msgstr ""
850864
851865 #. type: IP
852 #: en/lb_config.1:250
866 #: en/lb_config.1:256
853867 #, no-wrap
854868 msgid "B<--apt-recommends> true|false"
855869 msgstr ""
856870
857871 #. type: Plain text
858 #: en/lb_config.1:252
872 #: en/lb_config.1:258
859873 msgid ""
860874 "defines if apt should install recommended packages automatically. By "
861875 "default, this is true."
862876 msgstr ""
863877
864878 #. type: IP
865 #: en/lb_config.1:252
879 #: en/lb_config.1:258
866880 #, no-wrap
867881 msgid "B<--apt-secure> true|false"
868882 msgstr ""
869883
870884 #. type: Plain text
871 #: en/lb_config.1:254
885 #: en/lb_config.1:260
872886 msgid ""
873887 "defines if apt should check repository signatures. This is true by default."
874888 msgstr ""
875889
876890 #. type: IP
877 #: en/lb_config.1:254
891 #: en/lb_config.1:260
878892 #, no-wrap
879893 msgid "B<--apt-source-archives> true|false"
880894 msgstr ""
881895
882896 #. type: Plain text
883 #: en/lb_config.1:256
897 #: en/lb_config.1:262
884898 msgid ""
885899 "defines if deb-src entries should be included in the resulting live image or "
886900 "not, defaults to true."
887901 msgstr ""
888902
889903 #. type: IP
890 #: en/lb_config.1:256
904 #: en/lb_config.1:262
891905 #, no-wrap
892906 msgid "-a|B<--architectures> I<ARCHITECTURE>"
893907 msgstr ""
894908
895909 #. type: Plain text
896 #: en/lb_config.1:258
910 #: en/lb_config.1:264
897911 msgid ""
898912 "defines the architecture of the to be build image. By default, this is set "
899913 "to the host architecture. Note that you cannot crossbuild for another "
904918 msgstr ""
905919
906920 #. type: IP
907 #: en/lb_config.1:258
921 #: en/lb_config.1:264
908922 #, no-wrap
909923 msgid "-b|B<--binary-images> iso|iso-hybrid|netboot|tar|hdd"
910924 msgstr ""
911925
912926 #. type: Plain text
913 #: en/lb_config.1:260
927 #: en/lb_config.1:266
914928 msgid ""
915929 "defines the image type to build. By default, for images using syslinux this "
916930 "is set to iso-hybrid to build CD/DVD images that may also be used like hdd "
918932 msgstr ""
919933
920934 #. type: IP
921 #: en/lb_config.1:260
935 #: en/lb_config.1:266
922936 #, no-wrap
923937 msgid "B<--binary-filesystem> fat16|fat32|ext2|ext3|ext4"
924938 msgstr ""
925939
926940 #. type: Plain text
927 #: en/lb_config.1:262
941 #: en/lb_config.1:268
928942 msgid ""
929943 "defines the filesystem to be used in the image type. This only has an effect "
930 "if the selected binary image type does allow to choose a filesystem. For "
931 "example, when selection iso the resulting CD/DVD has always the filesystem "
932 "ISO9660. When building hdd images for usb sticks, this is active. Note that "
933 "it defaults to fat16 on all architectures except sparc where it defaults to "
944 "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 "
934948 "ext4. Also note that if you choose fat16 and your resulting binary image "
935949 "gets bigger than 2GB, the binary filesystem automatically gets switched to "
936950 "fat32."
937951 msgstr ""
938952
939953 #. type: IP
940 #: en/lb_config.1:262
954 #: en/lb_config.1:268
941955 #, no-wrap
942956 msgid "B<--bootappend-install> I<PARAMETER>|\"I<PARAMETERS>\""
943957 msgstr ""
944958
945959 #. type: Plain text
946 #: en/lb_config.1:264
960 #: en/lb_config.1:270
947961 msgid "sets boot parameters specific to debian-installer, if included."
948962 msgstr ""
949963
950964 #. type: IP
951 #: en/lb_config.1:264
965 #: en/lb_config.1:270
952966 #, no-wrap
953967 msgid "B<--bootappend-live> I<PARAMETER>|\"I<PARAMETERS>\""
954968 msgstr ""
955969
956970 #. type: Plain text
957 #: en/lb_config.1:266
971 #: en/lb_config.1:272
958972 msgid ""
959973 "sets boot parameters specific to debian-live. A complete list of boot "
960974 "parameters can be found in the I<live-boot>(7) and I<live-config>(7) manual "
962976 msgstr ""
963977
964978 #. type: IP
965 #: en/lb_config.1:266
966 #, no-wrap
967 msgid "B<--bootloader> grub|grub2|syslinux"
968 msgstr ""
969
970 #. type: Plain text
971 #: en/lb_config.1:268
979 #: en/lb_config.1:272
980 #, no-wrap
981 msgid "B<--bootappend-live-failsafe> I<PARAMETER>|\"I<PARAMETERS>\""
982 msgstr ""
983
984 #. type: Plain text
985 #: en/lb_config.1:274
986 msgid ""
987 "sets boot parameters specific to debian-live failsafe boot entries. A "
988 "complete list of boot parameters can be found in the I<live-boot>(7) and "
989 "I<live-config>(7) manual pages."
990 msgstr ""
991
992 #. 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
9721000 msgid ""
9731001 "defines which bootloader is being used in the generated image. This has only "
974 "an effect if the selected binary image type does allow to choose the "
975 "bootloader. For example, if you build a iso, always syslinux (or more "
976 "precise, isolinux) is being used. Also note that some combinations of binary "
977 "images types and bootloaders may be possible but live-build does not support "
978 "them yet. B<lb config> will fail to create such a not yet supported "
979 "configuration and give a explanation about it. For hdd images on amd64 and "
980 "i386, the default is syslinux."
981 msgstr ""
982
983 #. type: IP
984 #: en/lb_config.1:268
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
9851013 #, no-wrap
9861014 msgid "B<--cache> true|false"
9871015 msgstr ""
9881016
9891017 #. type: Plain text
990 #: en/lb_config.1:270
1018 #: en/lb_config.1:278
9911019 msgid ""
9921020 "defines globally if any cache should be used at all. Different caches can be "
9931021 "controlled through the their own options."
9941022 msgstr ""
9951023
9961024 #. type: IP
997 #: en/lb_config.1:270
1025 #: en/lb_config.1:278
9981026 #, no-wrap
9991027 msgid "B<--cache-indices> true|false"
10001028 msgstr ""
10011029
10021030 #. type: Plain text
1003 #: en/lb_config.1:272
1031 #: en/lb_config.1:280
10041032 msgid ""
10051033 "defines if downloaded package indices and lists should be cached which is "
1006 "false by default. Enabling it would allow to rebuild an image completely "
1007 "offline, however, you would not get updates anymore then."
1008 msgstr ""
1009
1010 #. type: IP
1011 #: en/lb_config.1:272
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
10121040 #, no-wrap
10131041 msgid "B<--cache-packages> true|false"
10141042 msgstr ""
10151043
10161044 #. type: Plain text
1017 #: en/lb_config.1:274
1045 #: en/lb_config.1:282
10181046 msgid ""
10191047 "defines if downloaded packages files should be cached which is true by "
10201048 "default. Disabling it does save space consumption in your build directory, "
10251053 msgstr ""
10261054
10271055 #. type: IP
1028 #: en/lb_config.1:274
1056 #: en/lb_config.1:282
10291057 #, no-wrap
10301058 msgid "B<--cache-stages> true|false|I<STAGE>|\"I<STAGES>\""
10311059 msgstr ""
10321060
10331061 #. type: Plain text
1034 #: en/lb_config.1:276
1062 #: en/lb_config.1:284
10351063 msgid ""
10361064 "sets which stages should be cached. By default set to bootstrap. As an "
10371065 "exception to the normal stage names, also rootfs can be used here which does "
10411069 msgstr ""
10421070
10431071 #. type: IP
1044 #: en/lb_config.1:276
1072 #: en/lb_config.1:284
10451073 #, no-wrap
10461074 msgid "B<--checksums> md5|sha1|sha256|none"
10471075 msgstr ""
10481076
10491077 #. type: Plain text
1050 #: en/lb_config.1:278
1078 #: en/lb_config.1:286
10511079 msgid ""
10521080 "defines if the binary image should contain a file called md5sums.txt, "
10531081 "sha1sums.txt and/or sha256sums.txt. These lists all files on the image "
10591087 msgstr ""
10601088
10611089 #. type: IP
1062 #: en/lb_config.1:278
1090 #: en/lb_config.1:286
10631091 #, no-wrap
10641092 msgid "B<--compression> bzip2|gzip|lzip|none"
10651093 msgstr ""
10661094
10671095 #. type: Plain text
1068 #: en/lb_config.1:280
1096 #: en/lb_config.1:288
10691097 msgid ""
10701098 "defines the compression program to be used to compress tarballs. Defaults to "
10711099 "gzip."
10721100 msgstr ""
10731101
10741102 #. type: IP
1075 #: en/lb_config.1:280
1103 #: en/lb_config.1:288
10761104 #, no-wrap
10771105 msgid "B<--config> I<GIT_URL>::I<GIT_ID>"
10781106 msgstr ""
10791107
10801108 #. type: Plain text
1081 #: en/lb_config.1:282
1082 msgid ""
1083 "allows to bootstrap a config tree from a git repositories, optionally "
1084 "appended by a Git Id (branch, commit, tag, etc.)."
1085 msgstr ""
1086
1087 #. type: IP
1088 #: en/lb_config.1:282
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
10891117 #, no-wrap
10901118 msgid "B<--build-with-chroot> true|false"
10911119 msgstr ""
10921120
10931121 #. type: Plain text
1094 #: en/lb_config.1:284
1122 #: en/lb_config.1:292
10951123 msgid ""
10961124 "defines whether live-build should use the tools from within the chroot to "
10971125 "build the binary image or not by using and including the host system's "
11061134 msgstr ""
11071135
11081136 #. type: IP
1109 #: en/lb_config.1:284
1137 #: en/lb_config.1:292
11101138 #, no-wrap
11111139 msgid "B<--chroot-filesystem> ext2|ext3|ext4|squashfs|jffs2|none"
11121140 msgstr ""
11131141
11141142 #. type: Plain text
1115 #: en/lb_config.1:286
1143 #: en/lb_config.1:294
11161144 msgid ""
11171145 "defines which filesystem type should be used for the root filesystem image. "
11181146 "If you use none, then no filesystem image is created and the root filesystem "
11231151 msgstr ""
11241152
11251153 #. type: IP
1126 #: en/lb_config.1:286
1154 #: en/lb_config.1:294
11271155 #, no-wrap
11281156 msgid "B<--clean>"
11291157 msgstr ""
11301158
11311159 #. type: Plain text
1132 #: en/lb_config.1:288
1160 #: en/lb_config.1:296
11331161 msgid ""
11341162 "minimizes config directory by automatically removing unused and thus empty "
11351163 "subdirectories."
11361164 msgstr ""
11371165
11381166 #. type: IP
1139 #: en/lb_config.1:288
1167 #: en/lb_config.1:296
11401168 #, no-wrap
11411169 msgid "-c|B<--conffile> I<FILE>"
11421170 msgstr ""
11431171
11441172 #. type: Plain text
1145 #: en/lb_config.1:290
1173 #: en/lb_config.1:298
11461174 msgid ""
11471175 "using a user specified alternative configuration file in addition to the "
11481176 "normally used one in the config directory."
11491177 msgstr ""
11501178
11511179 #. type: IP
1152 #: en/lb_config.1:290
1180 #: en/lb_config.1:298
11531181 #, no-wrap
11541182 msgid "B<--debconf-frontend> dialog|editor|noninteractive|readline"
11551183 msgstr ""
11561184
11571185 #. type: Plain text
1158 #: en/lb_config.1:292
1186 #: en/lb_config.1:300
11591187 msgid ""
11601188 "defines what value the debconf frontend should be set to inside the chroot. "
11611189 "Note that setting it to anything but noninteractive, which is the default, "
11631191 msgstr ""
11641192
11651193 #. type: IP
1166 #: en/lb_config.1:292
1194 #: en/lb_config.1:300
11671195 #, no-wrap
11681196 msgid "B<--debconf-priority> low|medium|high|critical"
11691197 msgstr ""
11701198
11711199 #. type: Plain text
1172 #: en/lb_config.1:294
1200 #: en/lb_config.1:302
11731201 msgid ""
11741202 "defines what value the debconf priority should be set to inside the chroot. "
11751203 "By default, it is set to critical, which means that almost no questions are "
11781206 msgstr ""
11791207
11801208 #. type: IP
1181 #: en/lb_config.1:294
1209 #: en/lb_config.1:302
11821210 #, no-wrap
11831211 msgid "B<--debian-installer> true|cdrom|netinst|netboot|businesscard|live|false"
11841212 msgstr ""
11851213
11861214 #. type: Plain text
1187 #: en/lb_config.1:296
1215 #: en/lb_config.1:304
11881216 msgid ""
11891217 "defines which type, if any, of the debian-installer should be included in "
11901218 "the resulting binary image. By default, no installer is included. All "
11961224 msgstr ""
11971225
11981226 #. type: IP
1199 #: en/lb_config.1:296
1227 #: en/lb_config.1:304
12001228 #, no-wrap
12011229 msgid "B<--debian-installer-distribution> daily|I<CODENAME>"
12021230 msgstr ""
12031231
12041232 #. type: Plain text
1205 #: en/lb_config.1:298
1233 #: en/lb_config.1:306
12061234 msgid ""
12071235 "defines the distribution where the debian-installer files should be taken "
12081236 "out from. Normally, this should be set to the same distribution as the live "
12111239 msgstr ""
12121240
12131241 #. type: IP
1214 #: en/lb_config.1:298
1242 #: en/lb_config.1:306
12151243 #, no-wrap
12161244 msgid "B<--debian-installer-preseedfile> I<FILE>|I<URL>"
12171245 msgstr ""
12181246
12191247 #. type: Plain text
1220 #: en/lb_config.1:300
1248 #: en/lb_config.1:308
12211249 msgid ""
12221250 "sets the filename or URL for an optionally used and included preseeding file "
12231251 "for debian-installer. If config/binary_debian-installer/preseed.cfg exists, "
12251253 msgstr ""
12261254
12271255 #. type: IP
1228 #: en/lb_config.1:300
1256 #: en/lb_config.1:308
12291257 #, no-wrap
12301258 msgid "B<--debian-installer-gui> true|false"
12311259 msgstr ""
12321260
12331261 #. type: Plain text
1234 #: en/lb_config.1:302
1262 #: en/lb_config.1:310
12351263 msgid ""
12361264 "defines if the debian-installer graphical GTK interface should be true or "
12371265 "not. In Debian mode and for most versions of Ubuntu, this option is true, "
12391267 msgstr ""
12401268
12411269 #. type: IP
1242 #: en/lb_config.1:302 en/live-build.7:36
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
1277 msgid ""
1278 "passes the given options to debootstrap when setting up the base system."
1279 msgstr ""
1280
1281 #. type: IP
1282 #: en/lb_config.1:312
1283 #, no-wrap
1284 msgid "B<--debootstrap-script> I<SCRIPT>"
1285 msgstr ""
1286
1287 #. type: Plain text
1288 #: en/lb_config.1:314
1289 msgid ""
1290 "tells debootstrap to use an alternate bootstrap script (last parameter to "
1291 "debootstrap)."
1292 msgstr ""
1293
1294 #. type: IP
1295 #: en/lb_config.1:314 en/live-build.7:36
12431296 #, no-wrap
12441297 msgid "B<--debug>"
12451298 msgstr ""
12461299
12471300 #. type: Plain text
1248 #: en/lb_config.1:304
1301 #: en/lb_config.1:316
12491302 msgid "turn on debugging informational messages."
12501303 msgstr ""
12511304
12521305 #. type: IP
1253 #: en/lb_config.1:304
1306 #: en/lb_config.1:316
12541307 #, no-wrap
12551308 msgid "-d|B<--distribution> I<CODENAME>"
12561309 msgstr ""
12571310
12581311 #. type: Plain text
1259 #: en/lb_config.1:306
1312 #: en/lb_config.1:318
12601313 msgid "defines the distribution of the resulting live system."
12611314 msgstr ""
12621315
12631316 #. type: IP
1264 #: en/lb_config.1:306
1317 #: en/lb_config.1:318
12651318 #, no-wrap
12661319 msgid "-d|B<--parent-distribution> I<CODENAME>"
12671320 msgstr ""
12681321
12691322 #. type: Plain text
1270 #: en/lb_config.1:308
1323 #: en/lb_config.1:320
12711324 msgid ""
12721325 "defines the parent distribution for derivatives of the resulting live system."
12731326 msgstr ""
12741327
12751328 #. type: IP
1276 #: en/lb_config.1:308
1329 #: en/lb_config.1:320
12771330 #, no-wrap
12781331 msgid "-d|B<--parent-debian-installer-distribution> I<CODENAME>"
12791332 msgstr ""
12801333
12811334 #. type: Plain text
1282 #: en/lb_config.1:310
1335 #: en/lb_config.1:322
12831336 msgid ""
12841337 "defines the parent debian-installer distribution for derivatives of the "
12851338 "resulting live system."
12861339 msgstr ""
12871340
12881341 #. type: IP
1289 #: en/lb_config.1:310
1342 #: en/lb_config.1:322
12901343 #, no-wrap
12911344 msgid "B<--dump>"
12921345 msgstr ""
12931346
12941347 #. type: Plain text
1295 #: en/lb_config.1:312
1348 #: en/lb_config.1:324
12961349 msgid ""
12971350 "prepares a report of the currently present live system configuration and the "
12981351 "version of live-build used. This is useful to provide if you submit bug "
1299 "reports, we do get all informations required for us to locate and replicate "
1352 "reports, we do get all information required for us to locate and replicate "
13001353 "an error."
13011354 msgstr ""
13021355
13031356 #. type: IP
1304 #: en/lb_config.1:312
1357 #: en/lb_config.1:324
13051358 #, no-wrap
13061359 msgid "B<--fdisk> fdisk|fdisk.dist"
13071360 msgstr ""
13081361
13091362 #. type: Plain text
1310 #: en/lb_config.1:314
1363 #: en/lb_config.1:326
13111364 msgid ""
13121365 "sets the filename of the fdisk binary from the host system that should be "
13131366 "used. This is autodetected and does generally not need any customization."
13141367 msgstr ""
13151368
13161369 #. type: IP
1317 #: en/lb_config.1:314 en/live-build.7:38
1370 #: en/lb_config.1:326 en/live-build.7:38
13181371 #, no-wrap
13191372 msgid "B<--force>"
13201373 msgstr ""
13211374
13221375 #. type: Plain text
1323 #: en/lb_config.1:316
1376 #: en/lb_config.1:328
13241377 msgid ""
13251378 "forces re-execution of already run stages. Use only if you know what you are "
13261379 "doing. It is generally safer to use B<lb clean> to clean up before re-"
13281381 msgstr ""
13291382
13301383 #. type: IP
1331 #: en/lb_config.1:316
1384 #: en/lb_config.1:328
13321385 #, no-wrap
13331386 msgid "B<--grub-splash> I<FILE>"
13341387 msgstr ""
13351388
13361389 #. type: Plain text
1337 #: en/lb_config.1:318
1390 #: en/lb_config.1:330
13381391 msgid ""
13391392 "defines the name of an optional to be included splash screen graphic for the "
13401393 "grub bootloader."
13411394 msgstr ""
13421395
13431396 #. type: IP
1344 #: en/lb_config.1:318
1397 #: en/lb_config.1:330
13451398 #, no-wrap
13461399 msgid "B<--gzip-options> I<OPTION>|\"I<OPTIONS>\""
13471400 msgstr ""
13481401
13491402 #. type: Plain text
1350 #: en/lb_config.1:320
1403 #: en/lb_config.1:332
13511404 msgid ""
13521405 "defines the default options that will be appended to (almost) every gzip "
13531406 "call during the building of the image. By default, this is set to --best to "
13561409 msgstr ""
13571410
13581411 #. type: IP
1359 #: en/lb_config.1:320
1412 #: en/lb_config.1:332
13601413 #, no-wrap
13611414 msgid "B<--hooks> I<FILE>"
13621415 msgstr ""
13631416
13641417 #. type: Plain text
1365 #: en/lb_config.1:322
1418 #: en/lb_config.1:334
13661419 msgid ""
13671420 "defines which hooks available in /usr/share/live/build/examples/hooks should "
13681421 "be activated. Normally, there are no hooks executed. Make sure you know and "
13701423 msgstr ""
13711424
13721425 #. type: IP
1373 #: en/lb_config.1:322
1426 #: en/lb_config.1:334
13741427 #, no-wrap
13751428 msgid "B<--ignore-system-defaults>"
13761429 msgstr ""
13771430
13781431 #. type: Plain text
1379 #: en/lb_config.1:324
1432 #: en/lb_config.1:336
13801433 msgid ""
13811434 "B<lb config> by default reads system defaults from I</etc/live/build.conf> "
13821435 "and I</etc/live/build/*> when generating a new live system config directory. "
13851438 msgstr ""
13861439
13871440 #. type: IP
1388 #: en/lb_config.1:324
1441 #: en/lb_config.1:336
13891442 #, no-wrap
13901443 msgid "B<--initramfs> auto|none|live-boot|casper"
13911444 msgstr ""
13921445
13931446 #. type: Plain text
1394 #: en/lb_config.1:326
1447 #: en/lb_config.1:338
13951448 msgid ""
13961449 "sets the name of package that contains the live system specific initramfs "
13971450 "modification. By default, auto is used, which means that at build time of "
14021455 msgstr ""
14031456
14041457 #. type: IP
1405 #: en/lb_config.1:326
1458 #: en/lb_config.1:338
14061459 #, no-wrap
14071460 msgid "B<--initramfs-compression> bzip2|gzip|lzma]"
14081461 msgstr ""
14091462
14101463 #. type: Plain text
1411 #: en/lb_config.1:328
1464 #: en/lb_config.1:340
14121465 msgid ""
14131466 "defines the compression program to be used to compress the initramfs. "
14141467 "Defaults to gzip."
14151468 msgstr ""
14161469
14171470 #. type: IP
1418 #: en/lb_config.1:328
1471 #: en/lb_config.1:340
14191472 #, no-wrap
14201473 msgid "B<--interactive> shell"
14211474 msgstr ""
14221475
14231476 #. type: Plain text
1424 #: en/lb_config.1:330
1477 #: en/lb_config.1:342
14251478 msgid ""
14261479 "defines if after the chroot stage and before the beginning of the binary "
14271480 "stage, a interactive shell login should be spawned in the chroot in order to "
14351488 msgstr ""
14361489
14371490 #. type: IP
1438 #: en/lb_config.1:330
1491 #: en/lb_config.1:342
14391492 #, no-wrap
14401493 msgid "B<--isohybrid-options> I<OPTION>|\"I<OPTIONS>\""
14411494 msgstr ""
14421495
14431496 #. type: Plain text
1444 #: en/lb_config.1:332
1497 #: en/lb_config.1:344
14451498 msgid "defines options to pass to isohybrid."
14461499 msgstr ""
14471500
14481501 #. type: IP
1449 #: en/lb_config.1:332
1502 #: en/lb_config.1:344
14501503 #, no-wrap
14511504 msgid "B<--iso-application> I<NAME>"
14521505 msgstr ""
14531506
14541507 #. type: Plain text
1455 #: en/lb_config.1:334
1508 #: en/lb_config.1:346
14561509 msgid ""
14571510 "sets the APPLICATION field in the header of a resulting CD/DVD image and "
14581511 "defaults to \"Debian Live\" in debian mode, and \"Ubuntu Live\" in ubuntu "
14601513 msgstr ""
14611514
14621515 #. type: IP
1463 #: en/lb_config.1:334
1516 #: en/lb_config.1:346
14641517 #, no-wrap
14651518 msgid "B<--iso-preparer> I<NAME>"
14661519 msgstr ""
14671520
14681521 #. type: Plain text
1469 #: en/lb_config.1:336
1522 #: en/lb_config.1:348
14701523 msgid ""
14711524 "sets the PREPARER field in the header of a resulting CD/DVD image. By "
14721525 "default this is set to \"live-build I<VERSION>; http://packages.qa.debian."
14751528 msgstr ""
14761529
14771530 #. type: IP
1478 #: en/lb_config.1:336
1531 #: en/lb_config.1:348
14791532 #, no-wrap
14801533 msgid "B<--iso-publisher> I<NAME>"
14811534 msgstr ""
14821535
14831536 #. type: Plain text
1484 #: en/lb_config.1:338
1537 #: en/lb_config.1:350
14851538 msgid ""
14861539 "sets the PUBLISHED field in the header of a resulting CD/DVD image. By "
14871540 "default, this is set to 'Live Systems project; http:/live-systems.org/; "
14901543 msgstr ""
14911544
14921545 #. type: IP
1493 #: en/lb_config.1:338
1546 #: en/lb_config.1:350
14941547 #, no-wrap
14951548 msgid "B<--iso-volume> I<NAME>"
14961549 msgstr ""
14971550
14981551 #. type: Plain text
1499 #: en/lb_config.1:340
1552 #: en/lb_config.1:352
15001553 msgid ""
15011554 "sets the VOLUME field in the header of a resulting CD/DVD and defaults to "
15021555 "'(I<MODE>) (I<DISTRIBUTION>) (I<DATE>)' whereas MODE is expanded to the name "
15051558 msgstr ""
15061559
15071560 #. type: IP
1508 #: en/lb_config.1:340
1561 #: en/lb_config.1:352
15091562 #, no-wrap
15101563 msgid "B<--jffs2-eraseblock> I<SIZE>"
15111564 msgstr ""
15121565
15131566 #. type: Plain text
1514 #: en/lb_config.1:342
1567 #: en/lb_config.1:354
15151568 msgid ""
15161569 "sets the eraseblock size for a JFFS2 (Second Journaling Flash File System) "
15171570 "filesystem. The default is 64 KiB. If you use an erase block size different "
15211574 msgstr ""
15221575
15231576 #. type: IP
1524 #: en/lb_config.1:342
1577 #: en/lb_config.1:354
15251578 #, no-wrap
15261579 msgid "B<--keyring-packages> I<PACKAGE|\"PACKAGES>\""
15271580 msgstr ""
15281581
15291582 #. type: Plain text
1530 #: en/lb_config.1:344
1583 #: en/lb_config.1:356
15311584 msgid ""
15321585 "sets the keyring package or additional keyring packages. By default this is "
15331586 "set to debian-archive-keyring."
15341587 msgstr ""
15351588
15361589 #. type: IP
1537 #: en/lb_config.1:344
1590 #: en/lb_config.1:356
15381591 #, no-wrap
15391592 msgid "-k|B<--linux-flavours> I<FLAVOUR>|\"I<FLAVOURS>\""
15401593 msgstr ""
15411594
15421595 #. type: Plain text
1543 #: en/lb_config.1:346
1596 #: en/lb_config.1:358
15441597 msgid ""
15451598 "sets the kernel flavours to be installed. Note that in case you specify more "
15461599 "than that the first will be configured the default kernel that gets booted."
15471600 msgstr ""
15481601
15491602 #. type: IP
1550 #: en/lb_config.1:346
1603 #: en/lb_config.1:358
15511604 #, no-wrap
15521605 msgid "B<--linux-packages> \"I<PACKAGES>\""
15531606 msgstr ""
15541607
15551608 #. type: Plain text
1556 #: en/lb_config.1:348
1609 #: en/lb_config.1:360
15571610 msgid ""
15581611 "sets the internal name of the kernel packages naming scheme. If you use "
15591612 "debian kernel packages, you will not have to adjust it. If you decide to use "
15601613 "custom kernel packages that do not follow the debian naming scheme, remember "
15611614 "to set this option to the stub of the packages only (for debian this is "
15621615 "linux-image-2.6), so that I<STUB>-I<FLAVOUR> results in a valid package name "
1563 "(for debian e.g. linux-image-686-pae). Preferably you use the meta package name, "
1564 "if any, for the stub, so that your configuration is ABI independent. Also "
1565 "don't forget that you have to include stubs of the binary modules packages "
1566 "for unionfs or aufs, and squashfs if you built them out-of-tree."
1567 msgstr ""
1568
1569 #. type: IP
1570 #: en/lb_config.1:348
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
15711624 #, no-wrap
15721625 msgid "B<--losetup> losetup|losetup.orig"
15731626 msgstr ""
15741627
15751628 #. type: Plain text
1576 #: en/lb_config.1:350
1629 #: en/lb_config.1:362
15771630 msgid ""
15781631 "sets the filename of the losetup binary from the host system that should be "
15791632 "used. This is autodetected and does generally not need any customization."
15801633 msgstr ""
15811634
15821635 #. type: IP
1583 #: en/lb_config.1:350
1636 #: en/lb_config.1:362
15841637 #, no-wrap
15851638 msgid "B<--memtest> memtest86+|memtest86|none"
15861639 msgstr ""
15871640
15881641 #. type: Plain text
1589 #: en/lb_config.1:352
1642 #: en/lb_config.1:364
15901643 msgid ""
15911644 "defines if memtest, memtest86+ or no memory tester at all should be included "
15921645 "as secondary bootloader configuration. This is only available on amd64 and "
15941647 msgstr ""
15951648
15961649 #. type: IP
1597 #: en/lb_config.1:352
1650 #: en/lb_config.1:364
15981651 #, no-wrap
15991652 msgid "-m|B<--parent-mirror-bootstrap> I<URL>"
16001653 msgstr ""
16011654
16021655 #. type: Plain text
1603 #: en/lb_config.1:354
1656 #: en/lb_config.1:366
16041657 msgid ""
16051658 "sets the location of the debian package mirror that should be used to "
16061659 "bootstrap from. This defaults to http://ftp.de.debian.org/debian/ which may "
16081661 msgstr ""
16091662
16101663 #. type: IP
1611 #: en/lb_config.1:354
1664 #: en/lb_config.1:366
16121665 #, no-wrap
16131666 msgid "B<--parent-mirror-chroot> I<URL>"
16141667 msgstr ""
16151668
16161669 #. type: Plain text
1617 #: en/lb_config.1:356
1670 #: en/lb_config.1:368
16181671 msgid ""
16191672 "sets the location of the debian package mirror that will be used to fetch "
16201673 "the packages in order to build the live system. By default, this is set to "
16221675 msgstr ""
16231676
16241677 #. type: IP
1625 #: en/lb_config.1:356
1678 #: en/lb_config.1:368
16261679 #, no-wrap
16271680 msgid "B<--parent-mirror-chroot-security> I<URL>"
16281681 msgstr ""
16291682
16301683 #. type: Plain text
1631 #: en/lb_config.1:358
1684 #: en/lb_config.1:370
16321685 msgid ""
16331686 "sets the location of the debian security package mirror that will be used to "
16341687 "fetch the packages in order to build the live system. By default, this "
16361689 msgstr ""
16371690
16381691 #. type: IP
1639 #: en/lb_config.1:358
1692 #: en/lb_config.1:370
16401693 #, no-wrap
16411694 msgid "B<--parent-mirror-chroot-updates> I<URL>"
16421695 msgstr ""
16431696
16441697 #. type: Plain text
1645 #: en/lb_config.1:360
1698 #: en/lb_config.1:372
16461699 msgid ""
16471700 "sets the location of the debian updates package mirror that will be used to "
16481701 "fetch packages in order to build the live system. By default, this is set to "
16501703 msgstr ""
16511704
16521705 #. type: IP
1653 #: en/lb_config.1:360
1706 #: en/lb_config.1:372
16541707 #, no-wrap
16551708 msgid "B<--parent-mirror-chroot-backports> I<URL>"
16561709 msgstr ""
16571710
16581711 #. type: Plain text
1659 #: en/lb_config.1:362
1712 #: en/lb_config.1:374
16601713 msgid ""
16611714 "sets the location of the debian backports package mirror that will be used "
16621715 "to fetch packages in order to build the live system. By default, this points "
16641717 msgstr ""
16651718
16661719 #. type: IP
1667 #: en/lb_config.1:362
1720 #: en/lb_config.1:374
16681721 #, no-wrap
16691722 msgid "B<--parent-mirror-binary> I<URL>"
16701723 msgstr ""
16711724
16721725 #. type: Plain text
1673 #: en/lb_config.1:364
1726 #: en/lb_config.1:376
16741727 msgid ""
16751728 "sets the location of the debian package mirror that should end up configured "
16761729 "in the final image and which is the one a user would see and use. This has "
16801733 msgstr ""
16811734
16821735 #. type: IP
1683 #: en/lb_config.1:364
1736 #: en/lb_config.1:376
16841737 #, no-wrap
16851738 msgid "B<--parent-mirror-binary-security> I<URL>"
16861739 msgstr ""
16871740
16881741 #. type: Plain text
1689 #: en/lb_config.1:366
1742 #: en/lb_config.1:378
16901743 msgid ""
16911744 "sets the location of the debian security package mirror that should end up "
16921745 "configured in the final image. By default, 'http://security.debian.org/' is "
16941747 msgstr ""
16951748
16961749 #. type: IP
1697 #: en/lb_config.1:366
1750 #: en/lb_config.1:378
16981751 #, no-wrap
16991752 msgid "B<--parent-mirror-binary-updates> I<URL>"
17001753 msgstr ""
17011754
17021755 #. type: Plain text
1703 #: en/lb_config.1:368
1756 #: en/lb_config.1:380
17041757 msgid ""
17051758 "sets the location of the debian updates package mirror that should end up "
17061759 "configured in the final image. By default, the value of --parent-mirror-"
17081761 msgstr ""
17091762
17101763 #. type: IP
1711 #: en/lb_config.1:368
1764 #: en/lb_config.1:380
17121765 #, no-wrap
17131766 msgid "B<--parent-mirror-binary-backports> I<URL>"
17141767 msgstr ""
17151768
17161769 #. type: Plain text
1717 #: en/lb_config.1:370
1770 #: en/lb_config.1:382
17181771 msgid ""
17191772 "sets the location of the debian backports package mirror that should end up "
17201773 "configured in the final image. By default, 'http://backports.debian.org/"
17221775 msgstr ""
17231776
17241777 #. type: IP
1725 #: en/lb_config.1:370
1778 #: en/lb_config.1:382
17261779 #, no-wrap
17271780 msgid "B<--parent-mirror-debian-installer> I<URL>"
17281781 msgstr ""
17291782
17301783 #. type: Plain text
1731 #: en/lb_config.1:372
1784 #: en/lb_config.1:384
17321785 msgid ""
17331786 "sets the location of the mirror that will be used to fetch the debian "
17341787 "installer images. By default, this points to the same mirror used to build "
17361789 msgstr ""
17371790
17381791 #. type: IP
1739 #: en/lb_config.1:372
1792 #: en/lb_config.1:384
17401793 #, no-wrap
17411794 msgid "B<--mirror-bootstrap> I<URL>"
17421795 msgstr ""
17431796
17441797 #. type: Plain text
1745 #: en/lb_config.1:374
1798 #: en/lb_config.1:386
17461799 msgid ""
17471800 "sets the location of the debian package mirror that should be used to "
17481801 "bootstrap the derivative from. This defaults to http://ftp.de.debian.org/"
17501803 msgstr ""
17511804
17521805 #. type: IP
1753 #: en/lb_config.1:374
1806 #: en/lb_config.1:386
17541807 #, no-wrap
17551808 msgid "B<--mirror-chroot> I<URL>"
17561809 msgstr ""
17571810
17581811 #. type: Plain text
1759 #: en/lb_config.1:376
1812 #: en/lb_config.1:388
17601813 msgid ""
17611814 "sets the location of the debian package mirror that will be used to fetch "
17621815 "the packages of the derivative in order to build the live system. By "
17641817 msgstr ""
17651818
17661819 #. type: IP
1767 #: en/lb_config.1:376
1820 #: en/lb_config.1:388
17681821 #, no-wrap
17691822 msgid "B<--mirror-chroot-security> I<URL>"
17701823 msgstr ""
17711824
17721825 #. type: Plain text
1773 #: en/lb_config.1:378
1826 #: en/lb_config.1:390
17741827 msgid ""
17751828 "sets the location of the debian security package mirror that will be used to "
17761829 "fetch the packages of the derivative in order to build the live system. By "
17781831 msgstr ""
17791832
17801833 #. type: IP
1781 #: en/lb_config.1:378
1834 #: en/lb_config.1:390
17821835 #, no-wrap
17831836 msgid "B<--mirror-chroot-updates> I<URL>"
17841837 msgstr ""
17851838
17861839 #. type: Plain text
1787 #: en/lb_config.1:380
1840 #: en/lb_config.1:392
17881841 msgid ""
17891842 "sets the location of the debian updates package mirror that will be used to "
17901843 "fetch packages of the derivative in order to build the live system. By "
17921845 msgstr ""
17931846
17941847 #. type: IP
1795 #: en/lb_config.1:380
1848 #: en/lb_config.1:392
17961849 #, no-wrap
17971850 msgid "B<--mirror-chroot-backports> I<URL>"
17981851 msgstr ""
17991852
18001853 #. type: Plain text
1801 #: en/lb_config.1:382
1854 #: en/lb_config.1:394
18021855 msgid ""
18031856 "sets the location of the debian backports package mirror that will be used "
18041857 "to fetch packages of the derivative in order to build the live system. By "
18061859 msgstr ""
18071860
18081861 #. type: IP
1809 #: en/lb_config.1:382
1862 #: en/lb_config.1:394
18101863 #, no-wrap
18111864 msgid "B<--mirror-binary> I<URL>"
18121865 msgstr ""
18131866
18141867 #. type: Plain text
1815 #: en/lb_config.1:384
1868 #: en/lb_config.1:396
18161869 msgid ""
18171870 "sets the location of the derivative package mirror that should end up "
18181871 "configured in the final image and which is the one a user would see and use. "
18221875 msgstr ""
18231876
18241877 #. type: IP
1825 #: en/lb_config.1:384
1878 #: en/lb_config.1:396
18261879 #, no-wrap
18271880 msgid "B<--mirror-binary-security> I<URL>"
18281881 msgstr ""
18291882
18301883 #. type: Plain text
1831 #: en/lb_config.1:386
1884 #: en/lb_config.1:398
18321885 msgid ""
18331886 "sets the location of the derivatives security package mirror that should end "
18341887 "up configured in the final image."
18351888 msgstr ""
18361889
18371890 #. type: IP
1838 #: en/lb_config.1:386
1891 #: en/lb_config.1:398
18391892 #, no-wrap
18401893 msgid "B<--mirror-binary-updates> I<URL>"
18411894 msgstr ""
18421895
18431896 #. type: Plain text
1844 #: en/lb_config.1:388
1897 #: en/lb_config.1:400
18451898 msgid ""
18461899 "sets the location of the derivatives updates package mirror that should end "
18471900 "up configured in the final image."
18481901 msgstr ""
18491902
18501903 #. type: IP
1851 #: en/lb_config.1:388
1904 #: en/lb_config.1:400
18521905 #, no-wrap
18531906 msgid "B<--mirror-binary-backports> I<URL>"
18541907 msgstr ""
18551908
18561909 #. type: Plain text
1857 #: en/lb_config.1:390
1910 #: en/lb_config.1:402
18581911 msgid ""
18591912 "sets the location of the derivatives backports package mirror that should "
18601913 "end up configured in the final image."
18611914 msgstr ""
18621915
18631916 #. type: IP
1864 #: en/lb_config.1:390
1917 #: en/lb_config.1:402
18651918 #, no-wrap
18661919 msgid "B<--mirror-debian-installer> I<URL>"
18671920 msgstr ""
18681921
18691922 #. type: Plain text
1870 #: en/lb_config.1:392
1923 #: en/lb_config.1:404
18711924 msgid ""
18721925 "sets the location of the mirror that will be used to fetch the debian "
18731926 "installer images of the derivative. By default, this points to the same "
18751928 msgstr ""
18761929
18771930 #. type: IP
1878 #: en/lb_config.1:392
1931 #: en/lb_config.1:404
18791932 #, no-wrap
18801933 msgid "B<--mode> debian|progress|ubuntu"
18811934 msgstr ""
18821935
18831936 #. type: Plain text
1884 #: en/lb_config.1:394
1937 #: en/lb_config.1:406
18851938 msgid ""
18861939 "defines a global mode to load project specific defaults. By default this is "
18871940 "set to debian."
18881941 msgstr ""
18891942
18901943 #. type: IP
1891 #: en/lb_config.1:394
1944 #: en/lb_config.1:406
18921945 #, no-wrap
18931946 msgid "B<--system> live|normal"
18941947 msgstr ""
18951948
18961949 #. type: Plain text
1897 #: en/lb_config.1:396
1950 #: en/lb_config.1:408
18981951 msgid ""
18991952 "defines if the resulting system image should a live system or a normal, non-"
19001953 "live system."
19011954 msgstr ""
19021955
19031956 #. type: IP
1904 #: en/lb_config.1:396
1957 #: en/lb_config.1:408
19051958 #, no-wrap
19061959 msgid "B<--net-root-filesystem> nfs|cfs"
19071960 msgstr ""
19081961
19091962 #. type: Plain text
1910 #: en/lb_config.1:398
1963 #: en/lb_config.1:410
19111964 msgid ""
19121965 "defines the filesystem that will be configured in the bootloader "
19131966 "configuration for your netboot image. This defaults to nfs."
19141967 msgstr ""
19151968
19161969 #. type: IP
1917 #: en/lb_config.1:398
1970 #: en/lb_config.1:410
19181971 #, no-wrap
19191972 msgid "B<--net-root-mountoptions> I<OPTIONS>"
19201973 msgstr ""
19211974
19221975 #. type: Plain text
1923 #: en/lb_config.1:400
1976 #: en/lb_config.1:412
19241977 msgid ""
19251978 "sets additional options for mounting the root filesystem in netboot images "
19261979 "and is by default empty."
19271980 msgstr ""
19281981
19291982 #. type: IP
1930 #: en/lb_config.1:400
1983 #: en/lb_config.1:412
19311984 #, no-wrap
19321985 msgid "B<--net-root-path> I<PATH>"
19331986 msgstr ""
19341987
19351988 #. type: Plain text
1936 #: en/lb_config.1:402
1989 #: en/lb_config.1:414
19371990 msgid ""
19381991 "sets the file path that will be configured in the bootloader configuration "
19391992 "for your netboot image. This defaults to /srv/debian-live in debian mode, "
19411994 msgstr ""
19421995
19431996 #. type: IP
1944 #: en/lb_config.1:402
1997 #: en/lb_config.1:414
19451998 #, no-wrap
19461999 msgid "B<--net-root-server> I<IP>|I<HOSTNAME>"
19472000 msgstr ""
19482001
19492002 #. type: Plain text
1950 #: en/lb_config.1:404
2003 #: en/lb_config.1:416
19512004 msgid ""
19522005 "sets the IP or hostname that will be configured in the bootloader "
19532006 "configuration for the root filesystem of your netboot image. This defaults "
19552008 msgstr ""
19562009
19572010 #. type: IP
1958 #: en/lb_config.1:404
2011 #: en/lb_config.1:416
19592012 #, no-wrap
19602013 msgid "B<--net-cow-filesystem> nfs|cfs"
19612014 msgstr ""
19622015
19632016 #. type: Plain text
1964 #: en/lb_config.1:406
2017 #: en/lb_config.1:418
19652018 msgid ""
19662019 "defines the filesystem type for the copy-on-write layer and defaults to nfs."
19672020 msgstr ""
19682021
19692022 #. type: IP
1970 #: en/lb_config.1:406
2023 #: en/lb_config.1:418
19712024 #, no-wrap
19722025 msgid "B<--net-cow-mountoptions> I<OPTIONS>"
19732026 msgstr ""
19742027
19752028 #. type: Plain text
1976 #: en/lb_config.1:408
2029 #: en/lb_config.1:420
19772030 msgid ""
19782031 "sets additional options for mounting the copy-on-write layer in netboot "
19792032 "images and is by default empty."
19802033 msgstr ""
19812034
19822035 #. type: IP
1983 #: en/lb_config.1:408
2036 #: en/lb_config.1:420
19842037 #, no-wrap
19852038 msgid "B<--net-cow-path> I<PATH>"
19862039 msgstr ""
19872040
19882041 #. type: Plain text
1989 #: en/lb_config.1:410
2042 #: en/lb_config.1:422
19902043 msgid ""
19912044 "defines the path to client writable filesystem. Anywhere that "
19922045 "I<client_mac_address> is specified in the path live-boot will substitute the "
19942047 msgstr ""
19952048
19962049 #. type: Plain text
1997 #: en/lb_config.1:413
2050 #: en/lb_config.1:425
19982051 msgid "Example:"
19992052 msgstr ""
20002053
20012054 #. type: Plain text
2002 #: en/lb_config.1:415
2055 #: en/lb_config.1:427
20032056 msgid "/export/hosts/client_mac_address"
20042057 msgstr ""
20052058
20062059 #. type: Plain text
2007 #: en/lb_config.1:417
2060 #: en/lb_config.1:429
20082061 msgid "/export/hosts/00-16-D3-33-92-E8"
20092062 msgstr ""
20102063
20112064 #. type: IP
2012 #: en/lb_config.1:417
2065 #: en/lb_config.1:429
20132066 #, no-wrap
20142067 msgid "B<--net-cow-server> I<IP>|I<HOSTNAME>"
20152068 msgstr ""
20162069
20172070 #. type: Plain text
2018 #: en/lb_config.1:419
2071 #: en/lb_config.1:431
20192072 msgid ""
20202073 "sets the IP or hostname that will be configured in the bootloader "
20212074 "configuration for the copy-on-write filesystem of your netboot image and is "
20232076 msgstr ""
20242077
20252078 #. type: IP
2026 #: en/lb_config.1:419
2079 #: en/lb_config.1:431
20272080 #, no-wrap
20282081 msgid "B<--net-tarball> true|false"
20292082 msgstr ""
20302083
20312084 #. type: Plain text
2032 #: en/lb_config.1:421
2085 #: en/lb_config.1:433
20332086 msgid ""
20342087 "defines if a compressed tarball should be created. Disabling this options "
20352088 "leads to no tarball at all, the plain binary directory is considered the "
20372090 msgstr ""
20382091
20392092 #. type: IP
2040 #: en/lb_config.1:421 en/live-build.7:40
2093 #: en/lb_config.1:433 en/live-build.7:40
20412094 #, no-wrap
20422095 msgid "B<--quiet>"
20432096 msgstr ""
20442097
20452098 #. type: Plain text
2046 #: en/lb_config.1:423
2099 #: en/lb_config.1:435
20472100 msgid "reduces the verbosity of messages output by B<lb build>."
20482101 msgstr ""
20492102
20502103 #. type: IP
2051 #: en/lb_config.1:423
2104 #: en/lb_config.1:435
20522105 #, no-wrap
20532106 msgid "B<--archive-areas> I<ARCHIVE_AREA>|\"I<ARCHIVE_AREAS>\""
20542107 msgstr ""
20552108
20562109 #. type: Plain text
2057 #: en/lb_config.1:425
2110 #: en/lb_config.1:437
20582111 msgid ""
20592112 "defines which package archive areas of a debian packages archive should be "
20602113 "used for configured debian package mirrors. By default, this is set to main. "
20642117 msgstr ""
20652118
20662119 #. type: IP
2067 #: en/lb_config.1:425
2120 #: en/lb_config.1:437
20682121 #, no-wrap
20692122 msgid "B<--parent-archive-areas> I<PARENT_ARCHIVE_AREA>|\"I<PARENT_ARCHIVE_AREAS>\""
20702123 msgstr ""
20712124
20722125 #. type: Plain text
2073 #: en/lb_config.1:427
2126 #: en/lb_config.1:439
20742127 msgid "defines the archive areas for derivatives of the resulting live system."
20752128 msgstr ""
20762129
20772130 #. type: IP
2078 #: en/lb_config.1:427
2131 #: en/lb_config.1:439
20792132 #, no-wrap
20802133 msgid "B<--security> true|false"
20812134 msgstr ""
20822135
20832136 #. type: Plain text
2084 #: en/lb_config.1:429
2137 #: en/lb_config.1:441
20852138 msgid ""
20862139 "defines if the security repositories specified in the security mirror "
20872140 "options should be used or not."
20882141 msgstr ""
20892142
20902143 #. type: IP
2091 #: en/lb_config.1:429
2144 #: en/lb_config.1:441
20922145 #, no-wrap
20932146 msgid "B<--source> true|false"
20942147 msgstr ""
20952148
20962149 #. type: Plain text
2097 #: en/lb_config.1:431
2150 #: en/lb_config.1:443
20982151 msgid ""
20992152 "defines if a corresponding source image to the binary image should be build. "
21002153 "By default this is false because most people do not require this and would "
21042157 msgstr ""
21052158
21062159 #. type: IP
2107 #: en/lb_config.1:431
2160 #: en/lb_config.1:443
21082161 #, no-wrap
21092162 msgid "-s|B<--source-images> iso|netboot|tar|hdd"
21102163 msgstr ""
21112164
21122165 #. type: Plain text
2113 #: en/lb_config.1:433
2166 #: en/lb_config.1:445
21142167 msgid "defines the image type for the source image. Default is tar."
21152168 msgstr ""
21162169
21172170 #. type: IP
2118 #: en/lb_config.1:433
2171 #: en/lb_config.1:445
21192172 #, no-wrap
21202173 msgid "B<--firmware-binary> true|false"
21212174 msgstr ""
21222175
21232176 #. type: Plain text
2124 #: en/lb_config.1:435
2177 #: en/lb_config.1:447
21252178 msgid ""
21262179 "defines if firmware packages should be automatically included into the "
21272180 "binary pool for debian-installer. Note that only firmware packages available "
21322185 msgstr ""
21332186
21342187 #. type: IP
2135 #: en/lb_config.1:435
2188 #: en/lb_config.1:447
21362189 #, no-wrap
21372190 msgid "B<--firmware-chroot> true|false"
21382191 msgstr ""
21392192
21402193 #. type: Plain text
2141 #: en/lb_config.1:437
2194 #: en/lb_config.1:449
21422195 msgid ""
21432196 "defines if firmware packages should be automatically included into the live "
21442197 "image. Note that only firmware packages available within the configured "
21482201 msgstr ""
21492202
21502203 #. type: IP
2151 #: en/lb_config.1:437
2204 #: en/lb_config.1:449
21522205 #, no-wrap
21532206 msgid "B<--swap-file-path> I<PATH>"
21542207 msgstr ""
21552208
21562209 #. type: Plain text
2157 #: en/lb_config.1:439
2210 #: en/lb_config.1:451
21582211 msgid ""
21592212 "defines the path to a swap file to create in the binary image. Default is "
21602213 "not to create a swap file."
21612214 msgstr ""
21622215
21632216 #. type: IP
2164 #: en/lb_config.1:439
2217 #: en/lb_config.1:451
21652218 #, no-wrap
21662219 msgid "B<--swap-file-size> I<MB>"
21672220 msgstr ""
21682221
21692222 #. type: Plain text
2170 #: en/lb_config.1:441
2223 #: en/lb_config.1:453
21712224 msgid ""
21722225 "defines what size in megabytes the swap file should be, if one is to be "
21732226 "created. Default is 512MB."
21742227 msgstr ""
21752228
21762229 #. type: IP
2177 #: en/lb_config.1:441
2230 #: en/lb_config.1:453
21782231 #, no-wrap
21792232 msgid "B<--tasksel> apt|aptitude|tasksel"
21802233 msgstr ""
21812234
21822235 #. type: Plain text
2183 #: en/lb_config.1:443
2236 #: en/lb_config.1:455
21842237 msgid ""
21852238 "selects which program is used to install tasks. By default, this is set to "
21862239 "tasksel."
21872240 msgstr ""
21882241
21892242 #. type: IP
2190 #: en/lb_config.1:443
2243 #: en/lb_config.1:455
21912244 #, no-wrap
21922245 msgid "B<--templates> I<PATH>"
21932246 msgstr ""
21942247
21952248 #. type: Plain text
2196 #: en/lb_config.1:445
2249 #: en/lb_config.1:457
21972250 msgid ""
21982251 "sets the path to the templates that live-build is going to use, e.g. for "
21992252 "bootloaders. By default, this is set to /usr/share/live/build/templates/."
22002253 msgstr ""
22012254
22022255 #. type: IP
2203 #: en/lb_config.1:445
2256 #: en/lb_config.1:457
22042257 #, no-wrap
22052258 msgid "B<--hdd-size> MB"
22062259 msgstr ""
22072260
22082261 #. type: Plain text
2209 #: en/lb_config.1:447
2262 #: en/lb_config.1:459
22102263 msgid ""
22112264 "defines what size the hdd image should be. Note that although the default is "
22122265 "set to 10000 (= 10GB), it will not need 10GB space on your harddisk as the "
22142267 msgstr ""
22152268
22162269 #. type: IP
2217 #: en/lb_config.1:447
2270 #: en/lb_config.1:459
22182271 #, no-wrap
22192272 msgid "B<--updates> true|false"
22202273 msgstr ""
22212274
22222275 #. type: Plain text
2223 #: en/lb_config.1:449
2276 #: en/lb_config.1:461
22242277 msgid ""
22252278 "defines if debian updates package archives should be included in the image "
22262279 "or not."
22272280 msgstr ""
22282281
22292282 #. type: IP
2230 #: en/lb_config.1:449
2283 #: en/lb_config.1:461
22312284 #, no-wrap
22322285 msgid "B<--backports> true|false"
22332286 msgstr ""
22342287
22352288 #. type: Plain text
2236 #: en/lb_config.1:451
2289 #: en/lb_config.1:463
22372290 msgid ""
22382291 "defines if debian backports package archives should be included in the image "
22392292 "or not."
22402293 msgstr ""
22412294
22422295 #. type: IP
2243 #: en/lb_config.1:451 en/live-build.7:42
2296 #: en/lb_config.1:463 en/live-build.7:42
22442297 #, no-wrap
22452298 msgid "B<--verbose>"
22462299 msgstr ""
22472300
22482301 #. type: Plain text
2249 #: en/lb_config.1:453
2302 #: en/lb_config.1:465
22502303 msgid "increases the verbosity of messages output by B<lb build>."
22512304 msgstr ""
22522305
22532306 #. type: IP
2254 #: en/lb_config.1:453
2307 #: en/lb_config.1:465
22552308 #, no-wrap
22562309 msgid "B<--win32-loader true|false>"
22572310 msgstr ""
22582311
22592312 #. FIXME
22602313 #. type: Plain text
2261 #: en/lb_config.1:456
2314 #: en/lb_config.1:468
22622315 msgid "defines if win32-loader should be included in the binary image or not."
22632316 msgstr ""
22642317
22652318 #. type: SH
2266 #: en/lb_config.1:457
2319 #: en/lb_config.1:469
22672320 #, no-wrap
22682321 msgid "ENVIRONMENT"
22692322 msgstr ""
22702323
22712324 #. FIXME
22722325 #. type: Plain text
2273 #: en/lb_config.1:460
2326 #: en/lb_config.1:472
22742327 msgid ""
22752328 "Currently, command line switches can also be specified through the "
22762329 "corresponding environment variable. However, this generally should not be "
22842337
22852338 #. FIXME
22862339 #. type: IP
2287 #: en/lb_config.1:464
2340 #: en/lb_config.1:476
22882341 #, no-wrap
22892342 msgid "B<auto/config>"
22902343 msgstr ""
22912344
22922345 #. type: IP
2293 #: en/lb_config.1:465
2346 #: en/lb_config.1:477
22942347 #, no-wrap
22952348 msgid "B</etc/live/build.conf, /etc/live/build/*>"
22962349 msgstr ""
22972350
22982351 #. FIXME
22992352 #. type: Plain text
2300 #: en/lb_config.1:468
2353 #: en/lb_config.1:480
23012354 msgid ""
23022355 "An optional, global configuration file for B<lb config> variables. It is "
23032356 "useful to specify a few system wide defaults, like "
23062359 msgstr ""
23072360
23082361 #. type: Plain text
2309 #: en/lb_config.1:473 en/live-build.7:219
2362 #: en/lb_config.1:485 en/live-build.7:235
23102363 msgid "I<live-boot>(7)"
23112364 msgstr ""
23122365
23132366 #. type: Plain text
2314 #: en/lb_config.1:475 en/live-build.7:221
2367 #: en/lb_config.1:487 en/live-build.7:237
23152368 msgid "I<live-config>(7)"
23162369 msgstr ""
55 #, fuzzy
66 msgid ""
77 msgstr ""
8 "Project-Id-Version: live-build 5.0~a11-1\n"
9 "POT-Creation-Date: 2015-10-21 02:21+0200\n"
8 "Project-Id-Version: live-build 1:20170807kali1\n"
9 "POT-Creation-Date: 2017-08-29 14:07+0200\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"
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:223 en/lb_source.1:9
68 #: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:229 en/lb_source.1:9
6969 #: en/live-build.7:11
7070 #, no-wrap
7171 msgid "DESCRIPTION"
7373
7474 #. type: SH
7575 #: 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:232 en/lb_source.1:14
76 #: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:238 en/lb_source.1:14
7777 #: en/live-build.7:20
7878 #, no-wrap
7979 msgid "OPTIONS"
8181
8282 #. type: SH
8383 #: 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:462 en/lb_source.1:17
85 #: en/live-build.7:213
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
8686 #, no-wrap
8787 msgid "FILES"
8888 msgstr ""
9696
9797 #. type: SH
9898 #: 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:469 en/lb_source.1:20
100 #: en/live-build.7:217
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
101101 #, no-wrap
102102 msgid "SEE ALSO"
103103 msgstr ""
104104
105105 #. type: Plain text
106106 #: 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:471 en/lb_source.1:22
107 #: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:483 en/lb_source.1:22
108108 msgid "I<live-build>(7)"
109109 msgstr ""
110110
111111 #. type: Plain text
112112 #: 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:477 en/lb_source.1:24
114 #: en/live-build.7:223
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
115115 msgid "This program is a part of live-build."
116116 msgstr ""
117117
118118 #. type: SH
119119 #: 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:478 en/lb_source.1:25
121 #: en/live-build.7:224
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
122122 #, no-wrap
123123 msgid "HOMEPAGE"
124124 msgstr ""
125125
126126 #. type: Plain text
127127 #: 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:480 en/lb_source.1:27
129 #: en/live-build.7:226
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
130130 msgid ""
131131 "More information about live-build and the Live Systems project can be found "
132 "on the homepage at E<lt>I<http://live-systems.org/>E<gt> and in the manual "
133 "at E<lt>I<http://live-systems.org/manual/>E<gt>."
132 "on the homepage at E<lt>I<https://debian-live.alioth.debian.org/>E<gt>."
134133 msgstr ""
135134
136135 #. type: SH
137136 #: en/lb.1:30 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:30
138 #: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:481 en/lb_source.1:28
139 #: en/live-build.7:227
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
140139 #, no-wrap
141140 msgid "BUGS"
142141 msgstr ""
143142
144143 #. type: Plain text
145144 #: en/lb.1:32 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:32
146 #: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:483 en/lb_source.1:30
147 #: en/live-build.7:229
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
148147 msgid ""
149148 "Bugs can be reported by submitting a bugreport for the live-build package in "
150149 "the Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
154153
155154 #. type: SH
156155 #: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33
157 #: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:484 en/lb_source.1:31
158 #: en/live-build.7:230
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
159158 #, no-wrap
160159 msgid "AUTHOR"
161160 msgstr ""
162161
163162 #. type: Plain text
164163 #: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34
165 #: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:485 en/lb_source.1:32
166 #: en/live-build.7:231
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
167166 msgid ""
168167 "live-build was written by Daniel Baumann E<lt>I<[email protected]>E<gt>."
169168 msgstr ""
170169
171170 #. type: Plain text
172171 #: en/lb_source.1:5
173 msgid "B<lb source> - Complete the source stage"
172 msgid "B<lb_source> - Complete the source stage"
174173 msgstr ""
175174
176175 #. type: Plain text
55 #, fuzzy
66 msgid ""
77 msgstr ""
8 "Project-Id-Version: live-build 5.0~a11-1\n"
9 "POT-Creation-Date: 2015-10-21 02:21+0200\n"
8 "Project-Id-Version: live-build 1:20170807kali1\n"
9 "POT-Creation-Date: 2017-08-29 14:07+0200\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"
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:223 en/lb_source.1:9
68 #: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:229 en/lb_source.1:9
6969 #: en/live-build.7:11
7070 #, no-wrap
7171 msgid "DESCRIPTION"
7373
7474 #. type: SH
7575 #: 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:232 en/lb_source.1:14
76 #: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:238 en/lb_source.1:14
7777 #: en/live-build.7:20
7878 #, no-wrap
7979 msgid "OPTIONS"
8181
8282 #. type: SH
8383 #: 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:462 en/lb_source.1:17
85 #: en/live-build.7:213
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
8686 #, no-wrap
8787 msgid "FILES"
8888 msgstr ""
8989
9090 #. type: SH
9191 #: 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:469 en/lb_source.1:20
93 #: en/live-build.7:217
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
9494 #, no-wrap
9595 msgid "SEE ALSO"
9696 msgstr ""
9797
9898 #. type: Plain text
9999 #: 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:477 en/lb_source.1:24
101 #: en/live-build.7:223
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
102102 msgid "This program is a part of live-build."
103103 msgstr ""
104104
105105 #. type: SH
106106 #: 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:478 en/lb_source.1:25
108 #: en/live-build.7:224
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
109109 #, no-wrap
110110 msgid "HOMEPAGE"
111111 msgstr ""
112112
113113 #. type: Plain text
114114 #: 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:480 en/lb_source.1:27
116 #: en/live-build.7:226
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
117117 msgid ""
118118 "More information about live-build and the Live Systems project can be found "
119 "on the homepage at E<lt>I<http://live-systems.org/>E<gt> and in the manual "
120 "at E<lt>I<http://live-systems.org/manual/>E<gt>."
119 "on the homepage at E<lt>I<https://debian-live.alioth.debian.org/>E<gt>."
121120 msgstr ""
122121
123122 #. type: SH
124123 #: en/lb.1:30 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:30
125 #: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:481 en/lb_source.1:28
126 #: en/live-build.7:227
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
127126 #, no-wrap
128127 msgid "BUGS"
129128 msgstr ""
130129
131130 #. type: Plain text
132131 #: en/lb.1:32 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:32
133 #: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:483 en/lb_source.1:30
134 #: en/live-build.7:229
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
135134 msgid ""
136135 "Bugs can be reported by submitting a bugreport for the live-build package in "
137136 "the Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
141140
142141 #. type: SH
143142 #: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33
144 #: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:484 en/lb_source.1:31
145 #: en/live-build.7:230
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
146145 #, no-wrap
147146 msgid "AUTHOR"
148147 msgstr ""
149148
150149 #. type: Plain text
151150 #: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34
152 #: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:485 en/lb_source.1:32
153 #: en/live-build.7:231
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
154153 msgid ""
155154 "live-build was written by Daniel Baumann E<lt>I<[email protected]>E<gt>."
156155 msgstr ""
157156
158157 #. type: IP
159 #: en/lb_config.1:302 en/live-build.7:36
158 #: en/lb_config.1:314 en/live-build.7:36
160159 #, no-wrap
161160 msgid "B<--debug>"
162161 msgstr ""
163162
164163 #. type: IP
165 #: en/lb_config.1:314 en/live-build.7:38
164 #: en/lb_config.1:326 en/live-build.7:38
166165 #, no-wrap
167166 msgid "B<--force>"
168167 msgstr ""
169168
170169 #. type: IP
171 #: en/lb_config.1:421 en/live-build.7:40
170 #: en/lb_config.1:433 en/live-build.7:40
172171 #, no-wrap
173172 msgid "B<--quiet>"
174173 msgstr ""
175174
176175 #. type: IP
177 #: en/lb_config.1:451 en/live-build.7:42
176 #: en/lb_config.1:463 en/live-build.7:42
178177 #, no-wrap
179178 msgid "B<--verbose>"
180179 msgstr ""
181180
182181 #. type: Plain text
183 #: en/lb_config.1:473 en/live-build.7:219
182 #: en/lb_config.1:485 en/live-build.7:235
184183 msgid "I<live-boot>(7)"
185184 msgstr ""
186185
187186 #. type: Plain text
188 #: en/lb_config.1:475 en/live-build.7:221
187 #: en/lb_config.1:487 en/live-build.7:237
189188 msgid "I<live-config>(7)"
190189 msgstr ""
191190
223222 #: en/live-build.7:19
224223 msgid ""
225224 "More documentation about how to use live-build is available in the "
226 "individual manpages for each helper and in the manual at E<lt>I<http://live-"
227 "systems.org/manual/>E<gt>."
225 "individual manpages for each helper and in the manual at E<lt>I<https://"
226 "debian-live.alioth.debian.org/manual/>E<gt>."
228227 msgstr ""
229228
230229 #. FIXME
375374 #. type: IP
376375 #: en/live-build.7:58
377376 #, no-wrap
378 msgid "B<lb_config>(1)"
377 msgid "B<lb config>(1)"
379378 msgstr ""
380379
381380 #. type: Plain text
382381 #: en/live-build.7:60
383 msgid "create configuration for live-build"
382 msgid "creates configuration for live-build"
384383 msgstr ""
385384
386385 #. type: IP
387386 #: en/live-build.7:60
388387 #, no-wrap
389 msgid "B<lb_bootstrap>(1)"
388 msgid "B<lb bootstrap>(1)"
390389 msgstr ""
391390
392391 #. type: Plain text
393392 #: en/live-build.7:62
394 msgid "create the first stage by bootstrapping a basic debian system"
393 msgid ""
394 "executes the first build stage, creating (bootstraping) a basic Debian root "
395 "filesystem"
395396 msgstr ""
396397
397398 #. type: IP
398399 #: en/live-build.7:62
399400 #, no-wrap
400 msgid "B<lb_chroot>(1)"
401 msgid "B<lb chroot>(1)"
401402 msgstr ""
402403
403404 #. type: Plain text
404405 #: en/live-build.7:64
405 msgid "create the second stage by customizing the chroot"
406 msgid "executes the second build stage, building the live OS filesystem"
406407 msgstr ""
407408
408409 #. type: IP
409410 #: en/live-build.7:64
410411 #, no-wrap
411 msgid "B<lb_binary>(1)"
412 msgid "B<lb installer>(1)"
412413 msgstr ""
413414
414415 #. type: Plain text
415416 #: en/live-build.7:66
416 msgid "create the third stage by generating a binary image"
417 msgid ""
418 "executes the third build stage, obtaining installer components (optional)"
417419 msgstr ""
418420
419421 #. type: IP
420422 #: en/live-build.7:66
421423 #, no-wrap
422 msgid "B<lb_source>(1)"
424 msgid "B<lb binary>(1)"
423425 msgstr ""
424426
425427 #. type: Plain text
426428 #: en/live-build.7:68
427 msgid "create the optional fourth stage by generating a source image"
429 msgid "executes the fourth build stage, generating a binary image"
428430 msgstr ""
429431
430432 #. type: IP
431433 #: en/live-build.7:68
432434 #, no-wrap
433 msgid "B<lb_clean>(1)"
435 msgid "B<lb source>(1)"
434436 msgstr ""
435437
436438 #. type: Plain text
437439 #: en/live-build.7:70
438 msgid "clean up system build directories"
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"
439452 msgstr ""
440453
441454 #. type: SS
442 #: en/live-build.7:70
455 #: en/live-build.7:72
443456 #, no-wrap
444457 msgid "Ancillary Commands"
445458 msgstr ""
446459
447460 #. type: IP
448 #: en/live-build.7:71
461 #: en/live-build.7:73
449462 #, no-wrap
450463 msgid "B<lb>(1)"
451464 msgstr ""
452465
453466 #. type: Plain text
454 #: en/live-build.7:73
455 msgid "generic live-build wrapper"
456 msgstr ""
457
458 #. type: IP
459 #: en/live-build.7:73
460 #, no-wrap
461 msgid "B<lb_build>(1)"
462 msgstr ""
463
464 #. type: Plain text
465467 #: en/live-build.7:75
466 msgid "alias for all stages"
468 msgid "generic live-build script execution wrapper"
467469 msgstr ""
468470
469471 #. type: IP
470472 #: en/live-build.7:75
471473 #, no-wrap
472 msgid "B<lb_local>(1)"
473 msgstr ""
474
475 #. type: Plain text
476 #: en/live-build.7:77
477 msgid "helper for using a local live-build"
478 msgstr ""
479
480 #. type: IP
481 #: en/live-build.7:77
482 #, no-wrap
483 msgid "B<lb_testroot>(1)"
484 msgstr ""
485
486 #. FIXME
487 #. type: Plain text
488 #: en/live-build.7:80
489 msgid "ensure that a system is built as root"
474 msgid "B<lb build>(1)"
475 msgstr ""
476
477 #. FIXME
478 #. type: Plain text
479 #: en/live-build.7:78
480 msgid "alias for all build stages"
490481 msgstr ""
491482
492483 #. type: SH
493 #: en/live-build.7:81
494 #, no-wrap
495 msgid "LOW-LEVEL COMMANDS (PLUMBING)"
496 msgstr ""
497
498 #. FIXME
499 #. type: Plain text
500 #: en/live-build.7:84
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
501492 msgid ""
502493 "The actual work of live-build is implemented in the low-level commands, "
503494 "called plumbing. They are not supposed to be used by end users, they should "
508499 msgstr ""
509500
510501 #. type: Plain text
511 #: en/live-build.7:86
502 #: en/live-build.7:84
512503 msgid ""
513504 "Note that the interface (set of options and the semantics) to these low-"
514505 "level commands are meant to be a lot more stable than Porcelain level "
517508 msgstr ""
518509
519510 #. type: SS
520 #: en/live-build.7:86
521 #, no-wrap
522 msgid "Bootstrap commands"
523 msgstr ""
524
525 #. type: IP
511 #: en/live-build.7:84
512 #, no-wrap
513 msgid "Bootstrap stage specific commands"
514 msgstr ""
515
516 #. type: IP
517 #: en/live-build.7:85
518 #, no-wrap
519 msgid "B<lb bootstrap_archives>(1)"
520 msgstr ""
521
522 #. type: Plain text
526523 #: en/live-build.7:87
527 #, no-wrap
528 msgid "B<lb_bootstrap_cache>(1)"
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)"
529531 msgstr ""
530532
531533 #. type: Plain text
532534 #: en/live-build.7:89
533 msgid "cache bootstrap stage"
535 msgid ""
536 "in save mode, saves to cache a copy of the generated bootstrap directory, "
537 "and in restore mode, restores from cache a previously generated copy"
534538 msgstr ""
535539
536540 #. type: IP
537541 #: en/live-build.7:89
538542 #, no-wrap
539 msgid "B<lb_bootstrap_debootstrap>(1)"
543 msgid "B<lb bootstrap_debootstrap>(1)"
540544 msgstr ""
541545
542546 #. type: Plain text
543547 #: en/live-build.7:91
544 msgid "bootstrap a Debian system with debootstrap(8)"
548 msgid "creates (bootstrap) a basic Debian root filesystem using debootstrap(8)"
545549 msgstr ""
546550
547551 #. type: SS
548552 #: en/live-build.7:91
549553 #, no-wrap
550 msgid "Chroot commands"
551 msgstr ""
552
553 #. type: IP
554 #: en/live-build.7:92
555 #, no-wrap
556 msgid "B<lb_chroot_apt>(1)"
554 msgid "Chroot stage specific commands"
557555 msgstr ""
558556
559557 #. type: Plain text
560558 #: en/live-build.7:94
561 msgid "manage /etc/apt/apt.conf"
559 msgid ""
560 "Note: The following chroot_ prefixed commands are used in building the live "
561 "OS filesystem. Another set of similarly prefixed files are listed separately "
562 "(see further down)."
562563 msgstr ""
563564
564565 #. type: IP
565566 #: en/live-build.7:94
566567 #, no-wrap
567 msgid "B<lb_chroot_cache>(1)"
568 msgid "B<lb chroot_cache>(1)"
568569 msgstr ""
569570
570571 #. type: Plain text
571572 #: en/live-build.7:96
572 msgid "cache chroot stage"
573 msgid ""
574 "in save mode, saves to cache a copy of the chroot directory, and in restore "
575 "mode, restores from cache a previously generated copy"
573576 msgstr ""
574577
575578 #. type: IP
576579 #: en/live-build.7:96
577580 #, no-wrap
578 msgid "B<lb_chroot_debianchroot>(1)"
581 msgid "B<lb chroot_firmware>(1)"
579582 msgstr ""
580583
581584 #. type: Plain text
582585 #: en/live-build.7:98
583 msgid "manage /etc/debian_chroot"
586 msgid ""
587 "compiles a list of firmware packages to be installed in the live OS root "
588 "filesystem"
584589 msgstr ""
585590
586591 #. type: IP
587592 #: en/live-build.7:98
588593 #, no-wrap
589 msgid "B<lb_chroot_devpts>(1)"
594 msgid "B<lb chroot_hacks>(1)"
590595 msgstr ""
591596
592597 #. type: Plain text
593598 #: en/live-build.7:100
594 msgid "mount /dev/pts"
599 msgid ""
600 "executes local hacks against the live OS root filesystem, if any are provided"
595601 msgstr ""
596602
597603 #. type: IP
598604 #: en/live-build.7:100
599605 #, no-wrap
600 msgid "B<lb_chroot_dpkg>(1)"
606 msgid "B<lb chroot_hooks>(1)"
601607 msgstr ""
602608
603609 #. type: Plain text
604610 #: en/live-build.7:102
605 msgid "manage /sbin/dpkg"
611 msgid ""
612 "executes local hooks against the live OS root filesystem, if any are provided"
606613 msgstr ""
607614
608615 #. type: IP
609616 #: en/live-build.7:102
610617 #, no-wrap
611 msgid "B<lb_chroot_hacks>(1)"
618 msgid "B<lb chroot_includes>(1)"
612619 msgstr ""
613620
614621 #. type: Plain text
615622 #: en/live-build.7:104
616 msgid "execute hacks in chroot"
623 msgid ""
624 "copies a set of local files from the config directory into the live OS root "
625 "filesystem, if any are provided"
617626 msgstr ""
618627
619628 #. type: IP
620629 #: en/live-build.7:104
621630 #, no-wrap
622 msgid "B<lb_chroot_hostname>(1)"
631 msgid "B<lb chroot_install-packages>(1)"
623632 msgstr ""
624633
625634 #. type: Plain text
626635 #: en/live-build.7:106
627 msgid "manage /bin/hostname"
636 msgid ""
637 "installs into the live OS root filesystem any packages listed in local "
638 "package lists"
628639 msgstr ""
629640
630641 #. type: IP
631642 #: en/live-build.7:106
632643 #, no-wrap
633 msgid "B<lb_chroot_hosts>(1)"
644 msgid "B<lb chroot_interactive>(1)"
634645 msgstr ""
635646
636647 #. type: Plain text
637648 #: en/live-build.7:108
638 msgid "manage /etc/hosts"
649 msgid ""
650 "pauses the build process and starts an interactive shell from the live OS "
651 "root filesystem, providing an oportunity for manual modifications or "
652 "testing; note that this is (currently) usually executed with several chroot "
653 "prep modifications applied (see description of these further down)"
639654 msgstr ""
640655
641656 #. type: IP
642657 #: en/live-build.7:108
643658 #, no-wrap
644 msgid "B<lb_chroot_install-packages>(1)"
659 msgid "B<lb chroot_linux-image>(1)"
645660 msgstr ""
646661
647662 #. type: Plain text
648663 #: en/live-build.7:110
649 msgid "install queued packages into chroot"
664 msgid ""
665 "compiles a list of kernel images to be installed in the live OS root "
666 "filesystem"
650667 msgstr ""
651668
652669 #. type: IP
653670 #: en/live-build.7:110
654671 #, no-wrap
655 msgid "B<lb_chroot_interactive>(1)"
672 msgid "B<lb chroot_live-packages>(1)"
656673 msgstr ""
657674
658675 #. type: Plain text
659676 #: en/live-build.7:112
660 msgid "make build interactive"
677 msgid ""
678 "installs a set of live system specific packages to the live OS root "
679 "filesystem"
661680 msgstr ""
662681
663682 #. type: IP
664683 #: en/live-build.7:112
665684 #, no-wrap
666 msgid "B<lb_chroot_linux-image>(1)"
685 msgid "B<lb chroot_package-lists>(1)"
667686 msgstr ""
668687
669688 #. type: Plain text
670689 #: en/live-build.7:114
671 msgid "manage /etc/kernel-img.conf"
690 msgid ""
691 "compiles a list of packages provided in the user\\' local config to be "
692 "installed in the live OS root filesystem"
672693 msgstr ""
673694
674695 #. type: IP
675696 #: en/live-build.7:114
676697 #, no-wrap
677 msgid "B<lb_chroot_hooks>(1)"
698 msgid "B<lb chroot_preseed>(1)"
678699 msgstr ""
679700
680701 #. type: Plain text
681702 #: en/live-build.7:116
682 msgid "execute local hooks in chroot"
683 msgstr ""
684
685 #. type: IP
703 msgid ""
704 "installs pre-configured answers to certain install prompts into the live OS "
705 "root filesystem"
706 msgstr ""
707
708 #. type: SS
686709 #: en/live-build.7:116
687710 #, no-wrap
688 msgid "B<lb_chroot_local-includes>(1)"
689 msgstr ""
690
691 #. type: Plain text
692 #: en/live-build.7:118
693 msgid "copy local files into chroot"
694 msgstr ""
695
696 #. type: IP
697 #: en/live-build.7:118
698 #, no-wrap
699 msgid "B<lb_chroot_packages>(1)"
700 msgstr ""
701
702 #. type: Plain text
703 #: en/live-build.7:120
704 msgid "queue install of packages into chroot"
705 msgstr ""
706
707 #. type: IP
708 #: en/live-build.7:120
709 #, no-wrap
710 msgid "B<lb_chroot_local-patches>(1)"
711 msgstr ""
712
713 #. type: Plain text
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
714743 #: en/live-build.7:122
715 msgid "apply local patches against chroot"
716 msgstr ""
717
718 #. type: IP
719 #: en/live-build.7:122
720 #, no-wrap
721 msgid "B<lb_chroot_local-preseed>(1)"
744 #, no-wrap
745 msgid "B<lb binary_checksums>(1)"
722746 msgstr ""
723747
724748 #. type: Plain text
725749 #: en/live-build.7:124
726 msgid "use debconf local preseeding file"
750 msgid "creates checksums (md5, sha1, and/or sha256) for live image content"
727751 msgstr ""
728752
729753 #. type: IP
730754 #: en/live-build.7:124
731755 #, no-wrap
732 msgid "B<lb_chroot_packagelists>(1)"
756 msgid "B<lb binary_chroot>(1)"
733757 msgstr ""
734758
735759 #. type: Plain text
736760 #: en/live-build.7:126
737 msgid "queue install of package lists into chroot"
761 msgid ""
762 "duplicates the chroot directory, to place a copy of what whould be the "
763 "completed live OS root filesystem to one side, allowing the original to "
764 "continue to be used in executing certain parts of the remainder of the build "
765 "process"
738766 msgstr ""
739767
740768 #. type: IP
741769 #: en/live-build.7:126
742770 #, no-wrap
743 msgid "B<lb_chroot_proc>(1)"
771 msgid "B<lb binary_disk>(1)"
744772 msgstr ""
745773
746774 #. type: Plain text
747775 #: en/live-build.7:128
748 msgid "mount /proc"
776 msgid "creates disk information files to be added to live image"
749777 msgstr ""
750778
751779 #. type: IP
752780 #: en/live-build.7:128
753781 #, no-wrap
754 msgid "B<lb_chroot_resolv>(1)"
782 msgid "B<lb binary_grub>(1)"
755783 msgstr ""
756784
757785 #. type: Plain text
758786 #: en/live-build.7:130
759 msgid "manage /etc/resolv.conf"
787 msgid "installs grub into live image to provide image boot capability"
760788 msgstr ""
761789
762790 #. type: IP
763791 #: en/live-build.7:130
764792 #, no-wrap
765 msgid "B<lb_chroot_selinuxfs>(1)"
793 msgid "B<lb binary_grub2>(1)"
766794 msgstr ""
767795
768796 #. type: Plain text
769797 #: en/live-build.7:132
770 msgid "mount /selinux"
798 msgid "installs grub2 into live image to provide image boot capability"
771799 msgstr ""
772800
773801 #. type: IP
774802 #: en/live-build.7:132
775803 #, no-wrap
776 msgid "B<lb_chroot_archives>(1)"
804 msgid "B<lb binary_hdd>(1)"
777805 msgstr ""
778806
779807 #. type: Plain text
780808 #: en/live-build.7:134
781 msgid "manage /etc/apt/sources.list"
809 msgid "compiles the final live image into an hdd image file"
782810 msgstr ""
783811
784812 #. type: IP
785813 #: en/live-build.7:134
786814 #, no-wrap
787 msgid "B<lb_chroot_sysfs>(1)"
815 msgid "B<lb binary_hooks>(1)"
788816 msgstr ""
789817
790818 #. type: Plain text
791819 #: en/live-build.7:136
792 msgid "mount /sys"
820 msgid "executes local hooks against the live image, if any are provided"
793821 msgstr ""
794822
795823 #. type: IP
796824 #: en/live-build.7:136
797825 #, no-wrap
798 msgid "B<lb_chroot_sysv-rc>(1)"
826 msgid "B<lb binary_includes>(1)"
799827 msgstr ""
800828
801829 #. type: Plain text
802830 #: en/live-build.7:138
803 msgid "manage /usr/sbin/policy-rc.d"
831 msgid ""
832 "copies a set of local files from the config directory into the live image, "
833 "if any are provided"
804834 msgstr ""
805835
806836 #. type: IP
807837 #: en/live-build.7:138
808838 #, no-wrap
809 msgid "B<lb_chroot_task-lists>(1)"
839 msgid "B<lb binary_iso>(1)"
810840 msgstr ""
811841
812842 #. type: Plain text
813843 #: en/live-build.7:140
814 msgid "install task lists into chroot"
844 msgid "compiles the final live image into an iso file"
845 msgstr ""
846
847 #. type: IP
848 #: en/live-build.7:140
849 #, no-wrap
850 msgid "B<lb binary_linux-image>(1)"
851 msgstr ""
852
853 #. type: Plain text
854 #: en/live-build.7:142
855 msgid "copies the linux-image into the live image"
856 msgstr ""
857
858 #. type: IP
859 #: en/live-build.7:142
860 #, no-wrap
861 msgid "B<lb binary_loadlin>(1)"
862 msgstr ""
863
864 #. type: Plain text
865 #: 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
877 msgid ""
878 "creates manifest of packages installed into live OS filesystem, and list of "
879 "packages to be excluded by a persistence mechanism installing the live OS to "
880 "disk"
881 msgstr ""
882
883 #. type: IP
884 #: en/live-build.7:146
885 #, no-wrap
886 msgid "B<lb binary_memtest>(1)"
887 msgstr ""
888
889 #. type: Plain text
890 #: en/live-build.7:148
891 msgid "bundles a copy of memtest into the live image"
892 msgstr ""
893
894 #. type: IP
895 #: en/live-build.7:148
896 #, no-wrap
897 msgid "B<lb binary_netboot>(1)"
898 msgstr ""
899
900 #. type: Plain text
901 #: en/live-build.7:150
902 msgid "compiles the final live image into a netboot tar archive"
903 msgstr ""
904
905 #. type: IP
906 #: en/live-build.7:150
907 #, no-wrap
908 msgid "B<lb binary_package-lists>(1)"
909 msgstr ""
910
911 #. type: Plain text
912 #: en/live-build.7:152
913 msgid ""
914 "processes local lists of packages to obtain and bundle into image (from "
915 "which they could later be installed if not already)"
916 msgstr ""
917
918 #. type: IP
919 #: en/live-build.7:152
920 #, no-wrap
921 msgid "B<lb binary_rootfs>(1)"
922 msgstr ""
923
924 #. type: Plain text
925 #: en/live-build.7:154
926 msgid ""
927 "wraps up the completed live OS root filesystem into a virtual file system "
928 "image"
929 msgstr ""
930
931 #. type: IP
932 #: en/live-build.7:154
933 #, no-wrap
934 msgid "B<lb binary_syslinux>(1)"
935 msgstr ""
936
937 #. type: Plain text
938 #: en/live-build.7:156
939 msgid "installs syslinux into live image to provide image boot capability"
940 msgstr ""
941
942 #. type: IP
943 #: en/live-build.7:156
944 #, no-wrap
945 msgid "B<lb binary_tar>(1)"
946 msgstr ""
947
948 #. type: Plain text
949 #: en/live-build.7:158
950 msgid "compiles the final live image into a tar archive"
951 msgstr ""
952
953 #. type: IP
954 #: en/live-build.7:158
955 #, no-wrap
956 msgid "B<lb binary_win32-loader>(1)"
957 msgstr ""
958
959 #. type: Plain text
960 #: en/live-build.7:160
961 msgid ""
962 "bundles a copy of win32-loader into the live image and creates an autorun."
963 "inf file"
964 msgstr ""
965
966 #. type: IP
967 #: en/live-build.7:160
968 #, no-wrap
969 msgid "B<lb binary_zsync>(1)"
970 msgstr ""
971
972 #. type: Plain text
973 #: en/live-build.7:162
974 msgid "builds zsync control files"
815975 msgstr ""
816976
817977 #. type: SS
818 #: en/live-build.7:140
819 #, no-wrap
820 msgid "Binary commands"
821 msgstr ""
822
823 #. type: IP
824 #: en/live-build.7:141
825 #, no-wrap
826 msgid "B<lb_binary_chroot>(1)"
827 msgstr ""
828
829 #. type: Plain text
830 #: en/live-build.7:143
831 msgid "copy chroot into chroot"
832 msgstr ""
833
834 #. type: IP
835 #: en/live-build.7:143
836 #, no-wrap
837 msgid "B<lb_binary_debian-installer>(1)"
838 msgstr ""
839
840 #. type: Plain text
841 #: en/live-build.7:145
842 msgid "install debian-installer into binary"
843 msgstr ""
844
845 #. type: IP
846 #: en/live-build.7:145
847 #, no-wrap
848 msgid "B<lb_binary_disk>(1)"
849 msgstr ""
850
851 #. type: Plain text
852 #: en/live-build.7:147
853 msgid "install disk information into binary"
854 msgstr ""
855
856 #. type: IP
857 #: en/live-build.7:147
858 #, no-wrap
859 msgid "B<lb_binary_grub>(1)"
860 msgstr ""
861
862 #. type: Plain text
863 #: en/live-build.7:149
864 msgid "installs grub into binary"
865 msgstr ""
866
867 #. type: IP
868 #: en/live-build.7:149
869 #, no-wrap
870 msgid "B<lb_binary_grub2>(1)"
871 msgstr ""
872
873 #. type: Plain text
874 #: en/live-build.7:151
875 msgid "installs grub2 into binary"
876 msgstr ""
877
878 #. type: IP
879 #: en/live-build.7:151
880 #, no-wrap
881 msgid "B<lb_binary_includes>(1)"
882 msgstr ""
883
884 #. type: Plain text
885 #: en/live-build.7:153 en/live-build.7:161
886 msgid "copy files into binary"
887 msgstr ""
888
889 #. type: IP
890 #: en/live-build.7:153
891 #, no-wrap
892 msgid "B<lb_binary_iso>(1)"
893 msgstr ""
894
895 #. type: Plain text
896 #: en/live-build.7:155
897 msgid "build iso binary image"
898 msgstr ""
899
900 #. type: IP
901 #: en/live-build.7:155
902 #, no-wrap
903 msgid "B<lb_binary_linux-image>(1)"
904 msgstr ""
905
906 #. type: Plain text
907 #: en/live-build.7:157
908 msgid "install linux-image into binary"
909 msgstr ""
910
911 #. type: IP
912 #: en/live-build.7:157
913 #, no-wrap
914 msgid "B<lb_binary_local-hooks>(1)"
915 msgstr ""
916
917 #. type: Plain text
918 #: en/live-build.7:159
919 msgid "execute local hooks in binary"
920 msgstr ""
921
922 #. type: IP
923 #: en/live-build.7:159
924 #, no-wrap
925 msgid "B<lb_binary_local-includes>(1)"
926 msgstr ""
927
928 #. type: IP
929 #: en/live-build.7:161
930 #, no-wrap
931 msgid "B<lb_binary_local-packagelists>(1)"
932 msgstr ""
933
934 #. type: Plain text
978 #: en/live-build.7:162
979 #, no-wrap
980 msgid "Source stage specific commands"
981 msgstr ""
982
983 #. type: IP
935984 #: en/live-build.7:163
936 msgid "install local package lists into binary"
937 msgstr ""
938
939 #. type: IP
940 #: en/live-build.7:163
941 #, no-wrap
942 msgid "B<lb_binary_manifest>(1)"
985 #, no-wrap
986 msgid "B<lb source_checksums>(1)"
943987 msgstr ""
944988
945989 #. type: Plain text
946990 #: en/live-build.7:165
947 msgid "create manifest"
991 msgid "creates checksums (md5, sha1, and/or sha256) for source image content"
948992 msgstr ""
949993
950994 #. type: IP
951995 #: en/live-build.7:165
952996 #, no-wrap
953 msgid "B<lb_binary_checksums>(1)"
997 msgid "B<lb source_debian>(1)"
954998 msgstr ""
955999
9561000 #. type: Plain text
9571001 #: en/live-build.7:167
958 msgid "create binary checksums (md5, sha1, and/or sha256)"
1002 msgid "downloads source packages for bundling into source image"
9591003 msgstr ""
9601004
9611005 #. type: IP
9621006 #: en/live-build.7:167
9631007 #, no-wrap
964 msgid "B<lb_binary_memtest>(1)"
1008 msgid "B<lb source_disk>(1)"
9651009 msgstr ""
9661010
9671011 #. type: Plain text
9681012 #: en/live-build.7:169
969 msgid "installs a memtest into binary"
1013 msgid "creates disk information files to be added to source image"
9701014 msgstr ""
9711015
9721016 #. type: IP
9731017 #: en/live-build.7:169
9741018 #, no-wrap
975 msgid "B<lb_binary_net>(1)"
1019 msgid "B<lb source_hdd>(1)"
9761020 msgstr ""
9771021
9781022 #. type: Plain text
9791023 #: en/live-build.7:171
980 msgid "build netboot binary image"
1024 msgid "compiles the final source image into an hdd image file"
9811025 msgstr ""
9821026
9831027 #. type: IP
9841028 #: en/live-build.7:171
9851029 #, no-wrap
986 msgid "B<lb_binary_rootfs>(1)"
1030 msgid "B<lb source_hooks>(1)"
9871031 msgstr ""
9881032
9891033 #. type: Plain text
9901034 #: en/live-build.7:173
991 msgid "build rootfs image"
1035 msgid "executes local hooks against the source image, if any are provided"
9921036 msgstr ""
9931037
9941038 #. type: IP
9951039 #: en/live-build.7:173
9961040 #, no-wrap
997 msgid "B<lb_binary_syslinux>(1)"
1041 msgid "B<lb source_iso>(1)"
9981042 msgstr ""
9991043
10001044 #. type: Plain text
10011045 #: en/live-build.7:175
1002 msgid "installs syslinux into binary"
1046 msgid "compiles the final source image into an iso file"
10031047 msgstr ""
10041048
10051049 #. type: IP
10061050 #: en/live-build.7:175
10071051 #, no-wrap
1008 msgid "B<lb_binary_tar>(1)"
1052 msgid "B<lb source_live>(1)"
10091053 msgstr ""
10101054
10111055 #. type: Plain text
10121056 #: en/live-build.7:177
1013 msgid "build harddisk binary image"
1057 msgid "copies live-build config into source"
10141058 msgstr ""
10151059
10161060 #. type: IP
10171061 #: en/live-build.7:177
10181062 #, no-wrap
1019 msgid "B<lb_binary_hdd>(1)"
1020 msgstr ""
1021
1022 #. type: Plain text
1023 #: en/live-build.7:179
1024 msgid "build binary hdd image"
1025 msgstr ""
1026
1027 #. type: IP
1028 #: en/live-build.7:179
1029 #, no-wrap
1030 msgid "B<lb_binary_win32-loader>(1)"
1031 msgstr ""
1032
1033 #. type: Plain text
1063 msgid "B<lb source_tar>(1)"
1064 msgstr ""
1065
1066 #. FIXME
1067 #. type: Plain text
1068 #: en/live-build.7:180
1069 msgid "compiles the final source image into a tar archive"
1070 msgstr ""
1071
1072 #. type: SH
10341073 #: en/live-build.7:181
1035 msgid "installs win32-loader into binary"
1036 msgstr ""
1037
1038 #. type: SS
1039 #: en/live-build.7:181
1040 #, no-wrap
1041 msgid "Source commands"
1042 msgstr ""
1043
1044 #. type: IP
1045 #: en/live-build.7:182
1046 #, no-wrap
1047 msgid "B<lb_source_debian>(1)"
1048 msgstr ""
1049
1074 #, no-wrap
1075 msgid "LOW-LEVEL COMMANDS (PLUMBING) - CHROOT PREP COMPONENTS"
1076 msgstr ""
1077
1078 #. FIXME
10501079 #. type: Plain text
10511080 #: en/live-build.7:184
1052 msgid "download sources"
1053 msgstr ""
1054
1055 #. type: IP
1056 #: en/live-build.7:184
1057 #, no-wrap
1058 msgid "B<lb_source_debian-live>(1)"
1081 msgid ""
1082 "The notes above under the section regarding build-stage specific low-level "
1083 "plumbing commands also apply here."
10591084 msgstr ""
10601085
10611086 #. type: Plain text
10621087 #: en/live-build.7:186
1063 msgid "copy debian-live config into source"
1088 msgid ""
1089 "The following chroot_ prefixed commands are used throughout the various "
1090 "primary stages of the build process to apply and remove modifications to a "
1091 "chroot root filesystem. Generally these are used to apply modification that "
1092 "setup the chroot for use (execution of programs within it) during the build "
1093 "process, and later to remove those modification, unmounting things that were "
1094 "mounted, and making the chroot suitable for use as the root filesystem of "
1095 "the live OS to be bundled into the live image."
10641096 msgstr ""
10651097
10661098 #. type: IP
10671099 #: en/live-build.7:186
10681100 #, no-wrap
1069 msgid "B<lb_source_disk>(1)"
1101 msgid "B<lb chroot_apt>(1)"
10701102 msgstr ""
10711103
10721104 #. type: Plain text
10731105 #: en/live-build.7:188
1074 msgid "install disk information into source"
1106 msgid ""
1107 "manages apt configuration; in apply mode it applies configuration for use "
1108 "during build process, and in remove mode removes that configuration"
10751109 msgstr ""
10761110
10771111 #. type: IP
10781112 #: en/live-build.7:188
10791113 #, no-wrap
1080 msgid "B<lb_source_iso>(1)"
1114 msgid "B<lb chroot_archives>(1)"
10811115 msgstr ""
10821116
10831117 #. type: Plain text
10841118 #: en/live-build.7:190
1085 msgid "build iso source image"
1119 msgid ""
1120 "manages apt archive source lists; in apply mode it applies source list "
1121 "configurations suitable for use of the chroot in the build process, and in "
1122 "remove mode replaces that with a configuration suitable for the final live OS"
10861123 msgstr ""
10871124
10881125 #. type: IP
10891126 #: en/live-build.7:190
10901127 #, no-wrap
1091 msgid "B<lb_source_checksums>(1)"
1128 msgid "B<lb chroot_debianchroot>(1)"
10921129 msgstr ""
10931130
10941131 #. type: Plain text
10951132 #: en/live-build.7:192
1096 msgid "create source checksums (md5, sha1, and/or sha256)"
1133 msgid "manages a /etc/debian_chroot file"
10971134 msgstr ""
10981135
10991136 #. type: IP
11001137 #: en/live-build.7:192
11011138 #, no-wrap
1102 msgid "B<lb_source_net>(1)"
1139 msgid "B<lb chroot_devpts>(1)"
11031140 msgstr ""
11041141
11051142 #. type: Plain text
11061143 #: en/live-build.7:194
1107 msgid "build source net image"
1144 msgid "manages mounting of /dev/pts"
11081145 msgstr ""
11091146
11101147 #. type: IP
11111148 #: en/live-build.7:194
11121149 #, no-wrap
1113 msgid "B<lb_source_tar>(1)"
1150 msgid "B<lb chroot_dpkg>(1)"
11141151 msgstr ""
11151152
11161153 #. type: Plain text
11171154 #: en/live-build.7:196
1118 msgid "build source tarball"
1155 msgid ""
1156 "manages dpkg; in apply mode disabling things like the start-stop-daemon, and "
1157 "in remove mode enabling them again"
11191158 msgstr ""
11201159
11211160 #. type: IP
11221161 #: en/live-build.7:196
11231162 #, no-wrap
1124 msgid "B<lb_source_hdd>(1)"
1125 msgstr ""
1126
1127 #. FIXME
1128 #. type: Plain text
1129 #: en/live-build.7:199
1130 msgid "build source hdd image"
1163 msgid "B<lb chroot_hostname>(1)"
1164 msgstr ""
1165
1166 #. type: Plain text
1167 #: en/live-build.7:198
1168 msgid "manages the hostname configuration"
1169 msgstr ""
1170
1171 #. type: IP
1172 #: en/live-build.7:198
1173 #, no-wrap
1174 msgid "B<lb chroot_hosts>(1)"
1175 msgstr ""
1176
1177 #. type: Plain text
1178 #: en/live-build.7:200
1179 msgid "manages the /etc/hosts file"
1180 msgstr ""
1181
1182 #. type: IP
1183 #: en/live-build.7:200
1184 #, no-wrap
1185 msgid "B<lb chroot_proc>(1)"
1186 msgstr ""
1187
1188 #. type: Plain text
1189 #: en/live-build.7:202
1190 msgid "manages mounting of /proc"
1191 msgstr ""
1192
1193 #. type: IP
1194 #: en/live-build.7:202
1195 #, no-wrap
1196 msgid "B<lb chroot_resolv>(1)"
1197 msgstr ""
1198
1199 #. type: Plain text
1200 #: en/live-build.7:204
1201 msgid "manages configuration of the /etc/resolv.conf file"
1202 msgstr ""
1203
1204 #. type: IP
1205 #: en/live-build.7:204
1206 #, no-wrap
1207 msgid "B<lb chroot_selinuxfs>(1)"
1208 msgstr ""
1209
1210 #. type: Plain text
1211 #: en/live-build.7:206
1212 msgid "manages mounting of /sys/fs/selinux"
1213 msgstr ""
1214
1215 #. type: IP
1216 #: en/live-build.7:206
1217 #, no-wrap
1218 msgid "B<lb chroot_sysfs>(1)"
1219 msgstr ""
1220
1221 #. type: Plain text
1222 #: en/live-build.7:208
1223 msgid "manages mounting of /sys"
1224 msgstr ""
1225
1226 #. type: IP
1227 #: en/live-build.7:208
1228 #, no-wrap
1229 msgid "B<lb chroot_sysv-rc>(1)"
1230 msgstr ""
1231
1232 #. type: Plain text
1233 #: en/live-build.7:210
1234 msgid "manages the /usr/sbin/policy-rc.d file"
1235 msgstr ""
1236
1237 #. type: IP
1238 #: en/live-build.7:210
1239 #, no-wrap
1240 msgid "B<lb chroot_tmpfs>(1)"
1241 msgstr ""
1242
1243 #. type: Plain text
1244 #: en/live-build.7:212
1245 msgid "manages configuration of dpkg to use a tmpfs filesystem"
1246 msgstr ""
1247
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
1256 #: 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"
11311261 msgstr ""
11321262
11331263 #. type: SH
1134 #: en/live-build.7:200
1264 #: en/live-build.7:216
11351265 #, no-wrap
11361266 msgid "CONFIG FILES"
11371267 msgstr ""
11381268
11391269 #. FIXME
11401270 #. type: Plain text
1141 #: en/live-build.7:203
1271 #: en/live-build.7:219
11421272 msgid ""
11431273 "Many live-build commands make use of files in the I<config/> directory to "
11441274 "control what they do. Besides the common I<config/common>, which is used by "
11501280 msgstr ""
11511281
11521282 #. type: Plain text
1153 #: en/live-build.7:205
1154 msgid ""
1155 "For example, lb_bootstrap_debootstrap uses files named config/bootstrap and "
1283 #: en/live-build.7:221
1284 msgid ""
1285 "For example, lb bootstrap_debootstrap uses files named config/bootstrap and "
11561286 "config/bootstrap_debootstrap to read the options it will use. See the man "
11571287 "pages of individual commands for details about the names and formats of the "
11581288 "files they use. Generally, these files contain variables with values "
11611291 msgstr ""
11621292
11631293 #. type: Plain text
1164 #: en/live-build.7:207
1294 #: en/live-build.7:223
11651295 msgid ""
11661296 "Note that live-build will respect environment variables which are present in "
11671297 "the context of the shell it is running. If variables can be read from config "
11721302 msgstr ""
11731303
11741304 #. type: Plain text
1175 #: en/live-build.7:209
1305 #: en/live-build.7:225
11761306 msgid ""
11771307 "In some rare cases, you may want to have different versions of these files "
11781308 "for different architectures or distributions. If files named config/stage."
11851315
11861316 #. FIXME
11871317 #. type: Plain text
1188 #: en/live-build.7:212
1318 #: en/live-build.7:228
11891319 msgid ""
11901320 "All config files are shell scripts which are sourced by a live-build "
11911321 "program. That means they have to follow the normal shell syntax. You can "
11931323 msgstr ""
11941324
11951325 #. type: IP
1196 #: en/live-build.7:214
1326 #: en/live-build.7:230
11971327 #, no-wrap
11981328 msgid "B</etc/live/build.conf>"
11991329 msgstr ""
12001330
12011331 #. type: IP
1202 #: en/live-build.7:215
1332 #: en/live-build.7:231
12031333 #, no-wrap
12041334 msgid "B</etc/live/build/*>"
12051335 msgstr ""
212212
213213 cat >> binary.sh << EOF
214214
215 mkdir -p binary/.disk
216 echo "xorriso -as mkisofs ${XORRISO_OPTIONS} -o ${IMAGE} binary" > binary/.disk/mkisofs
215217 xorriso -as mkisofs ${XORRISO_OPTIONS} -o ${IMAGE} binary
216218 EOF
217219
33
44 # Create /etc/environment and /etc/default/locale
55 touch /etc/environment
6 touch /etc/default/locale
6 echo "LANG=C.UTF-8" >/etc/default/locale