Codebase list live-build / d9598ee
Imported Upstream version 3.0.1 Raphaƫl Hertzog 11 years ago
94 changed file(s) with 1029 addition(s) and 7848 deletion(s). Raw diff Collapse all Expand all
0 3.0~b5-1
0 3.0.1-1
302302 esac
303303
304304 # Setting templates
305 if [ -n "${LIVE_BUID}" ]
305 if [ -n "${LIVE_BUILD}" ]
306306 then
307307 LB_TEMPLATES="${LB_TEMPLATES:-${LIVE_BUILD}/templates}"
308308 else
623623 remove-python-py \
624624 remove-temporary-files \
625625 remove-udev-persistent-rules \
626 remove-systemd-machine-id \
626627 update-apt-file-cache \
627628 update-apt-xapian-index \
628629 update-glx-alternative \
829830 ;;
830831
831832 *)
832 LB_BINARY_FILESYSTEM="${LB_BINARY_FILESYSTEM:-fat16}"
833 LB_BINARY_FILESYSTEM="${LB_BINARY_FILESYSTEM:-fat32}"
833834 ;;
834835 esac
835836
11391140 # Setting net tarball
11401141 LB_NET_TARBALL="${LB_NET_TARBALL:-true}"
11411142
1142 # Setting syslinux theme package
1143 case "${LB_MODE}" in
1144 progress-linux)
1145 LB_SYSLINUX_THEME="${LB_SYSLINUX_THEME:-progress-standard}"
1146 ;;
1147
1148 ubuntu)
1149 LB_SYSLINUX_THEME="${LB_SYSLINUX_THEME:-ubuntu-oneiric}"
1150 ;;
1151
1152 *)
1153 LB_SYSLINUX_THEME="${LB_SYSLINUX_THEME:-live-build}"
1154 ;;
1155 esac
1156
11571143 # Setting firmware option
11581144 case "${LB_MODE}" in
11591145 ubuntu)
88
99
1010 # Debian releases
11 RELEASE_squeeze="6.0.6"
12 RELEASE_wheezy="7.0~b2"
11 RELEASE_squeeze="6.0.7"
12 RELEASE_wheezy="7.0.0"
1313 RELEASE_jessie="8"
1414 RELEASE_sid="unstable"
1515
00 #!/bin/sh
11
22 ## live-build(7) - System Build Scripts
3 ## Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
3 ## Copyright (C) 2006-2013 Daniel Baumann <[email protected]>
44 ##
55 ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
66 ## This is free software, and you are welcome to redistribute it
3434 then
3535 for _FILE in po/${_LANGUAGE}/*.po
3636 do
37 sed -i -e "s|^msgstr .*.2012\"$|msgstr \"${DAY}.${MONTH}.${YEAR}\"|g" "${_FILE}"
37 sed -i -e "s|^msgstr .*.2013-.*$|msgstr \"${DAY}.${MONTH}.${YEAR}\"|g" \
38 -e "s|^msgstr .*.2013\"$|msgstr \"${DAY}.${MONTH}.${YEAR}\"|g" \
39 "${_FILE}"
3840 done
3941 fi
4042 done
4446 then
4547 for _FILE in po/pt_BR/*.po
4648 do
47 sed -i -e "s|^msgstr .*-2012\"$|msgstr \"${DAY}-${MONTH}-${YEAR}\"|g" "${_FILE}"
49 sed -i -e "s|^msgstr .*.2013-.*$|msgstr \"${DAY}-${MONTH}-${YEAR}\"|g" \
50 -e "s|^msgstr .*-2013\"$|msgstr \"${DAY}-${MONTH}-${YEAR}\"|g" \
51 "${_FILE}"
4852 done
4953 fi
+0
-48
manpages/de/lb.de.1 less more
0 .\"*******************************************************************
1 .\"
2 .\" This file was generated with po4a. Translate the source file.
3 .\"
4 .\"*******************************************************************
5 .TH LIVE\-BUILD 1 2013\-01\-02 3.0~b5\-1 "Debian Live Project"
6
7 .SH NAME
8 \fBlb\fP \- wrapper for live\-build programs
9
10 .SH SYNOPSIS
11 \fBlb\fP COMMAND [COMMAND_OPTIONS]
12 .PP
13 \fBlb\fP [\fIlive\-build\ options\fP]
14
15 .SH DESCRIPTION
16 \fBlb\fP is a high\-level command (porcelain) of \fIlive\-build\fP(7), the Debian
17 Live tool suite.
18 .PP
19
20 .\" FIXME
21 .SH OPTIONS
22 \fBlb\fP has no specific options but understands all generic live\-build
23 options. See \fIlive\-build\fP(7) for a complete list of all generic live\-build
24 options.
25
26 .SH FILES
27 .IP \fBnone\fP 4
28
29 .SH "SEE ALSO"
30 \fIlive\-build\fP(7)
31 .PP
32 This program is a part of live\-build.
33
34 .SH HOMEPAGE
35 More information about live\-build and the Debian Live project can be found
36 on the homepage at <\fIhttp://live.debian.net/\fP> and in the manual at
37 <\fIhttp://live.debian.net/manual/\fP>.
38
39 .SH BUGS
40 Bugs can be reported by submitting a bugreport for the live\-build package in
41 the Debian Bug Tracking System at <\fIhttp://bugs.debian.org/\fP> or by
42 writing a mail to the Debian Live mailing list at
43 <\fIdebian\[email protected]\fP>.
44
45 .SH AUTHOR
46 live\-build was written by Daniel Baumann <\[email protected]\fP> for
47 the Debian project.
+0
-47
manpages/de/lb_binary.de.1 less more
0 .\"*******************************************************************
1 .\"
2 .\" This file was generated with po4a. Translate the source file.
3 .\"
4 .\"*******************************************************************
5 .TH LIVE\-BUILD 1 2013\-01\-02 3.0~b5\-1 "Debian Live Project"
6
7 .SH NAME
8 \fBlb binary\fP \- Complete the binary stage
9
10 .SH SYNOPSIS
11 \fBlb binary\fP [\fIlive\-build options\fP]
12
13 .SH DESCRIPTION
14 \fBlb binary\fP is a high\-level command (porcelain) of \fIlive\-build\fP(7), the
15 Debian Live tool suite.
16 .PP
17 \fBlb binary\fP calls all necessary live\-build programs in the correct order to
18 complete the binary stage.
19
20 .SH OPTIONS
21 \fBlb binary\fP has no specific options but understands all generic live\-build
22 options. See \fIlive\-build\fP(7) for a complete list of all generic live\-build
23 options.
24
25 .SH FILES
26 .IP \fBnone\fP 4
27
28 .SH "SEE ALSO"
29 \fIlive\-build\fP(7)
30 .PP
31 This program is a part of live\-build.
32
33 .SH HOMEPAGE
34 More information about live\-build and the Debian Live project can be found
35 on the homepage at <\fIhttp://live.debian.net/\fP> and in the manual at
36 <\fIhttp://live.debian.net/manual/\fP>.
37
38 .SH BUGS
39 Bugs can be reported by submitting a bugreport for the live\-build package in
40 the Debian Bug Tracking System at <\fIhttp://bugs.debian.org/\fP> or by
41 writing a mail to the Debian Live mailing list at
42 <\fIdebian\[email protected]\fP>.
43
44 .SH AUTHOR
45 live\-build was written by Daniel Baumann <\[email protected]\fP> for
46 the Debian project.
+0
-47
manpages/de/lb_bootstrap.de.1 less more
0 .\"*******************************************************************
1 .\"
2 .\" This file was generated with po4a. Translate the source file.
3 .\"
4 .\"*******************************************************************
5 .TH LIVE\-BUILD 1 2013\-01\-02 3.0~b5\-1 "Debian Live Project"
6
7 .SH NAME
8 \fBlb bootstrap\fP \- Complete the bootstrap stage
9
10 .SH SYNOPSIS
11 \fBlb bootstrap\fP [\fIlive\-build options\fP]
12
13 .SH DESCRIPTION
14 \fBlb bootstrap\fP is a high\-level command (porcelain) of \fIlive\-build\fP(7), the
15 Debian Live tool suite.
16 .PP
17 \fBlb bootstrap\fP calls all necessary live\-build programs in the correct order
18 to complete the bootstrap stage.
19
20 .SH OPTIONS
21 \fBlb bootstrap\fP has no specific options but understands all generic
22 live\-build options. See \fIlive\-build\fP(7) for a complete list of all generic
23 live\-build options.
24
25 .SH FILES
26 .IP \fBnone\fP 4
27
28 .SH "SEE ALSO"
29 \fIlive\-build\fP(7)
30 .PP
31 This program is a part of live\-build.
32
33 .SH HOMEPAGE
34 More information about live\-build and the Debian Live project can be found
35 on the homepage at <\fIhttp://live.debian.net/\fP> and in the manual at
36 <\fIhttp://live.debian.net/manual/\fP>.
37
38 .SH BUGS
39 Bugs can be reported by submitting a bugreport for the live\-build package in
40 the Debian Bug Tracking System at <\fIhttp://bugs.debian.org/\fP> or by
41 writing a mail to the Debian Live mailing list at
42 <\fIdebian\[email protected]\fP>.
43
44 .SH AUTHOR
45 live\-build was written by Daniel Baumann <\[email protected]\fP> for
46 the Debian project.
+0
-49
manpages/de/lb_build.de.1 less more
0 .\"*******************************************************************
1 .\"
2 .\" This file was generated with po4a. Translate the source file.
3 .\"
4 .\"*******************************************************************
5 .TH LIVE\-BUILD 1 2013\-01\-02 3.0~b5\-1 "Debian Live Project"
6
7 .SH NAME
8 \fBlb build\fP \- Complete the bootstrap, chroot, binary, and source stages
9
10 .SH SYNOPSIS
11 \fBlb build\fP [\fIlive\-build options\fP]
12
13 .SH DESCRIPTION
14 \fBlb build\fP is a high\-level command (porcelain) of \fIlive\-build\fP(7), the
15 Debian Live tool suite.
16 .PP
17 \fBlb build\fP calls all necessary live\-build programs in the correct order to
18 complete the bootstrap, chroot, binary, and source stages.
19
20 .SH OPTIONS
21 \fBlb build\fP has no specific options but understands all generic live\-build
22 options. See \fIlive\-build\fP(7) for a complete list of all generic live\-build
23 options.
24
25 .SH FILES
26 .\" FIXME
27 .IP \fBauto/build\fP 4
28
29 .\" FIXME
30 .SH "SEE ALSO"
31 \fIlive\-build\fP(7)
32 .PP
33 This program is a part of live\-build.
34
35 .SH HOMEPAGE
36 More information about live\-build and the Debian Live project can be found
37 on the homepage at <\fIhttp://live.debian.net/\fP> and in the manual at
38 <\fIhttp://live.debian.net/manual/\fP>.
39
40 .SH BUGS
41 Bugs can be reported by submitting a bugreport for the live\-build package in
42 the Debian Bug Tracking System at <\fIhttp://bugs.debian.org/\fP> or by
43 writing a mail to the Debian Live mailing list at
44 <\fIdebian\[email protected]\fP>.
45
46 .SH AUTHOR
47 live\-build was written by Daniel Baumann <\[email protected]\fP> for
48 the Debian project.
+0
-47
manpages/de/lb_chroot.de.1 less more
0 .\"*******************************************************************
1 .\"
2 .\" This file was generated with po4a. Translate the source file.
3 .\"
4 .\"*******************************************************************
5 .TH LIVE\-BUILD 1 2013\-01\-02 3.0~b5\-1 "Debian Live Project"
6
7 .SH NAME
8 \fBlb chroot\fP \- Complete the chroot stage
9
10 .SH SYNOPSIS
11 \fBlb chroot\fP [\fIlive\-build options\fP]
12
13 .SH DESCRIPTION
14 \fBlb chroot\fP is a high\-level command (porcelain) of \fIlive\-build\fP(7), the
15 Debian Live tool suite.
16 .PP
17 \fBlb chroot\fP calls all necessary live\-build programs in the correct order to
18 complete the chroot stage.
19
20 .SH OPTIONS
21 \fBlb chroot\fP has no specific options but understands all generic live\-build
22 options. See \fIlive\-build\fP(7) for a complete list of all generic live\-build
23 options.
24
25 .SH FILES
26 .IP \fBnone\fP 4
27
28 .SH "SEE ALSO"
29 \fIlive\-build\fP(7)
30 .PP
31 This program is a part of live\-build.
32
33 .SH HOMEPAGE
34 More information about live\-build and the Debian Live project can be found
35 on the homepage at <\fIhttp://live.debian.net/\fP> and in the manual at
36 <\fIhttp://live.debian.net/manual/\fP>.
37
38 .SH BUGS
39 Bugs can be reported by submitting a bugreport for the live\-build package in
40 the Debian Bug Tracking System at <\fIhttp://bugs.debian.org/\fP> or by
41 writing a mail to the Debian Live mailing list at
42 <\fIdebian\[email protected]\fP>.
43
44 .SH AUTHOR
45 live\-build was written by Daniel Baumann <\[email protected]\fP> for
46 the Debian project.
+0
-73
manpages/de/lb_clean.de.1 less more
0 .\"*******************************************************************
1 .\"
2 .\" This file was generated with po4a. Translate the source file.
3 .\"
4 .\"*******************************************************************
5 .TH LIVE\-BUILD 1 2013\-01\-02 3.0~b5\-1 "Debian Live Project"
6
7 .SH NAME
8 \fBlb clean\fP \- Clean build directory
9
10 .SH SYNOPSIS
11 \fBlb clean\fP [\fIlive\-build options\fP]
12
13 .SH DESCRIPTION
14 \fBlb clean\fP is a high\-level command (porcelain) of \fIlive\-build\fP(7), the
15 Debian Live tool suite.
16 .PP
17 .\" FIXME
18 .\" FIXME
19 \fBlb clean\fP is responsible for cleaning up after a system is built. It
20 removes the build directories, and removes some other files including stage
21 files, and any detritus left behind by other live\-build commands.
22
23 .SH OPTIONS
24 In addition to its specific options \fBlb clean\fP understands all generic
25 live\-build options. See \fIlive\-build\fP(7) for a complete list of all generic
26 live\-build options.
27 .PP
28 .\" FIXME
29 .IP \fB\-\-all\fP 4
30 removes chroot, binary, stage, and source. The cache directory is kept. This
31 is the default operation and will be performed if no argument is given.
32 .IP \fB\-\-cache\fP 4
33 removes the cache directories.
34 .IP \fB\-\-chroot\fP 4
35 unmounts and removes the chroot directory.
36 .IP \fB\-\-binary\fP 4
37 removes all binary related caches, files, directories, and stages files.
38 .IP \fB\-\-purge\fP 4
39 removes everything, including all caches. The config directory is kept.
40 .IP \fB\-\-remove\fP 4
41 removes everything, including package cache but not stage cache. The config
42 directory is kept.
43 .IP \fB\-\-stage\fP 4
44 removes all stage files.
45 .IP \fB\-\-source\fP 4
46 .\" FIXME
47 removes all source related caches, files, directories, and stage files.
48
49 .SH FILES
50 .\" FIXME
51 .IP \fBauto/clean\fP 4
52
53 .\" FIXME
54 .SH "SEE ALSO"
55 \fIlive\-build\fP(7)
56 .PP
57 This program is a part of live\-build.
58
59 .SH HOMEPAGE
60 More information about live\-build and the Debian Live project can be found
61 on the homepage at <\fIhttp://live.debian.net/\fP> and in the manual at
62 <\fIhttp://live.debian.net/manual/\fP>.
63
64 .SH BUGS
65 Bugs can be reported by submitting a bugreport for the live\-build package in
66 the Debian Bug Tracking System at <\fIhttp://bugs.debian.org/\fP> or by
67 writing a mail to the Debian Live mailing list at
68 <\fIdebian\[email protected]\fP>.
69
70 .SH AUTHOR
71 live\-build was written by Daniel Baumann <\[email protected]\fP> for
72 the Debian project.
+0
-807
manpages/de/lb_config.de.1 less more
0 .\"*******************************************************************
1 .\"
2 .\" This file was generated with po4a. Translate the source file.
3 .\"
4 .\"*******************************************************************
5 .TH LIVE\-BUILD 1 2013\-01\-02 3.0~b5\-1 "Debian Live Project"
6
7 .SH NAME
8 \fBlb config\fP \- Create config directory
9
10 .SH SYNOPSIS
11 \fBlb config\fP [\fIlive\-build options\fP]
12 .PP
13 .\" FIXME
14 \fBlb config\fP
15 .br
16 [\fB\-\-apt\fP apt|aptitude]
17 .br
18 [\fB\-\-apt\-ftp\-proxy\fP \fIURL\fP]
19 .br
20 [\fB\-\-apt\-http\-proxy\fP \fIURL\fP]
21 .br
22 [\fB\-\-apt\-indices\fP true|false|none]
23 .br
24 [\fB\-\-apt\-options\fP \fIOPTION\fP|"\fIOPTIONS\fP"]
25 .br
26 [\fB\-\-aptitude\-options\fP \fIOPTION\fP|"\fIOPTIONS\fP"]
27 .br
28 [\fB\-\-apt\-pipeline\fP \fIDEPTH\fP]
29 .br
30 [\fB\-\-apt\-recommends\fP true|false]
31 .br
32 [\fB\-\-apt\-secure\fP true|false]
33 .br
34 [\fB\-\-apt\-source\-archives\fP true|false]
35 .br
36 [\-a|\fB\-\-architectures\fP \fIARCHITECTURE\fP]
37 .br
38 [\-b|\fB\-\-binary\-images\fP iso|iso\-hybrid|netboot|tar|hdd]
39 .br
40 [\fB\-\-binary\-filesystem\fP fat16|fat32|ext2|ext3|ext4]
41 .br
42 [\fB\-\-bootappend\-install\fP \fIPARAMETER\fP|\fI"PARAMETERS"\fP]
43 .br
44 [\fB\-\-bootappend\-live\fP \fIPARAMETER\fP|\fI"PARAMETERS"\fP]
45 .br
46 [\fB\-\-bootloader\fP grub|syslinux|yaboot]
47 .br
48 [\fB\-\-bootstrap\fP cdebootstrap|cdebootstrap\-static|debootstrap]
49 .br
50 [\fB\-\-cache\fP true|false]
51 .br
52 [\fB\-\-cache\-indices\fP true|false]
53 .br
54 [\fB\-\-cache\-packages\fP true|false]
55 .br
56 [\fB\-\-cache\-stages\fP \fISTAGE\fP|\fI"STAGES"\fP]
57 .br
58 [\fB\-\-checksums\fP md5|sha1|sha256|none]
59 .br
60 [\fB\-\-compression\fP bzip2|gzip|lzip|none]
61 .br
62 [\fB\-\-config\fP \fIGIT_URL::GIT_ID\fP]
63 .br
64 [\fB\-\-build\-with\-chroot\fP true|false]
65 .br
66 [\fB\-\-chroot\-filesystem\fP ext2|ext3|ext4|squashfs|jffs2|none]
67 .br
68 [\fB\-\-clean\fP]
69 .br
70 [\-c|\fB\-\-conffile\fP \fIFILE\fP]
71 .br
72 [\fB\-\-debconf\-frontend\fP dialog|editor|noninteractive|readline]
73 .br
74 [\fB\-\-debconf\-priority\fP low|medium|high|critical]
75 .br
76 [\fB\-\-debian\-installer\fP true|cdrom|netinst|netboot|businesscard|live|false]
77 .br
78 [\fB\-\-debian\-installer\-distribution\fP daily|\fICODENAME\fP]
79 .br
80 [\fB\-\-debian\-installer\-preseedfile\fP \fIFILE\fP|\fIURL\fP]
81 .br
82 [\fB\-\-debian\-installer\-gui\fP true|false]
83 .br
84 [\fB\-\-debug\fP]
85 .br
86 [\-d|\fB\-\-distribution\fP \fICODENAME\fP]
87 .br
88 [\fB\-\-parent\-distribution\fP \fICODENAME\fP]
89 .br
90 [\fB\-\-parent\-debian\-installer\-distribution\fP \fICODENAME\fP]
91 .br
92 [\fB\-\-dump\fP]
93 .br
94 [\fB\-\-fdisk\fP fdisk|fdisk.dist]
95 .br
96 [\fB\-\-firmware\-binary true|false\fP]
97 .br
98 [\fB\-\-firmware\-chroot true|false\fP]
99 .br
100 [\fB\-\-force\fP]
101 .br
102 [\fB\-\-grub\-splash\fP \fIFILE\fP]
103 .br
104 [\fB\-\-gzip\-options\fP \fIOPTION\fP|"\fIOPTIONS\fP"]
105 .br
106 [\fB\-\-hooks\fP \fIFILE\fP]
107 .br
108 [\fB\-\-ignore\-system\-defaults\fP]
109 .br
110 [\fB\-\-initramfs\fP auto|none|live\-boot|casper]
111 .br
112 [\fB\-\-initramfs\-compression\fP bzip2|gzip|lzma]
113 .br
114 [\fB\-\-initsystem\fP sysvinit|runit|systemd|upstart|none]
115 .br
116 [\fB\-\-interactive\fP shell]
117 .br
118 [\fB\-\-isohybrid\-options\fP \fIOPTION\fP|"\fIOPTIONS\fP"]
119 .br
120 [\fB\-\-iso\-application\fP \fINAME\fP]
121 .br
122 [\fB\-\-iso\-preparer\fP \fINAME\fP]
123 .br
124 [\fB\-\-iso\-publisher\fP \fINAME\fP]
125 .br
126 [\fB\-\-iso\-volume\fP \fINAME\fP]
127 .br
128 [\fB\-\-jffs2\-eraseblock\fP \fISIZE\fP]
129 .br
130 [\fB\-\-keyring\-packages\fP \fIPACKAGE|"PACKAGES"\fP]
131 .br
132 [\-k|\fB\-\-linux\-flavours\fP \fIFLAVOUR\fP|\fI"FLAVOURS"\fP]
133 .br
134 [\fB\-\-linux\-packages\fP \fI"PACKAGES"\fP]
135 .br
136 [\fB\-\-losetup\fP losetup|losetup.orig]
137 .br
138 [\fB\-\-memtest\fP memtest86+|memtest86|none]
139 .br
140 [\-m|\fB\-\-parent\-mirror\-bootstrap\fP \fIURL\fP]
141 .br
142 [\fB\-\-parent\-mirror\-chroot\fP \fIURL\fP]
143 .br
144 [\fB\-\-parent\-mirror\-chroot\-security\fP \fIURL\fP]
145 .br
146 [\fB\-\-parent\-mirror\-chroot\-updates\fP \fIURL\fP]
147 .br
148 [\fB\-\-parent\-mirror\-chroot\-backports\fP \fIURL\fP]
149 .br
150 [\fB\-\-parent\-mirror\-binary\fP \fIURL\fP]
151 .br
152 [\fB\-\-parent\-mirror\-binary\-security\fP \fIURL\fP]
153 .br
154 [\fB\-\-parent\-mirror\-binary\-updates\fP \fIURL\fP]
155 .br
156 [\fB\-\-parent\-mirror\-binary\-backports\fP \fIURL\fP]
157 .br
158 [\fB\-\-parent\-mirror\-debian\-installer\fP \fIURL\fP]
159 .br
160 [\fB\-\-mirror\-bootstrap\fP \fIURL\fP]
161 .br
162 [\fB\-\-mirror\-chroot\fP \fIURL\fP]
163 .br
164 [\fB\-\-mirror\-chroot\-security\fP \fIURL\fP]
165 .br
166 [\fB\-\-mirror\-chroot\-updates\fP \fIURL\fP]
167 .br
168 [\fB\-\-mirror\-chroot\-backports\fP \fIURL\fP]
169 .br
170 [\fB\-\-mirror\-binary\fP \fIURL\fP]
171 .br
172 [\fB\-\-mirror\-binary\-security\fP \fIURL\fP]
173 .br
174 [\fB\-\-mirror\-binary\-updates\fP \fIURL\fP]
175 .br
176 [\fB\-\-mirror\-binary\-backports\fP \fIURL\fP]
177 .br
178 [\fB\-\-mirror\-debian\-installer\fP \fIURL\fP]
179 .br
180 [\fB\-\-mode\fP debian|emdebian|progress\-linux|ubuntu]
181 .br
182 [\fB\-\-system\fP live|normal]
183 .br
184 [\fB\-\-net\-root\-filesystem\fP nfs|cfs]
185 .br
186 [\fB\-\-net\-root\-mountoptions\fP \fIOPTIONS\fP]
187 .br
188 [\fB\-\-net\-root\-path\fP \fIPATH\fP]
189 .br
190 [\fB\-\-net\-root\-server\fP \fIIP\fP|\fIHOSTNAME\fP]
191 .br
192 [\fB\-\-net\-cow\-filesystem\fP nfs|cfs]
193 .br
194 [\fB\-\-net\-cow\-mountoptions\fP \fIOPTIONS\fP]
195 .br
196 [\fB\-\-net\-cow\-path\fP \fIPATH\fP]
197 .br
198 [\fB\-\-net\-cow\-server\fP \fIIP\fP|\fIHOSTNAME\fP]
199 .br
200 [\fB\-\-net\-tarball\fP true|false]
201 .br
202 [\-p|\fB\-\-package\-lists\fP \fILIST\fP|\fI"LISTS"\fP]
203 .br
204 [\fB\-\-quiet\fP]
205 .br
206 [\fB\-\-root\-command\fP sudo]
207 .br
208 [\fB\-\-use\-fakeroot\fP true|false]
209 .br
210 [\fB\-\-archives\fP \fIARCHIVE\fP|\fI"ARCHIVES"\fP]
211 .br
212 [\fB\-\-archive\-areas\fP \fIARCHIVE_AREA\fP|\fI"ARCHIVE_AREAS"\fP]
213 .br
214 [\fB\-\-parent\-archive\-areas\fP
215 \fIPARENT_ARCHIVE_AREA\fP|\fI"PARENT_ARCHIVE_AREAS"\fP]
216 .br
217 [\fB\-\-security\fP true|false]
218 .br
219 [\fB\-\-source\fP true|false]
220 .br
221 [\-s|\fB\-\-source\-images\fP iso|netboot|tar|hdd]
222 .br
223 [\fB\-\-syslinux\-theme\fP \fITHEME_SUFFIX\fP]
224 .br
225 [\fB\-\-tasksel\fP apt|aptitude|tasksel]
226 .br
227 [\fB\-\-templates\fP \fIPATH\fP]
228 .br
229 [\fB\-\-hdd\-size \fP\fIMB\fP]
230 .br
231 [\fB\-\-updates\fP true|false]
232 .br
233 [\fB\-\-backports\fP true|false]
234 .br
235 [\fB\-\-exposed\-root\fP true|false]
236 .br
237 [\fB\-\-verbose\fP]
238 .br
239 .\" FIXME
240 [\fB\-\-win32\-loader true|false]\fP
241
242 .SH DESCRIPTION
243 \fBlb config\fP is a high\-level command (porcelain) of \fIlive\-build\fP(7), the
244 Debian Live tool suite.
245 .PP
246 .\" FIXME
247 \fBlb config\fP populates the configuration directory for live\-build. By
248 default, this directory is named 'config' and is created in the current
249 directory where \fBlb config\fP was executed.
250 .PP
251 .\" FIXME
252 Note: Currently \fBlb config\fP tries to be smart and sets defaults for some
253 options depending on the setting of other options (e.g. which linux packages
254 to be used depending on if a squeeze system gets build or not). This means
255 that when generating a new configuration, you should call \fBlb config\fP only
256 once with all options specified. Calling it several times with only a subset
257 of the options each can result in non working configurations. This is also
258 caused by the fact that \fBlb config\fP called with one option only changes
259 that option, and leaves everything else as is unless its not
260 defined. However, \fBlb config\fP does warn about know impossible or likely
261 impossible combinations that would lead to non working live systems. If
262 unsure, remove config/{binary,bootstrap,chroot,common,source} and call \fBlb
263 config\fP again.
264
265 .SH OPTIONS
266 In addition to its specific options \fBlb config\fP understands all generic
267 live\-build options. See \fIlive\-build\fP(7) for a complete list of all generic
268 live\-build options.
269 .PP
270 .\" FIXME
271 .IP "\fB\-\-apt\fP apt|aptitude" 4
272 defines if apt\-get or aptitude is used to install packages when building the
273 image. The default is apt.
274 .IP "\fB\-\-apt\-ftp\-proxy\fP \fIURL\fP" 4
275 sets the ftp proxy to be used by apt. By default, this is empty. Note that
276 this variable is only for the proxy that gets used by apt internally within
277 the chroot, it is not used for anything else.
278 .IP "\fB\-\-apt\-http\-proxy\fP \fIURL\fP" 4
279 sets the http proxy to be used by apt. By default, this is empty. Note that
280 this variable is only for the proxy that gets used by apt internally within
281 the chroot, it is not used for anything else.
282 .IP "\fB\-\-apt\-indices\fP true|false|none" 4
283 defines if the resulting images should have apt indices or not and defaults
284 to true. If set to none, no indices are included at all.
285 .IP "\fB\-\-apt\-options\fP \fIOPTION\fP|\(dq\fIOPTIONS\fP\(dq" 4
286 defines the default options that will be appended to every apt call that is
287 made inside chroot during the building of the image. By default, this is set
288 to \-\-yes to allow non\-interactive installation of packages.
289 .IP "\fB\-\-aptitude\-options\fP \fIOPTION\fP|\(dq\fIOPTIONS\fP\(dq" 4
290 defines the default options that will be appended to every aptitude call
291 that is made inside chroot during building of the image. By default, this is
292 set to \-\-assume\-yes to allow non\-interactive installation of packages.
293 .IP "\fB\-\-apt\-pipeline\fP \fIDEPTH\fP" 4
294 sets the depth of the apt/aptitude pipeline. In cases where the remote
295 server is not RFC conforming or buggy (such as Squid 2.0.2) this option can
296 be a value from 0 to 5 indicating how many outstanding requests APT should
297 send. A value of zero MUST be specified if the remote host does not properly
298 linger on TCP connections \- otherwise data corruption will occur. Hosts
299 which require this are in violation of RFC 2068. By default, live\-build does
300 not set this option.
301 .IP "\fB\-\-apt\-recommends\fP true|false" 4
302 defines if apt should install recommended packages automatically. By
303 default, this is true except in emdebian mode.
304 .IP "\fB\-\-apt\-secure\fP true|false" 4
305 defines if apt should check repository signatures. This is true by default.
306 .IP "\fB\-\-apt\-source\-archives\fP true|false" 4
307 defines if deb\-src entries should be included in the resulting live image or
308 not, defaults to on.
309 .IP "\-a|\fB\-\-architectures\fP \fIARCHITECTURE\fP" 4
310 defines the architecture of the to be build image. By default, this is set
311 to the host architecture. Note that you cannot crossbuild for another
312 architecture if your host system is not able to execute binaries for the
313 target architecture natively. For example, building amd64 images on i386 and
314 vice versa is possile if you have a 64bit capable i386 processor and the
315 right kernel. But building powerpc images on an i386 system is not possible.
316 .IP "\-b|\fB\-\-binary\-images\fP iso|iso\-hybrid|netboot|tar|hdd" 4
317 defines the image type to build. By default, for images using syslinux this
318 is set to iso\-hybrid to build CD/DVD images that may also be used like hdd
319 images, for non\-syslinux images, it defaults to iso.
320 .IP "\fB\-\-binary\-filesystem\fP fat16|fat32|ext2|ext3|ext4" 4
321 defines the filesystem to be used in the image type. This only has an effect
322 if the selected binary image type does allow to choose a filesystem. For
323 example, when selection iso the resulting CD/DVD has always the filesystem
324 ISO9660. When building hdd images for usb sticks, this is active. Note that
325 it defaults to fat16 on all architectures except sparc where it defaults to
326 ext4. Also note that if you choose fat16 and your resulting binary image
327 gets bigger than 2GB, the binary filesystem automatically gets switched to
328 fat32.
329 .IP "\fB\-\-bootappend\-install\fP \fIPARAMETER\fP|\(dq\fIPARAMETERS\fP\(dq" 4
330 sets boot parameters specific to debian\-installer, if included.
331 .IP "\fB\-\-bootappend\-live\fP \fIPARAMETER\fP|\(dq\fIPARAMETERS\fP\(dq" 4
332 sets boot parameters specific to debian\-live. A complete list of boot
333 parameters can be found in the \fIlive\-boot\fP(7) and \fIlive\-config\fP(7) manual
334 pages.
335 .IP "\fB\-\-bootloader\fP grub|syslinux|yaboot" 4
336 defines which bootloader is beeing used in the generated image. This has
337 only an effect if the selected binary image type does allow to choose the
338 bootloader. For example, if you build a iso, always syslinux (or more
339 precise, isolinux) is being used. Also note that some combinations of binary
340 images types and bootloaders may be possible but live\-build does not support
341 them yet. \fBlb config\fP will fail to create such a not yet supported
342 configuration and give a explanation about it. For hdd images on amd64 and
343 i386, the default is syslinux. yaboot is only used on powerpc.
344 .IP "\fB\-\-bootstrap\fP cdebootstrap|cdebootstrap\-static|debootstrap" 4
345 defines which program is used to bootstrap the debian chroot, default is
346 debootstrap.
347 .IP "\fB\-\-cache\fP true|false" 4
348 defines globally if any cache should be used at all. Different caches can be
349 controled through the their own options.
350 .IP "\fB\-\-cache\-indices\fP true|false" 4
351 defines if downloaded package indices and lists should be cached which is
352 false by default. Enabling it would allow to rebuild an image completely
353 offline, however, you would not get updates anymore then.
354 .IP "\fB\-\-cache\-packages\fP true|false" 4
355 defines if downloaded packages files should be cached which is true by
356 default. Disabling it does save space consumtion in your build directory,
357 but remember that you will cause much unnecessary traffic if you do a couple
358 of rebuilds. In general you should always leave it true, however, in some
359 particular rare build setups, it can be faster to refetch packages from the
360 local network mirror rather than to utilize the local disk.
361 .IP "\fB\-\-cache\-stages\fP true|false|\fISTAGE\fP|\(dq\fISTAGES\fP\(dq" 4
362 sets which stages should be cached. By default set to bootstrap. As an
363 exception to the normal stage names, also rootfs can be used here which does
364 only cache the generated root filesystem in
365 filesystem.{dir,ext*,squashfs}. This is useful during development if you
366 want to rebuild the binary stage but not regenerate the root filesystem all
367 the time.
368 .IP "\fB\-\-checksums\fP md5|sha1|sha256|none" 4
369 defines if the binary image should contain a file called md5sums.txt,
370 sha1sums.txt and/or sha256sums.txt. These lists all files on the image
371 together with their checksums. This in turn can be used by live\-boots
372 built\-in integrity\-check to verify the medium if specified at boot
373 prompt. In general, this should not be false and is an important feature of
374 live system released to the public. However, during development of very big
375 images it can save some time by not calculating the checksums.
376 .IP "\fB\-\-compression\fP bzip2|gzip|lzip|none" 4
377 defines the compression program to be used to compress tarballs. Defaults to
378 gzip.
379 .IP "\fB\-\-config\fP \fIGIT_URL\fP::\fIGIT_ID\fP" 4
380 allows to bootstrap a config tree from a git repositories, optionally
381 appended by a Git Id (branch, commit, tag, etc.).
382 .IP "\fB\-\-build\-with\-chroot\fP true|false" 4
383 defines whetever live\-build should use the tools from within the chroot to
384 build the binary image or not by using and including the host systems
385 tools. This is a very dangerous option, using the tools of the host system
386 can lead to tainted and even non\-bootable images if the host systems version
387 of the required tools (mainly these are the bootloaders such as syslinux,
388 grub and yaboot, and the auxilliary tools such as dosfstools, xorriso,
389 squashfs\-tools and others) do not \fBexactely\fP match what is present at
390 build\-time in the target distribution. Never do disable this option unless
391 you are \fBexactely\fP sure what you are doing and have \fBcompletely\fP\fI
392 understood its consequences.\fP
393 .IP "\fB\-\-chroot\-filesystem\fP ext2|ext3|ext4|squashfs|jffs2|none" 4
394 defines which filesystem type should be used for the root filesystem
395 image. If you use none, then no filesystem image is created and the root
396 filesystem content is copied on the binary image filesystem as flat
397 files. Depending on what binary filesystem you have choosen, it may not be
398 possible to build with such a plain root filesystem, e.g. fat16/fat32 will
399 not work as linux does not support to run directly on them.
400 .IP \fB\-\-clean\fP 4
401 minimizes config directory by automatically removing unused and thus empty
402 subdirectories.
403 .IP "\-c|\fB\-\-conffile\fP \fIFILE\fP" 4
404 using a user specified alternative configuration file in addition to the
405 normally used one in the config directory.
406 .IP "\fB\-\-debconf\-frontend\fP dialog|editor|noninteractive|readline" 4
407 defines what value the debconf frontend should be set to inside the
408 chroot. Note that setting it to anything by noninteractive, which is the
409 default, makes your build asking questions during the build.
410 .IP "\fB\-\-debconf\-priority\fP low|medium|high|critical" 4
411 defines what value the debconf priority shoul dbe set to inside the
412 chroot. By default, it is set to critical, which means that almost no
413 questions are displayed. Note that this only has an effect if you use any
414 debconf frontend different from noninteractive.
415 .IP "\fB\-\-debian\-installer\fP true|cdrom|netinst|netboot|businesscard|live|false" 4
416 defines which type, if any, of the debian\-installer should be included in
417 the resulting binary image. By default, no installer is included. All
418 available flavours except live are the identical configurations used on the
419 installer media produced by regular debian\-cd. When live is choosen, the
420 live\-installer udeb is included so that debian\-installer will behave
421 different than usual \- instead of installing the debian system from packages
422 from the medium or the network, it installs the live system to the disk.
423 .IP "\fB\-\-debian\-installer\-distribution\fP daily|\fICODENAME\fP" 4
424 defines the distribution where the debian\-installer files should be taken
425 out from. Normally, this should be set to the same distribution as the live
426 system. However, some times, one wants to use a newer or even daily built
427 installer.
428 .IP "\fB\-\-debian\-installer\-preseedfile\fP \fIFILE\fP|\fIURL\fP" 4
429 sets the filename or URL for an optionally used and included preseeding file
430 for debian\-installer. If config/binary_debian\-installer/preseed.cfg exists,
431 it will be used by default.
432 .IP "\fB\-\-debian\-installer\-gui\fP true|false" 4
433 defines if the debian\-installer graphical GTK interface should be true or
434 not. In Debian mode and for most versions of Ubuntu, this option is true,
435 whereas otherwise false, by default.
436 .IP \fB\-\-debug\fP 4
437 turn on debugging informational messages.
438 .IP "\-d|\fB\-\-distribution\fP \fICODENAME\fP" 4
439 defines the distribution of the resulting live system.
440 .IP "\-d|\fB\-\-parent\-distribution\fP \fICODENAME\fP" 4
441 defines the parent distribution for derivatives of the resulting live
442 system.
443 .IP "\-d|\fB\-\-parent\-debian\-installer\-distribution\fP \fICODENAME\fP" 4
444 defines the parent debian\-installer distribution for derivatives of the
445 resulting live system.
446 .IP \fB\-\-dump\fP 4
447 prepares a report of the currently present live system configuration and the
448 version of live\-build used. This is useful to provide if you submit bug
449 reports, we do get all informations required for us to locate and replicate
450 an error.
451 .IP "\fB\-\-fdisk\fP fdisk|fdisk.dist" 4
452 sets the filename of the fdisk binary from the host system that should be
453 used. This is autodetected and does generally not need any customization.
454 .IP \fB\-\-force\fP 4
455 forces re\-execution of already run stages. Use only if you know what you are
456 doing. It is generally safer to use \fBlb clean\fP to clean up before
457 re\-executing \fBlb build\fP.
458 .IP "\fB\-\-grub\-splash\fP \fIFILE\fP" 4
459 defines the name of an optional to be included splash screen graphic for the
460 grub bootloader.
461 .IP "\fB\-\-gzip\-options\fP \fIOPTION\fP|\(dq\fIOPTIONS\fP\(dq" 4
462 defines the default options that will be appended to (almost) every gzip
463 call during the building of the image. By default, this is set to \-\-best to
464 use highest (but slowest) compression. Dynamically, if the host system
465 supports it, also \-\-rsyncable is added.
466 .IP "\fB\-\-hooks\fP \fIFILE\fP" 4
467 defines which hooks available in /usr/share/live/build/examples/hooks should
468 be activated. Normally, there are no hooks executed. Make sure you know and
469 understood the hook before you enable it.
470 .IP \fB\-\-ignore\-system\-defaults\fP 4
471 \fBlb config\fP by default reads system defaults from \fI/etc/live/build.conf\fP
472 and \fI/etc/live/build/*\fP when generating a new live system config
473 directory. This is useful if you want to set global settings, such as mirror
474 locations, and don't want to specify them all of the time.
475 .IP "\fB\-\-initramfs\fP auto|none|live\-boot|casper" 4
476 sets the name of package that contains the live system specific initramfs
477 modification. By default, auto is used, which means that at build time of
478 the image rather than on configuration time, the value will be expanded to
479 casper when building ubuntu systems, to live\-boot for all other
480 systems. Using 'none' is useful if the resulting system image should not be
481 a live image (experimental).
482 .IP "\fB\-\-initramfs\-compression\fP bzip2|gzip|lzma]"
483 defines the compression program to be used to compress the
484 initramfs. Defaults to gzip.
485 .IP "\fB\-\-interactive\fP shell" 4
486 defines if after the chroot stage and before the beginning of the binary
487 stage, a interactive shell login should be spawned in the chroot in order to
488 allow you to do manual customizations. Once you close the shell with logout
489 or exit, the build will continue as usual. Note that it's strongly
490 discouraged to use this for anything else than testing. Modifications that
491 should be present in all builds of a live system should be properly made
492 through hooks. Everything else destroys the beauty of being able to
493 completely automatise the build process and making it non interactive. By
494 default, this is of course false.
495 .IP "\fB\-\-isohybrid\-options\fP \fIOPTION\fP|\(dq\fIOPTIONS\fP\(dq" 4
496 defines options to pass to isohybrid.
497 .IP "\fB\-\-iso\-application\fP \fINAME\fP" 4
498 sets the APPLICATION field in the header of a resulting CD/DVD image and
499 defaults to "Debian Live" in debian mode, and to "Emdebian Live" in emdebian
500 mode, and "Ubuntu Live" in ubuntu mode.
501 .IP "\fB\-\-iso\-preparer\fP \fINAME\fP" 4
502 sets the PREPARER field in the header of a resulting CD/DVD image. By
503 default this is set to "live\-build \fIVERSION\fP;
504 http://packages.qa.debian.org/live\-build", whereas VERSION is expanded to
505 the version of live\-build that was used to build the image.
506 .IP "\fB\-\-iso\-publisher\fP \fINAME\fP" 4
507 sets the PUBLISHED field in the header of a resulting CD/DVD image. By
508 default, this is set to 'Debian Live project; http:/live.debian.net/;
509 debian\[email protected]'. Remember to change this to the appropriate
510 values at latest when you distributing custom and unofficial images.
511 .IP "\fB\-\-iso\-volume\fP \fINAME\fP" 4
512 sets the VOLUME field in the header of a resulting CD/DVD and defaults to
513 \&'(\fIMODE\fP) (\fIDISTRIBUTION\fP) (\fIDATE\fP)' whereas MODE is expanded to the name
514 of the mode in use, DISTRIBUTION the distribution name, and DATE with the
515 current date and time of the generation.
516 .IP "\fB\-\-jffs2\-eraseblock\fP \fISIZE\fP" 4
517 sets the eraseblock size for a JFFS2 (Second Journalling Flash File System)
518 filesystem. The default is 64 KiB. If you use an erase block size different
519 than the erase block size of the target MTD device, JFFS2 may not perform
520 optimally. If the SIZE specified is below 4096, the units are assumed to be
521 KiB.
522 .IP "\fB\-\-keyring\-packages\fP \fIPACKAGE|\(dqPACKAGES\fP\(dq" 4
523 sets the keyring package or additional keyring packages. By default this is
524 set to debian\-archive\-keyring.
525 .IP "\-k|\fB\-\-linux\-flavours\fP \fIFLAVOUR\fP|\(dq\fIFLAVOURS\fP\(dq" 4
526 sets the kernel flavours to be installed. Note that in case you specify more
527 than that the first will be configured the default kernel that gets booted.
528 .IP "\fB\-\-linux\-packages\fP \(dq\fIPACKAGES\fP\(dq" 4
529 sets the internal name of the kernel packages naming scheme. If you use
530 debian kernel packages, you will not have to adjust it. If you decide to use
531 custom kernel packages that do not follow the debian naming scheme, remember
532 to set this option to the stub of the packages only (for debian this is
533 linux\-image\-2.6), so that \fISTUB\fP\-\fIFLAVOUR\fP results in a valid package name
534 (for debian e.g. linux\-image\-2.6\-486). Preferably you use the meta package
535 name, if any, for the stub, so that your configuration is ABI
536 independent. Also don't forget that you have to include stubs of the binary
537 modules packages for unionfs or aufs, and squashfs if you built them
538 out\-of\-tree.
539 .IP "\fB\-\-losetup\fP losetup|losetup.orig" 4
540 sets the filename of the losetup binary from the host system that should be
541 used. This is autodetected and does generally not need any customization.
542 .IP "\fB\-\-memtest\fP memtest86+|memtest86|none" 4
543 defines if memtest, memtest86+ or no memory tester at all should be included
544 as secondary bootloader configuration. This is only available on amd64 and
545 i386 and defaults to memtest86+.
546 .IP "\-m|\fB\-\-parent\-mirror\-bootstrap\fP \fIURL\fP" 4
547 sets the location of the debian package mirror that should be used to
548 bootstrap from. This defaults to http://ftp.de.debian.org/debian/ which may
549 not be a good default if you live outside of Europe.
550 .IP "\fB\-\-parent\-mirror\-chroot\fP \fIURL\fP" 4
551 sets the location of the debian package mirror that will be used to fetch
552 the packages in order to build the live system. By default, this is set to
553 the value of \-\-parent\-mirror\-bootstrap.
554 .IP "\fB\-\-parent\-mirror\-chroot\-security\fP \fIURL\fP" 4
555 sets the location of the debian security package mirror that will be used to
556 fetch the packages in order to build the live system. By default, this
557 points to http://security.debian.org/debian/.
558 .IP "\fB\-\-parent\-mirror\-chroot\-updates\fP \fIURL\fP" 4
559 sets the location of the debian updates package mirror that will be used to
560 fetch packages in order to build the live system. By default, this is set to
561 the value of \-\-parent\-mirror\-chroot.
562 .IP "\fB\-\-parent\-mirror\-chroot\-backports\fP \fIURL\fP" 4
563 sets the location of the debian backports package mirror that will be used
564 to fetch packages in order to build the live system. By default, this points
565 to http://backports.debian.org/debian\-backports/.
566 .IP "\fB\-\-parent\-mirror\-binary\fP \fIURL\fP" 4
567 sets the location of the debian package mirror that should end up configured
568 in the final image and which is the one a user would see and use. This has
569 not necessarily to be the same that is used to build the image, e.g. if you
570 use a local mirror but want to have an official mirror in the image. By
571 default, 'http://http.debian.net/debian/' is used.
572 .IP "\fB\-\-parent\-mirror\-binary\-security\fP \fIURL\fP" 4
573 sets the location of the debian security package mirror that should end up
574 configured in the final image. By default, 'http://security.debian.org/' is
575 used.
576 .IP "\fB\-\-parent\-mirror\-binary\-updates\fP \fIURL\fP" 4
577 sets the location of the debian updates package mirror that should end up
578 configured in the final image. By default, the value of
579 \-\-parent\-mirror\-binary is used.
580 .IP "\fB\-\-parent\-mirror\-binary\-backports\fP \fIURL\fP" 4
581 sets the location of the debian backports package mirror that should end up
582 configured in the final image. By default,
583 \&'http://backports.debian.org/debian\-backports/' is used.
584 .IP "\fB\-\-parent\-mirror\-debian\-installer\fP \fIURL\fP" 4
585 sets the location of the mirror that will be used to fetch the debian
586 installer images. By default, this points to the same mirror used to build
587 the live system, i.e. the value of \-\-parent\-mirror\-bootstrap.
588 .IP "\fB\-\-mirror\-bootstrap\fP \fIURL\fP" 4
589 sets the location of the debian package mirror that should be used to
590 bootstrap the derivative from. This defaults to
591 http://ftp.de.debian.org/debian/ which may not be a good default if you live
592 outside of Europe.
593 .IP "\fB\-\-mirror\-chroot\fP \fIURL\fP" 4
594 sets the location of the debian package mirror that will be used to fetch
595 the packages of the derivative in order to build the live system. By
596 default, this is set to the value of \-\-mirror\-bootstrap.
597 .IP "\fB\-\-mirror\-chroot\-security\fP \fIURL\fP" 4
598 sets the location of the debian security package mirror that will be used to
599 fetch the packages of the derivative in order to build the live system. By
600 default, this points to http://security.debian.org/debian/.
601 .IP "\fB\-\-mirror\-chroot\-updates\fP \fIURL\fP" 4
602 sets the location of the debian updates package mirror that will be used to
603 fetch packages of the derivative in order to build the live system. By
604 default, this is set to the value of \-\-mirror\-chroot.
605 .IP "\fB\-\-mirror\-chroot\-backports\fP \fIURL\fP" 4
606 sets the location of the debian backports package mirror that will be used
607 to fetch packages of the derivative in order to build the live system. By
608 default, this points to http://backports.debian.org/debian\-backports/.
609 .IP "\fB\-\-mirror\-binary\fP \fIURL\fP" 4
610 sets the location of the derivative package mirror that should end up
611 configured in the final image and which is the one a user would see and
612 use. This has not necessarily to be the same that is used to build the
613 image, e.g. if you use a local mirror but want to have an official mirror in
614 the image.
615 .IP "\fB\-\-mirror\-binary\-security\fP \fIURL\fP" 4
616 sets the location of the derivatives security package mirror that should end
617 up configured in the final image.
618 .IP "\fB\-\-mirror\-binary\-updates\fP \fIURL\fP" 4
619 sets the location of the derivatives updates package mirror that should end
620 up configured in the final image.
621 .IP "\fB\-\-mirror\-binary\-backports\fP \fIURL\fP" 4
622 sets the location of the derivatives backports package mirror that should
623 end up configured in the final image.
624 .IP "\fB\-\-mirror\-debian\-installer\fP \fIURL\fP" 4
625 sets the location of the mirror that will be used to fetch the debian
626 installer images of the derivative. By default, this points to the same
627 mirror used to build the live system, i.e. the value of \-\-mirror\-bootstrap.
628 .IP "\fB\-\-mode\fP debian|emdebian|progress|ubuntu" 4
629 defines a global mode to load project specific defaults. By default this is
630 set to debian.
631 .IP "\fB\-\-system\fP live|normal" 4
632 defines if the resulting system image should a live system or a normal,
633 non\-live system.
634 .IP "\fB\-\-net\-root\-filesystem\fP nfs|cfs" 4
635 defines the filesystem that will be configured in the bootloader
636 configuration for your netboot image. This defaults to nfs.
637 .IP "\fB\-\-net\-root\-mountoptions\fP \fIOPTIONS\fP" 4
638 sets additional options for mounting the root filesystem in netboot images
639 and is by default empty.
640 .IP "\fB\-\-net\-root\-path\fP \fIPATH\fP" 4
641 sets the file path that will be configured in the bootloader configuration
642 for your netboot image. This defaults to /srv/debian\-live in debian mode and
643 to /srv/emebian\-live when being in emdebian mode, and /srv/ubuntu\-live when
644 in ubuntu mode.
645 .IP "\fB\-\-net\-root\-server\fP \fIIP\fP|\fIHOSTNAME\fP" 4
646 sets the IP or hostname that will be configured in the bootloader
647 configuration for the root filesystem of your netboot image. This defaults
648 to 192.168.1.1.
649 .IP "\fB\-\-net\-cow\-filesystem\fP nfs|cfs" 4
650 defines the filesystem type for the copy\-on\-write layer and defaults to nfs.
651 .IP "\fB\-\-net\-cow\-mountoptions\fP \fIOPTIONS\fP" 4
652 sets additional options for mounting the copy\-on\-write layer in netboot
653 images and is by default empty.
654 .IP "\fB\-\-net\-cow\-path\fP \fIPATH\fP" 4
655 defines the path to client writable filesystem. Anywhere that
656 \fIclient_mac_address\fP is specified in the path live\-boot will substitute the
657 MAC address of the client delimited with hyphens.
658 .PP
659 .IP "" 4
660 Example:
661 .br
662 /export/hosts/client_mac_address
663 .br
664 /export/hosts/00\-16\-D3\-33\-92\-E8
665 .IP "\fB\-\-net\-cow\-server\fP \fIIP\fP|\fIHOSTNAME\fP" 4
666 sets the IP or hostname that will be configured in the bootloader
667 configuration for the copy\-on\-write filesystem of your netboot image and is
668 by default empty.
669 .IP "\fB\-\-net\-tarball\fP true|false" 4
670 defines if a compressed tarball should be created. Disabling this options
671 leads to no tarball at all, the plain binary directory is considered the
672 output in this case. Default is true.
673 .IP "\-p|\fB\-\-package\-lists\fP \fILIST\fP|\(dq\fILISTS\fP\(dq" 4
674 defines which lists available in /usr/share/live/build/package\-lists should
675 be used. By default, this is set to standard. Note that in case you have
676 local package lists, you don't need to list them here. Putting them into
677 config/package\-lists is enough (the filename needs to have the .list suffix
678 though).
679 .IP \fB\-\-quiet\fP 4
680 reduces the verbosity of messages output by \fBlb build\fP.
681 .IP "\fB\-\-archives\fP \fIARCHIVE\fP|\(dq\fIARCHIVES\fP\(dq" 4
682 enables one of available third\-party archive configurations in
683 /usr/share/live/build/archives.
684 .IP "\fB\-\-root\-command\fP sudo" 4
685 controls if live\-build should use sudo internally to build the live
686 image. Note that this is not well tested and that you should, when relying
687 on sudo, call the individual live\-build command with sudo itself.
688 .IP "\fB\-\-use\-fakeroot\fP true|false" 4
689 controls if live\-build should utilize fakeroot and fakechroot to try and
690 avoid requiring root privillages where possible. By default, this option is
691 false.
692 .IP "\fB\-\-archive\-areas\fP \fIARCHIVE_AREA\fP|\(dq\fIARCHIVE_AREAS\fP\(dq" 4
693 defines which package archive areas of a debian packages archive should be
694 used for configured debian package mirrors. By default, this is set to
695 main. Remember to check the licenses of each packages with respect to their
696 redistributability in your juristiction when enabling contrib or non\-free
697 with this mechanism.
698 .IP "\fB\-\-parent\-archive\-areas\fP \fIPARENT_ARCHIVE_AREA\fP|\(dq\fIPARENT_ARCHIVE_AREAS\fP\(dq" 4
699 defines the archive areas for derivatives of the resulting live system.
700 .IP "\fB\-\-security\fP true|false" 4
701 defines if the security repositories specified in the security mirror
702 options should be used or not.
703 .IP "\fB\-\-source\fP true|false" 4
704 defines if a corresponding source image to the binary image should be
705 build. By default this is false because most people do not require this and
706 would require to download quite a few source packages. However, once you
707 start distributing your live image, you should make sure you build it with a
708 source image alongside.
709 .IP "\-s|\fB\-\-source\-images\fP iso|netboot|tar|hdd" 4
710 defines the image type for the source image. Default is tar.
711 .IP "\fB\-\-firmware\-binary\fP true|false" 4
712 defines if firmware packages should be automatically included into the
713 binary pool for debian\-installer. Note that only firmware packages available
714 within the configured archive areas are included, e.g. an image with
715 packages from main only will not automatically include firmware from
716 non\-free. This option does not interfere with explicitly listed packages in
717 binary package lists.
718 .IP "\fB\-\-firmware\-chroot\fP true|false" 4
719 defines if firmware packages should be automatically included into the live
720 image. Note that only firmware packages available within the configured
721 archive areas are included, e.g. an image with packages from main only will
722 not automatically include firmware from non\-free. This option does not
723 interfere with explicitly listed packages in chroot package lists.
724 .IP "\fB\-\-swap\-file\-path\fP \fIPATH\fP" 4
725 defines the path to a swap file to create in the binary image. Default is
726 not to create a swap file.
727 .IP "\fB\-\-swap\-file\-size\fP \fIMB\fP" 4
728 defines what size in megabytes the swap file should be, if one is to be
729 created. Default is 512MB.
730 .IP "\fB\-\-syslinux\-theme\fP \fITHEME_SUFFIX\fP" 4
731 defines the syslinux theme to use. The theme suffix is the name of a
732 directory in /usr/share/syslinux/themes/ provided by a package named
733 syslinux\-theme\- plus the suffix. In debian mode, this defaults to
734 debian\-squeeze.
735 .IP "\fB\-\-tasksel\fP apt|aptitude|tasksel" 4
736 selects which program is used to install tasks. By default, this is set to
737 tasksel.
738 .IP "\fB\-\-templates\fP \fIPATH\fP" 4
739 sets the path to the templates that live\-build is going to use, e.g. for
740 bootloaders. By default, this is set to /usr/share/live/build/templates/.
741 .IP "\fB\-\-hdd\-size\fP MB" 4
742 defines what size the hdd image should be. Note that although the default is
743 set to 10000 (= 10GB), it will not need 10GB space on your harddisk as the
744 files are created as sparse files.
745 .IP "\fB\-\-updates\fP true|false" 4
746 defines if debian updates package archives should be included in the image
747 or not.
748 .IP "\fB\-\-backports\fP true|false" 4
749 defines if debian backports package archives should be included in the image
750 or not.
751 .IP "\fB\-\-exposed\-root\fP true|false" 4
752 defines whether to expose the root filesystem as read only and not covered
753 by the union filesystem. This has useful implications for certain speciality
754 setups such as LTSP. By default, this option is false.
755 .IP \fB\-\-verbose\fP 4
756 increases the verbosity of messages output by \fBlb build\fP.
757 .IP "\fB\-\-win32\-loader true|false\fP" 4
758 .\" FIXME
759 defines if win32\-loader should be included in the binary image or not.
760
761 .SH ENVIRONMENT
762 .\" FIXME
763 Currently, command line switches can also be specified through the
764 corresponding environment variable. However, this generally should not be
765 relied upon, as it is an implementation detail that is subject to change in
766 future releases. For options applying directly to live\-build, environment
767 variables are named LB_FOO, meaning, e.g. \fB\-\-apt\-ftp\-proxy\fP becomes
768 LB_APT_FTP_PROXY (the exception being internal options such as
769 \fB\-\-debug\fP). For options passed to another program, as in APT_OPTIONS or
770 GZIP_OPTIONS, no LB_ prefix is used.
771
772
773 .\" FIXME
774 .SH FILES
775 .\" FIXME
776 .IP \fBauto/config\fP 4
777 .IP "\fB/etc/live/build.conf, /etc/live/build/*\fP" 4
778 .\" FIXME
779 An optional, global configuration file for \fBlb config\fP variables. It is
780 useful to specify a few system wide defaults, like
781 LB_PARENT_MIRROR_BOOTSTRAP. This feature can be false by specifying the
782 \fB\-\-ignore\-system\-defaults\fP option.
783
784 .SH "SEE ALSO"
785 \fIlive\-build\fP(7)
786 .PP
787 \fIlive\-boot\fP(7)
788 .PP
789 \fIlive\-config\fP(7)
790 .PP
791 This program is a part of live\-build.
792
793 .SH HOMEPAGE
794 More information about live\-build and the Debian Live project can be found
795 on the homepage at <\fIhttp://live.debian.net/\fP> and in the manual at
796 <\fIhttp://live.debian.net/manual/\fP>.
797
798 .SH BUGS
799 Bugs can be reported by submitting a bugreport for the live\-build package in
800 the Debian Bug Tracking System at <\fIhttp://bugs.debian.org/\fP> or by
801 writing a mail to the Debian Live mailing list at
802 <\fIdebian\[email protected]\fP>.
803
804 .SH AUTHOR
805 live\-build was written by Daniel Baumann <\[email protected]\fP> for
806 the Debian project.
+0
-47
manpages/de/lb_source.de.1 less more
0 .\"*******************************************************************
1 .\"
2 .\" This file was generated with po4a. Translate the source file.
3 .\"
4 .\"*******************************************************************
5 .TH LIVE\-BUILD 1 2013\-01\-02 3.0~b5\-1 "Debian Live Project"
6
7 .SH NAME
8 \fBlb source\fP \- Complete the source stage
9
10 .SH SYNOPSIS
11 \fBlb source\fP [\fIlive\-build options\fP]
12
13 .SH DESCRIPTION
14 \fBlb source\fP is a high\-level command (porcelain) of \fIlive\-build\fP(7), the
15 Debian Live tool suite.
16 .PP
17 \fBlb source\fP calls all necessary live\-build programs in the correct order to
18 complete the source stage.
19
20 .SH OPTIONS
21 \fBlb source\fP has no specific options but understands all generic live\-build
22 options. See \fIlive\-build\fP(7) for a complete list of all generic live\-build
23 options.
24
25 .SH FILES
26 .IP \fBnone\fP 4
27
28 .SH "SEE ALSO"
29 \fIlive\-build\fP(7)
30 .PP
31 This program is a part of live\-build.
32
33 .SH HOMEPAGE
34 More information about live\-build and the Debian Live project can be found
35 on the homepage at <\fIhttp://live.debian.net/\fP> and in the manual at
36 <\fIhttp://live.debian.net/manual/\fP>.
37
38 .SH BUGS
39 Bugs can be reported by submitting a bugreport for the live\-build package in
40 the Debian Bug Tracking System at <\fIhttp://bugs.debian.org/\fP> or by
41 writing a mail to the Debian Live mailing list at
42 <\fIdebian\[email protected]\fP>.
43
44 .SH AUTHOR
45 live\-build was written by Daniel Baumann <\[email protected]\fP> for
46 the Debian project.
+0
-53
manpages/de/lb_testroot.de.1 less more
0 .\"*******************************************************************
1 .\"
2 .\" This file was generated with po4a. Translate the source file.
3 .\"
4 .\"*******************************************************************
5 .TH LIVE\-BUILD 1 2013\-01\-02 3.0~b5\-1 "Debian Live Project"
6
7 .SH NAME
8 \fBlb testroot\fP \- Ensure that a system is built as root
9
10 .SH SYNOPSIS
11 \fBlb testroot\fP [\fIlive\-build options\fP]
12
13 .SH DESCRIPTION
14 \fBlb testroot\fP is a high\-level command (porcelain) of \fIlive\-build\fP(7), the
15 Debian Live tool suite.
16 .PP
17 .\" FIXME
18 \fBlb testroot\fP simply checks to see if you are root. If not, it exits with
19 an error. Debian Live images must currently be built as real root.
20 .PP
21 .\" FIXME
22 Note: Support for using \fIfakeroot\fP(1) and \fIsudo\fP(8) internally in
23 live\-build itself is still experimental, however, calling a helper yourself
24 with sudo is safe.
25
26 .SH OPTIONS
27 \fBlb testroot\fP has no specific options but understands all generic
28 live\-build options. See \fIlive\-build\fP(7) for a complete list of all generic
29 live\-build options.
30
31 .SH FILES
32 .IP \fBnone\fP 4
33
34 .SH "SEE ALSO"
35 \fIlive\-build\fP(7)
36 .PP
37 This program is a part of live\-build.
38
39 .SH HOMEPAGE
40 More information about live\-build and the Debian Live project can be found
41 on the homepage at <\fIhttp://live.debian.net/\fP> and in the manual at
42 <\fIhttp://live.debian.net/manual/\fP>.
43
44 .SH BUGS
45 Bugs can be reported by submitting a bugreport for the live\-build package in
46 the Debian Bug Tracking System at <\fIhttp://bugs.debian.org/\fP> or by
47 writing a mail to the Debian Live mailing list at
48 <\fIdebian\[email protected]\fP>.
49
50 .SH AUTHOR
51 live\-build was written by Daniel Baumann <\[email protected]\fP> for
52 the Debian project.
+0
-290
manpages/de/live-build.de.7 less more
0 .\"*******************************************************************
1 .\"
2 .\" This file was generated with po4a. Translate the source file.
3 .\"
4 .\"*******************************************************************
5 .TH LIVE\-BUILD 7 2013\-01\-02 3.0~b5\-1 "Debian Live Project"
6
7 .SH NAME
8 \fBlive\-build\fP \- the Debian Live tool suite
9
10 .SH SYNOPSIS
11 .\" FIXME
12 .\" FIXME
13 \fBlb \fP\fICOMMAND\fP [\fB\-h|\-\-help\fP] [\fB\-u|\-\-usage\fP] [\fB\-v|\-\-version\fP]
14 [\fB\-\-breakpoints\fP] [\fB\-\-conffile\fP] [\fB\-\-debug\fP] [\fB\-\-force\fP] [\fB\-\-quiet\fP]
15 [\fB\-\-verbose\fP]
16
17 .SH DESCRIPTION
18 .\" FIXME
19 live\-build is a set of scripts to build Debian Live system images. The idea
20 behind live\-build is a tool suite that uses a configuration directory to
21 completely automate and customize all aspects of building a Live image.
22 .PP
23 The \fICOMMAND\fP is a name of a live\-build command (see below).
24 .PP
25 .\" FIXME
26 More documentation about how to use live\-build is available in the
27 individual manpages for each helper and in the manual at
28 <\fIhttp://live.debian.net/manual/\fP>.
29
30 .SH OPTIONS
31 .\" FIXME
32 .SS "Shared live\-build options"
33 The following command line options are supported by all live\-build programs.
34 .IP "\fB\-h, \-\-help\fP" 4
35 display help and exit.
36 .IP "\fB\-u, \-\-usage\fP" 4
37 show usage and exit.
38 .IP "\fB\-v, \-\-version\fP" 4
39 output version information and exit.
40 .SS "Common live\-build options"
41 The following command line options are supported by most live\-build
42 programs. See the man page of each program for a complete explanation of
43 what each option does.
44 .IP \fB\-\-breakpoints\fP 4
45 run with breakpoints.
46 .IP \fB\-\-conffile\fP 4
47 use custom configuration file.
48 .IP \fB\-\-debug\fP 4
49 show debug information.
50 .IP \fB\-\-force\fP 4
51 force helper execution, even if stage file exists.
52 .IP \fB\-\-quiet\fP 4
53 be quiet.
54 .IP \fB\-\-verbose\fP 4
55 .\" FIXME
56 be verbose.
57
58 .SH "LIVE\-BUILD COMMANDS"
59 .\" FIXME
60 We divide live\-build into high level ("porcelain") commands and low level
61 ("plumbing") commands.
62 .PP
63 .\" FIXME
64 Here is the complete list of all available live\-build commands. See their
65 man pages for additional documentation.
66
67 .SH "HIGH\-LEVEL COMMANDS (PORCELAIN)"
68 .\" FIXME
69 We separate the porcelain commands into the main commands and some ancillary
70 user utilities.
71 .SS "Main porcelain commands"
72 .IP \fBlb_config\fP(1) 4
73 create configuration for live\-build
74 .IP \fBlb_bootstrap\fP(1) 4
75 create the first stage by bootstrapping a basic debian system
76 .IP \fBlb_chroot\fP(1) 4
77 create the second stage by customizing the chroot
78 .IP \fBlb_binary\fP(1) 4
79 create the third stage by generating a binary image
80 .IP \fBlb_source\fP(1) 4
81 create the optional fourth stage by generating a source image
82 .IP \fBlb_clean\fP(1) 4
83 clean up system build directories
84 .SS "Ancillary Commands"
85 .IP \fBlb\fP(1) 4
86 generic live\-build wrapper
87 .IP \fBlb_build\fP(1) 4
88 alias for all stages
89 .IP \fBlb_local\fP(1) 4
90 helper for using a local live\-build
91 .IP \fBlb_testroot\fP(1) 4
92 .\" FIXME
93 ensure that a system is built as root
94
95 .SH "LOW\-LEVEL COMMANDS (PLUMBING)"
96 .\" FIXME
97 The actual work of live\-build is implemented in the low\-level commands,
98 called plumbing. They are not supposed to be used by end users, they should
99 stick with porcelains as they ensure that all the different plumbing
100 commands are executed in the right order. However, if you intend to reuse
101 live\-build commands in your own scripts, then the plumbings might be of
102 interest for you.
103 .PP
104 Note that the interface (set of options and the semantics) to these
105 low\-level commands are meant to be a lot more stable than Porcelain level
106 commands. The interface to Porcelain commands on the other hand are subject
107 to change in order to improve the end user experience.
108 .SS "Bootstrap commands"
109 .IP \fBlb_bootstrap_cache\fP(1) 4
110 cache bootstrap stage
111 .IP \fBlb_bootstrap_cdebootstrap\fP(1) 4
112 bootstrap a Debian system with cdebootstrap(1)
113 .IP \fBlb_bootstrap_debootstrap\fP(1) 4
114 bootstrap a Debian system with debootstrap(8)
115 .SS "Chroot commands"
116 .IP \fBlb_chroot_apt\fP(1) 4
117 manage /etc/apt/apt.conf
118 .IP \fBlb_chroot_cache\fP(1) 4
119 cache chroot stage
120 .IP \fBlb_chroot_debianchroot\fP(1) 4
121 manage /etc/debian_chroot
122 .IP \fBlb_chroot_devpts\fP(1) 4
123 mount /dev/pts
124 .IP \fBlb_chroot_dpkg\fP(1) 4
125 manage /sbin/dpkg
126 .IP \fBlb_chroot_hacks\fP(1) 4
127 execute hacks in chroot
128 .IP \fBlb_chroot_hostname\fP(1) 4
129 manage /bin/hostname
130 .IP \fBlb_chroot_hosts\fP(1) 4
131 manage /etc/hosts
132 .IP \fBlb_chroot_install\-packages\fP(1) 4
133 install queued packages into chroot
134 .IP \fBlb_chroot_interactive\fP(1) 4
135 make build interactive
136 .IP \fBlb_chroot_linux\-image\fP(1) 4
137 manage /etc/kernel\-img.conf
138 .IP \fBlb_chroot_hooks\fP(1) 4
139 execute local hooks in chroot
140 .IP \fBlb_chroot_local\-includes\fP(1) 4
141 copy local files into chroot
142 .IP \fBlb_chroot_packages\fP(1) 4
143 queue install of packages into chroot
144 .IP \fBlb_chroot_local\-patches\fP(1) 4
145 apply local patches against chroot
146 .IP \fBlb_chroot_local\-preseed\fP(1) 4
147 use debconf local preseeding file
148 .IP \fBlb_chroot_packagelists\fP(1) 4
149 queue install of package lists into chroot
150 .IP \fBlb_chroot_proc\fP(1) 4
151 mount /proc
152 .IP \fBlb_chroot_resolv\fP(1) 4
153 manage /etc/resolv.conf
154 .IP \fBlb_chroot_selinuxfs\fP(1) 4
155 mount /selinux
156 .IP \fBlb_chroot_archives\fP(1) 4
157 manage /etc/apt/sources.list
158 .IP \fBlb_chroot_sysfs\fP(1) 4
159 mount /sys
160 .IP \fBlb_chroot_sysv\-rc\fP(1) 4
161 manage /usr/sbin/policy\-rc.d
162 .IP \fBlb_chroot_task\-lists\fP(1) 4
163 install task lists into chroot
164 .SS "Binary commands"
165 .IP \fBlb_binary_chroot\fP(1) 4
166 copy chroot into chroot
167 .IP \fBlb_binary_debian\-installer\fP(1) 4
168 install debian\-installer into binary
169 .IP \fBlb_binary_disk\fP(1) 4
170 install disk information into binary
171 .IP \fBlb_binary_grub\fP(1) 4
172 installs grub into binary
173 .IP \fBlb_binary_grub2\fP(1) 4
174 installs grub2 into binary
175 .IP \fBlb_binary_includes\fP(1) 4
176 copy files into binary
177 .IP \fBlb_binary_iso\fP(1) 4
178 build iso binary image
179 .IP \fBlb_binary_linux\-image\fP(1) 4
180 install linux\-image into binary
181 .IP \fBlb_binary_local\-hooks\fP(1) 4
182 execute local hooks in binary
183 .IP \fBlb_binary_local\-includes\fP(1) 4
184 copy files into binary
185 .IP \fBlb_binary_local\-packagelists\fP(1) 4
186 install local package lists into binary
187 .IP \fBlb_binary_manifest\fP(1) 4
188 create manifest
189 .IP \fBlb_binary_checksums\fP(1) 4
190 create binary checksums (md5, sha1, and/or sha256)
191 .IP \fBlb_binary_memtest\fP(1) 4
192 installs a memtest into binary
193 .IP \fBlb_binary_net\fP(1) 4
194 build netboot binary image
195 .IP \fBlb_binary_rootfs\fP(1) 4
196 build rootfs image
197 .IP \fBlb_binary_silo\fP(1) 4
198 installs silo into binary
199 .IP \fBlb_binary_syslinux\fP(1) 4
200 installs syslinux into binary
201 .IP \fBlb_binary_tar\fP(1) 4
202 build harddisk binary image
203 .IP \fBlb_binary_hdd\fP(1) 4
204 build binary hdd image
205 .IP \fBlb_binary_win32\-loader\fP(1) 4
206 installs win32\-loader into binary
207 .IP \fBlb_binary_yaboot\fP(1) 4
208 installs yaboot into binary
209 .SS "Source commands"
210 .IP \fBlb_source_debian\fP(1) 4
211 download sources
212 .IP \fBlb_source_debian\-live\fP(1) 4
213 copy debian\-live config into source
214 .IP \fBlb_source_disk\fP(1) 4
215 install disk information into source
216 .IP \fBlb_source_iso\fP(1) 4
217 build iso source image
218 .IP \fBlb_source_checksums\fP(1) 4
219 create source checksums (md5, sha1, and/or sha256)
220 .IP \fBlb_source_net\fP(1) 4
221 build source net image
222 .IP \fBlb_source_tar\fP(1) 4
223 build source tarball
224 .IP \fBlb_source_hdd\fP(1) 4
225 .\" FIXME
226 build source hdd image
227
228 .SH "CONFIG FILES"
229 .\" FIXME
230 Many live\-build commands make use of files in the \fIconfig/\fP directory to
231 control what they do. Besides the common \fIconfig/common\fP, which is used by
232 all live\-build commands, some additional files can be used to configure the
233 behavior of specific live\-build commands. These files are typically named
234 config/stage or config/stage_helper (where "stage" of course, is replaced
235 with the name of the stage that they belong to, and "helper" with the name
236 of the helper).
237 .PP
238 For example, lb_bootstrap_debootstrap uses files named config/bootstrap and
239 config/bootstrap_debootstrap to read the options it will use. See the man
240 pages of individual commands for details about the names and formats of the
241 files they use. Generally, these files contain variables with values
242 assigned, one variable per line. Some programs in live\-build use pairs of
243 values or slightly more complicated variable assignments.
244 .PP
245 Note that live\-build will respect environment variables which are present in
246 the context of the shell it is running. If variables can be read from config
247 files, then they override environment variables, and if command line options
248 are used, they override values from config files. If no value for a given
249 variable can be found and thus is unset, live\-build will automatically set
250 it to the default value.
251 .PP
252 In some rare cases, you may want to have different versions of these files
253 for different architectures or distributions. If files named
254 config/stage.arch or config/stage_helper.arch, and config/stage.dist or
255 config/stage_helper.dist exist, where "arch" is the same as the output of
256 "dpkg \-\-print\-architecture" and "dist" is the same as the codename of the
257 target distribution, then they will be used in preference to other, more
258 general files.
259 .PP
260 .\" FIXME
261 All config files are shell scripts which are sourced by a live\-build
262 program. That means they have to follow the normal shell syntax. You can
263 also put comments in these files; lines beginning with "#" are ignored.
264
265 .SH FILES
266 .IP \fB/etc/live/build.conf\fP 4
267 .IP \fB/etc/live/build/*\fP 4
268
269 .SH "SEE ALSO"
270 \fIlive\-boot\fP(7)
271 .PP
272 \fIlive\-config\fP(7)
273 .PP
274 This program is a part of live\-build.
275
276 .SH HOMEPAGE
277 More information about live\-build and the Debian Live project can be found
278 on the homepage at <\fIhttp://live.debian.net/\fP> and in the manual at
279 <\fIhttp://live.debian.net/manual/\fP>.
280
281 .SH BUGS
282 Bugs can be reported by submitting a bugreport for the live\-build package in
283 the Debian Bug Tracking System at <\fIhttp://bugs.debian.org/\fP> or by
284 writing a mail to the Debian Live mailing list at
285 <\fIdebian\[email protected]\fP>.
286
287 .SH AUTHOR
288 live\-build was written by Daniel Baumann <\[email protected]\fP> for
289 the Debian project.
0 .TH LIVE\-BUILD 1 2013\-01\-02 3.0~b5-1 "Debian Live Project"
0 .TH LIVE\-BUILD 1 2013\-02\-14 3.0.1-1 "Debian Live Project"
11
22 .SH NAME
33 \fBlb\fR \- wrapper for live\-build programs
0 .TH LIVE\-BUILD 1 2013\-01\-02 3.0~b5-1 "Debian Live Project"
0 .TH LIVE\-BUILD 1 2013\-02\-14 3.0.1-1 "Debian Live Project"
11
22 .SH NAME
33 \fBlb binary\fR \- Complete the binary stage
0 .TH LIVE\-BUILD 1 2013\-01\-02 3.0~b5-1 "Debian Live Project"
0 .TH LIVE\-BUILD 1 2013\-02\-14 3.0.1-1 "Debian Live Project"
11
22 .SH NAME
33 \fBlb bootstrap\fR \- Complete the bootstrap stage
0 .TH LIVE\-BUILD 1 2013\-01\-02 3.0~b5-1 "Debian Live Project"
0 .TH LIVE\-BUILD 1 2013\-02\-14 3.0.1-1 "Debian Live Project"
11
22 .SH NAME
33 \fBlb build\fR \- Complete the bootstrap, chroot, binary, and source stages
0 .TH LIVE\-BUILD 1 2013\-01\-02 3.0~b5-1 "Debian Live Project"
0 .TH LIVE\-BUILD 1 2013\-02\-14 3.0.1-1 "Debian Live Project"
11
22 .SH NAME
33 \fBlb chroot\fR \- Complete the chroot stage
0 .TH LIVE\-BUILD 1 2013\-01\-02 3.0~b5-1 "Debian Live Project"
0 .TH LIVE\-BUILD 1 2013\-02\-14 3.0.1-1 "Debian Live Project"
11
22 .SH NAME
33 \fBlb clean\fR \- Clean build directory
0 .TH LIVE\-BUILD 1 2013\-01\-02 3.0~b5-1 "Debian Live Project"
0 .TH LIVE\-BUILD 1 2013\-02\-14 3.0.1-1 "Debian Live Project"
11
22 .SH NAME
33 \fBlb config\fR \- Create config directory
194194 .br
195195 [\fB\-\-net\-tarball\fR true|false]
196196 .br
197 [\-p|\fB\-\-package\-lists\fR \fILIST\fR|\fI"LISTS"\fR]
198 .br
199197 [\fB\-\-quiet\fR]
200198 .br
201199 [\fB\-\-root-command\fR sudo]
213211 [\fB\-\-source\fR true|false]
214212 .br
215213 [\-s|\fB\-\-source\-images\fR iso|netboot|tar|hdd]
216 .br
217 [\fB\-\-syslinux\-theme\fR \fITHEME_SUFFIX\fR]
218214 .br
219215 [\fB\-\-tasksel\fR apt|aptitude|tasksel]
220216 .br
433429 sets the IP or hostname that will be configured in the bootloader configuration for the copy\-on\-write filesystem of your netboot image and is by default empty.
434430 .IP "\fB\-\-net\-tarball\fR true|false" 4
435431 defines if a compressed tarball should be created. Disabling this options leads to no tarball at all, the plain binary directory is considered the output in this case. Default is true.
436 .IP "\-p|\fB\-\-package\-lists\fR \fILIST\fR|""\fILISTS\fR""" 4
437 defines which lists available in /usr/share/live/build/package-lists should be used. By default, this is set to standard. Note that in case you have local package lists, you don't need to list them here. Putting them into config/package-lists is enough (the filename needs to have the .list suffix though).
438 .IP "\fB\-\-quiet\fR" 4
439 reduces the verbosity of messages output by \fBlb build\fR.
440432 .IP "\fB\-\-archives\fR \fIARCHIVE\fR|""\fIARCHIVES\fR""" 4
441433 enables one of available third-party archive configurations in /usr/share/live/build/archives.
442434 .IP "\fB\-\-root-command\fR sudo" 4
461453 defines the path to a swap file to create in the binary image. Default is not to create a swap file.
462454 .IP "\fB\-\-swap\-file\-size\fR \fIMB\fR" 4
463455 defines what size in megabytes the swap file should be, if one is to be created. Default is 512MB.
464 .IP "\fB\-\-syslinux\-theme\fR \fITHEME_SUFFIX\fR" 4
465 defines the syslinux theme to use. The theme suffix is the name of a directory in /usr/share/syslinux/themes/ provided by a package named syslinux\-theme\- plus the suffix. In debian mode, this defaults to debian\-squeeze.
466456 .IP "\fB\-\-tasksel\fR apt|aptitude|tasksel" 4
467457 selects which program is used to install tasks. By default, this is set to tasksel.
468458 .IP "\fB\-\-templates\fR \fIPATH\fR" 4
0 .TH LIVE\-BUILD 1 2013\-01\-02 3.0~b5-1 "Debian Live Project"
0 .TH LIVE\-BUILD 1 2013\-02\-14 3.0.1-1 "Debian Live Project"
11
22 .SH NAME
33 \fBlb source\fR \- Complete the source stage
0 .TH LIVE\-BUILD 1 2013\-01\-02 3.0~b5-1 "Debian Live Project"
0 .TH LIVE\-BUILD 1 2013\-02\-14 3.0.1-1 "Debian Live Project"
11
22 .SH NAME
33 \fBlb testroot\fR \- Ensure that a system is built as root
0 .TH LIVE\-BUILD 7 2013\-01\-02 3.0~b5-1 "Debian Live Project"
0 .TH LIVE\-BUILD 7 2013\-02\-14 3.0.1-1 "Debian Live Project"
11
22 .SH NAME
33 \fBlive\-build\fR \- the Debian Live tool suite
+0
-201
manpages/po/de/lb.1.po less more
0 # German translations for live-build
1 # Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
2 # This file is distributed under the same license as the live-build package.
3 #
4 msgid ""
5 msgstr ""
6 "Project-Id-Version: live-build 3.0~b5-1\n"
7 "POT-Creation-Date: 2012-12-30 15:52+0100\n"
8 "PO-Revision-Date: 2010-05-24 09:59+0300\n"
9 "Last-Translator: Daniel Baumann <[email protected]>\n"
10 "Language-Team: none\n"
11 "Language: de\n"
12 "MIME-Version: 1.0\n"
13 "Content-Type: text/plain; charset=UTF-8\n"
14 "Content-Transfer-Encoding: 8bit\n"
15 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
16
17 #. type: TH
18 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
19 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
20 #: en/lb_testroot.1:1 en/live-build.7:1
21 #, no-wrap
22 msgid "LIVE-BUILD"
23 msgstr ""
24
25 #. type: TH
26 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
27 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
28 #: en/lb_testroot.1:1 en/live-build.7:1
29 #, no-wrap
30 msgid "2013-01-02"
31 msgstr ""
32
33 #. type: TH
34 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
35 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
36 #: en/lb_testroot.1:1 en/live-build.7:1
37 #, no-wrap
38 msgid "3.0~b5-1"
39 msgstr ""
40
41 #. type: TH
42 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
43 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
44 #: en/lb_testroot.1:1 en/live-build.7:1
45 #, no-wrap
46 msgid "Debian Live Project"
47 msgstr ""
48
49 #. type: SH
50 #: en/lb.1:3 en/lb_binary.1:3 en/lb_bootstrap.1:3 en/lb_build.1:3
51 #: en/lb_chroot.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_source.1:3
52 #: en/lb_testroot.1:3 en/live-build.7:3
53 #, no-wrap
54 msgid "NAME"
55 msgstr ""
56
57 #. type: Plain text
58 #: en/lb.1:5
59 msgid "B<lb> - wrapper for live-build programs"
60 msgstr ""
61
62 #. type: SH
63 #: en/lb.1:6 en/lb_binary.1:6 en/lb_bootstrap.1:6 en/lb_build.1:6
64 #: en/lb_chroot.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_source.1:6
65 #: en/lb_testroot.1:6 en/live-build.7:6
66 #, no-wrap
67 msgid "SYNOPSIS"
68 msgstr ""
69
70 #. type: Plain text
71 #: en/lb.1:8
72 msgid "B<lb> COMMAND [COMMAND_OPTIONS]"
73 msgstr ""
74
75 #. type: Plain text
76 #: en/lb.1:10
77 msgid "B<lb> [I<live-build\\ options>]"
78 msgstr ""
79
80 #. type: SH
81 #: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9
82 #: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:237 en/lb_source.1:9
83 #: en/lb_testroot.1:9 en/live-build.7:11
84 #, no-wrap
85 msgid "DESCRIPTION"
86 msgstr ""
87
88 #. type: Plain text
89 #: en/lb.1:13
90 msgid ""
91 "B<lb> is a high-level command (porcelain) of I<live-build>(7), the Debian "
92 "Live tool suite."
93 msgstr ""
94
95 #. type: SH
96 #: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
97 #: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:246 en/lb_source.1:14
98 #: en/lb_testroot.1:18 en/live-build.7:20
99 #, no-wrap
100 msgid "OPTIONS"
101 msgstr ""
102
103 #. type: Plain text
104 #: en/lb.1:18
105 msgid ""
106 "B<lb> has no specific options but understands all generic live-build "
107 "options. See I<live-build>(7) for a complete list of all generic live-build "
108 "options."
109 msgstr ""
110
111 #. type: SH
112 #: en/lb.1:19 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17
113 #: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:490 en/lb_source.1:17
114 #: en/lb_testroot.1:21 en/live-build.7:219
115 #, no-wrap
116 msgid "FILES"
117 msgstr ""
118
119 #. type: IP
120 #: en/lb.1:20 en/lb_binary.1:18 en/lb_bootstrap.1:18 en/lb_chroot.1:18
121 #: en/lb_source.1:18 en/lb_testroot.1:22
122 #, no-wrap
123 msgid "B<none>"
124 msgstr ""
125
126 #. type: SH
127 #: en/lb.1:22 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:22
128 #: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:497 en/lb_source.1:20
129 #: en/lb_testroot.1:24 en/live-build.7:223
130 #, no-wrap
131 msgid "SEE ALSO"
132 msgstr ""
133
134 #. type: Plain text
135 #: en/lb.1:24 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:24
136 #: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:499 en/lb_source.1:22
137 #: en/lb_testroot.1:26
138 msgid "I<live-build>(7)"
139 msgstr ""
140
141 #. type: Plain text
142 #: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26
143 #: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:505 en/lb_source.1:24
144 #: en/lb_testroot.1:28 en/live-build.7:229
145 msgid "This program is a part of live-build."
146 msgstr ""
147
148 #. type: SH
149 #: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27
150 #: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:506 en/lb_source.1:25
151 #: en/lb_testroot.1:29 en/live-build.7:230
152 #, no-wrap
153 msgid "HOMEPAGE"
154 msgstr ""
155
156 #. type: Plain text
157 #: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29
158 #: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:508 en/lb_source.1:27
159 #: en/lb_testroot.1:31 en/live-build.7:232
160 msgid ""
161 "More information about live-build and the Debian Live project can be found "
162 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
163 "E<lt>I<http://live.debian.net/manual/>E<gt>."
164 msgstr ""
165
166 #. type: SH
167 #: 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:509 en/lb_source.1:28
169 #: en/lb_testroot.1:32 en/live-build.7:233
170 #, no-wrap
171 msgid "BUGS"
172 msgstr ""
173
174 #. type: Plain text
175 #: 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:511 en/lb_source.1:30
177 #: en/lb_testroot.1:34 en/live-build.7:235
178 msgid ""
179 "Bugs can be reported by submitting a bugreport for the live-build package in "
180 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
181 "writing a mail to the Debian Live mailing list at E<lt>I<debian-live@lists."
182 "debian.org>E<gt>."
183 msgstr ""
184
185 #. type: SH
186 #: 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:512 en/lb_source.1:31
188 #: en/lb_testroot.1:35 en/live-build.7:236
189 #, no-wrap
190 msgid "AUTHOR"
191 msgstr ""
192
193 #. type: Plain text
194 #: 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:513 en/lb_source.1:32
196 #: en/lb_testroot.1:36 en/live-build.7:237
197 msgid ""
198 "live-build was written by Daniel Baumann E<lt>I<[email protected]>E<gt> for "
199 "the Debian project."
200 msgstr ""
+0
-203
manpages/po/de/lb_binary.1.po less more
0 # German translations for live-build
1 # Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
2 # This file is distributed under the same license as the live-build package.
3 #
4 msgid ""
5 msgstr ""
6 "Project-Id-Version: live-build 3.0~b5-1\n"
7 "POT-Creation-Date: 2012-12-30 15:52+0100\n"
8 "PO-Revision-Date: 2010-05-24 09:59+0300\n"
9 "Last-Translator: Daniel Baumann <[email protected]>\n"
10 "Language-Team: none\n"
11 "Language: de\n"
12 "MIME-Version: 1.0\n"
13 "Content-Type: text/plain; charset=UTF-8\n"
14 "Content-Transfer-Encoding: 8bit\n"
15 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
16
17 #. type: TH
18 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
19 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
20 #: en/lb_testroot.1:1 en/live-build.7:1
21 #, no-wrap
22 msgid "LIVE-BUILD"
23 msgstr ""
24
25 #. type: TH
26 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
27 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
28 #: en/lb_testroot.1:1 en/live-build.7:1
29 #, no-wrap
30 msgid "2013-01-02"
31 msgstr ""
32
33 #. type: TH
34 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
35 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
36 #: en/lb_testroot.1:1 en/live-build.7:1
37 #, no-wrap
38 msgid "3.0~b5-1"
39 msgstr ""
40
41 #. type: TH
42 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
43 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
44 #: en/lb_testroot.1:1 en/live-build.7:1
45 #, no-wrap
46 msgid "Debian Live Project"
47 msgstr ""
48
49 #. type: SH
50 #: en/lb.1:3 en/lb_binary.1:3 en/lb_bootstrap.1:3 en/lb_build.1:3
51 #: en/lb_chroot.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_source.1:3
52 #: en/lb_testroot.1:3 en/live-build.7:3
53 #, no-wrap
54 msgid "NAME"
55 msgstr ""
56
57 #. type: SH
58 #: en/lb.1:6 en/lb_binary.1:6 en/lb_bootstrap.1:6 en/lb_build.1:6
59 #: en/lb_chroot.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_source.1:6
60 #: en/lb_testroot.1:6 en/live-build.7:6
61 #, no-wrap
62 msgid "SYNOPSIS"
63 msgstr ""
64
65 #. type: SH
66 #: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9
67 #: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:237 en/lb_source.1:9
68 #: en/lb_testroot.1:9 en/live-build.7:11
69 #, no-wrap
70 msgid "DESCRIPTION"
71 msgstr ""
72
73 #. type: SH
74 #: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
75 #: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:246 en/lb_source.1:14
76 #: en/lb_testroot.1:18 en/live-build.7:20
77 #, no-wrap
78 msgid "OPTIONS"
79 msgstr ""
80
81 #. type: SH
82 #: en/lb.1:19 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17
83 #: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:490 en/lb_source.1:17
84 #: en/lb_testroot.1:21 en/live-build.7:219
85 #, no-wrap
86 msgid "FILES"
87 msgstr ""
88
89 #. type: IP
90 #: en/lb.1:20 en/lb_binary.1:18 en/lb_bootstrap.1:18 en/lb_chroot.1:18
91 #: en/lb_source.1:18 en/lb_testroot.1:22
92 #, no-wrap
93 msgid "B<none>"
94 msgstr ""
95
96 #. type: SH
97 #: en/lb.1:22 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:22
98 #: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:497 en/lb_source.1:20
99 #: en/lb_testroot.1:24 en/live-build.7:223
100 #, no-wrap
101 msgid "SEE ALSO"
102 msgstr ""
103
104 #. type: Plain text
105 #: en/lb.1:24 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:24
106 #: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:499 en/lb_source.1:22
107 #: en/lb_testroot.1:26
108 msgid "I<live-build>(7)"
109 msgstr ""
110
111 #. type: Plain text
112 #: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26
113 #: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:505 en/lb_source.1:24
114 #: en/lb_testroot.1:28 en/live-build.7:229
115 msgid "This program is a part of live-build."
116 msgstr ""
117
118 #. type: SH
119 #: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27
120 #: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:506 en/lb_source.1:25
121 #: en/lb_testroot.1:29 en/live-build.7:230
122 #, no-wrap
123 msgid "HOMEPAGE"
124 msgstr ""
125
126 #. type: Plain text
127 #: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29
128 #: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:508 en/lb_source.1:27
129 #: en/lb_testroot.1:31 en/live-build.7:232
130 msgid ""
131 "More information about live-build and the Debian Live project can be found "
132 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
133 "E<lt>I<http://live.debian.net/manual/>E<gt>."
134 msgstr ""
135
136 #. type: SH
137 #: 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:509 en/lb_source.1:28
139 #: en/lb_testroot.1:32 en/live-build.7:233
140 #, no-wrap
141 msgid "BUGS"
142 msgstr ""
143
144 #. type: Plain text
145 #: 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:511 en/lb_source.1:30
147 #: en/lb_testroot.1:34 en/live-build.7:235
148 msgid ""
149 "Bugs can be reported by submitting a bugreport for the live-build package in "
150 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
151 "writing a mail to the Debian Live mailing list at E<lt>I<debian-live@lists."
152 "debian.org>E<gt>."
153 msgstr ""
154
155 #. type: SH
156 #: 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:512 en/lb_source.1:31
158 #: en/lb_testroot.1:35 en/live-build.7:236
159 #, no-wrap
160 msgid "AUTHOR"
161 msgstr ""
162
163 #. type: Plain text
164 #: 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:513 en/lb_source.1:32
166 #: en/lb_testroot.1:36 en/live-build.7:237
167 msgid ""
168 "live-build was written by Daniel Baumann E<lt>I<[email protected]>E<gt> for "
169 "the Debian project."
170 msgstr ""
171
172 #. type: Plain text
173 #: en/lb_binary.1:5
174 msgid "B<lb binary> - Complete the binary stage"
175 msgstr ""
176
177 #. type: Plain text
178 #: en/lb_binary.1:8
179 msgid "B<lb binary> [I<live-build options>]"
180 msgstr ""
181
182 #. type: Plain text
183 #: en/lb_binary.1:11
184 msgid ""
185 "B<lb binary> is a high-level command (porcelain) of I<live-build>(7), the "
186 "Debian Live tool suite."
187 msgstr ""
188
189 #. type: Plain text
190 #: en/lb_binary.1:13
191 msgid ""
192 "B<lb binary> calls all necessary live-build programs in the correct order to "
193 "complete the binary stage."
194 msgstr ""
195
196 #. type: Plain text
197 #: en/lb_binary.1:16
198 msgid ""
199 "B<lb binary> has no specific options but understands all generic live-build "
200 "options. See I<live-build>(7) for a complete list of all generic live-build "
201 "options."
202 msgstr ""
+0
-203
manpages/po/de/lb_bootstrap.1.po less more
0 # German translations for live-build
1 # Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
2 # This file is distributed under the same license as the live-build package.
3 #
4 msgid ""
5 msgstr ""
6 "Project-Id-Version: live-build 3.0~b5-1\n"
7 "POT-Creation-Date: 2012-12-30 15:52+0100\n"
8 "PO-Revision-Date: 2010-05-24 09:59+0300\n"
9 "Last-Translator: Daniel Baumann <[email protected]>\n"
10 "Language-Team: none\n"
11 "Language: de\n"
12 "MIME-Version: 1.0\n"
13 "Content-Type: text/plain; charset=UTF-8\n"
14 "Content-Transfer-Encoding: 8bit\n"
15 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
16
17 #. type: TH
18 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
19 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
20 #: en/lb_testroot.1:1 en/live-build.7:1
21 #, no-wrap
22 msgid "LIVE-BUILD"
23 msgstr ""
24
25 #. type: TH
26 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
27 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
28 #: en/lb_testroot.1:1 en/live-build.7:1
29 #, no-wrap
30 msgid "2013-01-02"
31 msgstr ""
32
33 #. type: TH
34 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
35 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
36 #: en/lb_testroot.1:1 en/live-build.7:1
37 #, no-wrap
38 msgid "3.0~b5-1"
39 msgstr ""
40
41 #. type: TH
42 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
43 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
44 #: en/lb_testroot.1:1 en/live-build.7:1
45 #, no-wrap
46 msgid "Debian Live Project"
47 msgstr ""
48
49 #. type: SH
50 #: en/lb.1:3 en/lb_binary.1:3 en/lb_bootstrap.1:3 en/lb_build.1:3
51 #: en/lb_chroot.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_source.1:3
52 #: en/lb_testroot.1:3 en/live-build.7:3
53 #, no-wrap
54 msgid "NAME"
55 msgstr ""
56
57 #. type: SH
58 #: en/lb.1:6 en/lb_binary.1:6 en/lb_bootstrap.1:6 en/lb_build.1:6
59 #: en/lb_chroot.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_source.1:6
60 #: en/lb_testroot.1:6 en/live-build.7:6
61 #, no-wrap
62 msgid "SYNOPSIS"
63 msgstr ""
64
65 #. type: SH
66 #: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9
67 #: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:237 en/lb_source.1:9
68 #: en/lb_testroot.1:9 en/live-build.7:11
69 #, no-wrap
70 msgid "DESCRIPTION"
71 msgstr ""
72
73 #. type: SH
74 #: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
75 #: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:246 en/lb_source.1:14
76 #: en/lb_testroot.1:18 en/live-build.7:20
77 #, no-wrap
78 msgid "OPTIONS"
79 msgstr ""
80
81 #. type: SH
82 #: en/lb.1:19 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17
83 #: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:490 en/lb_source.1:17
84 #: en/lb_testroot.1:21 en/live-build.7:219
85 #, no-wrap
86 msgid "FILES"
87 msgstr ""
88
89 #. type: IP
90 #: en/lb.1:20 en/lb_binary.1:18 en/lb_bootstrap.1:18 en/lb_chroot.1:18
91 #: en/lb_source.1:18 en/lb_testroot.1:22
92 #, no-wrap
93 msgid "B<none>"
94 msgstr ""
95
96 #. type: SH
97 #: en/lb.1:22 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:22
98 #: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:497 en/lb_source.1:20
99 #: en/lb_testroot.1:24 en/live-build.7:223
100 #, no-wrap
101 msgid "SEE ALSO"
102 msgstr ""
103
104 #. type: Plain text
105 #: en/lb.1:24 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:24
106 #: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:499 en/lb_source.1:22
107 #: en/lb_testroot.1:26
108 msgid "I<live-build>(7)"
109 msgstr ""
110
111 #. type: Plain text
112 #: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26
113 #: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:505 en/lb_source.1:24
114 #: en/lb_testroot.1:28 en/live-build.7:229
115 msgid "This program is a part of live-build."
116 msgstr ""
117
118 #. type: SH
119 #: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27
120 #: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:506 en/lb_source.1:25
121 #: en/lb_testroot.1:29 en/live-build.7:230
122 #, no-wrap
123 msgid "HOMEPAGE"
124 msgstr ""
125
126 #. type: Plain text
127 #: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29
128 #: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:508 en/lb_source.1:27
129 #: en/lb_testroot.1:31 en/live-build.7:232
130 msgid ""
131 "More information about live-build and the Debian Live project can be found "
132 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
133 "E<lt>I<http://live.debian.net/manual/>E<gt>."
134 msgstr ""
135
136 #. type: SH
137 #: 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:509 en/lb_source.1:28
139 #: en/lb_testroot.1:32 en/live-build.7:233
140 #, no-wrap
141 msgid "BUGS"
142 msgstr ""
143
144 #. type: Plain text
145 #: 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:511 en/lb_source.1:30
147 #: en/lb_testroot.1:34 en/live-build.7:235
148 msgid ""
149 "Bugs can be reported by submitting a bugreport for the live-build package in "
150 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
151 "writing a mail to the Debian Live mailing list at E<lt>I<debian-live@lists."
152 "debian.org>E<gt>."
153 msgstr ""
154
155 #. type: SH
156 #: 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:512 en/lb_source.1:31
158 #: en/lb_testroot.1:35 en/live-build.7:236
159 #, no-wrap
160 msgid "AUTHOR"
161 msgstr ""
162
163 #. type: Plain text
164 #: 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:513 en/lb_source.1:32
166 #: en/lb_testroot.1:36 en/live-build.7:237
167 msgid ""
168 "live-build was written by Daniel Baumann E<lt>I<[email protected]>E<gt> for "
169 "the Debian project."
170 msgstr ""
171
172 #. type: Plain text
173 #: en/lb_bootstrap.1:5
174 msgid "B<lb bootstrap> - Complete the bootstrap stage"
175 msgstr ""
176
177 #. type: Plain text
178 #: en/lb_bootstrap.1:8
179 msgid "B<lb bootstrap> [I<live-build options>]"
180 msgstr ""
181
182 #. type: Plain text
183 #: en/lb_bootstrap.1:11
184 msgid ""
185 "B<lb bootstrap> is a high-level command (porcelain) of I<live-build>(7), the "
186 "Debian Live tool suite."
187 msgstr ""
188
189 #. type: Plain text
190 #: en/lb_bootstrap.1:13
191 msgid ""
192 "B<lb bootstrap> calls all necessary live-build programs in the correct order "
193 "to complete the bootstrap stage."
194 msgstr ""
195
196 #. type: Plain text
197 #: en/lb_bootstrap.1:16
198 msgid ""
199 "B<lb bootstrap> has no specific options but understands all generic live-"
200 "build options. See I<live-build>(7) for a complete list of all generic live-"
201 "build options."
202 msgstr ""
+0
-203
manpages/po/de/lb_build.1.po less more
0 # German translations for live-build
1 # Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
2 # This file is distributed under the same license as the live-build package.
3 #
4 msgid ""
5 msgstr ""
6 "Project-Id-Version: live-build 3.0~b5-1\n"
7 "POT-Creation-Date: 2012-12-30 15:52+0100\n"
8 "PO-Revision-Date: 2010-05-24 09:59+0300\n"
9 "Last-Translator: Daniel Baumann <[email protected]>\n"
10 "Language-Team: none\n"
11 "Language: de\n"
12 "MIME-Version: 1.0\n"
13 "Content-Type: text/plain; charset=UTF-8\n"
14 "Content-Transfer-Encoding: 8bit\n"
15 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
16
17 #. type: TH
18 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
19 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
20 #: en/lb_testroot.1:1 en/live-build.7:1
21 #, no-wrap
22 msgid "LIVE-BUILD"
23 msgstr ""
24
25 #. type: TH
26 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
27 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
28 #: en/lb_testroot.1:1 en/live-build.7:1
29 #, no-wrap
30 msgid "2013-01-02"
31 msgstr ""
32
33 #. type: TH
34 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
35 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
36 #: en/lb_testroot.1:1 en/live-build.7:1
37 #, no-wrap
38 msgid "3.0~b5-1"
39 msgstr ""
40
41 #. type: TH
42 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
43 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
44 #: en/lb_testroot.1:1 en/live-build.7:1
45 #, no-wrap
46 msgid "Debian Live Project"
47 msgstr ""
48
49 #. type: SH
50 #: en/lb.1:3 en/lb_binary.1:3 en/lb_bootstrap.1:3 en/lb_build.1:3
51 #: en/lb_chroot.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_source.1:3
52 #: en/lb_testroot.1:3 en/live-build.7:3
53 #, no-wrap
54 msgid "NAME"
55 msgstr ""
56
57 #. type: SH
58 #: en/lb.1:6 en/lb_binary.1:6 en/lb_bootstrap.1:6 en/lb_build.1:6
59 #: en/lb_chroot.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_source.1:6
60 #: en/lb_testroot.1:6 en/live-build.7:6
61 #, no-wrap
62 msgid "SYNOPSIS"
63 msgstr ""
64
65 #. type: SH
66 #: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9
67 #: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:237 en/lb_source.1:9
68 #: en/lb_testroot.1:9 en/live-build.7:11
69 #, no-wrap
70 msgid "DESCRIPTION"
71 msgstr ""
72
73 #. type: SH
74 #: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
75 #: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:246 en/lb_source.1:14
76 #: en/lb_testroot.1:18 en/live-build.7:20
77 #, no-wrap
78 msgid "OPTIONS"
79 msgstr ""
80
81 #. type: SH
82 #: en/lb.1:19 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17
83 #: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:490 en/lb_source.1:17
84 #: en/lb_testroot.1:21 en/live-build.7:219
85 #, no-wrap
86 msgid "FILES"
87 msgstr ""
88
89 #. type: SH
90 #: en/lb.1:22 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:22
91 #: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:497 en/lb_source.1:20
92 #: en/lb_testroot.1:24 en/live-build.7:223
93 #, no-wrap
94 msgid "SEE ALSO"
95 msgstr ""
96
97 #. type: Plain text
98 #: en/lb.1:24 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:24
99 #: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:499 en/lb_source.1:22
100 #: en/lb_testroot.1:26
101 msgid "I<live-build>(7)"
102 msgstr ""
103
104 #. type: Plain text
105 #: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26
106 #: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:505 en/lb_source.1:24
107 #: en/lb_testroot.1:28 en/live-build.7:229
108 msgid "This program is a part of live-build."
109 msgstr ""
110
111 #. type: SH
112 #: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27
113 #: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:506 en/lb_source.1:25
114 #: en/lb_testroot.1:29 en/live-build.7:230
115 #, no-wrap
116 msgid "HOMEPAGE"
117 msgstr ""
118
119 #. type: Plain text
120 #: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29
121 #: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:508 en/lb_source.1:27
122 #: en/lb_testroot.1:31 en/live-build.7:232
123 msgid ""
124 "More information about live-build and the Debian Live project can be found "
125 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
126 "E<lt>I<http://live.debian.net/manual/>E<gt>."
127 msgstr ""
128
129 #. type: SH
130 #: 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:509 en/lb_source.1:28
132 #: en/lb_testroot.1:32 en/live-build.7:233
133 #, no-wrap
134 msgid "BUGS"
135 msgstr ""
136
137 #. type: Plain text
138 #: 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:511 en/lb_source.1:30
140 #: en/lb_testroot.1:34 en/live-build.7:235
141 msgid ""
142 "Bugs can be reported by submitting a bugreport for the live-build package in "
143 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
144 "writing a mail to the Debian Live mailing list at E<lt>I<debian-live@lists."
145 "debian.org>E<gt>."
146 msgstr ""
147
148 #. type: SH
149 #: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33
150 #: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:512 en/lb_source.1:31
151 #: en/lb_testroot.1:35 en/live-build.7:236
152 #, no-wrap
153 msgid "AUTHOR"
154 msgstr ""
155
156 #. type: Plain text
157 #: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34
158 #: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:513 en/lb_source.1:32
159 #: en/lb_testroot.1:36 en/live-build.7:237
160 msgid ""
161 "live-build was written by Daniel Baumann E<lt>I<[email protected]>E<gt> for "
162 "the Debian project."
163 msgstr ""
164
165 #. type: Plain text
166 #: en/lb_build.1:5
167 msgid "B<lb build> - Complete the bootstrap, chroot, binary, and source stages"
168 msgstr ""
169
170 #. type: Plain text
171 #: en/lb_build.1:8
172 msgid "B<lb build> [I<live-build options>]"
173 msgstr ""
174
175 #. type: Plain text
176 #: en/lb_build.1:11
177 msgid ""
178 "B<lb build> is a high-level command (porcelain) of I<live-build>(7), the "
179 "Debian Live tool suite."
180 msgstr ""
181
182 #. type: Plain text
183 #: en/lb_build.1:13
184 msgid ""
185 "B<lb build> calls all necessary live-build programs in the correct order to "
186 "complete the bootstrap, chroot, binary, and source stages."
187 msgstr ""
188
189 #. type: Plain text
190 #: en/lb_build.1:16
191 msgid ""
192 "B<lb build> has no specific options but understands all generic live-build "
193 "options. See I<live-build>(7) for a complete list of all generic live-build "
194 "options."
195 msgstr ""
196
197 #. FIXME
198 #. type: IP
199 #: en/lb_build.1:19
200 #, no-wrap
201 msgid "B<auto/build>"
202 msgstr ""
+0
-203
manpages/po/de/lb_chroot.1.po less more
0 # German translations for live-build
1 # Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
2 # This file is distributed under the same license as the live-build package.
3 #
4 msgid ""
5 msgstr ""
6 "Project-Id-Version: live-build 3.0~b5-1\n"
7 "POT-Creation-Date: 2012-12-30 15:52+0100\n"
8 "PO-Revision-Date: 2010-05-24 09:59+0300\n"
9 "Last-Translator: Daniel Baumann <[email protected]>\n"
10 "Language-Team: none\n"
11 "Language: de\n"
12 "MIME-Version: 1.0\n"
13 "Content-Type: text/plain; charset=UTF-8\n"
14 "Content-Transfer-Encoding: 8bit\n"
15 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
16
17 #. type: TH
18 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
19 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
20 #: en/lb_testroot.1:1 en/live-build.7:1
21 #, no-wrap
22 msgid "LIVE-BUILD"
23 msgstr ""
24
25 #. type: TH
26 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
27 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
28 #: en/lb_testroot.1:1 en/live-build.7:1
29 #, no-wrap
30 msgid "2013-01-02"
31 msgstr ""
32
33 #. type: TH
34 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
35 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
36 #: en/lb_testroot.1:1 en/live-build.7:1
37 #, no-wrap
38 msgid "3.0~b5-1"
39 msgstr ""
40
41 #. type: TH
42 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
43 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
44 #: en/lb_testroot.1:1 en/live-build.7:1
45 #, no-wrap
46 msgid "Debian Live Project"
47 msgstr ""
48
49 #. type: SH
50 #: en/lb.1:3 en/lb_binary.1:3 en/lb_bootstrap.1:3 en/lb_build.1:3
51 #: en/lb_chroot.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_source.1:3
52 #: en/lb_testroot.1:3 en/live-build.7:3
53 #, no-wrap
54 msgid "NAME"
55 msgstr ""
56
57 #. type: SH
58 #: en/lb.1:6 en/lb_binary.1:6 en/lb_bootstrap.1:6 en/lb_build.1:6
59 #: en/lb_chroot.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_source.1:6
60 #: en/lb_testroot.1:6 en/live-build.7:6
61 #, no-wrap
62 msgid "SYNOPSIS"
63 msgstr ""
64
65 #. type: SH
66 #: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9
67 #: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:237 en/lb_source.1:9
68 #: en/lb_testroot.1:9 en/live-build.7:11
69 #, no-wrap
70 msgid "DESCRIPTION"
71 msgstr ""
72
73 #. type: SH
74 #: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
75 #: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:246 en/lb_source.1:14
76 #: en/lb_testroot.1:18 en/live-build.7:20
77 #, no-wrap
78 msgid "OPTIONS"
79 msgstr ""
80
81 #. type: SH
82 #: en/lb.1:19 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17
83 #: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:490 en/lb_source.1:17
84 #: en/lb_testroot.1:21 en/live-build.7:219
85 #, no-wrap
86 msgid "FILES"
87 msgstr ""
88
89 #. type: IP
90 #: en/lb.1:20 en/lb_binary.1:18 en/lb_bootstrap.1:18 en/lb_chroot.1:18
91 #: en/lb_source.1:18 en/lb_testroot.1:22
92 #, no-wrap
93 msgid "B<none>"
94 msgstr ""
95
96 #. type: SH
97 #: en/lb.1:22 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:22
98 #: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:497 en/lb_source.1:20
99 #: en/lb_testroot.1:24 en/live-build.7:223
100 #, no-wrap
101 msgid "SEE ALSO"
102 msgstr ""
103
104 #. type: Plain text
105 #: en/lb.1:24 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:24
106 #: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:499 en/lb_source.1:22
107 #: en/lb_testroot.1:26
108 msgid "I<live-build>(7)"
109 msgstr ""
110
111 #. type: Plain text
112 #: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26
113 #: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:505 en/lb_source.1:24
114 #: en/lb_testroot.1:28 en/live-build.7:229
115 msgid "This program is a part of live-build."
116 msgstr ""
117
118 #. type: SH
119 #: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27
120 #: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:506 en/lb_source.1:25
121 #: en/lb_testroot.1:29 en/live-build.7:230
122 #, no-wrap
123 msgid "HOMEPAGE"
124 msgstr ""
125
126 #. type: Plain text
127 #: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29
128 #: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:508 en/lb_source.1:27
129 #: en/lb_testroot.1:31 en/live-build.7:232
130 msgid ""
131 "More information about live-build and the Debian Live project can be found "
132 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
133 "E<lt>I<http://live.debian.net/manual/>E<gt>."
134 msgstr ""
135
136 #. type: SH
137 #: 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:509 en/lb_source.1:28
139 #: en/lb_testroot.1:32 en/live-build.7:233
140 #, no-wrap
141 msgid "BUGS"
142 msgstr ""
143
144 #. type: Plain text
145 #: 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:511 en/lb_source.1:30
147 #: en/lb_testroot.1:34 en/live-build.7:235
148 msgid ""
149 "Bugs can be reported by submitting a bugreport for the live-build package in "
150 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
151 "writing a mail to the Debian Live mailing list at E<lt>I<debian-live@lists."
152 "debian.org>E<gt>."
153 msgstr ""
154
155 #. type: SH
156 #: 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:512 en/lb_source.1:31
158 #: en/lb_testroot.1:35 en/live-build.7:236
159 #, no-wrap
160 msgid "AUTHOR"
161 msgstr ""
162
163 #. type: Plain text
164 #: 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:513 en/lb_source.1:32
166 #: en/lb_testroot.1:36 en/live-build.7:237
167 msgid ""
168 "live-build was written by Daniel Baumann E<lt>I<[email protected]>E<gt> for "
169 "the Debian project."
170 msgstr ""
171
172 #. type: Plain text
173 #: en/lb_chroot.1:5
174 msgid "B<lb chroot> - Complete the chroot stage"
175 msgstr ""
176
177 #. type: Plain text
178 #: en/lb_chroot.1:8
179 msgid "B<lb chroot> [I<live-build options>]"
180 msgstr ""
181
182 #. type: Plain text
183 #: en/lb_chroot.1:11
184 msgid ""
185 "B<lb chroot> is a high-level command (porcelain) of I<live-build>(7), the "
186 "Debian Live tool suite."
187 msgstr ""
188
189 #. type: Plain text
190 #: en/lb_chroot.1:13
191 msgid ""
192 "B<lb chroot> calls all necessary live-build programs in the correct order to "
193 "complete the chroot stage."
194 msgstr ""
195
196 #. type: Plain text
197 #: en/lb_chroot.1:16
198 msgid ""
199 "B<lb chroot> has no specific options but understands all generic live-build "
200 "options. See I<live-build>(7) for a complete list of all generic live-build "
201 "options."
202 msgstr ""
+0
-301
manpages/po/de/lb_clean.1.po less more
0 # German translations for live-build
1 # Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
2 # This file is distributed under the same license as the live-build package.
3 #
4 msgid ""
5 msgstr ""
6 "Project-Id-Version: live-build 3.0~b5-1\n"
7 "POT-Creation-Date: 2012-12-30 15:52+0100\n"
8 "PO-Revision-Date: 2010-05-24 09:59+0300\n"
9 "Last-Translator: Daniel Baumann <[email protected]>\n"
10 "Language-Team: none\n"
11 "Language: de\n"
12 "MIME-Version: 1.0\n"
13 "Content-Type: text/plain; charset=UTF-8\n"
14 "Content-Transfer-Encoding: 8bit\n"
15 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
16
17 #. type: TH
18 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
19 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
20 #: en/lb_testroot.1:1 en/live-build.7:1
21 #, no-wrap
22 msgid "LIVE-BUILD"
23 msgstr ""
24
25 #. type: TH
26 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
27 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
28 #: en/lb_testroot.1:1 en/live-build.7:1
29 #, no-wrap
30 msgid "2013-01-02"
31 msgstr ""
32
33 #. type: TH
34 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
35 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
36 #: en/lb_testroot.1:1 en/live-build.7:1
37 #, no-wrap
38 msgid "3.0~b5-1"
39 msgstr ""
40
41 #. type: TH
42 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
43 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
44 #: en/lb_testroot.1:1 en/live-build.7:1
45 #, no-wrap
46 msgid "Debian Live Project"
47 msgstr ""
48
49 #. type: SH
50 #: en/lb.1:3 en/lb_binary.1:3 en/lb_bootstrap.1:3 en/lb_build.1:3
51 #: en/lb_chroot.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_source.1:3
52 #: en/lb_testroot.1:3 en/live-build.7:3
53 #, no-wrap
54 msgid "NAME"
55 msgstr ""
56
57 #. type: SH
58 #: en/lb.1:6 en/lb_binary.1:6 en/lb_bootstrap.1:6 en/lb_build.1:6
59 #: en/lb_chroot.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_source.1:6
60 #: en/lb_testroot.1:6 en/live-build.7:6
61 #, no-wrap
62 msgid "SYNOPSIS"
63 msgstr ""
64
65 #. type: SH
66 #: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9
67 #: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:237 en/lb_source.1:9
68 #: en/lb_testroot.1:9 en/live-build.7:11
69 #, no-wrap
70 msgid "DESCRIPTION"
71 msgstr ""
72
73 #. type: SH
74 #: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
75 #: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:246 en/lb_source.1:14
76 #: en/lb_testroot.1:18 en/live-build.7:20
77 #, no-wrap
78 msgid "OPTIONS"
79 msgstr ""
80
81 #. type: SH
82 #: en/lb.1:19 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17
83 #: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:490 en/lb_source.1:17
84 #: en/lb_testroot.1:21 en/live-build.7:219
85 #, no-wrap
86 msgid "FILES"
87 msgstr ""
88
89 #. type: SH
90 #: en/lb.1:22 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:22
91 #: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:497 en/lb_source.1:20
92 #: en/lb_testroot.1:24 en/live-build.7:223
93 #, no-wrap
94 msgid "SEE ALSO"
95 msgstr ""
96
97 #. type: Plain text
98 #: en/lb.1:24 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:24
99 #: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:499 en/lb_source.1:22
100 #: en/lb_testroot.1:26
101 msgid "I<live-build>(7)"
102 msgstr ""
103
104 #. type: Plain text
105 #: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26
106 #: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:505 en/lb_source.1:24
107 #: en/lb_testroot.1:28 en/live-build.7:229
108 msgid "This program is a part of live-build."
109 msgstr ""
110
111 #. type: SH
112 #: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27
113 #: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:506 en/lb_source.1:25
114 #: en/lb_testroot.1:29 en/live-build.7:230
115 #, no-wrap
116 msgid "HOMEPAGE"
117 msgstr ""
118
119 #. type: Plain text
120 #: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29
121 #: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:508 en/lb_source.1:27
122 #: en/lb_testroot.1:31 en/live-build.7:232
123 msgid ""
124 "More information about live-build and the Debian Live project can be found "
125 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
126 "E<lt>I<http://live.debian.net/manual/>E<gt>."
127 msgstr ""
128
129 #. type: SH
130 #: 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:509 en/lb_source.1:28
132 #: en/lb_testroot.1:32 en/live-build.7:233
133 #, no-wrap
134 msgid "BUGS"
135 msgstr ""
136
137 #. type: Plain text
138 #: 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:511 en/lb_source.1:30
140 #: en/lb_testroot.1:34 en/live-build.7:235
141 msgid ""
142 "Bugs can be reported by submitting a bugreport for the live-build package in "
143 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
144 "writing a mail to the Debian Live mailing list at E<lt>I<debian-live@lists."
145 "debian.org>E<gt>."
146 msgstr ""
147
148 #. type: SH
149 #: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33
150 #: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:512 en/lb_source.1:31
151 #: en/lb_testroot.1:35 en/live-build.7:236
152 #, no-wrap
153 msgid "AUTHOR"
154 msgstr ""
155
156 #. type: Plain text
157 #: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34
158 #: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:513 en/lb_source.1:32
159 #: en/lb_testroot.1:36 en/live-build.7:237
160 msgid ""
161 "live-build was written by Daniel Baumann E<lt>I<[email protected]>E<gt> for "
162 "the Debian project."
163 msgstr ""
164
165 #. type: Plain text
166 #: en/lb_clean.1:5
167 msgid "B<lb clean> - Clean build directory"
168 msgstr ""
169
170 #. type: Plain text
171 #: en/lb_clean.1:8
172 msgid "B<lb clean> [I<live-build options>]"
173 msgstr ""
174
175 #. type: Plain text
176 #: en/lb_clean.1:11
177 msgid ""
178 "B<lb clean> is a high-level command (porcelain) of I<live-build>(7), the "
179 "Debian Live tool suite."
180 msgstr ""
181
182 #. FIXME
183 #. FIXME
184 #. type: Plain text
185 #: en/lb_clean.1:15
186 msgid ""
187 "B<lb clean> is responsible for cleaning up after a system is built. It "
188 "removes the build directories, and removes some other files including stage "
189 "files, and any detritus left behind by other live-build commands."
190 msgstr ""
191
192 #. type: Plain text
193 #: en/lb_clean.1:18
194 msgid ""
195 "In addition to its specific options B<lb clean> understands all generic live-"
196 "build options. See I<live-build>(7) for a complete list of all generic live-"
197 "build options."
198 msgstr ""
199
200 #. FIXME
201 #. type: IP
202 #: en/lb_clean.1:20
203 #, no-wrap
204 msgid "B<--all>"
205 msgstr ""
206
207 #. type: Plain text
208 #: en/lb_clean.1:22
209 msgid ""
210 "removes chroot, binary, stage, and source. The cache directory is kept. This "
211 "is the default operation and will be performed if no argument is given."
212 msgstr ""
213
214 #. type: IP
215 #: en/lb_clean.1:22
216 #, no-wrap
217 msgid "B<--cache>"
218 msgstr ""
219
220 #. type: Plain text
221 #: en/lb_clean.1:24
222 msgid "removes the cache directories."
223 msgstr ""
224
225 #. type: IP
226 #: en/lb_clean.1:24
227 #, no-wrap
228 msgid "B<--chroot>"
229 msgstr ""
230
231 #. type: Plain text
232 #: en/lb_clean.1:26
233 msgid "unmounts and removes the chroot directory."
234 msgstr ""
235
236 #. type: IP
237 #: en/lb_clean.1:26
238 #, no-wrap
239 msgid "B<--binary>"
240 msgstr ""
241
242 #. type: Plain text
243 #: en/lb_clean.1:28
244 msgid ""
245 "removes all binary related caches, files, directories, and stages files."
246 msgstr ""
247
248 #. type: IP
249 #: en/lb_clean.1:28
250 #, no-wrap
251 msgid "B<--purge>"
252 msgstr ""
253
254 #. type: Plain text
255 #: en/lb_clean.1:30
256 msgid "removes everything, including all caches. The config directory is kept."
257 msgstr ""
258
259 #. type: IP
260 #: en/lb_clean.1:30
261 #, no-wrap
262 msgid "B<--remove>"
263 msgstr ""
264
265 #. type: Plain text
266 #: en/lb_clean.1:32
267 msgid ""
268 "removes everything, including package cache but not stage cache. The config "
269 "directory is kept."
270 msgstr ""
271
272 #. type: IP
273 #: en/lb_clean.1:32
274 #, no-wrap
275 msgid "B<--stage>"
276 msgstr ""
277
278 #. type: Plain text
279 #: en/lb_clean.1:34
280 msgid "removes all stage files."
281 msgstr ""
282
283 #. type: IP
284 #: en/lb_clean.1:34
285 #, no-wrap
286 msgid "B<--source>"
287 msgstr ""
288
289 #. FIXME
290 #. type: Plain text
291 #: en/lb_clean.1:37
292 msgid "removes all source related caches, files, directories, and stage files."
293 msgstr ""
294
295 #. FIXME
296 #. type: IP
297 #: en/lb_clean.1:40
298 #, no-wrap
299 msgid "B<auto/clean>"
300 msgstr ""
+0
-2453
manpages/po/de/lb_config.1.po less more
0 # German translations for live-build
1 # Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
2 # This file is distributed under the same license as the live-build package.
3 #
4 msgid ""
5 msgstr ""
6 "Project-Id-Version: live-build 3.0~b5-1\n"
7 "POT-Creation-Date: 2012-12-30 15:52+0100\n"
8 "PO-Revision-Date: 2010-05-24 09:59+0300\n"
9 "Last-Translator: Daniel Baumann <[email protected]>\n"
10 "Language-Team: none\n"
11 "Language: de\n"
12 "MIME-Version: 1.0\n"
13 "Content-Type: text/plain; charset=UTF-8\n"
14 "Content-Transfer-Encoding: 8bit\n"
15 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
16
17 #. type: TH
18 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
19 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
20 #: en/lb_testroot.1:1 en/live-build.7:1
21 #, no-wrap
22 msgid "LIVE-BUILD"
23 msgstr ""
24
25 #. type: TH
26 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
27 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
28 #: en/lb_testroot.1:1 en/live-build.7:1
29 #, no-wrap
30 msgid "2013-01-02"
31 msgstr ""
32
33 #. type: TH
34 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
35 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
36 #: en/lb_testroot.1:1 en/live-build.7:1
37 #, no-wrap
38 msgid "3.0~b5-1"
39 msgstr ""
40
41 #. type: TH
42 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
43 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
44 #: en/lb_testroot.1:1 en/live-build.7:1
45 #, no-wrap
46 msgid "Debian Live Project"
47 msgstr ""
48
49 #. type: SH
50 #: en/lb.1:3 en/lb_binary.1:3 en/lb_bootstrap.1:3 en/lb_build.1:3
51 #: en/lb_chroot.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_source.1:3
52 #: en/lb_testroot.1:3 en/live-build.7:3
53 #, no-wrap
54 msgid "NAME"
55 msgstr ""
56
57 #. type: SH
58 #: en/lb.1:6 en/lb_binary.1:6 en/lb_bootstrap.1:6 en/lb_build.1:6
59 #: en/lb_chroot.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_source.1:6
60 #: en/lb_testroot.1:6 en/live-build.7:6
61 #, no-wrap
62 msgid "SYNOPSIS"
63 msgstr ""
64
65 #. type: SH
66 #: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9
67 #: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:237 en/lb_source.1:9
68 #: en/lb_testroot.1:9 en/live-build.7:11
69 #, no-wrap
70 msgid "DESCRIPTION"
71 msgstr ""
72
73 #. type: SH
74 #: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
75 #: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:246 en/lb_source.1:14
76 #: en/lb_testroot.1:18 en/live-build.7:20
77 #, no-wrap
78 msgid "OPTIONS"
79 msgstr ""
80
81 #. type: SH
82 #: en/lb.1:19 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17
83 #: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:490 en/lb_source.1:17
84 #: en/lb_testroot.1:21 en/live-build.7:219
85 #, no-wrap
86 msgid "FILES"
87 msgstr ""
88
89 #. type: SH
90 #: en/lb.1:22 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:22
91 #: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:497 en/lb_source.1:20
92 #: en/lb_testroot.1:24 en/live-build.7:223
93 #, no-wrap
94 msgid "SEE ALSO"
95 msgstr ""
96
97 #. type: Plain text
98 #: en/lb.1:24 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:24
99 #: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:499 en/lb_source.1:22
100 #: en/lb_testroot.1:26
101 msgid "I<live-build>(7)"
102 msgstr ""
103
104 #. type: Plain text
105 #: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26
106 #: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:505 en/lb_source.1:24
107 #: en/lb_testroot.1:28 en/live-build.7:229
108 msgid "This program is a part of live-build."
109 msgstr ""
110
111 #. type: SH
112 #: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27
113 #: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:506 en/lb_source.1:25
114 #: en/lb_testroot.1:29 en/live-build.7:230
115 #, no-wrap
116 msgid "HOMEPAGE"
117 msgstr ""
118
119 #. type: Plain text
120 #: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29
121 #: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:508 en/lb_source.1:27
122 #: en/lb_testroot.1:31 en/live-build.7:232
123 msgid ""
124 "More information about live-build and the Debian Live project can be found "
125 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
126 "E<lt>I<http://live.debian.net/manual/>E<gt>."
127 msgstr ""
128
129 #. type: SH
130 #: 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:509 en/lb_source.1:28
132 #: en/lb_testroot.1:32 en/live-build.7:233
133 #, no-wrap
134 msgid "BUGS"
135 msgstr ""
136
137 #. type: Plain text
138 #: 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:511 en/lb_source.1:30
140 #: en/lb_testroot.1:34 en/live-build.7:235
141 msgid ""
142 "Bugs can be reported by submitting a bugreport for the live-build package in "
143 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
144 "writing a mail to the Debian Live mailing list at E<lt>I<debian-live@lists."
145 "debian.org>E<gt>."
146 msgstr ""
147
148 #. type: SH
149 #: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33
150 #: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:512 en/lb_source.1:31
151 #: en/lb_testroot.1:35 en/live-build.7:236
152 #, no-wrap
153 msgid "AUTHOR"
154 msgstr ""
155
156 #. type: Plain text
157 #: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34
158 #: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:513 en/lb_source.1:32
159 #: en/lb_testroot.1:36 en/live-build.7:237
160 msgid ""
161 "live-build was written by Daniel Baumann E<lt>I<[email protected]>E<gt> for "
162 "the Debian project."
163 msgstr ""
164
165 #. type: Plain text
166 #: en/lb_config.1:5
167 msgid "B<lb config> - Create config directory"
168 msgstr ""
169
170 #. type: Plain text
171 #: en/lb_config.1:8
172 msgid "B<lb config> [I<live-build options>]"
173 msgstr ""
174
175 #. FIXME
176 #. type: Plain text
177 #: en/lb_config.1:11
178 msgid "B<lb config>"
179 msgstr ""
180
181 #. type: Plain text
182 #: en/lb_config.1:13
183 msgid " [B<--apt> apt|aptitude]"
184 msgstr ""
185
186 #. type: Plain text
187 #: en/lb_config.1:15
188 msgid " [B<--apt-ftp-proxy> I<URL>]"
189 msgstr ""
190
191 #. type: Plain text
192 #: en/lb_config.1:17
193 msgid " [B<--apt-http-proxy> I<URL>]"
194 msgstr ""
195
196 #. type: Plain text
197 #: en/lb_config.1:19
198 msgid " [B<--apt-indices> true|false|none]"
199 msgstr ""
200
201 #. type: Plain text
202 #: en/lb_config.1:21
203 msgid " [B<--apt-options> I<OPTION>|\"I<OPTIONS>\"]"
204 msgstr ""
205
206 #. type: Plain text
207 #: en/lb_config.1:23
208 msgid " [B<--aptitude-options> I<OPTION>|\"I<OPTIONS>\"]"
209 msgstr ""
210
211 #. type: Plain text
212 #: en/lb_config.1:25
213 msgid " [B<--apt-pipeline> I<DEPTH>]"
214 msgstr ""
215
216 #. type: Plain text
217 #: en/lb_config.1:27
218 msgid " [B<--apt-recommends> true|false]"
219 msgstr ""
220
221 #. type: Plain text
222 #: en/lb_config.1:29
223 msgid " [B<--apt-secure> true|false]"
224 msgstr ""
225
226 #. type: Plain text
227 #: en/lb_config.1:31
228 msgid " [B<--apt-source-archives> true|false]"
229 msgstr ""
230
231 #. type: Plain text
232 #: en/lb_config.1:33
233 msgid " [-a|B<--architectures> I<ARCHITECTURE>]"
234 msgstr ""
235
236 #. type: Plain text
237 #: en/lb_config.1:35
238 msgid " [-b|B<--binary-images> iso|iso-hybrid|netboot|tar|hdd]"
239 msgstr ""
240
241 #. type: Plain text
242 #: en/lb_config.1:37
243 msgid " [B<--binary-filesystem> fat16|fat32|ext2|ext3|ext4]"
244 msgstr ""
245
246 #. type: Plain text
247 #: en/lb_config.1:39
248 msgid " [B<--bootappend-install> I<PARAMETER>|I<\"PARAMETERS\">]"
249 msgstr ""
250
251 #. type: Plain text
252 #: en/lb_config.1:41
253 msgid " [B<--bootappend-live> I<PARAMETER>|I<\"PARAMETERS\">]"
254 msgstr ""
255
256 #. type: Plain text
257 #: en/lb_config.1:43
258 msgid " [B<--bootloader> grub|syslinux|yaboot]"
259 msgstr ""
260
261 #. type: Plain text
262 #: en/lb_config.1:45
263 msgid " [B<--bootstrap> cdebootstrap|cdebootstrap-static|debootstrap]"
264 msgstr ""
265
266 #. type: Plain text
267 #: en/lb_config.1:47
268 msgid " [B<--cache> true|false]"
269 msgstr ""
270
271 #. type: Plain text
272 #: en/lb_config.1:49
273 msgid " [B<--cache-indices> true|false]"
274 msgstr ""
275
276 #. type: Plain text
277 #: en/lb_config.1:51
278 msgid " [B<--cache-packages> true|false]"
279 msgstr ""
280
281 #. type: Plain text
282 #: en/lb_config.1:53
283 msgid " [B<--cache-stages> I<STAGE>|I<\"STAGES\">]"
284 msgstr ""
285
286 #. type: Plain text
287 #: en/lb_config.1:55
288 msgid " [B<--checksums> md5|sha1|sha256|none]"
289 msgstr ""
290
291 #. type: Plain text
292 #: en/lb_config.1:57
293 msgid " [B<--compression> bzip2|gzip|lzip|none]"
294 msgstr ""
295
296 #. type: Plain text
297 #: en/lb_config.1:59
298 msgid " [B<--config> I<GIT_URL::GIT_ID>]"
299 msgstr ""
300
301 #. type: Plain text
302 #: en/lb_config.1:61
303 msgid " [B<--build-with-chroot> true|false]"
304 msgstr ""
305
306 #. type: Plain text
307 #: en/lb_config.1:63
308 msgid " [B<--chroot-filesystem> ext2|ext3|ext4|squashfs|jffs2|none]"
309 msgstr ""
310
311 #. type: Plain text
312 #: en/lb_config.1:65
313 msgid " [B<--clean>]"
314 msgstr ""
315
316 #. type: Plain text
317 #: en/lb_config.1:67
318 msgid " [-c|B<--conffile> I<FILE>]"
319 msgstr ""
320
321 #. type: Plain text
322 #: en/lb_config.1:69
323 msgid " [B<--debconf-frontend> dialog|editor|noninteractive|readline]"
324 msgstr ""
325
326 #. type: Plain text
327 #: en/lb_config.1:71
328 msgid " [B<--debconf-priority> low|medium|high|critical]"
329 msgstr ""
330
331 #. type: Plain text
332 #: en/lb_config.1:73
333 msgid ""
334 " [B<--debian-installer> true|cdrom|netinst|netboot|businesscard|live|false]"
335 msgstr ""
336
337 #. type: Plain text
338 #: en/lb_config.1:75
339 msgid " [B<--debian-installer-distribution> daily|I<CODENAME>]"
340 msgstr ""
341
342 #. type: Plain text
343 #: en/lb_config.1:77
344 msgid " [B<--debian-installer-preseedfile> I<FILE>|I<URL>]"
345 msgstr ""
346
347 #. type: Plain text
348 #: en/lb_config.1:79
349 msgid " [B<--debian-installer-gui> true|false]"
350 msgstr ""
351
352 #. type: Plain text
353 #: en/lb_config.1:81
354 msgid " [B<--debug>]"
355 msgstr ""
356
357 #. type: Plain text
358 #: en/lb_config.1:83
359 msgid " [-d|B<--distribution> I<CODENAME>]"
360 msgstr ""
361
362 #. type: Plain text
363 #: en/lb_config.1:85
364 msgid " [B<--parent-distribution> I<CODENAME>]"
365 msgstr ""
366
367 #. type: Plain text
368 #: en/lb_config.1:87
369 msgid " [B<--parent-debian-installer-distribution> I<CODENAME>]"
370 msgstr ""
371
372 #. type: Plain text
373 #: en/lb_config.1:89
374 msgid " [B<--dump>]"
375 msgstr ""
376
377 #. type: Plain text
378 #: en/lb_config.1:91
379 msgid " [B<--fdisk> fdisk|fdisk.dist]"
380 msgstr ""
381
382 #. type: Plain text
383 #: en/lb_config.1:93
384 msgid " [B<--firmware-binary true|false>]"
385 msgstr ""
386
387 #. type: Plain text
388 #: en/lb_config.1:95
389 msgid " [B<--firmware-chroot true|false>]"
390 msgstr ""
391
392 #. type: Plain text
393 #: en/lb_config.1:97
394 msgid " [B<--force>]"
395 msgstr ""
396
397 #. type: Plain text
398 #: en/lb_config.1:99
399 msgid " [B<--grub-splash> I<FILE>]"
400 msgstr ""
401
402 #. type: Plain text
403 #: en/lb_config.1:101
404 msgid " [B<--gzip-options> I<OPTION>|\"I<OPTIONS>\"]"
405 msgstr ""
406
407 #. type: Plain text
408 #: en/lb_config.1:103
409 msgid " [B<--hooks> I<FILE>]"
410 msgstr ""
411
412 #. type: Plain text
413 #: en/lb_config.1:105
414 msgid " [B<--ignore-system-defaults>]"
415 msgstr ""
416
417 #. type: Plain text
418 #: en/lb_config.1:107
419 msgid " [B<--initramfs> auto|none|live-boot|casper]"
420 msgstr ""
421
422 #. type: Plain text
423 #: en/lb_config.1:109
424 msgid " [B<--initramfs-compression> bzip2|gzip|lzma]"
425 msgstr ""
426
427 #. type: Plain text
428 #: en/lb_config.1:111
429 msgid " [B<--initsystem> sysvinit|runit|systemd|upstart|none]"
430 msgstr ""
431
432 #. type: Plain text
433 #: en/lb_config.1:113
434 msgid " [B<--interactive> shell]"
435 msgstr ""
436
437 #. type: Plain text
438 #: en/lb_config.1:115
439 msgid " [B<--isohybrid-options> I<OPTION>|\"I<OPTIONS>\"]"
440 msgstr ""
441
442 #. type: Plain text
443 #: en/lb_config.1:117
444 msgid " [B<--iso-application> I<NAME>]"
445 msgstr ""
446
447 #. type: Plain text
448 #: en/lb_config.1:119
449 msgid " [B<--iso-preparer> I<NAME>]"
450 msgstr ""
451
452 #. type: Plain text
453 #: en/lb_config.1:121
454 msgid " [B<--iso-publisher> I<NAME>]"
455 msgstr ""
456
457 #. type: Plain text
458 #: en/lb_config.1:123
459 msgid " [B<--iso-volume> I<NAME>]"
460 msgstr ""
461
462 #. type: Plain text
463 #: en/lb_config.1:125
464 msgid " [B<--jffs2-eraseblock> I<SIZE>]"
465 msgstr ""
466
467 #. type: Plain text
468 #: en/lb_config.1:127
469 msgid " [B<--keyring-packages> I<PACKAGE|\"PACKAGES\">]"
470 msgstr ""
471
472 #. type: Plain text
473 #: en/lb_config.1:129
474 msgid " [-k|B<--linux-flavours> I<FLAVOUR>|I<\"FLAVOURS\">]"
475 msgstr ""
476
477 #. type: Plain text
478 #: en/lb_config.1:131
479 msgid " [B<--linux-packages> I<\"PACKAGES\">]"
480 msgstr ""
481
482 #. type: Plain text
483 #: en/lb_config.1:133
484 msgid " [B<--losetup> losetup|losetup.orig]"
485 msgstr ""
486
487 #. type: Plain text
488 #: en/lb_config.1:135
489 msgid " [B<--memtest> memtest86+|memtest86|none]"
490 msgstr ""
491
492 #. type: Plain text
493 #: en/lb_config.1:137
494 msgid " [-m|B<--parent-mirror-bootstrap> I<URL>]"
495 msgstr ""
496
497 #. type: Plain text
498 #: en/lb_config.1:139
499 msgid " [B<--parent-mirror-chroot> I<URL>]"
500 msgstr ""
501
502 #. type: Plain text
503 #: en/lb_config.1:141
504 msgid " [B<--parent-mirror-chroot-security> I<URL>]"
505 msgstr ""
506
507 #. type: Plain text
508 #: en/lb_config.1:143
509 msgid " [B<--parent-mirror-chroot-updates> I<URL>]"
510 msgstr ""
511
512 #. type: Plain text
513 #: en/lb_config.1:145
514 msgid " [B<--parent-mirror-chroot-backports> I<URL>]"
515 msgstr ""
516
517 #. type: Plain text
518 #: en/lb_config.1:147
519 msgid " [B<--parent-mirror-binary> I<URL>]"
520 msgstr ""
521
522 #. type: Plain text
523 #: en/lb_config.1:149
524 msgid " [B<--parent-mirror-binary-security> I<URL>]"
525 msgstr ""
526
527 #. type: Plain text
528 #: en/lb_config.1:151
529 msgid " [B<--parent-mirror-binary-updates> I<URL>]"
530 msgstr ""
531
532 #. type: Plain text
533 #: en/lb_config.1:153
534 msgid " [B<--parent-mirror-binary-backports> I<URL>]"
535 msgstr ""
536
537 #. type: Plain text
538 #: en/lb_config.1:155
539 msgid " [B<--parent-mirror-debian-installer> I<URL>]"
540 msgstr ""
541
542 #. type: Plain text
543 #: en/lb_config.1:157
544 msgid " [B<--mirror-bootstrap> I<URL>]"
545 msgstr ""
546
547 #. type: Plain text
548 #: en/lb_config.1:159
549 msgid " [B<--mirror-chroot> I<URL>]"
550 msgstr ""
551
552 #. type: Plain text
553 #: en/lb_config.1:161
554 msgid " [B<--mirror-chroot-security> I<URL>]"
555 msgstr ""
556
557 #. type: Plain text
558 #: en/lb_config.1:163
559 msgid " [B<--mirror-chroot-updates> I<URL>]"
560 msgstr ""
561
562 #. type: Plain text
563 #: en/lb_config.1:165
564 msgid " [B<--mirror-chroot-backports> I<URL>]"
565 msgstr ""
566
567 #. type: Plain text
568 #: en/lb_config.1:167
569 msgid " [B<--mirror-binary> I<URL>]"
570 msgstr ""
571
572 #. type: Plain text
573 #: en/lb_config.1:169
574 msgid " [B<--mirror-binary-security> I<URL>]"
575 msgstr ""
576
577 #. type: Plain text
578 #: en/lb_config.1:171
579 msgid " [B<--mirror-binary-updates> I<URL>]"
580 msgstr ""
581
582 #. type: Plain text
583 #: en/lb_config.1:173
584 msgid " [B<--mirror-binary-backports> I<URL>]"
585 msgstr ""
586
587 #. type: Plain text
588 #: en/lb_config.1:175
589 msgid " [B<--mirror-debian-installer> I<URL>]"
590 msgstr ""
591
592 #. type: Plain text
593 #: en/lb_config.1:177
594 msgid " [B<--mode> debian|emdebian|progress-linux|ubuntu]"
595 msgstr ""
596
597 #. type: Plain text
598 #: en/lb_config.1:179
599 msgid " [B<--system> live|normal]"
600 msgstr ""
601
602 #. type: Plain text
603 #: en/lb_config.1:181
604 msgid " [B<--net-root-filesystem> nfs|cfs]"
605 msgstr ""
606
607 #. type: Plain text
608 #: en/lb_config.1:183
609 msgid " [B<--net-root-mountoptions> I<OPTIONS>]"
610 msgstr ""
611
612 #. type: Plain text
613 #: en/lb_config.1:185
614 msgid " [B<--net-root-path> I<PATH>]"
615 msgstr ""
616
617 #. type: Plain text
618 #: en/lb_config.1:187
619 msgid " [B<--net-root-server> I<IP>|I<HOSTNAME>]"
620 msgstr ""
621
622 #. type: Plain text
623 #: en/lb_config.1:189
624 msgid " [B<--net-cow-filesystem> nfs|cfs]"
625 msgstr ""
626
627 #. type: Plain text
628 #: en/lb_config.1:191
629 msgid " [B<--net-cow-mountoptions> I<OPTIONS>]"
630 msgstr ""
631
632 #. type: Plain text
633 #: en/lb_config.1:193
634 msgid " [B<--net-cow-path> I<PATH>]"
635 msgstr ""
636
637 #. type: Plain text
638 #: en/lb_config.1:195
639 msgid " [B<--net-cow-server> I<IP>|I<HOSTNAME>]"
640 msgstr ""
641
642 #. type: Plain text
643 #: en/lb_config.1:197
644 msgid " [B<--net-tarball> true|false]"
645 msgstr ""
646
647 #. type: Plain text
648 #: en/lb_config.1:199
649 msgid " [-p|B<--package-lists> I<LIST>|I<\"LISTS\">]"
650 msgstr ""
651
652 #. type: Plain text
653 #: en/lb_config.1:201
654 msgid " [B<--quiet>]"
655 msgstr ""
656
657 #. type: Plain text
658 #: en/lb_config.1:203
659 msgid " [B<--root-command> sudo]"
660 msgstr ""
661
662 #. type: Plain text
663 #: en/lb_config.1:205
664 msgid " [B<--use-fakeroot> true|false]"
665 msgstr ""
666
667 #. type: Plain text
668 #: en/lb_config.1:207
669 msgid " [B<--archives> I<ARCHIVE>|I<\"ARCHIVES\">]"
670 msgstr ""
671
672 #. type: Plain text
673 #: en/lb_config.1:209
674 msgid " [B<--archive-areas> I<ARCHIVE_AREA>|I<\"ARCHIVE_AREAS\">]"
675 msgstr ""
676
677 #. type: Plain text
678 #: en/lb_config.1:211
679 msgid ""
680 " [B<--parent-archive-areas> I<PARENT_ARCHIVE_AREA>|I<\"PARENT_ARCHIVE_AREAS"
681 "\">]"
682 msgstr ""
683
684 #. type: Plain text
685 #: en/lb_config.1:213
686 msgid " [B<--security> true|false]"
687 msgstr ""
688
689 #. type: Plain text
690 #: en/lb_config.1:215
691 msgid " [B<--source> true|false]"
692 msgstr ""
693
694 #. type: Plain text
695 #: en/lb_config.1:217
696 msgid " [-s|B<--source-images> iso|netboot|tar|hdd]"
697 msgstr ""
698
699 #. type: Plain text
700 #: en/lb_config.1:219
701 msgid " [B<--syslinux-theme> I<THEME_SUFFIX>]"
702 msgstr ""
703
704 #. type: Plain text
705 #: en/lb_config.1:221
706 msgid " [B<--tasksel> apt|aptitude|tasksel]"
707 msgstr ""
708
709 #. type: Plain text
710 #: en/lb_config.1:223
711 msgid " [B<--templates> I<PATH>]"
712 msgstr ""
713
714 #. type: Plain text
715 #: en/lb_config.1:225
716 msgid " [B<--hdd-size >I<MB>]"
717 msgstr ""
718
719 #. type: Plain text
720 #: en/lb_config.1:227
721 msgid " [B<--updates> true|false]"
722 msgstr ""
723
724 #. type: Plain text
725 #: en/lb_config.1:229
726 msgid " [B<--backports> true|false]"
727 msgstr ""
728
729 #. type: Plain text
730 #: en/lb_config.1:231
731 msgid " [B<--exposed-root> true|false]"
732 msgstr ""
733
734 #. type: Plain text
735 #: en/lb_config.1:233
736 msgid " [B<--verbose>]"
737 msgstr ""
738
739 #. FIXME
740 #. type: Plain text
741 #: en/lb_config.1:236
742 msgid " [B<--win32-loader true|false]>"
743 msgstr ""
744
745 #. type: Plain text
746 #: en/lb_config.1:239
747 msgid ""
748 "B<lb config> is a high-level command (porcelain) of I<live-build>(7), the "
749 "Debian Live tool suite."
750 msgstr ""
751
752 #. FIXME
753 #. type: Plain text
754 #: en/lb_config.1:242
755 msgid ""
756 "B<lb config> populates the configuration directory for live-build. By "
757 "default, this directory is named 'config' and is created in the current "
758 "directory where B<lb config> was executed."
759 msgstr ""
760
761 #. FIXME
762 #. type: Plain text
763 #: en/lb_config.1:245
764 msgid ""
765 "Note: Currently B<lb config> tries to be smart and sets defaults for some "
766 "options depending on the setting of other options (e.g. which linux packages "
767 "to be used depending on if a squeeze system gets build or not). This means "
768 "that when generating a new configuration, you should call B<lb config> only "
769 "once with all options specified. Calling it several times with only a subset "
770 "of the options each can result in non working configurations. This is also "
771 "caused by the fact that B<lb config> called with one option only changes "
772 "that option, and leaves everything else as is unless its not defined. "
773 "However, B<lb config> does warn about know impossible or likely impossible "
774 "combinations that would lead to non working live systems. If unsure, remove "
775 "config/{binary,bootstrap,chroot,common,source} and call B<lb config> again."
776 msgstr ""
777
778 #. type: Plain text
779 #: en/lb_config.1:248
780 msgid ""
781 "In addition to its specific options B<lb config> understands all generic "
782 "live-build options. See I<live-build>(7) for a complete list of all generic "
783 "live-build options."
784 msgstr ""
785
786 #. FIXME
787 #. type: IP
788 #: en/lb_config.1:250
789 #, no-wrap
790 msgid "B<--apt> apt|aptitude"
791 msgstr ""
792
793 #. type: Plain text
794 #: en/lb_config.1:252
795 msgid ""
796 "defines if apt-get or aptitude is used to install packages when building the "
797 "image. The default is apt."
798 msgstr ""
799
800 #. type: IP
801 #: en/lb_config.1:252
802 #, no-wrap
803 msgid "B<--apt-ftp-proxy> I<URL>"
804 msgstr ""
805
806 #. type: Plain text
807 #: en/lb_config.1:254
808 msgid ""
809 "sets the ftp proxy to be used by apt. By default, this is empty. Note that "
810 "this variable is only for the proxy that gets used by apt internally within "
811 "the chroot, it is not used for anything else."
812 msgstr ""
813
814 #. type: IP
815 #: en/lb_config.1:254
816 #, no-wrap
817 msgid "B<--apt-http-proxy> I<URL>"
818 msgstr ""
819
820 #. type: Plain text
821 #: en/lb_config.1:256
822 msgid ""
823 "sets the http proxy to be used by apt. By default, this is empty. Note that "
824 "this variable is only for the proxy that gets used by apt internally within "
825 "the chroot, it is not used for anything else."
826 msgstr ""
827
828 #. type: IP
829 #: en/lb_config.1:256
830 #, no-wrap
831 msgid "B<--apt-indices> true|false|none"
832 msgstr ""
833
834 #. type: Plain text
835 #: en/lb_config.1:258
836 msgid ""
837 "defines if the resulting images should have apt indices or not and defaults "
838 "to true. If set to none, no indices are included at all."
839 msgstr ""
840
841 #. type: IP
842 #: en/lb_config.1:258
843 #, no-wrap
844 msgid "B<--apt-options> I<OPTION>|\"I<OPTIONS>\""
845 msgstr ""
846
847 #. type: Plain text
848 #: en/lb_config.1:260
849 msgid ""
850 "defines the default options that will be appended to every apt call that is "
851 "made inside chroot during the building of the image. By default, this is set "
852 "to --yes to allow non-interactive installation of packages."
853 msgstr ""
854
855 #. type: IP
856 #: en/lb_config.1:260
857 #, no-wrap
858 msgid "B<--aptitude-options> I<OPTION>|\"I<OPTIONS>\""
859 msgstr ""
860
861 #. type: Plain text
862 #: en/lb_config.1:262
863 msgid ""
864 "defines the default options that will be appended to every aptitude call "
865 "that is made inside chroot during building of the image. By default, this is "
866 "set to --assume-yes to allow non-interactive installation of packages."
867 msgstr ""
868
869 #. type: IP
870 #: en/lb_config.1:262
871 #, no-wrap
872 msgid "B<--apt-pipeline> I<DEPTH>"
873 msgstr ""
874
875 #. type: Plain text
876 #: en/lb_config.1:264
877 msgid ""
878 "sets the depth of the apt/aptitude pipeline. In cases where the remote "
879 "server is not RFC conforming or buggy (such as Squid 2.0.2) this option can "
880 "be a value from 0 to 5 indicating how many outstanding requests APT should "
881 "send. A value of zero MUST be specified if the remote host does not properly "
882 "linger on TCP connections - otherwise data corruption will occur. Hosts "
883 "which require this are in violation of RFC 2068. By default, live-build does "
884 "not set this option."
885 msgstr ""
886
887 #. type: IP
888 #: en/lb_config.1:264
889 #, no-wrap
890 msgid "B<--apt-recommends> true|false"
891 msgstr ""
892
893 #. type: Plain text
894 #: en/lb_config.1:266
895 msgid ""
896 "defines if apt should install recommended packages automatically. By "
897 "default, this is true except in emdebian mode."
898 msgstr ""
899
900 #. type: IP
901 #: en/lb_config.1:266
902 #, no-wrap
903 msgid "B<--apt-secure> true|false"
904 msgstr ""
905
906 #. type: Plain text
907 #: en/lb_config.1:268
908 msgid ""
909 "defines if apt should check repository signatures. This is true by default."
910 msgstr ""
911
912 #. type: IP
913 #: en/lb_config.1:268
914 #, no-wrap
915 msgid "B<--apt-source-archives> true|false"
916 msgstr ""
917
918 #. type: Plain text
919 #: en/lb_config.1:270
920 msgid ""
921 "defines if deb-src entries should be included in the resulting live image or "
922 "not, defaults to on."
923 msgstr ""
924
925 #. type: IP
926 #: en/lb_config.1:270
927 #, no-wrap
928 msgid "-a|B<--architectures> I<ARCHITECTURE>"
929 msgstr ""
930
931 #. type: Plain text
932 #: en/lb_config.1:272
933 msgid ""
934 "defines the architecture of the to be build image. By default, this is set "
935 "to the host architecture. Note that you cannot crossbuild for another "
936 "architecture if your host system is not able to execute binaries for the "
937 "target architecture natively. For example, building amd64 images on i386 and "
938 "vice versa is possile if you have a 64bit capable i386 processor and the "
939 "right kernel. But building powerpc images on an i386 system is not possible."
940 msgstr ""
941
942 #. type: IP
943 #: en/lb_config.1:272
944 #, no-wrap
945 msgid "-b|B<--binary-images> iso|iso-hybrid|netboot|tar|hdd"
946 msgstr ""
947
948 #. type: Plain text
949 #: en/lb_config.1:274
950 msgid ""
951 "defines the image type to build. By default, for images using syslinux this "
952 "is set to iso-hybrid to build CD/DVD images that may also be used like hdd "
953 "images, for non-syslinux images, it defaults to iso."
954 msgstr ""
955
956 #. type: IP
957 #: en/lb_config.1:274
958 #, no-wrap
959 msgid "B<--binary-filesystem> fat16|fat32|ext2|ext3|ext4"
960 msgstr ""
961
962 #. type: Plain text
963 #: en/lb_config.1:276
964 msgid ""
965 "defines the filesystem to be used in the image type. This only has an effect "
966 "if the selected binary image type does allow to choose a filesystem. For "
967 "example, when selection iso the resulting CD/DVD has always the filesystem "
968 "ISO9660. When building hdd images for usb sticks, this is active. Note that "
969 "it defaults to fat16 on all architectures except sparc where it defaults to "
970 "ext4. Also note that if you choose fat16 and your resulting binary image "
971 "gets bigger than 2GB, the binary filesystem automatically gets switched to "
972 "fat32."
973 msgstr ""
974
975 #. type: IP
976 #: en/lb_config.1:276
977 #, no-wrap
978 msgid "B<--bootappend-install> I<PARAMETER>|\"I<PARAMETERS>\""
979 msgstr ""
980
981 #. type: Plain text
982 #: en/lb_config.1:278
983 msgid "sets boot parameters specific to debian-installer, if included."
984 msgstr ""
985
986 #. type: IP
987 #: en/lb_config.1:278
988 #, no-wrap
989 msgid "B<--bootappend-live> I<PARAMETER>|\"I<PARAMETERS>\""
990 msgstr ""
991
992 #. type: Plain text
993 #: en/lb_config.1:280
994 msgid ""
995 "sets boot parameters specific to debian-live. A complete list of boot "
996 "parameters can be found in the I<live-boot>(7) and I<live-config>(7) manual "
997 "pages."
998 msgstr ""
999
1000 #. type: IP
1001 #: en/lb_config.1:280
1002 #, no-wrap
1003 msgid "B<--bootloader> grub|syslinux|yaboot"
1004 msgstr ""
1005
1006 #. type: Plain text
1007 #: en/lb_config.1:282
1008 msgid ""
1009 "defines which bootloader is beeing used in the generated image. This has "
1010 "only an effect if the selected binary image type does allow to choose the "
1011 "bootloader. For example, if you build a iso, always syslinux (or more "
1012 "precise, isolinux) is being used. Also note that some combinations of binary "
1013 "images types and bootloaders may be possible but live-build does not support "
1014 "them yet. B<lb config> will fail to create such a not yet supported "
1015 "configuration and give a explanation about it. For hdd images on amd64 and "
1016 "i386, the default is syslinux. yaboot is only used on powerpc."
1017 msgstr ""
1018
1019 #. type: IP
1020 #: en/lb_config.1:282
1021 #, no-wrap
1022 msgid "B<--bootstrap> cdebootstrap|cdebootstrap-static|debootstrap"
1023 msgstr ""
1024
1025 #. type: Plain text
1026 #: en/lb_config.1:284
1027 msgid ""
1028 "defines which program is used to bootstrap the debian chroot, default is "
1029 "debootstrap."
1030 msgstr ""
1031
1032 #. type: IP
1033 #: en/lb_config.1:284
1034 #, no-wrap
1035 msgid "B<--cache> true|false"
1036 msgstr ""
1037
1038 #. type: Plain text
1039 #: en/lb_config.1:286
1040 msgid ""
1041 "defines globally if any cache should be used at all. Different caches can be "
1042 "controled through the their own options."
1043 msgstr ""
1044
1045 #. type: IP
1046 #: en/lb_config.1:286
1047 #, no-wrap
1048 msgid "B<--cache-indices> true|false"
1049 msgstr ""
1050
1051 #. type: Plain text
1052 #: en/lb_config.1:288
1053 msgid ""
1054 "defines if downloaded package indices and lists should be cached which is "
1055 "false by default. Enabling it would allow to rebuild an image completely "
1056 "offline, however, you would not get updates anymore then."
1057 msgstr ""
1058
1059 #. type: IP
1060 #: en/lb_config.1:288
1061 #, no-wrap
1062 msgid "B<--cache-packages> true|false"
1063 msgstr ""
1064
1065 #. type: Plain text
1066 #: en/lb_config.1:290
1067 msgid ""
1068 "defines if downloaded packages files should be cached which is true by "
1069 "default. Disabling it does save space consumtion in your build directory, "
1070 "but remember that you will cause much unnecessary traffic if you do a couple "
1071 "of rebuilds. In general you should always leave it true, however, in some "
1072 "particular rare build setups, it can be faster to refetch packages from the "
1073 "local network mirror rather than to utilize the local disk."
1074 msgstr ""
1075
1076 #. type: IP
1077 #: en/lb_config.1:290
1078 #, no-wrap
1079 msgid "B<--cache-stages> true|false|I<STAGE>|\"I<STAGES>\""
1080 msgstr ""
1081
1082 #. type: Plain text
1083 #: en/lb_config.1:292
1084 msgid ""
1085 "sets which stages should be cached. By default set to bootstrap. As an "
1086 "exception to the normal stage names, also rootfs can be used here which does "
1087 "only cache the generated root filesystem in filesystem.{dir,ext*,squashfs}. "
1088 "This is useful during development if you want to rebuild the binary stage "
1089 "but not regenerate the root filesystem all the time."
1090 msgstr ""
1091
1092 #. type: IP
1093 #: en/lb_config.1:292
1094 #, no-wrap
1095 msgid "B<--checksums> md5|sha1|sha256|none"
1096 msgstr ""
1097
1098 #. type: Plain text
1099 #: en/lb_config.1:294
1100 msgid ""
1101 "defines if the binary image should contain a file called md5sums.txt, "
1102 "sha1sums.txt and/or sha256sums.txt. These lists all files on the image "
1103 "together with their checksums. This in turn can be used by live-boots built-"
1104 "in integrity-check to verify the medium if specified at boot prompt. In "
1105 "general, this should not be false and is an important feature of live system "
1106 "released to the public. However, during development of very big images it "
1107 "can save some time by not calculating the checksums."
1108 msgstr ""
1109
1110 #. type: IP
1111 #: en/lb_config.1:294
1112 #, no-wrap
1113 msgid "B<--compression> bzip2|gzip|lzip|none"
1114 msgstr ""
1115
1116 #. type: Plain text
1117 #: en/lb_config.1:296
1118 msgid ""
1119 "defines the compression program to be used to compress tarballs. Defaults to "
1120 "gzip."
1121 msgstr ""
1122
1123 #. type: IP
1124 #: en/lb_config.1:296
1125 #, no-wrap
1126 msgid "B<--config> I<GIT_URL>::I<GIT_ID>"
1127 msgstr ""
1128
1129 #. type: Plain text
1130 #: en/lb_config.1:298
1131 msgid ""
1132 "allows to bootstrap a config tree from a git repositories, optionally "
1133 "appended by a Git Id (branch, commit, tag, etc.)."
1134 msgstr ""
1135
1136 #. type: IP
1137 #: en/lb_config.1:298
1138 #, no-wrap
1139 msgid "B<--build-with-chroot> true|false"
1140 msgstr ""
1141
1142 #. type: Plain text
1143 #: en/lb_config.1:300
1144 msgid ""
1145 "defines whetever live-build should use the tools from within the chroot to "
1146 "build the binary image or not by using and including the host systems tools. "
1147 "This is a very dangerous option, using the tools of the host system can lead "
1148 "to tainted and even non-bootable images if the host systems version of the "
1149 "required tools (mainly these are the bootloaders such as syslinux, grub and "
1150 "yaboot, and the auxilliary tools such as dosfstools, xorriso, squashfs-tools "
1151 "and others) do not B<exactely> match what is present at build-time in the "
1152 "target distribution. Never do disable this option unless you are B<exactely> "
1153 "sure what you are doing and have B<completely>I< understood its consequences."
1154 ">"
1155 msgstr ""
1156
1157 #. type: IP
1158 #: en/lb_config.1:300
1159 #, no-wrap
1160 msgid "B<--chroot-filesystem> ext2|ext3|ext4|squashfs|jffs2|none"
1161 msgstr ""
1162
1163 #. type: Plain text
1164 #: en/lb_config.1:302
1165 msgid ""
1166 "defines which filesystem type should be used for the root filesystem image. "
1167 "If you use none, then no filesystem image is created and the root filesystem "
1168 "content is copied on the binary image filesystem as flat files. Depending on "
1169 "what binary filesystem you have choosen, it may not be possible to build "
1170 "with such a plain root filesystem, e.g. fat16/fat32 will not work as linux "
1171 "does not support to run directly on them."
1172 msgstr ""
1173
1174 #. type: IP
1175 #: en/lb_config.1:302
1176 #, no-wrap
1177 msgid "B<--clean>"
1178 msgstr ""
1179
1180 #. type: Plain text
1181 #: en/lb_config.1:304
1182 msgid ""
1183 "minimizes config directory by automatically removing unused and thus empty "
1184 "subdirectories."
1185 msgstr ""
1186
1187 #. type: IP
1188 #: en/lb_config.1:304
1189 #, no-wrap
1190 msgid "-c|B<--conffile> I<FILE>"
1191 msgstr ""
1192
1193 #. type: Plain text
1194 #: en/lb_config.1:306
1195 msgid ""
1196 "using a user specified alternative configuration file in addition to the "
1197 "normally used one in the config directory."
1198 msgstr ""
1199
1200 #. type: IP
1201 #: en/lb_config.1:306
1202 #, no-wrap
1203 msgid "B<--debconf-frontend> dialog|editor|noninteractive|readline"
1204 msgstr ""
1205
1206 #. type: Plain text
1207 #: en/lb_config.1:308
1208 msgid ""
1209 "defines what value the debconf frontend should be set to inside the chroot. "
1210 "Note that setting it to anything by noninteractive, which is the default, "
1211 "makes your build asking questions during the build."
1212 msgstr ""
1213
1214 #. type: IP
1215 #: en/lb_config.1:308
1216 #, no-wrap
1217 msgid "B<--debconf-priority> low|medium|high|critical"
1218 msgstr ""
1219
1220 #. type: Plain text
1221 #: en/lb_config.1:310
1222 msgid ""
1223 "defines what value the debconf priority shoul dbe set to inside the chroot. "
1224 "By default, it is set to critical, which means that almost no questions are "
1225 "displayed. Note that this only has an effect if you use any debconf frontend "
1226 "different from noninteractive."
1227 msgstr ""
1228
1229 #. type: IP
1230 #: en/lb_config.1:310
1231 #, no-wrap
1232 msgid "B<--debian-installer> true|cdrom|netinst|netboot|businesscard|live|false"
1233 msgstr ""
1234
1235 #. type: Plain text
1236 #: en/lb_config.1:312
1237 msgid ""
1238 "defines which type, if any, of the debian-installer should be included in "
1239 "the resulting binary image. By default, no installer is included. All "
1240 "available flavours except live are the identical configurations used on the "
1241 "installer media produced by regular debian-cd. When live is choosen, the "
1242 "live-installer udeb is included so that debian-installer will behave "
1243 "different than usual - instead of installing the debian system from packages "
1244 "from the medium or the network, it installs the live system to the disk."
1245 msgstr ""
1246
1247 #. type: IP
1248 #: en/lb_config.1:312
1249 #, no-wrap
1250 msgid "B<--debian-installer-distribution> daily|I<CODENAME>"
1251 msgstr ""
1252
1253 #. type: Plain text
1254 #: en/lb_config.1:314
1255 msgid ""
1256 "defines the distribution where the debian-installer files should be taken "
1257 "out from. Normally, this should be set to the same distribution as the live "
1258 "system. However, some times, one wants to use a newer or even daily built "
1259 "installer."
1260 msgstr ""
1261
1262 #. type: IP
1263 #: en/lb_config.1:314
1264 #, no-wrap
1265 msgid "B<--debian-installer-preseedfile> I<FILE>|I<URL>"
1266 msgstr ""
1267
1268 #. type: Plain text
1269 #: en/lb_config.1:316
1270 msgid ""
1271 "sets the filename or URL for an optionally used and included preseeding file "
1272 "for debian-installer. If config/binary_debian-installer/preseed.cfg exists, "
1273 "it will be used by default."
1274 msgstr ""
1275
1276 #. type: IP
1277 #: en/lb_config.1:316
1278 #, no-wrap
1279 msgid "B<--debian-installer-gui> true|false"
1280 msgstr ""
1281
1282 #. type: Plain text
1283 #: en/lb_config.1:318
1284 msgid ""
1285 "defines if the debian-installer graphical GTK interface should be true or "
1286 "not. In Debian mode and for most versions of Ubuntu, this option is true, "
1287 "whereas otherwise false, by default."
1288 msgstr ""
1289
1290 #. type: IP
1291 #: en/lb_config.1:318 en/live-build.7:36
1292 #, no-wrap
1293 msgid "B<--debug>"
1294 msgstr ""
1295
1296 #. type: Plain text
1297 #: en/lb_config.1:320
1298 msgid "turn on debugging informational messages."
1299 msgstr ""
1300
1301 #. type: IP
1302 #: en/lb_config.1:320
1303 #, no-wrap
1304 msgid "-d|B<--distribution> I<CODENAME>"
1305 msgstr ""
1306
1307 #. type: Plain text
1308 #: en/lb_config.1:322
1309 msgid "defines the distribution of the resulting live system."
1310 msgstr ""
1311
1312 #. type: IP
1313 #: en/lb_config.1:322
1314 #, no-wrap
1315 msgid "-d|B<--parent-distribution> I<CODENAME>"
1316 msgstr ""
1317
1318 #. type: Plain text
1319 #: en/lb_config.1:324
1320 msgid ""
1321 "defines the parent distribution for derivatives of the resulting live system."
1322 msgstr ""
1323
1324 #. type: IP
1325 #: en/lb_config.1:324
1326 #, no-wrap
1327 msgid "-d|B<--parent-debian-installer-distribution> I<CODENAME>"
1328 msgstr ""
1329
1330 #. type: Plain text
1331 #: en/lb_config.1:326
1332 msgid ""
1333 "defines the parent debian-installer distribution for derivatives of the "
1334 "resulting live system."
1335 msgstr ""
1336
1337 #. type: IP
1338 #: en/lb_config.1:326
1339 #, no-wrap
1340 msgid "B<--dump>"
1341 msgstr ""
1342
1343 #. type: Plain text
1344 #: en/lb_config.1:328
1345 msgid ""
1346 "prepares a report of the currently present live system configuration and the "
1347 "version of live-build used. This is useful to provide if you submit bug "
1348 "reports, we do get all informations required for us to locate and replicate "
1349 "an error."
1350 msgstr ""
1351
1352 #. type: IP
1353 #: en/lb_config.1:328
1354 #, no-wrap
1355 msgid "B<--fdisk> fdisk|fdisk.dist"
1356 msgstr ""
1357
1358 #. type: Plain text
1359 #: en/lb_config.1:330
1360 msgid ""
1361 "sets the filename of the fdisk binary from the host system that should be "
1362 "used. This is autodetected and does generally not need any customization."
1363 msgstr ""
1364
1365 #. type: IP
1366 #: en/lb_config.1:330 en/live-build.7:38
1367 #, no-wrap
1368 msgid "B<--force>"
1369 msgstr ""
1370
1371 #. type: Plain text
1372 #: en/lb_config.1:332
1373 msgid ""
1374 "forces re-execution of already run stages. Use only if you know what you are "
1375 "doing. It is generally safer to use B<lb clean> to clean up before re-"
1376 "executing B<lb build>."
1377 msgstr ""
1378
1379 #. type: IP
1380 #: en/lb_config.1:332
1381 #, no-wrap
1382 msgid "B<--grub-splash> I<FILE>"
1383 msgstr ""
1384
1385 #. type: Plain text
1386 #: en/lb_config.1:334
1387 msgid ""
1388 "defines the name of an optional to be included splash screen graphic for the "
1389 "grub bootloader."
1390 msgstr ""
1391
1392 #. type: IP
1393 #: en/lb_config.1:334
1394 #, no-wrap
1395 msgid "B<--gzip-options> I<OPTION>|\"I<OPTIONS>\""
1396 msgstr ""
1397
1398 #. type: Plain text
1399 #: en/lb_config.1:336
1400 msgid ""
1401 "defines the default options that will be appended to (almost) every gzip "
1402 "call during the building of the image. By default, this is set to --best to "
1403 "use highest (but slowest) compression. Dynamically, if the host system "
1404 "supports it, also --rsyncable is added."
1405 msgstr ""
1406
1407 #. type: IP
1408 #: en/lb_config.1:336
1409 #, no-wrap
1410 msgid "B<--hooks> I<FILE>"
1411 msgstr ""
1412
1413 #. type: Plain text
1414 #: en/lb_config.1:338
1415 msgid ""
1416 "defines which hooks available in /usr/share/live/build/examples/hooks should "
1417 "be activated. Normally, there are no hooks executed. Make sure you know and "
1418 "understood the hook before you enable it."
1419 msgstr ""
1420
1421 #. type: IP
1422 #: en/lb_config.1:338
1423 #, no-wrap
1424 msgid "B<--ignore-system-defaults>"
1425 msgstr ""
1426
1427 #. type: Plain text
1428 #: en/lb_config.1:340
1429 msgid ""
1430 "B<lb config> by default reads system defaults from I</etc/live/build.conf> "
1431 "and I</etc/live/build/*> when generating a new live system config directory. "
1432 "This is useful if you want to set global settings, such as mirror locations, "
1433 "and don't want to specify them all of the time."
1434 msgstr ""
1435
1436 #. type: IP
1437 #: en/lb_config.1:340
1438 #, no-wrap
1439 msgid "B<--initramfs> auto|none|live-boot|casper"
1440 msgstr ""
1441
1442 #. type: Plain text
1443 #: en/lb_config.1:342
1444 msgid ""
1445 "sets the name of package that contains the live system specific initramfs "
1446 "modification. By default, auto is used, which means that at build time of "
1447 "the image rather than on configuration time, the value will be expanded to "
1448 "casper when building ubuntu systems, to live-boot for all other systems. "
1449 "Using 'none' is useful if the resulting system image should not be a live "
1450 "image (experimental)."
1451 msgstr ""
1452
1453 #. type: IP
1454 #: en/lb_config.1:342
1455 #, no-wrap
1456 msgid "B<--initramfs-compression> bzip2|gzip|lzma]"
1457 msgstr ""
1458
1459 #. type: Plain text
1460 #: en/lb_config.1:344
1461 msgid ""
1462 "defines the compression program to be used to compress the initramfs. "
1463 "Defaults to gzip."
1464 msgstr ""
1465
1466 #. type: IP
1467 #: en/lb_config.1:344
1468 #, no-wrap
1469 msgid "B<--interactive> shell"
1470 msgstr ""
1471
1472 #. type: Plain text
1473 #: en/lb_config.1:346
1474 msgid ""
1475 "defines if after the chroot stage and before the beginning of the binary "
1476 "stage, a interactive shell login should be spawned in the chroot in order to "
1477 "allow you to do manual customizations. Once you close the shell with logout "
1478 "or exit, the build will continue as usual. Note that it's strongly "
1479 "discouraged to use this for anything else than testing. Modifications that "
1480 "should be present in all builds of a live system should be properly made "
1481 "through hooks. Everything else destroys the beauty of being able to "
1482 "completely automatise the build process and making it non interactive. By "
1483 "default, this is of course false."
1484 msgstr ""
1485
1486 #. type: IP
1487 #: en/lb_config.1:346
1488 #, no-wrap
1489 msgid "B<--isohybrid-options> I<OPTION>|\"I<OPTIONS>\""
1490 msgstr ""
1491
1492 #. type: Plain text
1493 #: en/lb_config.1:348
1494 msgid "defines options to pass to isohybrid."
1495 msgstr ""
1496
1497 #. type: IP
1498 #: en/lb_config.1:348
1499 #, no-wrap
1500 msgid "B<--iso-application> I<NAME>"
1501 msgstr ""
1502
1503 #. type: Plain text
1504 #: en/lb_config.1:350
1505 msgid ""
1506 "sets the APPLICATION field in the header of a resulting CD/DVD image and "
1507 "defaults to \"Debian Live\" in debian mode, and to \"Emdebian Live\" in "
1508 "emdebian mode, and \"Ubuntu Live\" in ubuntu mode."
1509 msgstr ""
1510
1511 #. type: IP
1512 #: en/lb_config.1:350
1513 #, no-wrap
1514 msgid "B<--iso-preparer> I<NAME>"
1515 msgstr ""
1516
1517 #. type: Plain text
1518 #: en/lb_config.1:352
1519 msgid ""
1520 "sets the PREPARER field in the header of a resulting CD/DVD image. By "
1521 "default this is set to \"live-build I<VERSION>; http://packages.qa.debian."
1522 "org/live-build\", whereas VERSION is expanded to the version of live-build "
1523 "that was used to build the image."
1524 msgstr ""
1525
1526 #. type: IP
1527 #: en/lb_config.1:352
1528 #, no-wrap
1529 msgid "B<--iso-publisher> I<NAME>"
1530 msgstr ""
1531
1532 #. type: Plain text
1533 #: en/lb_config.1:354
1534 msgid ""
1535 "sets the PUBLISHED field in the header of a resulting CD/DVD image. By "
1536 "default, this is set to 'Debian Live project; http:/live.debian.net/; debian-"
1537 "[email protected]'. Remember to change this to the appropriate values at "
1538 "latest when you distributing custom and unofficial images."
1539 msgstr ""
1540
1541 #. type: IP
1542 #: en/lb_config.1:354
1543 #, no-wrap
1544 msgid "B<--iso-volume> I<NAME>"
1545 msgstr ""
1546
1547 #. type: Plain text
1548 #: en/lb_config.1:356
1549 msgid ""
1550 "sets the VOLUME field in the header of a resulting CD/DVD and defaults to "
1551 "'(I<MODE>) (I<DISTRIBUTION>) (I<DATE>)' whereas MODE is expanded to the name "
1552 "of the mode in use, DISTRIBUTION the distribution name, and DATE with the "
1553 "current date and time of the generation."
1554 msgstr ""
1555
1556 #. type: IP
1557 #: en/lb_config.1:356
1558 #, no-wrap
1559 msgid "B<--jffs2-eraseblock> I<SIZE>"
1560 msgstr ""
1561
1562 #. type: Plain text
1563 #: en/lb_config.1:358
1564 msgid ""
1565 "sets the eraseblock size for a JFFS2 (Second Journalling Flash File System) "
1566 "filesystem. The default is 64 KiB. If you use an erase block size different "
1567 "than the erase block size of the target MTD device, JFFS2 may not perform "
1568 "optimally. If the SIZE specified is below 4096, the units are assumed to be "
1569 "KiB."
1570 msgstr ""
1571
1572 #. type: IP
1573 #: en/lb_config.1:358
1574 #, no-wrap
1575 msgid "B<--keyring-packages> I<PACKAGE|\"PACKAGES>\""
1576 msgstr ""
1577
1578 #. type: Plain text
1579 #: en/lb_config.1:360
1580 msgid ""
1581 "sets the keyring package or additional keyring packages. By default this is "
1582 "set to debian-archive-keyring."
1583 msgstr ""
1584
1585 #. type: IP
1586 #: en/lb_config.1:360
1587 #, no-wrap
1588 msgid "-k|B<--linux-flavours> I<FLAVOUR>|\"I<FLAVOURS>\""
1589 msgstr ""
1590
1591 #. type: Plain text
1592 #: en/lb_config.1:362
1593 msgid ""
1594 "sets the kernel flavours to be installed. Note that in case you specify more "
1595 "than that the first will be configured the default kernel that gets booted."
1596 msgstr ""
1597
1598 #. type: IP
1599 #: en/lb_config.1:362
1600 #, no-wrap
1601 msgid "B<--linux-packages> \"I<PACKAGES>\""
1602 msgstr ""
1603
1604 #. type: Plain text
1605 #: en/lb_config.1:364
1606 msgid ""
1607 "sets the internal name of the kernel packages naming scheme. If you use "
1608 "debian kernel packages, you will not have to adjust it. If you decide to use "
1609 "custom kernel packages that do not follow the debian naming scheme, remember "
1610 "to set this option to the stub of the packages only (for debian this is "
1611 "linux-image-2.6), so that I<STUB>-I<FLAVOUR> results in a valid package name "
1612 "(for debian e.g. linux-image-2.6-486). Preferably you use the meta package "
1613 "name, if any, for the stub, so that your configuration is ABI independent. "
1614 "Also don't forget that you have to include stubs of the binary modules "
1615 "packages for unionfs or aufs, and squashfs if you built them out-of-tree."
1616 msgstr ""
1617
1618 #. type: IP
1619 #: en/lb_config.1:364
1620 #, no-wrap
1621 msgid "B<--losetup> losetup|losetup.orig"
1622 msgstr ""
1623
1624 #. type: Plain text
1625 #: en/lb_config.1:366
1626 msgid ""
1627 "sets the filename of the losetup binary from the host system that should be "
1628 "used. This is autodetected and does generally not need any customization."
1629 msgstr ""
1630
1631 #. type: IP
1632 #: en/lb_config.1:366
1633 #, no-wrap
1634 msgid "B<--memtest> memtest86+|memtest86|none"
1635 msgstr ""
1636
1637 #. type: Plain text
1638 #: en/lb_config.1:368
1639 msgid ""
1640 "defines if memtest, memtest86+ or no memory tester at all should be included "
1641 "as secondary bootloader configuration. This is only available on amd64 and "
1642 "i386 and defaults to memtest86+."
1643 msgstr ""
1644
1645 #. type: IP
1646 #: en/lb_config.1:368
1647 #, no-wrap
1648 msgid "-m|B<--parent-mirror-bootstrap> I<URL>"
1649 msgstr ""
1650
1651 #. type: Plain text
1652 #: en/lb_config.1:370
1653 msgid ""
1654 "sets the location of the debian package mirror that should be used to "
1655 "bootstrap from. This defaults to http://ftp.de.debian.org/debian/ which may "
1656 "not be a good default if you live outside of Europe."
1657 msgstr ""
1658
1659 #. type: IP
1660 #: en/lb_config.1:370
1661 #, no-wrap
1662 msgid "B<--parent-mirror-chroot> I<URL>"
1663 msgstr ""
1664
1665 #. type: Plain text
1666 #: en/lb_config.1:372
1667 msgid ""
1668 "sets the location of the debian package mirror that will be used to fetch "
1669 "the packages in order to build the live system. By default, this is set to "
1670 "the value of --parent-mirror-bootstrap."
1671 msgstr ""
1672
1673 #. type: IP
1674 #: en/lb_config.1:372
1675 #, no-wrap
1676 msgid "B<--parent-mirror-chroot-security> I<URL>"
1677 msgstr ""
1678
1679 #. type: Plain text
1680 #: en/lb_config.1:374
1681 msgid ""
1682 "sets the location of the debian security package mirror that will be used to "
1683 "fetch the packages in order to build the live system. By default, this "
1684 "points to http://security.debian.org/debian/."
1685 msgstr ""
1686
1687 #. type: IP
1688 #: en/lb_config.1:374
1689 #, no-wrap
1690 msgid "B<--parent-mirror-chroot-updates> I<URL>"
1691 msgstr ""
1692
1693 #. type: Plain text
1694 #: en/lb_config.1:376
1695 msgid ""
1696 "sets the location of the debian updates package mirror that will be used to "
1697 "fetch packages in order to build the live system. By default, this is set to "
1698 "the value of --parent-mirror-chroot."
1699 msgstr ""
1700
1701 #. type: IP
1702 #: en/lb_config.1:376
1703 #, no-wrap
1704 msgid "B<--parent-mirror-chroot-backports> I<URL>"
1705 msgstr ""
1706
1707 #. type: Plain text
1708 #: en/lb_config.1:378
1709 msgid ""
1710 "sets the location of the debian backports package mirror that will be used "
1711 "to fetch packages in order to build the live system. By default, this points "
1712 "to http://backports.debian.org/debian-backports/."
1713 msgstr ""
1714
1715 #. type: IP
1716 #: en/lb_config.1:378
1717 #, no-wrap
1718 msgid "B<--parent-mirror-binary> I<URL>"
1719 msgstr ""
1720
1721 #. type: Plain text
1722 #: en/lb_config.1:380
1723 msgid ""
1724 "sets the location of the debian package mirror that should end up configured "
1725 "in the final image and which is the one a user would see and use. This has "
1726 "not necessarily to be the same that is used to build the image, e.g. if you "
1727 "use a local mirror but want to have an official mirror in the image. By "
1728 "default, 'http://http.debian.net/debian/' is used."
1729 msgstr ""
1730
1731 #. type: IP
1732 #: en/lb_config.1:380
1733 #, no-wrap
1734 msgid "B<--parent-mirror-binary-security> I<URL>"
1735 msgstr ""
1736
1737 #. type: Plain text
1738 #: en/lb_config.1:382
1739 msgid ""
1740 "sets the location of the debian security package mirror that should end up "
1741 "configured in the final image. By default, 'http://security.debian.org/' is "
1742 "used."
1743 msgstr ""
1744
1745 #. type: IP
1746 #: en/lb_config.1:382
1747 #, no-wrap
1748 msgid "B<--parent-mirror-binary-updates> I<URL>"
1749 msgstr ""
1750
1751 #. type: Plain text
1752 #: en/lb_config.1:384
1753 msgid ""
1754 "sets the location of the debian updates package mirror that should end up "
1755 "configured in the final image. By default, the value of --parent-mirror-"
1756 "binary is used."
1757 msgstr ""
1758
1759 #. type: IP
1760 #: en/lb_config.1:384
1761 #, no-wrap
1762 msgid "B<--parent-mirror-binary-backports> I<URL>"
1763 msgstr ""
1764
1765 #. type: Plain text
1766 #: en/lb_config.1:386
1767 msgid ""
1768 "sets the location of the debian backports package mirror that should end up "
1769 "configured in the final image. By default, 'http://backports.debian.org/"
1770 "debian-backports/' is used."
1771 msgstr ""
1772
1773 #. type: IP
1774 #: en/lb_config.1:386
1775 #, no-wrap
1776 msgid "B<--parent-mirror-debian-installer> I<URL>"
1777 msgstr ""
1778
1779 #. type: Plain text
1780 #: en/lb_config.1:388
1781 msgid ""
1782 "sets the location of the mirror that will be used to fetch the debian "
1783 "installer images. By default, this points to the same mirror used to build "
1784 "the live system, i.e. the value of --parent-mirror-bootstrap."
1785 msgstr ""
1786
1787 #. type: IP
1788 #: en/lb_config.1:388
1789 #, no-wrap
1790 msgid "B<--mirror-bootstrap> I<URL>"
1791 msgstr ""
1792
1793 #. type: Plain text
1794 #: en/lb_config.1:390
1795 msgid ""
1796 "sets the location of the debian package mirror that should be used to "
1797 "bootstrap the derivative from. This defaults to http://ftp.de.debian.org/"
1798 "debian/ which may not be a good default if you live outside of Europe."
1799 msgstr ""
1800
1801 #. type: IP
1802 #: en/lb_config.1:390
1803 #, no-wrap
1804 msgid "B<--mirror-chroot> I<URL>"
1805 msgstr ""
1806
1807 #. type: Plain text
1808 #: en/lb_config.1:392
1809 msgid ""
1810 "sets the location of the debian package mirror that will be used to fetch "
1811 "the packages of the derivative in order to build the live system. By "
1812 "default, this is set to the value of --mirror-bootstrap."
1813 msgstr ""
1814
1815 #. type: IP
1816 #: en/lb_config.1:392
1817 #, no-wrap
1818 msgid "B<--mirror-chroot-security> I<URL>"
1819 msgstr ""
1820
1821 #. type: Plain text
1822 #: en/lb_config.1:394
1823 msgid ""
1824 "sets the location of the debian security package mirror that will be used to "
1825 "fetch the packages of the derivative in order to build the live system. By "
1826 "default, this points to http://security.debian.org/debian/."
1827 msgstr ""
1828
1829 #. type: IP
1830 #: en/lb_config.1:394
1831 #, no-wrap
1832 msgid "B<--mirror-chroot-updates> I<URL>"
1833 msgstr ""
1834
1835 #. type: Plain text
1836 #: en/lb_config.1:396
1837 msgid ""
1838 "sets the location of the debian updates package mirror that will be used to "
1839 "fetch packages of the derivative in order to build the live system. By "
1840 "default, this is set to the value of --mirror-chroot."
1841 msgstr ""
1842
1843 #. type: IP
1844 #: en/lb_config.1:396
1845 #, no-wrap
1846 msgid "B<--mirror-chroot-backports> I<URL>"
1847 msgstr ""
1848
1849 #. type: Plain text
1850 #: en/lb_config.1:398
1851 msgid ""
1852 "sets the location of the debian backports package mirror that will be used "
1853 "to fetch packages of the derivative in order to build the live system. By "
1854 "default, this points to http://backports.debian.org/debian-backports/."
1855 msgstr ""
1856
1857 #. type: IP
1858 #: en/lb_config.1:398
1859 #, no-wrap
1860 msgid "B<--mirror-binary> I<URL>"
1861 msgstr ""
1862
1863 #. type: Plain text
1864 #: en/lb_config.1:400
1865 msgid ""
1866 "sets the location of the derivative package mirror that should end up "
1867 "configured in the final image and which is the one a user would see and use. "
1868 "This has not necessarily to be the same that is used to build the image, e."
1869 "g. if you use a local mirror but want to have an official mirror in the "
1870 "image."
1871 msgstr ""
1872
1873 #. type: IP
1874 #: en/lb_config.1:400
1875 #, no-wrap
1876 msgid "B<--mirror-binary-security> I<URL>"
1877 msgstr ""
1878
1879 #. type: Plain text
1880 #: en/lb_config.1:402
1881 msgid ""
1882 "sets the location of the derivatives security package mirror that should end "
1883 "up configured in the final image."
1884 msgstr ""
1885
1886 #. type: IP
1887 #: en/lb_config.1:402
1888 #, no-wrap
1889 msgid "B<--mirror-binary-updates> I<URL>"
1890 msgstr ""
1891
1892 #. type: Plain text
1893 #: en/lb_config.1:404
1894 msgid ""
1895 "sets the location of the derivatives updates package mirror that should end "
1896 "up configured in the final image."
1897 msgstr ""
1898
1899 #. type: IP
1900 #: en/lb_config.1:404
1901 #, no-wrap
1902 msgid "B<--mirror-binary-backports> I<URL>"
1903 msgstr ""
1904
1905 #. type: Plain text
1906 #: en/lb_config.1:406
1907 msgid ""
1908 "sets the location of the derivatives backports package mirror that should "
1909 "end up configured in the final image."
1910 msgstr ""
1911
1912 #. type: IP
1913 #: en/lb_config.1:406
1914 #, no-wrap
1915 msgid "B<--mirror-debian-installer> I<URL>"
1916 msgstr ""
1917
1918 #. type: Plain text
1919 #: en/lb_config.1:408
1920 msgid ""
1921 "sets the location of the mirror that will be used to fetch the debian "
1922 "installer images of the derivative. By default, this points to the same "
1923 "mirror used to build the live system, i.e. the value of --mirror-bootstrap."
1924 msgstr ""
1925
1926 #. type: IP
1927 #: en/lb_config.1:408
1928 #, no-wrap
1929 msgid "B<--mode> debian|emdebian|progress|ubuntu"
1930 msgstr ""
1931
1932 #. type: Plain text
1933 #: en/lb_config.1:410
1934 msgid ""
1935 "defines a global mode to load project specific defaults. By default this is "
1936 "set to debian."
1937 msgstr ""
1938
1939 #. type: IP
1940 #: en/lb_config.1:410
1941 #, no-wrap
1942 msgid "B<--system> live|normal"
1943 msgstr ""
1944
1945 #. type: Plain text
1946 #: en/lb_config.1:412
1947 msgid ""
1948 "defines if the resulting system image should a live system or a normal, non-"
1949 "live system."
1950 msgstr ""
1951
1952 #. type: IP
1953 #: en/lb_config.1:412
1954 #, no-wrap
1955 msgid "B<--net-root-filesystem> nfs|cfs"
1956 msgstr ""
1957
1958 #. type: Plain text
1959 #: en/lb_config.1:414
1960 msgid ""
1961 "defines the filesystem that will be configured in the bootloader "
1962 "configuration for your netboot image. This defaults to nfs."
1963 msgstr ""
1964
1965 #. type: IP
1966 #: en/lb_config.1:414
1967 #, no-wrap
1968 msgid "B<--net-root-mountoptions> I<OPTIONS>"
1969 msgstr ""
1970
1971 #. type: Plain text
1972 #: en/lb_config.1:416
1973 msgid ""
1974 "sets additional options for mounting the root filesystem in netboot images "
1975 "and is by default empty."
1976 msgstr ""
1977
1978 #. type: IP
1979 #: en/lb_config.1:416
1980 #, no-wrap
1981 msgid "B<--net-root-path> I<PATH>"
1982 msgstr ""
1983
1984 #. type: Plain text
1985 #: en/lb_config.1:418
1986 msgid ""
1987 "sets the file path that will be configured in the bootloader configuration "
1988 "for your netboot image. This defaults to /srv/debian-live in debian mode and "
1989 "to /srv/emebian-live when being in emdebian mode, and /srv/ubuntu-live when "
1990 "in ubuntu mode."
1991 msgstr ""
1992
1993 #. type: IP
1994 #: en/lb_config.1:418
1995 #, no-wrap
1996 msgid "B<--net-root-server> I<IP>|I<HOSTNAME>"
1997 msgstr ""
1998
1999 #. type: Plain text
2000 #: en/lb_config.1:420
2001 msgid ""
2002 "sets the IP or hostname that will be configured in the bootloader "
2003 "configuration for the root filesystem of your netboot image. This defaults "
2004 "to 192.168.1.1."
2005 msgstr ""
2006
2007 #. type: IP
2008 #: en/lb_config.1:420
2009 #, no-wrap
2010 msgid "B<--net-cow-filesystem> nfs|cfs"
2011 msgstr ""
2012
2013 #. type: Plain text
2014 #: en/lb_config.1:422
2015 msgid ""
2016 "defines the filesystem type for the copy-on-write layer and defaults to nfs."
2017 msgstr ""
2018
2019 #. type: IP
2020 #: en/lb_config.1:422
2021 #, no-wrap
2022 msgid "B<--net-cow-mountoptions> I<OPTIONS>"
2023 msgstr ""
2024
2025 #. type: Plain text
2026 #: en/lb_config.1:424
2027 msgid ""
2028 "sets additional options for mounting the copy-on-write layer in netboot "
2029 "images and is by default empty."
2030 msgstr ""
2031
2032 #. type: IP
2033 #: en/lb_config.1:424
2034 #, no-wrap
2035 msgid "B<--net-cow-path> I<PATH>"
2036 msgstr ""
2037
2038 #. type: Plain text
2039 #: en/lb_config.1:426
2040 msgid ""
2041 "defines the path to client writable filesystem. Anywhere that "
2042 "I<client_mac_address> is specified in the path live-boot will substitute the "
2043 "MAC address of the client delimited with hyphens."
2044 msgstr ""
2045
2046 #. type: Plain text
2047 #: en/lb_config.1:429
2048 msgid "Example:"
2049 msgstr ""
2050
2051 #. type: Plain text
2052 #: en/lb_config.1:431
2053 msgid "/export/hosts/client_mac_address"
2054 msgstr ""
2055
2056 #. type: Plain text
2057 #: en/lb_config.1:433
2058 msgid "/export/hosts/00-16-D3-33-92-E8"
2059 msgstr ""
2060
2061 #. type: IP
2062 #: en/lb_config.1:433
2063 #, no-wrap
2064 msgid "B<--net-cow-server> I<IP>|I<HOSTNAME>"
2065 msgstr ""
2066
2067 #. type: Plain text
2068 #: en/lb_config.1:435
2069 msgid ""
2070 "sets the IP or hostname that will be configured in the bootloader "
2071 "configuration for the copy-on-write filesystem of your netboot image and is "
2072 "by default empty."
2073 msgstr ""
2074
2075 #. type: IP
2076 #: en/lb_config.1:435
2077 #, no-wrap
2078 msgid "B<--net-tarball> true|false"
2079 msgstr ""
2080
2081 #. type: Plain text
2082 #: en/lb_config.1:437
2083 msgid ""
2084 "defines if a compressed tarball should be created. Disabling this options "
2085 "leads to no tarball at all, the plain binary directory is considered the "
2086 "output in this case. Default is true."
2087 msgstr ""
2088
2089 #. type: IP
2090 #: en/lb_config.1:437
2091 #, no-wrap
2092 msgid "-p|B<--package-lists> I<LIST>|\"I<LISTS>\""
2093 msgstr ""
2094
2095 #. type: Plain text
2096 #: en/lb_config.1:439
2097 msgid ""
2098 "defines which lists available in /usr/share/live/build/package-lists should "
2099 "be used. By default, this is set to standard. Note that in case you have "
2100 "local package lists, you don't need to list them here. Putting them into "
2101 "config/package-lists is enough (the filename needs to have the .list suffix "
2102 "though)."
2103 msgstr ""
2104
2105 #. type: IP
2106 #: en/lb_config.1:439 en/live-build.7:40
2107 #, no-wrap
2108 msgid "B<--quiet>"
2109 msgstr ""
2110
2111 #. type: Plain text
2112 #: en/lb_config.1:441
2113 msgid "reduces the verbosity of messages output by B<lb build>."
2114 msgstr ""
2115
2116 #. type: IP
2117 #: en/lb_config.1:441
2118 #, no-wrap
2119 msgid "B<--archives> I<ARCHIVE>|\"I<ARCHIVES>\""
2120 msgstr ""
2121
2122 #. type: Plain text
2123 #: en/lb_config.1:443
2124 msgid ""
2125 "enables one of available third-party archive configurations in /usr/share/"
2126 "live/build/archives."
2127 msgstr ""
2128
2129 #. type: IP
2130 #: en/lb_config.1:443
2131 #, no-wrap
2132 msgid "B<--root-command> sudo"
2133 msgstr ""
2134
2135 #. type: Plain text
2136 #: en/lb_config.1:445
2137 msgid ""
2138 "controls if live-build should use sudo internally to build the live image. "
2139 "Note that this is not well tested and that you should, when relying on sudo, "
2140 "call the individual live-build command with sudo itself."
2141 msgstr ""
2142
2143 #. type: IP
2144 #: en/lb_config.1:445
2145 #, no-wrap
2146 msgid "B<--use-fakeroot> true|false"
2147 msgstr ""
2148
2149 #. type: Plain text
2150 #: en/lb_config.1:447
2151 msgid ""
2152 "controls if live-build should utilize fakeroot and fakechroot to try and "
2153 "avoid requiring root privillages where possible. By default, this option is "
2154 "false."
2155 msgstr ""
2156
2157 #. type: IP
2158 #: en/lb_config.1:447
2159 #, no-wrap
2160 msgid "B<--archive-areas> I<ARCHIVE_AREA>|\"I<ARCHIVE_AREAS>\""
2161 msgstr ""
2162
2163 #. type: Plain text
2164 #: en/lb_config.1:449
2165 msgid ""
2166 "defines which package archive areas of a debian packages archive should be "
2167 "used for configured debian package mirrors. By default, this is set to main. "
2168 "Remember to check the licenses of each packages with respect to their "
2169 "redistributability in your juristiction when enabling contrib or non-free "
2170 "with this mechanism."
2171 msgstr ""
2172
2173 #. type: IP
2174 #: en/lb_config.1:449
2175 #, no-wrap
2176 msgid "B<--parent-archive-areas> I<PARENT_ARCHIVE_AREA>|\"I<PARENT_ARCHIVE_AREAS>\""
2177 msgstr ""
2178
2179 #. type: Plain text
2180 #: en/lb_config.1:451
2181 msgid "defines the archive areas for derivatives of the resulting live system."
2182 msgstr ""
2183
2184 #. type: IP
2185 #: en/lb_config.1:451
2186 #, no-wrap
2187 msgid "B<--security> true|false"
2188 msgstr ""
2189
2190 #. type: Plain text
2191 #: en/lb_config.1:453
2192 msgid ""
2193 "defines if the security repositories specified in the security mirror "
2194 "options should be used or not."
2195 msgstr ""
2196
2197 #. type: IP
2198 #: en/lb_config.1:453
2199 #, no-wrap
2200 msgid "B<--source> true|false"
2201 msgstr ""
2202
2203 #. type: Plain text
2204 #: en/lb_config.1:455
2205 msgid ""
2206 "defines if a corresponding source image to the binary image should be build. "
2207 "By default this is false because most people do not require this and would "
2208 "require to download quite a few source packages. However, once you start "
2209 "distributing your live image, you should make sure you build it with a "
2210 "source image alongside."
2211 msgstr ""
2212
2213 #. type: IP
2214 #: en/lb_config.1:455
2215 #, no-wrap
2216 msgid "-s|B<--source-images> iso|netboot|tar|hdd"
2217 msgstr ""
2218
2219 #. type: Plain text
2220 #: en/lb_config.1:457
2221 msgid "defines the image type for the source image. Default is tar."
2222 msgstr ""
2223
2224 #. type: IP
2225 #: en/lb_config.1:457
2226 #, no-wrap
2227 msgid "B<--firmware-binary> true|false"
2228 msgstr ""
2229
2230 #. type: Plain text
2231 #: en/lb_config.1:459
2232 msgid ""
2233 "defines if firmware packages should be automatically included into the "
2234 "binary pool for debian-installer. Note that only firmware packages available "
2235 "within the configured archive areas are included, e.g. an image with "
2236 "packages from main only will not automatically include firmware from non-"
2237 "free. This option does not interfere with explicitly listed packages in "
2238 "binary package lists."
2239 msgstr ""
2240
2241 #. type: IP
2242 #: en/lb_config.1:459
2243 #, no-wrap
2244 msgid "B<--firmware-chroot> true|false"
2245 msgstr ""
2246
2247 #. type: Plain text
2248 #: en/lb_config.1:461
2249 msgid ""
2250 "defines if firmware packages should be automatically included into the live "
2251 "image. Note that only firmware packages available within the configured "
2252 "archive areas are included, e.g. an image with packages from main only will "
2253 "not automatically include firmware from non-free. This option does not "
2254 "interfere with explicitly listed packages in chroot package lists."
2255 msgstr ""
2256
2257 #. type: IP
2258 #: en/lb_config.1:461
2259 #, no-wrap
2260 msgid "B<--swap-file-path> I<PATH>"
2261 msgstr ""
2262
2263 #. type: Plain text
2264 #: en/lb_config.1:463
2265 msgid ""
2266 "defines the path to a swap file to create in the binary image. Default is "
2267 "not to create a swap file."
2268 msgstr ""
2269
2270 #. type: IP
2271 #: en/lb_config.1:463
2272 #, no-wrap
2273 msgid "B<--swap-file-size> I<MB>"
2274 msgstr ""
2275
2276 #. type: Plain text
2277 #: en/lb_config.1:465
2278 msgid ""
2279 "defines what size in megabytes the swap file should be, if one is to be "
2280 "created. Default is 512MB."
2281 msgstr ""
2282
2283 #. type: IP
2284 #: en/lb_config.1:465
2285 #, no-wrap
2286 msgid "B<--syslinux-theme> I<THEME_SUFFIX>"
2287 msgstr ""
2288
2289 #. type: Plain text
2290 #: en/lb_config.1:467
2291 msgid ""
2292 "defines the syslinux theme to use. The theme suffix is the name of a "
2293 "directory in /usr/share/syslinux/themes/ provided by a package named "
2294 "syslinux-theme- plus the suffix. In debian mode, this defaults to debian-"
2295 "squeeze."
2296 msgstr ""
2297
2298 #. type: IP
2299 #: en/lb_config.1:467
2300 #, no-wrap
2301 msgid "B<--tasksel> apt|aptitude|tasksel"
2302 msgstr ""
2303
2304 #. type: Plain text
2305 #: en/lb_config.1:469
2306 msgid ""
2307 "selects which program is used to install tasks. By default, this is set to "
2308 "tasksel."
2309 msgstr ""
2310
2311 #. type: IP
2312 #: en/lb_config.1:469
2313 #, no-wrap
2314 msgid "B<--templates> I<PATH>"
2315 msgstr ""
2316
2317 #. type: Plain text
2318 #: en/lb_config.1:471
2319 msgid ""
2320 "sets the path to the templates that live-build is going to use, e.g. for "
2321 "bootloaders. By default, this is set to /usr/share/live/build/templates/."
2322 msgstr ""
2323
2324 #. type: IP
2325 #: en/lb_config.1:471
2326 #, no-wrap
2327 msgid "B<--hdd-size> MB"
2328 msgstr ""
2329
2330 #. type: Plain text
2331 #: en/lb_config.1:473
2332 msgid ""
2333 "defines what size the hdd image should be. Note that although the default is "
2334 "set to 10000 (= 10GB), it will not need 10GB space on your harddisk as the "
2335 "files are created as sparse files."
2336 msgstr ""
2337
2338 #. type: IP
2339 #: en/lb_config.1:473
2340 #, no-wrap
2341 msgid "B<--updates> true|false"
2342 msgstr ""
2343
2344 #. type: Plain text
2345 #: en/lb_config.1:475
2346 msgid ""
2347 "defines if debian updates package archives should be included in the image "
2348 "or not."
2349 msgstr ""
2350
2351 #. type: IP
2352 #: en/lb_config.1:475
2353 #, no-wrap
2354 msgid "B<--backports> true|false"
2355 msgstr ""
2356
2357 #. type: Plain text
2358 #: en/lb_config.1:477
2359 msgid ""
2360 "defines if debian backports package archives should be included in the image "
2361 "or not."
2362 msgstr ""
2363
2364 #. type: IP
2365 #: en/lb_config.1:477
2366 #, no-wrap
2367 msgid "B<--exposed-root> true|false"
2368 msgstr ""
2369
2370 #. type: Plain text
2371 #: en/lb_config.1:479
2372 msgid ""
2373 "defines whether to expose the root filesystem as read only and not covered "
2374 "by the union filesystem. This has useful implications for certain speciality "
2375 "setups such as LTSP. By default, this option is false."
2376 msgstr ""
2377
2378 #. type: IP
2379 #: en/lb_config.1:479 en/live-build.7:42
2380 #, no-wrap
2381 msgid "B<--verbose>"
2382 msgstr ""
2383
2384 #. type: Plain text
2385 #: en/lb_config.1:481
2386 msgid "increases the verbosity of messages output by B<lb build>."
2387 msgstr ""
2388
2389 #. type: IP
2390 #: en/lb_config.1:481
2391 #, no-wrap
2392 msgid "B<--win32-loader true|false>"
2393 msgstr ""
2394
2395 #. FIXME
2396 #. type: Plain text
2397 #: en/lb_config.1:484
2398 msgid "defines if win32-loader should be included in the binary image or not."
2399 msgstr ""
2400
2401 #. type: SH
2402 #: en/lb_config.1:485
2403 #, no-wrap
2404 msgid "ENVIRONMENT"
2405 msgstr ""
2406
2407 #. FIXME
2408 #. type: Plain text
2409 #: en/lb_config.1:488
2410 msgid ""
2411 "Currently, command line switches can also be specified through the "
2412 "corresponding environment variable. However, this generally should not be "
2413 "relied upon, as it is an implementation detail that is subject to change in "
2414 "future releases. For options applying directly to live-build, environment "
2415 "variables are named LB_FOO, meaning, e.g. B<--apt-ftp-proxy> becomes "
2416 "LB_APT_FTP_PROXY (the exception being internal options such as B<--debug>). "
2417 "For options passed to another program, as in APT_OPTIONS or GZIP_OPTIONS, no "
2418 "LB_ prefix is used."
2419 msgstr ""
2420
2421 #. FIXME
2422 #. type: IP
2423 #: en/lb_config.1:492
2424 #, no-wrap
2425 msgid "B<auto/config>"
2426 msgstr ""
2427
2428 #. type: IP
2429 #: en/lb_config.1:493
2430 #, no-wrap
2431 msgid "B</etc/live/build.conf, /etc/live/build/*>"
2432 msgstr ""
2433
2434 #. FIXME
2435 #. type: Plain text
2436 #: en/lb_config.1:496
2437 msgid ""
2438 "An optional, global configuration file for B<lb config> variables. It is "
2439 "useful to specify a few system wide defaults, like "
2440 "LB_PARENT_MIRROR_BOOTSTRAP. This feature can be false by specifying the B<--"
2441 "ignore-system-defaults> option."
2442 msgstr ""
2443
2444 #. type: Plain text
2445 #: en/lb_config.1:501 en/live-build.7:225
2446 msgid "I<live-boot>(7)"
2447 msgstr ""
2448
2449 #. type: Plain text
2450 #: en/lb_config.1:503 en/live-build.7:227
2451 msgid "I<live-config>(7)"
2452 msgstr ""
+0
-203
manpages/po/de/lb_source.1.po less more
0 # German translations for live-build
1 # Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
2 # This file is distributed under the same license as the live-build package.
3 #
4 msgid ""
5 msgstr ""
6 "Project-Id-Version: live-build 3.0~b5-1\n"
7 "POT-Creation-Date: 2012-12-30 15:52+0100\n"
8 "PO-Revision-Date: 2010-05-24 09:59+0300\n"
9 "Last-Translator: Daniel Baumann <[email protected]>\n"
10 "Language-Team: none\n"
11 "Language: de\n"
12 "MIME-Version: 1.0\n"
13 "Content-Type: text/plain; charset=UTF-8\n"
14 "Content-Transfer-Encoding: 8bit\n"
15 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
16
17 #. type: TH
18 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
19 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
20 #: en/lb_testroot.1:1 en/live-build.7:1
21 #, no-wrap
22 msgid "LIVE-BUILD"
23 msgstr ""
24
25 #. type: TH
26 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
27 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
28 #: en/lb_testroot.1:1 en/live-build.7:1
29 #, no-wrap
30 msgid "2013-01-02"
31 msgstr ""
32
33 #. type: TH
34 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
35 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
36 #: en/lb_testroot.1:1 en/live-build.7:1
37 #, no-wrap
38 msgid "3.0~b5-1"
39 msgstr ""
40
41 #. type: TH
42 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
43 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
44 #: en/lb_testroot.1:1 en/live-build.7:1
45 #, no-wrap
46 msgid "Debian Live Project"
47 msgstr ""
48
49 #. type: SH
50 #: en/lb.1:3 en/lb_binary.1:3 en/lb_bootstrap.1:3 en/lb_build.1:3
51 #: en/lb_chroot.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_source.1:3
52 #: en/lb_testroot.1:3 en/live-build.7:3
53 #, no-wrap
54 msgid "NAME"
55 msgstr ""
56
57 #. type: SH
58 #: en/lb.1:6 en/lb_binary.1:6 en/lb_bootstrap.1:6 en/lb_build.1:6
59 #: en/lb_chroot.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_source.1:6
60 #: en/lb_testroot.1:6 en/live-build.7:6
61 #, no-wrap
62 msgid "SYNOPSIS"
63 msgstr ""
64
65 #. type: SH
66 #: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9
67 #: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:237 en/lb_source.1:9
68 #: en/lb_testroot.1:9 en/live-build.7:11
69 #, no-wrap
70 msgid "DESCRIPTION"
71 msgstr ""
72
73 #. type: SH
74 #: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
75 #: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:246 en/lb_source.1:14
76 #: en/lb_testroot.1:18 en/live-build.7:20
77 #, no-wrap
78 msgid "OPTIONS"
79 msgstr ""
80
81 #. type: SH
82 #: en/lb.1:19 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17
83 #: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:490 en/lb_source.1:17
84 #: en/lb_testroot.1:21 en/live-build.7:219
85 #, no-wrap
86 msgid "FILES"
87 msgstr ""
88
89 #. type: IP
90 #: en/lb.1:20 en/lb_binary.1:18 en/lb_bootstrap.1:18 en/lb_chroot.1:18
91 #: en/lb_source.1:18 en/lb_testroot.1:22
92 #, no-wrap
93 msgid "B<none>"
94 msgstr ""
95
96 #. type: SH
97 #: en/lb.1:22 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:22
98 #: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:497 en/lb_source.1:20
99 #: en/lb_testroot.1:24 en/live-build.7:223
100 #, no-wrap
101 msgid "SEE ALSO"
102 msgstr ""
103
104 #. type: Plain text
105 #: en/lb.1:24 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:24
106 #: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:499 en/lb_source.1:22
107 #: en/lb_testroot.1:26
108 msgid "I<live-build>(7)"
109 msgstr ""
110
111 #. type: Plain text
112 #: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26
113 #: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:505 en/lb_source.1:24
114 #: en/lb_testroot.1:28 en/live-build.7:229
115 msgid "This program is a part of live-build."
116 msgstr ""
117
118 #. type: SH
119 #: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27
120 #: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:506 en/lb_source.1:25
121 #: en/lb_testroot.1:29 en/live-build.7:230
122 #, no-wrap
123 msgid "HOMEPAGE"
124 msgstr ""
125
126 #. type: Plain text
127 #: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29
128 #: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:508 en/lb_source.1:27
129 #: en/lb_testroot.1:31 en/live-build.7:232
130 msgid ""
131 "More information about live-build and the Debian Live project can be found "
132 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
133 "E<lt>I<http://live.debian.net/manual/>E<gt>."
134 msgstr ""
135
136 #. type: SH
137 #: 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:509 en/lb_source.1:28
139 #: en/lb_testroot.1:32 en/live-build.7:233
140 #, no-wrap
141 msgid "BUGS"
142 msgstr ""
143
144 #. type: Plain text
145 #: 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:511 en/lb_source.1:30
147 #: en/lb_testroot.1:34 en/live-build.7:235
148 msgid ""
149 "Bugs can be reported by submitting a bugreport for the live-build package in "
150 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
151 "writing a mail to the Debian Live mailing list at E<lt>I<debian-live@lists."
152 "debian.org>E<gt>."
153 msgstr ""
154
155 #. type: SH
156 #: 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:512 en/lb_source.1:31
158 #: en/lb_testroot.1:35 en/live-build.7:236
159 #, no-wrap
160 msgid "AUTHOR"
161 msgstr ""
162
163 #. type: Plain text
164 #: 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:513 en/lb_source.1:32
166 #: en/lb_testroot.1:36 en/live-build.7:237
167 msgid ""
168 "live-build was written by Daniel Baumann E<lt>I<[email protected]>E<gt> for "
169 "the Debian project."
170 msgstr ""
171
172 #. type: Plain text
173 #: en/lb_source.1:5
174 msgid "B<lb source> - Complete the source stage"
175 msgstr ""
176
177 #. type: Plain text
178 #: en/lb_source.1:8
179 msgid "B<lb source> [I<live-build options>]"
180 msgstr ""
181
182 #. type: Plain text
183 #: en/lb_source.1:11
184 msgid ""
185 "B<lb source> is a high-level command (porcelain) of I<live-build>(7), the "
186 "Debian Live tool suite."
187 msgstr ""
188
189 #. type: Plain text
190 #: en/lb_source.1:13
191 msgid ""
192 "B<lb source> calls all necessary live-build programs in the correct order to "
193 "complete the source stage."
194 msgstr ""
195
196 #. type: Plain text
197 #: en/lb_source.1:16
198 msgid ""
199 "B<lb source> has no specific options but understands all generic live-build "
200 "options. See I<live-build>(7) for a complete list of all generic live-build "
201 "options."
202 msgstr ""
+0
-213
manpages/po/de/lb_testroot.1.po less more
0 # German translations for live-build
1 # Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
2 # This file is distributed under the same license as the live-build package.
3 #
4 msgid ""
5 msgstr ""
6 "Project-Id-Version: live-build 3.0~b5-1\n"
7 "POT-Creation-Date: 2012-12-30 15:52+0100\n"
8 "PO-Revision-Date: 2010-05-24 09:59+0300\n"
9 "Last-Translator: Daniel Baumann <[email protected]>\n"
10 "Language-Team: none\n"
11 "Language: de\n"
12 "MIME-Version: 1.0\n"
13 "Content-Type: text/plain; charset=UTF-8\n"
14 "Content-Transfer-Encoding: 8bit\n"
15 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
16
17 #. type: TH
18 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
19 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
20 #: en/lb_testroot.1:1 en/live-build.7:1
21 #, no-wrap
22 msgid "LIVE-BUILD"
23 msgstr ""
24
25 #. type: TH
26 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
27 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
28 #: en/lb_testroot.1:1 en/live-build.7:1
29 #, no-wrap
30 msgid "2013-01-02"
31 msgstr ""
32
33 #. type: TH
34 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
35 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
36 #: en/lb_testroot.1:1 en/live-build.7:1
37 #, no-wrap
38 msgid "3.0~b5-1"
39 msgstr ""
40
41 #. type: TH
42 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
43 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
44 #: en/lb_testroot.1:1 en/live-build.7:1
45 #, no-wrap
46 msgid "Debian Live Project"
47 msgstr ""
48
49 #. type: SH
50 #: en/lb.1:3 en/lb_binary.1:3 en/lb_bootstrap.1:3 en/lb_build.1:3
51 #: en/lb_chroot.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_source.1:3
52 #: en/lb_testroot.1:3 en/live-build.7:3
53 #, no-wrap
54 msgid "NAME"
55 msgstr ""
56
57 #. type: SH
58 #: en/lb.1:6 en/lb_binary.1:6 en/lb_bootstrap.1:6 en/lb_build.1:6
59 #: en/lb_chroot.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_source.1:6
60 #: en/lb_testroot.1:6 en/live-build.7:6
61 #, no-wrap
62 msgid "SYNOPSIS"
63 msgstr ""
64
65 #. type: SH
66 #: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9
67 #: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:237 en/lb_source.1:9
68 #: en/lb_testroot.1:9 en/live-build.7:11
69 #, no-wrap
70 msgid "DESCRIPTION"
71 msgstr ""
72
73 #. type: SH
74 #: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
75 #: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:246 en/lb_source.1:14
76 #: en/lb_testroot.1:18 en/live-build.7:20
77 #, no-wrap
78 msgid "OPTIONS"
79 msgstr ""
80
81 #. type: SH
82 #: en/lb.1:19 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17
83 #: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:490 en/lb_source.1:17
84 #: en/lb_testroot.1:21 en/live-build.7:219
85 #, no-wrap
86 msgid "FILES"
87 msgstr ""
88
89 #. type: IP
90 #: en/lb.1:20 en/lb_binary.1:18 en/lb_bootstrap.1:18 en/lb_chroot.1:18
91 #: en/lb_source.1:18 en/lb_testroot.1:22
92 #, no-wrap
93 msgid "B<none>"
94 msgstr ""
95
96 #. type: SH
97 #: en/lb.1:22 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:22
98 #: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:497 en/lb_source.1:20
99 #: en/lb_testroot.1:24 en/live-build.7:223
100 #, no-wrap
101 msgid "SEE ALSO"
102 msgstr ""
103
104 #. type: Plain text
105 #: en/lb.1:24 en/lb_binary.1:22 en/lb_bootstrap.1:22 en/lb_build.1:24
106 #: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:499 en/lb_source.1:22
107 #: en/lb_testroot.1:26
108 msgid "I<live-build>(7)"
109 msgstr ""
110
111 #. type: Plain text
112 #: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26
113 #: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:505 en/lb_source.1:24
114 #: en/lb_testroot.1:28 en/live-build.7:229
115 msgid "This program is a part of live-build."
116 msgstr ""
117
118 #. type: SH
119 #: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27
120 #: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:506 en/lb_source.1:25
121 #: en/lb_testroot.1:29 en/live-build.7:230
122 #, no-wrap
123 msgid "HOMEPAGE"
124 msgstr ""
125
126 #. type: Plain text
127 #: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29
128 #: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:508 en/lb_source.1:27
129 #: en/lb_testroot.1:31 en/live-build.7:232
130 msgid ""
131 "More information about live-build and the Debian Live project can be found "
132 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
133 "E<lt>I<http://live.debian.net/manual/>E<gt>."
134 msgstr ""
135
136 #. type: SH
137 #: 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:509 en/lb_source.1:28
139 #: en/lb_testroot.1:32 en/live-build.7:233
140 #, no-wrap
141 msgid "BUGS"
142 msgstr ""
143
144 #. type: Plain text
145 #: 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:511 en/lb_source.1:30
147 #: en/lb_testroot.1:34 en/live-build.7:235
148 msgid ""
149 "Bugs can be reported by submitting a bugreport for the live-build package in "
150 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
151 "writing a mail to the Debian Live mailing list at E<lt>I<debian-live@lists."
152 "debian.org>E<gt>."
153 msgstr ""
154
155 #. type: SH
156 #: 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:512 en/lb_source.1:31
158 #: en/lb_testroot.1:35 en/live-build.7:236
159 #, no-wrap
160 msgid "AUTHOR"
161 msgstr ""
162
163 #. type: Plain text
164 #: 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:513 en/lb_source.1:32
166 #: en/lb_testroot.1:36 en/live-build.7:237
167 msgid ""
168 "live-build was written by Daniel Baumann E<lt>I<[email protected]>E<gt> for "
169 "the Debian project."
170 msgstr ""
171
172 #. type: Plain text
173 #: en/lb_testroot.1:5
174 msgid "B<lb testroot> - Ensure that a system is built as root"
175 msgstr ""
176
177 #. type: Plain text
178 #: en/lb_testroot.1:8
179 msgid "B<lb testroot> [I<live-build options>]"
180 msgstr ""
181
182 #. type: Plain text
183 #: en/lb_testroot.1:11
184 msgid ""
185 "B<lb testroot> is a high-level command (porcelain) of I<live-build>(7), the "
186 "Debian Live tool suite."
187 msgstr ""
188
189 #. FIXME
190 #. type: Plain text
191 #: en/lb_testroot.1:14
192 msgid ""
193 "B<lb testroot> simply checks to see if you are root. If not, it exits with "
194 "an error. Debian Live images must currently be built as real root."
195 msgstr ""
196
197 #. FIXME
198 #. type: Plain text
199 #: en/lb_testroot.1:17
200 msgid ""
201 "Note: Support for using I<fakeroot>(1) and I<sudo>(8) internally in live-"
202 "build itself is still experimental, however, calling a helper yourself with "
203 "sudo is safe."
204 msgstr ""
205
206 #. type: Plain text
207 #: en/lb_testroot.1:20
208 msgid ""
209 "B<lb testroot> has no specific options but understands all generic live-"
210 "build options. See I<live-build>(7) for a complete list of all generic live-"
211 "build options."
212 msgstr ""
+0
-1239
manpages/po/de/live-build.7.po less more
0 # German translations for live-build
1 # Copyright (C) 2006-2012 Daniel Baumann <[email protected]>
2 # This file is distributed under the same license as the live-build package.
3 #
4 msgid ""
5 msgstr ""
6 "Project-Id-Version: live-build 3.0~b5-1\n"
7 "POT-Creation-Date: 2012-12-30 15:52+0100\n"
8 "PO-Revision-Date: 2010-05-24 09:59+0300\n"
9 "Last-Translator: Daniel Baumann <[email protected]>\n"
10 "Language-Team: none\n"
11 "Language: de\n"
12 "MIME-Version: 1.0\n"
13 "Content-Type: text/plain; charset=UTF-8\n"
14 "Content-Transfer-Encoding: 8bit\n"
15 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
16
17 #. type: TH
18 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
19 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
20 #: en/lb_testroot.1:1 en/live-build.7:1
21 #, no-wrap
22 msgid "LIVE-BUILD"
23 msgstr ""
24
25 #. type: TH
26 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
27 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
28 #: en/lb_testroot.1:1 en/live-build.7:1
29 #, no-wrap
30 msgid "2013-01-02"
31 msgstr ""
32
33 #. type: TH
34 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
35 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
36 #: en/lb_testroot.1:1 en/live-build.7:1
37 #, no-wrap
38 msgid "3.0~b5-1"
39 msgstr ""
40
41 #. type: TH
42 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
43 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
44 #: en/lb_testroot.1:1 en/live-build.7:1
45 #, no-wrap
46 msgid "Debian Live Project"
47 msgstr ""
48
49 #. type: SH
50 #: en/lb.1:3 en/lb_binary.1:3 en/lb_bootstrap.1:3 en/lb_build.1:3
51 #: en/lb_chroot.1:3 en/lb_clean.1:3 en/lb_config.1:3 en/lb_source.1:3
52 #: en/lb_testroot.1:3 en/live-build.7:3
53 #, no-wrap
54 msgid "NAME"
55 msgstr ""
56
57 #. type: SH
58 #: en/lb.1:6 en/lb_binary.1:6 en/lb_bootstrap.1:6 en/lb_build.1:6
59 #: en/lb_chroot.1:6 en/lb_clean.1:6 en/lb_config.1:6 en/lb_source.1:6
60 #: en/lb_testroot.1:6 en/live-build.7:6
61 #, no-wrap
62 msgid "SYNOPSIS"
63 msgstr ""
64
65 #. type: SH
66 #: en/lb.1:11 en/lb_binary.1:9 en/lb_bootstrap.1:9 en/lb_build.1:9
67 #: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:237 en/lb_source.1:9
68 #: en/lb_testroot.1:9 en/live-build.7:11
69 #, no-wrap
70 msgid "DESCRIPTION"
71 msgstr ""
72
73 #. type: SH
74 #: en/lb.1:16 en/lb_binary.1:14 en/lb_bootstrap.1:14 en/lb_build.1:14
75 #: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:246 en/lb_source.1:14
76 #: en/lb_testroot.1:18 en/live-build.7:20
77 #, no-wrap
78 msgid "OPTIONS"
79 msgstr ""
80
81 #. type: SH
82 #: en/lb.1:19 en/lb_binary.1:17 en/lb_bootstrap.1:17 en/lb_build.1:17
83 #: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:490 en/lb_source.1:17
84 #: en/lb_testroot.1:21 en/live-build.7:219
85 #, no-wrap
86 msgid "FILES"
87 msgstr ""
88
89 #. type: SH
90 #: en/lb.1:22 en/lb_binary.1:20 en/lb_bootstrap.1:20 en/lb_build.1:22
91 #: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:497 en/lb_source.1:20
92 #: en/lb_testroot.1:24 en/live-build.7:223
93 #, no-wrap
94 msgid "SEE ALSO"
95 msgstr ""
96
97 #. type: Plain text
98 #: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26
99 #: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:505 en/lb_source.1:24
100 #: en/lb_testroot.1:28 en/live-build.7:229
101 msgid "This program is a part of live-build."
102 msgstr ""
103
104 #. type: SH
105 #: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27
106 #: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:506 en/lb_source.1:25
107 #: en/lb_testroot.1:29 en/live-build.7:230
108 #, no-wrap
109 msgid "HOMEPAGE"
110 msgstr ""
111
112 #. type: Plain text
113 #: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29
114 #: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:508 en/lb_source.1:27
115 #: en/lb_testroot.1:31 en/live-build.7:232
116 msgid ""
117 "More information about live-build and the Debian Live project can be found "
118 "on the homepage at E<lt>I<http://live.debian.net/>E<gt> and in the manual at "
119 "E<lt>I<http://live.debian.net/manual/>E<gt>."
120 msgstr ""
121
122 #. type: SH
123 #: en/lb.1:30 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:30
124 #: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:509 en/lb_source.1:28
125 #: en/lb_testroot.1:32 en/live-build.7:233
126 #, no-wrap
127 msgid "BUGS"
128 msgstr ""
129
130 #. type: Plain text
131 #: en/lb.1:32 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:32
132 #: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:511 en/lb_source.1:30
133 #: en/lb_testroot.1:34 en/live-build.7:235
134 msgid ""
135 "Bugs can be reported by submitting a bugreport for the live-build package in "
136 "the Debian Bug Tracking System at E<lt>I<http://bugs.debian.org/>E<gt> or by "
137 "writing a mail to the Debian Live mailing list at E<lt>I<debian-live@lists."
138 "debian.org>E<gt>."
139 msgstr ""
140
141 #. type: SH
142 #: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33
143 #: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:512 en/lb_source.1:31
144 #: en/lb_testroot.1:35 en/live-build.7:236
145 #, no-wrap
146 msgid "AUTHOR"
147 msgstr ""
148
149 #. type: Plain text
150 #: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34
151 #: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:513 en/lb_source.1:32
152 #: en/lb_testroot.1:36 en/live-build.7:237
153 msgid ""
154 "live-build was written by Daniel Baumann E<lt>I<[email protected]>E<gt> for "
155 "the Debian project."
156 msgstr ""
157
158 #. type: IP
159 #: en/lb_config.1:318 en/live-build.7:36
160 #, no-wrap
161 msgid "B<--debug>"
162 msgstr ""
163
164 #. type: IP
165 #: en/lb_config.1:330 en/live-build.7:38
166 #, no-wrap
167 msgid "B<--force>"
168 msgstr ""
169
170 #. type: IP
171 #: en/lb_config.1:439 en/live-build.7:40
172 #, no-wrap
173 msgid "B<--quiet>"
174 msgstr ""
175
176 #. type: IP
177 #: en/lb_config.1:479 en/live-build.7:42
178 #, no-wrap
179 msgid "B<--verbose>"
180 msgstr ""
181
182 #. type: Plain text
183 #: en/lb_config.1:501 en/live-build.7:225
184 msgid "I<live-boot>(7)"
185 msgstr ""
186
187 #. type: Plain text
188 #: en/lb_config.1:503 en/live-build.7:227
189 msgid "I<live-config>(7)"
190 msgstr ""
191
192 #. type: Plain text
193 #: en/live-build.7:5
194 msgid "B<live-build> - the Debian Live tool suite"
195 msgstr ""
196
197 #. FIXME
198 #. FIXME
199 #. type: Plain text
200 #: en/live-build.7:10
201 msgid ""
202 "B<lb >I<COMMAND> [B<-h|--help>] [B<-u|--usage>] [B<-v|--version>] [B<--"
203 "breakpoints>] [B<--conffile>] [B<--debug>] [B<--force>] [B<--quiet>] [B<--"
204 "verbose>]"
205 msgstr ""
206
207 #. FIXME
208 #. type: Plain text
209 #: en/live-build.7:14
210 msgid ""
211 "live-build is a set of scripts to build Debian Live system images. The idea "
212 "behind live-build is a tool suite that uses a configuration directory to "
213 "completely automate and customize all aspects of building a Live image."
214 msgstr ""
215
216 #. type: Plain text
217 #: en/live-build.7:16
218 msgid "The I<COMMAND> is a name of a live-build command (see below)."
219 msgstr ""
220
221 #. FIXME
222 #. type: Plain text
223 #: en/live-build.7:19
224 msgid ""
225 "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 "debian.net/manual/>E<gt>."
228 msgstr ""
229
230 #. FIXME
231 #. type: SS
232 #: en/live-build.7:22
233 #, no-wrap
234 msgid "Shared live-build options"
235 msgstr ""
236
237 #. type: Plain text
238 #: en/live-build.7:24
239 msgid ""
240 "The following command line options are supported by all live-build programs."
241 msgstr ""
242
243 #. type: IP
244 #: en/live-build.7:24
245 #, no-wrap
246 msgid "B<-h, --help>"
247 msgstr ""
248
249 #. type: Plain text
250 #: en/live-build.7:26
251 msgid "display help and exit."
252 msgstr ""
253
254 #. type: IP
255 #: en/live-build.7:26
256 #, no-wrap
257 msgid "B<-u, --usage>"
258 msgstr ""
259
260 #. type: Plain text
261 #: en/live-build.7:28
262 msgid "show usage and exit."
263 msgstr ""
264
265 #. type: IP
266 #: en/live-build.7:28
267 #, no-wrap
268 msgid "B<-v, --version>"
269 msgstr ""
270
271 #. type: Plain text
272 #: en/live-build.7:30
273 msgid "output version information and exit."
274 msgstr ""
275
276 #. type: SS
277 #: en/live-build.7:30
278 #, no-wrap
279 msgid "Common live-build options"
280 msgstr ""
281
282 #. type: Plain text
283 #: en/live-build.7:32
284 msgid ""
285 "The following command line options are supported by most live-build "
286 "programs. See the man page of each program for a complete explanation of "
287 "what each option does."
288 msgstr ""
289
290 #. type: IP
291 #: en/live-build.7:32
292 #, no-wrap
293 msgid "B<--breakpoints>"
294 msgstr ""
295
296 #. type: Plain text
297 #: en/live-build.7:34
298 msgid "run with breakpoints."
299 msgstr ""
300
301 #. type: IP
302 #: en/live-build.7:34
303 #, no-wrap
304 msgid "B<--conffile>"
305 msgstr ""
306
307 #. type: Plain text
308 #: en/live-build.7:36
309 msgid "use custom configuration file."
310 msgstr ""
311
312 #. type: Plain text
313 #: en/live-build.7:38
314 msgid "show debug information."
315 msgstr ""
316
317 #. type: Plain text
318 #: en/live-build.7:40
319 msgid "force helper execution, even if stage file exists."
320 msgstr ""
321
322 #. type: Plain text
323 #: en/live-build.7:42
324 msgid "be quiet."
325 msgstr ""
326
327 #. FIXME
328 #. type: Plain text
329 #: en/live-build.7:45
330 msgid "be verbose."
331 msgstr ""
332
333 #. type: SH
334 #: en/live-build.7:46
335 #, no-wrap
336 msgid "LIVE-BUILD COMMANDS"
337 msgstr ""
338
339 #. FIXME
340 #. type: Plain text
341 #: en/live-build.7:49
342 msgid ""
343 "We divide live-build into high level (\"porcelain\") commands and low level "
344 "(\"plumbing\") commands."
345 msgstr ""
346
347 #. FIXME
348 #. type: Plain text
349 #: en/live-build.7:53
350 msgid ""
351 "Here is the complete list of all available live-build commands. See their "
352 "man pages for additional documentation."
353 msgstr ""
354
355 #. type: SH
356 #: en/live-build.7:54
357 #, no-wrap
358 msgid "HIGH-LEVEL COMMANDS (PORCELAIN)"
359 msgstr ""
360
361 #. FIXME
362 #. type: Plain text
363 #: en/live-build.7:57
364 msgid ""
365 "We separate the porcelain commands into the main commands and some ancillary "
366 "user utilities."
367 msgstr ""
368
369 #. type: SS
370 #: en/live-build.7:57
371 #, no-wrap
372 msgid "Main porcelain commands"
373 msgstr ""
374
375 #. type: IP
376 #: en/live-build.7:58
377 #, no-wrap
378 msgid "B<lb_config>(1)"
379 msgstr ""
380
381 #. type: Plain text
382 #: en/live-build.7:60
383 msgid "create configuration for live-build"
384 msgstr ""
385
386 #. type: IP
387 #: en/live-build.7:60
388 #, no-wrap
389 msgid "B<lb_bootstrap>(1)"
390 msgstr ""
391
392 #. type: Plain text
393 #: en/live-build.7:62
394 msgid "create the first stage by bootstrapping a basic debian system"
395 msgstr ""
396
397 #. type: IP
398 #: en/live-build.7:62
399 #, no-wrap
400 msgid "B<lb_chroot>(1)"
401 msgstr ""
402
403 #. type: Plain text
404 #: en/live-build.7:64
405 msgid "create the second stage by customizing the chroot"
406 msgstr ""
407
408 #. type: IP
409 #: en/live-build.7:64
410 #, no-wrap
411 msgid "B<lb_binary>(1)"
412 msgstr ""
413
414 #. type: Plain text
415 #: en/live-build.7:66
416 msgid "create the third stage by generating a binary image"
417 msgstr ""
418
419 #. type: IP
420 #: en/live-build.7:66
421 #, no-wrap
422 msgid "B<lb_source>(1)"
423 msgstr ""
424
425 #. type: Plain text
426 #: en/live-build.7:68
427 msgid "create the optional fourth stage by generating a source image"
428 msgstr ""
429
430 #. type: IP
431 #: en/live-build.7:68
432 #, no-wrap
433 msgid "B<lb_clean>(1)"
434 msgstr ""
435
436 #. type: Plain text
437 #: en/live-build.7:70
438 msgid "clean up system build directories"
439 msgstr ""
440
441 #. type: SS
442 #: en/live-build.7:70
443 #, no-wrap
444 msgid "Ancillary Commands"
445 msgstr ""
446
447 #. type: IP
448 #: en/live-build.7:71
449 #, no-wrap
450 msgid "B<lb>(1)"
451 msgstr ""
452
453 #. 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
465 #: en/live-build.7:75
466 msgid "alias for all stages"
467 msgstr ""
468
469 #. type: IP
470 #: en/live-build.7:75
471 #, 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"
490 msgstr ""
491
492 #. 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
501 msgid ""
502 "The actual work of live-build is implemented in the low-level commands, "
503 "called plumbing. They are not supposed to be used by end users, they should "
504 "stick with porcelains as they ensure that all the different plumbing "
505 "commands are executed in the right order. However, if you intend to reuse "
506 "live-build commands in your own scripts, then the plumbings might be of "
507 "interest for you."
508 msgstr ""
509
510 #. type: Plain text
511 #: en/live-build.7:86
512 msgid ""
513 "Note that the interface (set of options and the semantics) to these low-"
514 "level commands are meant to be a lot more stable than Porcelain level "
515 "commands. The interface to Porcelain commands on the other hand are subject "
516 "to change in order to improve the end user experience."
517 msgstr ""
518
519 #. type: SS
520 #: en/live-build.7:86
521 #, no-wrap
522 msgid "Bootstrap commands"
523 msgstr ""
524
525 #. type: IP
526 #: en/live-build.7:87
527 #, no-wrap
528 msgid "B<lb_bootstrap_cache>(1)"
529 msgstr ""
530
531 #. type: Plain text
532 #: en/live-build.7:89
533 msgid "cache bootstrap stage"
534 msgstr ""
535
536 #. type: IP
537 #: en/live-build.7:89
538 #, no-wrap
539 msgid "B<lb_bootstrap_cdebootstrap>(1)"
540 msgstr ""
541
542 #. type: Plain text
543 #: en/live-build.7:91
544 msgid "bootstrap a Debian system with cdebootstrap(1)"
545 msgstr ""
546
547 #. type: IP
548 #: en/live-build.7:91
549 #, no-wrap
550 msgid "B<lb_bootstrap_debootstrap>(1)"
551 msgstr ""
552
553 #. type: Plain text
554 #: en/live-build.7:93
555 msgid "bootstrap a Debian system with debootstrap(8)"
556 msgstr ""
557
558 #. type: SS
559 #: en/live-build.7:93
560 #, no-wrap
561 msgid "Chroot commands"
562 msgstr ""
563
564 #. type: IP
565 #: en/live-build.7:94
566 #, no-wrap
567 msgid "B<lb_chroot_apt>(1)"
568 msgstr ""
569
570 #. type: Plain text
571 #: en/live-build.7:96
572 msgid "manage /etc/apt/apt.conf"
573 msgstr ""
574
575 #. type: IP
576 #: en/live-build.7:96
577 #, no-wrap
578 msgid "B<lb_chroot_cache>(1)"
579 msgstr ""
580
581 #. type: Plain text
582 #: en/live-build.7:98
583 msgid "cache chroot stage"
584 msgstr ""
585
586 #. type: IP
587 #: en/live-build.7:98
588 #, no-wrap
589 msgid "B<lb_chroot_debianchroot>(1)"
590 msgstr ""
591
592 #. type: Plain text
593 #: en/live-build.7:100
594 msgid "manage /etc/debian_chroot"
595 msgstr ""
596
597 #. type: IP
598 #: en/live-build.7:100
599 #, no-wrap
600 msgid "B<lb_chroot_devpts>(1)"
601 msgstr ""
602
603 #. type: Plain text
604 #: en/live-build.7:102
605 msgid "mount /dev/pts"
606 msgstr ""
607
608 #. type: IP
609 #: en/live-build.7:102
610 #, no-wrap
611 msgid "B<lb_chroot_dpkg>(1)"
612 msgstr ""
613
614 #. type: Plain text
615 #: en/live-build.7:104
616 msgid "manage /sbin/dpkg"
617 msgstr ""
618
619 #. type: IP
620 #: en/live-build.7:104
621 #, no-wrap
622 msgid "B<lb_chroot_hacks>(1)"
623 msgstr ""
624
625 #. type: Plain text
626 #: en/live-build.7:106
627 msgid "execute hacks in chroot"
628 msgstr ""
629
630 #. type: IP
631 #: en/live-build.7:106
632 #, no-wrap
633 msgid "B<lb_chroot_hostname>(1)"
634 msgstr ""
635
636 #. type: Plain text
637 #: en/live-build.7:108
638 msgid "manage /bin/hostname"
639 msgstr ""
640
641 #. type: IP
642 #: en/live-build.7:108
643 #, no-wrap
644 msgid "B<lb_chroot_hosts>(1)"
645 msgstr ""
646
647 #. type: Plain text
648 #: en/live-build.7:110
649 msgid "manage /etc/hosts"
650 msgstr ""
651
652 #. type: IP
653 #: en/live-build.7:110
654 #, no-wrap
655 msgid "B<lb_chroot_install-packages>(1)"
656 msgstr ""
657
658 #. type: Plain text
659 #: en/live-build.7:112
660 msgid "install queued packages into chroot"
661 msgstr ""
662
663 #. type: IP
664 #: en/live-build.7:112
665 #, no-wrap
666 msgid "B<lb_chroot_interactive>(1)"
667 msgstr ""
668
669 #. type: Plain text
670 #: en/live-build.7:114
671 msgid "make build interactive"
672 msgstr ""
673
674 #. type: IP
675 #: en/live-build.7:114
676 #, no-wrap
677 msgid "B<lb_chroot_linux-image>(1)"
678 msgstr ""
679
680 #. type: Plain text
681 #: en/live-build.7:116
682 msgid "manage /etc/kernel-img.conf"
683 msgstr ""
684
685 #. type: IP
686 #: en/live-build.7:116
687 #, no-wrap
688 msgid "B<lb_chroot_hooks>(1)"
689 msgstr ""
690
691 #. type: Plain text
692 #: en/live-build.7:118
693 msgid "execute local hooks in chroot"
694 msgstr ""
695
696 #. type: IP
697 #: en/live-build.7:118
698 #, no-wrap
699 msgid "B<lb_chroot_local-includes>(1)"
700 msgstr ""
701
702 #. type: Plain text
703 #: en/live-build.7:120
704 msgid "copy local files into chroot"
705 msgstr ""
706
707 #. type: IP
708 #: en/live-build.7:120
709 #, no-wrap
710 msgid "B<lb_chroot_packages>(1)"
711 msgstr ""
712
713 #. type: Plain text
714 #: en/live-build.7:122
715 msgid "queue install of packages into chroot"
716 msgstr ""
717
718 #. type: IP
719 #: en/live-build.7:122
720 #, no-wrap
721 msgid "B<lb_chroot_local-patches>(1)"
722 msgstr ""
723
724 #. type: Plain text
725 #: en/live-build.7:124
726 msgid "apply local patches against chroot"
727 msgstr ""
728
729 #. type: IP
730 #: en/live-build.7:124
731 #, no-wrap
732 msgid "B<lb_chroot_local-preseed>(1)"
733 msgstr ""
734
735 #. type: Plain text
736 #: en/live-build.7:126
737 msgid "use debconf local preseeding file"
738 msgstr ""
739
740 #. type: IP
741 #: en/live-build.7:126
742 #, no-wrap
743 msgid "B<lb_chroot_packagelists>(1)"
744 msgstr ""
745
746 #. type: Plain text
747 #: en/live-build.7:128
748 msgid "queue install of package lists into chroot"
749 msgstr ""
750
751 #. type: IP
752 #: en/live-build.7:128
753 #, no-wrap
754 msgid "B<lb_chroot_proc>(1)"
755 msgstr ""
756
757 #. type: Plain text
758 #: en/live-build.7:130
759 msgid "mount /proc"
760 msgstr ""
761
762 #. type: IP
763 #: en/live-build.7:130
764 #, no-wrap
765 msgid "B<lb_chroot_resolv>(1)"
766 msgstr ""
767
768 #. type: Plain text
769 #: en/live-build.7:132
770 msgid "manage /etc/resolv.conf"
771 msgstr ""
772
773 #. type: IP
774 #: en/live-build.7:132
775 #, no-wrap
776 msgid "B<lb_chroot_selinuxfs>(1)"
777 msgstr ""
778
779 #. type: Plain text
780 #: en/live-build.7:134
781 msgid "mount /selinux"
782 msgstr ""
783
784 #. type: IP
785 #: en/live-build.7:134
786 #, no-wrap
787 msgid "B<lb_chroot_archives>(1)"
788 msgstr ""
789
790 #. type: Plain text
791 #: en/live-build.7:136
792 msgid "manage /etc/apt/sources.list"
793 msgstr ""
794
795 #. type: IP
796 #: en/live-build.7:136
797 #, no-wrap
798 msgid "B<lb_chroot_sysfs>(1)"
799 msgstr ""
800
801 #. type: Plain text
802 #: en/live-build.7:138
803 msgid "mount /sys"
804 msgstr ""
805
806 #. type: IP
807 #: en/live-build.7:138
808 #, no-wrap
809 msgid "B<lb_chroot_sysv-rc>(1)"
810 msgstr ""
811
812 #. type: Plain text
813 #: en/live-build.7:140
814 msgid "manage /usr/sbin/policy-rc.d"
815 msgstr ""
816
817 #. type: IP
818 #: en/live-build.7:140
819 #, no-wrap
820 msgid "B<lb_chroot_task-lists>(1)"
821 msgstr ""
822
823 #. type: Plain text
824 #: en/live-build.7:142
825 msgid "install task lists into chroot"
826 msgstr ""
827
828 #. type: SS
829 #: en/live-build.7:142
830 #, no-wrap
831 msgid "Binary commands"
832 msgstr ""
833
834 #. type: IP
835 #: en/live-build.7:143
836 #, no-wrap
837 msgid "B<lb_binary_chroot>(1)"
838 msgstr ""
839
840 #. type: Plain text
841 #: en/live-build.7:145
842 msgid "copy chroot into chroot"
843 msgstr ""
844
845 #. type: IP
846 #: en/live-build.7:145
847 #, no-wrap
848 msgid "B<lb_binary_debian-installer>(1)"
849 msgstr ""
850
851 #. type: Plain text
852 #: en/live-build.7:147
853 msgid "install debian-installer into binary"
854 msgstr ""
855
856 #. type: IP
857 #: en/live-build.7:147
858 #, no-wrap
859 msgid "B<lb_binary_disk>(1)"
860 msgstr ""
861
862 #. type: Plain text
863 #: en/live-build.7:149
864 msgid "install disk information into binary"
865 msgstr ""
866
867 #. type: IP
868 #: en/live-build.7:149
869 #, no-wrap
870 msgid "B<lb_binary_grub>(1)"
871 msgstr ""
872
873 #. type: Plain text
874 #: en/live-build.7:151
875 msgid "installs grub into binary"
876 msgstr ""
877
878 #. type: IP
879 #: en/live-build.7:151
880 #, no-wrap
881 msgid "B<lb_binary_grub2>(1)"
882 msgstr ""
883
884 #. type: Plain text
885 #: en/live-build.7:153
886 msgid "installs grub2 into binary"
887 msgstr ""
888
889 #. type: IP
890 #: en/live-build.7:153
891 #, no-wrap
892 msgid "B<lb_binary_includes>(1)"
893 msgstr ""
894
895 #. type: Plain text
896 #: en/live-build.7:155 en/live-build.7:163
897 msgid "copy files into binary"
898 msgstr ""
899
900 #. type: IP
901 #: en/live-build.7:155
902 #, no-wrap
903 msgid "B<lb_binary_iso>(1)"
904 msgstr ""
905
906 #. type: Plain text
907 #: en/live-build.7:157
908 msgid "build iso binary image"
909 msgstr ""
910
911 #. type: IP
912 #: en/live-build.7:157
913 #, no-wrap
914 msgid "B<lb_binary_linux-image>(1)"
915 msgstr ""
916
917 #. type: Plain text
918 #: en/live-build.7:159
919 msgid "install linux-image into binary"
920 msgstr ""
921
922 #. type: IP
923 #: en/live-build.7:159
924 #, no-wrap
925 msgid "B<lb_binary_local-hooks>(1)"
926 msgstr ""
927
928 #. type: Plain text
929 #: en/live-build.7:161
930 msgid "execute local hooks in binary"
931 msgstr ""
932
933 #. type: IP
934 #: en/live-build.7:161
935 #, no-wrap
936 msgid "B<lb_binary_local-includes>(1)"
937 msgstr ""
938
939 #. type: IP
940 #: en/live-build.7:163
941 #, no-wrap
942 msgid "B<lb_binary_local-packagelists>(1)"
943 msgstr ""
944
945 #. type: Plain text
946 #: en/live-build.7:165
947 msgid "install local package lists into binary"
948 msgstr ""
949
950 #. type: IP
951 #: en/live-build.7:165
952 #, no-wrap
953 msgid "B<lb_binary_manifest>(1)"
954 msgstr ""
955
956 #. type: Plain text
957 #: en/live-build.7:167
958 msgid "create manifest"
959 msgstr ""
960
961 #. type: IP
962 #: en/live-build.7:167
963 #, no-wrap
964 msgid "B<lb_binary_checksums>(1)"
965 msgstr ""
966
967 #. type: Plain text
968 #: en/live-build.7:169
969 msgid "create binary checksums (md5, sha1, and/or sha256)"
970 msgstr ""
971
972 #. type: IP
973 #: en/live-build.7:169
974 #, no-wrap
975 msgid "B<lb_binary_memtest>(1)"
976 msgstr ""
977
978 #. type: Plain text
979 #: en/live-build.7:171
980 msgid "installs a memtest into binary"
981 msgstr ""
982
983 #. type: IP
984 #: en/live-build.7:171
985 #, no-wrap
986 msgid "B<lb_binary_net>(1)"
987 msgstr ""
988
989 #. type: Plain text
990 #: en/live-build.7:173
991 msgid "build netboot binary image"
992 msgstr ""
993
994 #. type: IP
995 #: en/live-build.7:173
996 #, no-wrap
997 msgid "B<lb_binary_rootfs>(1)"
998 msgstr ""
999
1000 #. type: Plain text
1001 #: en/live-build.7:175
1002 msgid "build rootfs image"
1003 msgstr ""
1004
1005 #. type: IP
1006 #: en/live-build.7:175
1007 #, no-wrap
1008 msgid "B<lb_binary_silo>(1)"
1009 msgstr ""
1010
1011 #. type: Plain text
1012 #: en/live-build.7:177
1013 msgid "installs silo into binary"
1014 msgstr ""
1015
1016 #. type: IP
1017 #: en/live-build.7:177
1018 #, no-wrap
1019 msgid "B<lb_binary_syslinux>(1)"
1020 msgstr ""
1021
1022 #. type: Plain text
1023 #: en/live-build.7:179
1024 msgid "installs syslinux into binary"
1025 msgstr ""
1026
1027 #. type: IP
1028 #: en/live-build.7:179
1029 #, no-wrap
1030 msgid "B<lb_binary_tar>(1)"
1031 msgstr ""
1032
1033 #. type: Plain text
1034 #: en/live-build.7:181
1035 msgid "build harddisk binary image"
1036 msgstr ""
1037
1038 #. type: IP
1039 #: en/live-build.7:181
1040 #, no-wrap
1041 msgid "B<lb_binary_hdd>(1)"
1042 msgstr ""
1043
1044 #. type: Plain text
1045 #: en/live-build.7:183
1046 msgid "build binary hdd image"
1047 msgstr ""
1048
1049 #. type: IP
1050 #: en/live-build.7:183
1051 #, no-wrap
1052 msgid "B<lb_binary_win32-loader>(1)"
1053 msgstr ""
1054
1055 #. type: Plain text
1056 #: en/live-build.7:185
1057 msgid "installs win32-loader into binary"
1058 msgstr ""
1059
1060 #. type: IP
1061 #: en/live-build.7:185
1062 #, no-wrap
1063 msgid "B<lb_binary_yaboot>(1)"
1064 msgstr ""
1065
1066 #. type: Plain text
1067 #: en/live-build.7:187
1068 msgid "installs yaboot into binary"
1069 msgstr ""
1070
1071 #. type: SS
1072 #: en/live-build.7:187
1073 #, no-wrap
1074 msgid "Source commands"
1075 msgstr ""
1076
1077 #. type: IP
1078 #: en/live-build.7:188
1079 #, no-wrap
1080 msgid "B<lb_source_debian>(1)"
1081 msgstr ""
1082
1083 #. type: Plain text
1084 #: en/live-build.7:190
1085 msgid "download sources"
1086 msgstr ""
1087
1088 #. type: IP
1089 #: en/live-build.7:190
1090 #, no-wrap
1091 msgid "B<lb_source_debian-live>(1)"
1092 msgstr ""
1093
1094 #. type: Plain text
1095 #: en/live-build.7:192
1096 msgid "copy debian-live config into source"
1097 msgstr ""
1098
1099 #. type: IP
1100 #: en/live-build.7:192
1101 #, no-wrap
1102 msgid "B<lb_source_disk>(1)"
1103 msgstr ""
1104
1105 #. type: Plain text
1106 #: en/live-build.7:194
1107 msgid "install disk information into source"
1108 msgstr ""
1109
1110 #. type: IP
1111 #: en/live-build.7:194
1112 #, no-wrap
1113 msgid "B<lb_source_iso>(1)"
1114 msgstr ""
1115
1116 #. type: Plain text
1117 #: en/live-build.7:196
1118 msgid "build iso source image"
1119 msgstr ""
1120
1121 #. type: IP
1122 #: en/live-build.7:196
1123 #, no-wrap
1124 msgid "B<lb_source_checksums>(1)"
1125 msgstr ""
1126
1127 #. type: Plain text
1128 #: en/live-build.7:198
1129 msgid "create source checksums (md5, sha1, and/or sha256)"
1130 msgstr ""
1131
1132 #. type: IP
1133 #: en/live-build.7:198
1134 #, no-wrap
1135 msgid "B<lb_source_net>(1)"
1136 msgstr ""
1137
1138 #. type: Plain text
1139 #: en/live-build.7:200
1140 msgid "build source net image"
1141 msgstr ""
1142
1143 #. type: IP
1144 #: en/live-build.7:200
1145 #, no-wrap
1146 msgid "B<lb_source_tar>(1)"
1147 msgstr ""
1148
1149 #. type: Plain text
1150 #: en/live-build.7:202
1151 msgid "build source tarball"
1152 msgstr ""
1153
1154 #. type: IP
1155 #: en/live-build.7:202
1156 #, no-wrap
1157 msgid "B<lb_source_hdd>(1)"
1158 msgstr ""
1159
1160 #. FIXME
1161 #. type: Plain text
1162 #: en/live-build.7:205
1163 msgid "build source hdd image"
1164 msgstr ""
1165
1166 #. type: SH
1167 #: en/live-build.7:206
1168 #, no-wrap
1169 msgid "CONFIG FILES"
1170 msgstr ""
1171
1172 #. FIXME
1173 #. type: Plain text
1174 #: en/live-build.7:209
1175 msgid ""
1176 "Many live-build commands make use of files in the I<config/> directory to "
1177 "control what they do. Besides the common I<config/common>, which is used by "
1178 "all live-build commands, some additional files can be used to configure the "
1179 "behavior of specific live-build commands. These files are typically named "
1180 "config/stage or config/stage_helper (where \"stage\" of course, is replaced "
1181 "with the name of the stage that they belong to, and \"helper\" with the name "
1182 "of the helper)."
1183 msgstr ""
1184
1185 #. type: Plain text
1186 #: en/live-build.7:211
1187 msgid ""
1188 "For example, lb_bootstrap_debootstrap uses files named config/bootstrap and "
1189 "config/bootstrap_debootstrap to read the options it will use. See the man "
1190 "pages of individual commands for details about the names and formats of the "
1191 "files they use. Generally, these files contain variables with values "
1192 "assigned, one variable per line. Some programs in live-build use pairs of "
1193 "values or slightly more complicated variable assignments."
1194 msgstr ""
1195
1196 #. type: Plain text
1197 #: en/live-build.7:213
1198 msgid ""
1199 "Note that live-build will respect environment variables which are present in "
1200 "the context of the shell it is running. If variables can be read from config "
1201 "files, then they override environment variables, and if command line options "
1202 "are used, they override values from config files. If no value for a given "
1203 "variable can be found and thus is unset, live-build will automatically set "
1204 "it to the default value."
1205 msgstr ""
1206
1207 #. type: Plain text
1208 #: en/live-build.7:215
1209 msgid ""
1210 "In some rare cases, you may want to have different versions of these files "
1211 "for different architectures or distributions. If files named config/stage."
1212 "arch or config/stage_helper.arch, and config/stage.dist or config/"
1213 "stage_helper.dist exist, where \"arch\" is the same as the output of \"dpkg "
1214 "--print-architecture\" and \"dist\" is the same as the codename of the "
1215 "target distribution, then they will be used in preference to other, more "
1216 "general files."
1217 msgstr ""
1218
1219 #. FIXME
1220 #. type: Plain text
1221 #: en/live-build.7:218
1222 msgid ""
1223 "All config files are shell scripts which are sourced by a live-build "
1224 "program. That means they have to follow the normal shell syntax. You can "
1225 "also put comments in these files; lines beginning with \"#\" are ignored."
1226 msgstr ""
1227
1228 #. type: IP
1229 #: en/live-build.7:220
1230 #, no-wrap
1231 msgid "B</etc/live/build.conf>"
1232 msgstr ""
1233
1234 #. type: IP
1235 #: en/live-build.7:221
1236 #, no-wrap
1237 msgid "B</etc/live/build/*>"
1238 msgstr ""
0 [po4a_langs] de
0 [po4a_langs]
11 [po4a_paths] pot/$master.pot $lang:po/$lang/$master.po
22 [type: man] en/lb.1 $lang:$lang/lb.$lang.1
33 [type: man] en/lb_binary.1 $lang:$lang/lb_binary.$lang.1
66 msgid ""
77 msgstr ""
88 "Project-Id-Version: live-build VERSION\n"
9 "POT-Creation-Date: 2013-01-02 11:42+0100\n"
9 "POT-Creation-Date: 2013-02-14 19:31+0100\n"
1010 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1111 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1212 "Language-Team: LANGUAGE <[email protected]>\n"
2828 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
2929 #: en/lb_testroot.1:1 en/live-build.7:1
3030 #, no-wrap
31 msgid "2013-01-02"
32 msgstr ""
33
34 #. type: TH
35 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
36 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
37 #: en/lb_testroot.1:1 en/live-build.7:1
38 #, no-wrap
39 msgid "3.0~b5-1"
31 msgid "2013-02-14"
32 msgstr ""
33
34 #. type: TH
35 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
36 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
37 #: en/lb_testroot.1:1 en/live-build.7:1
38 #, no-wrap
39 msgid "3.0.1-1"
4040 msgstr ""
4141
4242 #. type: TH
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:237 en/lb_source.1:9
83 #: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:233 en/lb_source.1:9
8484 #: en/lb_testroot.1:9 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:246 en/lb_source.1:14
98 #: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:242 en/lb_source.1:14
9999 #: en/lb_testroot.1:18 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:490 en/lb_source.1:17
114 #: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:480 en/lb_source.1:17
115115 #: en/lb_testroot.1:21 en/live-build.7:219
116116 #, no-wrap
117117 msgid "FILES"
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:497 en/lb_source.1:20
129 #: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:487 en/lb_source.1:20
130130 #: en/lb_testroot.1:24 en/live-build.7:223
131131 #, no-wrap
132132 msgid "SEE ALSO"
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:499 en/lb_source.1:22
137 #: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:489 en/lb_source.1:22
138138 #: en/lb_testroot.1:26
139139 msgid "I<live-build>(7)"
140140 msgstr ""
141141
142142 #. type: Plain text
143143 #: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26
144 #: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:505 en/lb_source.1:24
144 #: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:495 en/lb_source.1:24
145145 #: en/lb_testroot.1:28 en/live-build.7:229
146146 msgid "This program is a part of live-build."
147147 msgstr ""
148148
149149 #. type: SH
150150 #: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27
151 #: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:506 en/lb_source.1:25
151 #: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:496 en/lb_source.1:25
152152 #: en/lb_testroot.1:29 en/live-build.7:230
153153 #, no-wrap
154154 msgid "HOMEPAGE"
156156
157157 #. type: Plain text
158158 #: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29
159 #: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:508 en/lb_source.1:27
159 #: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:498 en/lb_source.1:27
160160 #: en/lb_testroot.1:31 en/live-build.7:232
161161 msgid ""
162162 "More information about live-build and the Debian Live project can be found "
166166
167167 #. type: SH
168168 #: en/lb.1:30 en/lb_binary.1:28 en/lb_bootstrap.1:28 en/lb_build.1:30
169 #: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:509 en/lb_source.1:28
169 #: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:499 en/lb_source.1:28
170170 #: en/lb_testroot.1:32 en/live-build.7:233
171171 #, no-wrap
172172 msgid "BUGS"
174174
175175 #. type: Plain text
176176 #: en/lb.1:32 en/lb_binary.1:30 en/lb_bootstrap.1:30 en/lb_build.1:32
177 #: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:511 en/lb_source.1:30
177 #: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:501 en/lb_source.1:30
178178 #: en/lb_testroot.1:34 en/live-build.7:235
179179 msgid ""
180180 "Bugs can be reported by submitting a bugreport for the live-build package in "
185185
186186 #. type: SH
187187 #: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33
188 #: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:512 en/lb_source.1:31
188 #: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:502 en/lb_source.1:31
189189 #: en/lb_testroot.1:35 en/live-build.7:236
190190 #, no-wrap
191191 msgid "AUTHOR"
193193
194194 #. type: Plain text
195195 #: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34
196 #: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:513 en/lb_source.1:32
196 #: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:503 en/lb_source.1:32
197197 #: en/lb_testroot.1:36 en/live-build.7:237
198198 msgid ""
199199 "live-build was written by Daniel Baumann E<lt>I<[email protected]>E<gt> for "
66 msgid ""
77 msgstr ""
88 "Project-Id-Version: live-build VERSION\n"
9 "POT-Creation-Date: 2013-01-02 11:42+0100\n"
9 "POT-Creation-Date: 2013-02-14 19:31+0100\n"
1010 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1111 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1212 "Language-Team: LANGUAGE <[email protected]>\n"
2828 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
2929 #: en/lb_testroot.1:1 en/live-build.7:1
3030 #, no-wrap
31 msgid "2013-01-02"
32 msgstr ""
33
34 #. type: TH
35 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
36 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
37 #: en/lb_testroot.1:1 en/live-build.7:1
38 #, no-wrap
39 msgid "3.0~b5-1"
31 msgid "2013-02-14"
32 msgstr ""
33
34 #. type: TH
35 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
36 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
37 #: en/lb_testroot.1:1 en/live-build.7:1
38 #, no-wrap
39 msgid "3.0.1-1"
4040 msgstr ""
4141
4242 #. type: TH
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:237 en/lb_source.1:9
68 #: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:233 en/lb_source.1:9
6969 #: en/lb_testroot.1:9 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:246 en/lb_source.1:14
76 #: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:242 en/lb_source.1:14
7777 #: en/lb_testroot.1:18 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:490 en/lb_source.1:17
84 #: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:480 en/lb_source.1:17
8585 #: en/lb_testroot.1:21 en/live-build.7:219
8686 #, no-wrap
8787 msgid "FILES"
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:497 en/lb_source.1:20
99 #: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:487 en/lb_source.1:20
100100 #: en/lb_testroot.1:24 en/live-build.7:223
101101 #, no-wrap
102102 msgid "SEE ALSO"
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:499 en/lb_source.1:22
107 #: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:489 en/lb_source.1:22
108108 #: en/lb_testroot.1:26
109109 msgid "I<live-build>(7)"
110110 msgstr ""
111111
112112 #. type: Plain text
113113 #: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26
114 #: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:505 en/lb_source.1:24
114 #: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:495 en/lb_source.1:24
115115 #: en/lb_testroot.1:28 en/live-build.7:229
116116 msgid "This program is a part of live-build."
117117 msgstr ""
118118
119119 #. type: SH
120120 #: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27
121 #: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:506 en/lb_source.1:25
121 #: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:496 en/lb_source.1:25
122122 #: en/lb_testroot.1:29 en/live-build.7:230
123123 #, no-wrap
124124 msgid "HOMEPAGE"
126126
127127 #. type: Plain text
128128 #: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29
129 #: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:508 en/lb_source.1:27
129 #: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:498 en/lb_source.1:27
130130 #: en/lb_testroot.1:31 en/live-build.7:232
131131 msgid ""
132132 "More information about live-build and the Debian Live project can be found "
136136
137137 #. type: SH
138138 #: 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:509 en/lb_source.1:28
139 #: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:499 en/lb_source.1:28
140140 #: en/lb_testroot.1:32 en/live-build.7:233
141141 #, no-wrap
142142 msgid "BUGS"
144144
145145 #. type: Plain text
146146 #: 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:511 en/lb_source.1:30
147 #: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:501 en/lb_source.1:30
148148 #: en/lb_testroot.1:34 en/live-build.7:235
149149 msgid ""
150150 "Bugs can be reported by submitting a bugreport for the live-build package in "
155155
156156 #. type: SH
157157 #: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33
158 #: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:512 en/lb_source.1:31
158 #: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:502 en/lb_source.1:31
159159 #: en/lb_testroot.1:35 en/live-build.7:236
160160 #, no-wrap
161161 msgid "AUTHOR"
163163
164164 #. type: Plain text
165165 #: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34
166 #: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:513 en/lb_source.1:32
166 #: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:503 en/lb_source.1:32
167167 #: en/lb_testroot.1:36 en/live-build.7:237
168168 msgid ""
169169 "live-build was written by Daniel Baumann E<lt>I<[email protected]>E<gt> for "
66 msgid ""
77 msgstr ""
88 "Project-Id-Version: live-build VERSION\n"
9 "POT-Creation-Date: 2013-01-02 11:42+0100\n"
9 "POT-Creation-Date: 2013-02-14 19:31+0100\n"
1010 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1111 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1212 "Language-Team: LANGUAGE <[email protected]>\n"
2828 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
2929 #: en/lb_testroot.1:1 en/live-build.7:1
3030 #, no-wrap
31 msgid "2013-01-02"
32 msgstr ""
33
34 #. type: TH
35 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
36 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
37 #: en/lb_testroot.1:1 en/live-build.7:1
38 #, no-wrap
39 msgid "3.0~b5-1"
31 msgid "2013-02-14"
32 msgstr ""
33
34 #. type: TH
35 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
36 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
37 #: en/lb_testroot.1:1 en/live-build.7:1
38 #, no-wrap
39 msgid "3.0.1-1"
4040 msgstr ""
4141
4242 #. type: TH
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:237 en/lb_source.1:9
68 #: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:233 en/lb_source.1:9
6969 #: en/lb_testroot.1:9 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:246 en/lb_source.1:14
76 #: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:242 en/lb_source.1:14
7777 #: en/lb_testroot.1:18 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:490 en/lb_source.1:17
84 #: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:480 en/lb_source.1:17
8585 #: en/lb_testroot.1:21 en/live-build.7:219
8686 #, no-wrap
8787 msgid "FILES"
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:497 en/lb_source.1:20
99 #: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:487 en/lb_source.1:20
100100 #: en/lb_testroot.1:24 en/live-build.7:223
101101 #, no-wrap
102102 msgid "SEE ALSO"
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:499 en/lb_source.1:22
107 #: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:489 en/lb_source.1:22
108108 #: en/lb_testroot.1:26
109109 msgid "I<live-build>(7)"
110110 msgstr ""
111111
112112 #. type: Plain text
113113 #: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26
114 #: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:505 en/lb_source.1:24
114 #: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:495 en/lb_source.1:24
115115 #: en/lb_testroot.1:28 en/live-build.7:229
116116 msgid "This program is a part of live-build."
117117 msgstr ""
118118
119119 #. type: SH
120120 #: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27
121 #: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:506 en/lb_source.1:25
121 #: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:496 en/lb_source.1:25
122122 #: en/lb_testroot.1:29 en/live-build.7:230
123123 #, no-wrap
124124 msgid "HOMEPAGE"
126126
127127 #. type: Plain text
128128 #: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29
129 #: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:508 en/lb_source.1:27
129 #: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:498 en/lb_source.1:27
130130 #: en/lb_testroot.1:31 en/live-build.7:232
131131 msgid ""
132132 "More information about live-build and the Debian Live project can be found "
136136
137137 #. type: SH
138138 #: 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:509 en/lb_source.1:28
139 #: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:499 en/lb_source.1:28
140140 #: en/lb_testroot.1:32 en/live-build.7:233
141141 #, no-wrap
142142 msgid "BUGS"
144144
145145 #. type: Plain text
146146 #: 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:511 en/lb_source.1:30
147 #: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:501 en/lb_source.1:30
148148 #: en/lb_testroot.1:34 en/live-build.7:235
149149 msgid ""
150150 "Bugs can be reported by submitting a bugreport for the live-build package in "
155155
156156 #. type: SH
157157 #: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33
158 #: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:512 en/lb_source.1:31
158 #: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:502 en/lb_source.1:31
159159 #: en/lb_testroot.1:35 en/live-build.7:236
160160 #, no-wrap
161161 msgid "AUTHOR"
163163
164164 #. type: Plain text
165165 #: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34
166 #: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:513 en/lb_source.1:32
166 #: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:503 en/lb_source.1:32
167167 #: en/lb_testroot.1:36 en/live-build.7:237
168168 msgid ""
169169 "live-build was written by Daniel Baumann E<lt>I<[email protected]>E<gt> for "
66 msgid ""
77 msgstr ""
88 "Project-Id-Version: live-build VERSION\n"
9 "POT-Creation-Date: 2013-01-02 11:42+0100\n"
9 "POT-Creation-Date: 2013-02-14 19:31+0100\n"
1010 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1111 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1212 "Language-Team: LANGUAGE <[email protected]>\n"
2828 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
2929 #: en/lb_testroot.1:1 en/live-build.7:1
3030 #, no-wrap
31 msgid "2013-01-02"
32 msgstr ""
33
34 #. type: TH
35 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
36 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
37 #: en/lb_testroot.1:1 en/live-build.7:1
38 #, no-wrap
39 msgid "3.0~b5-1"
31 msgid "2013-02-14"
32 msgstr ""
33
34 #. type: TH
35 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
36 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
37 #: en/lb_testroot.1:1 en/live-build.7:1
38 #, no-wrap
39 msgid "3.0.1-1"
4040 msgstr ""
4141
4242 #. type: TH
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:237 en/lb_source.1:9
68 #: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:233 en/lb_source.1:9
6969 #: en/lb_testroot.1:9 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:246 en/lb_source.1:14
76 #: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:242 en/lb_source.1:14
7777 #: en/lb_testroot.1:18 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:490 en/lb_source.1:17
84 #: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:480 en/lb_source.1:17
8585 #: en/lb_testroot.1:21 en/live-build.7:219
8686 #, no-wrap
8787 msgid "FILES"
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:497 en/lb_source.1:20
92 #: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:487 en/lb_source.1:20
9393 #: en/lb_testroot.1:24 en/live-build.7:223
9494 #, no-wrap
9595 msgid "SEE ALSO"
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:499 en/lb_source.1:22
100 #: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:489 en/lb_source.1:22
101101 #: en/lb_testroot.1:26
102102 msgid "I<live-build>(7)"
103103 msgstr ""
104104
105105 #. type: Plain text
106106 #: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26
107 #: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:505 en/lb_source.1:24
107 #: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:495 en/lb_source.1:24
108108 #: en/lb_testroot.1:28 en/live-build.7:229
109109 msgid "This program is a part of live-build."
110110 msgstr ""
111111
112112 #. type: SH
113113 #: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27
114 #: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:506 en/lb_source.1:25
114 #: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:496 en/lb_source.1:25
115115 #: en/lb_testroot.1:29 en/live-build.7:230
116116 #, no-wrap
117117 msgid "HOMEPAGE"
119119
120120 #. type: Plain text
121121 #: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29
122 #: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:508 en/lb_source.1:27
122 #: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:498 en/lb_source.1:27
123123 #: en/lb_testroot.1:31 en/live-build.7:232
124124 msgid ""
125125 "More information about live-build and the Debian Live project can be found "
129129
130130 #. type: SH
131131 #: 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:509 en/lb_source.1:28
132 #: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:499 en/lb_source.1:28
133133 #: en/lb_testroot.1:32 en/live-build.7:233
134134 #, no-wrap
135135 msgid "BUGS"
137137
138138 #. type: Plain text
139139 #: 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:511 en/lb_source.1:30
140 #: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:501 en/lb_source.1:30
141141 #: en/lb_testroot.1:34 en/live-build.7:235
142142 msgid ""
143143 "Bugs can be reported by submitting a bugreport for the live-build package in "
148148
149149 #. type: SH
150150 #: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33
151 #: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:512 en/lb_source.1:31
151 #: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:502 en/lb_source.1:31
152152 #: en/lb_testroot.1:35 en/live-build.7:236
153153 #, no-wrap
154154 msgid "AUTHOR"
156156
157157 #. type: Plain text
158158 #: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34
159 #: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:513 en/lb_source.1:32
159 #: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:503 en/lb_source.1:32
160160 #: en/lb_testroot.1:36 en/live-build.7:237
161161 msgid ""
162162 "live-build was written by Daniel Baumann E<lt>I<[email protected]>E<gt> for "
66 msgid ""
77 msgstr ""
88 "Project-Id-Version: live-build VERSION\n"
9 "POT-Creation-Date: 2013-01-02 11:42+0100\n"
9 "POT-Creation-Date: 2013-02-14 19:31+0100\n"
1010 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1111 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1212 "Language-Team: LANGUAGE <[email protected]>\n"
2828 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
2929 #: en/lb_testroot.1:1 en/live-build.7:1
3030 #, no-wrap
31 msgid "2013-01-02"
32 msgstr ""
33
34 #. type: TH
35 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
36 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
37 #: en/lb_testroot.1:1 en/live-build.7:1
38 #, no-wrap
39 msgid "3.0~b5-1"
31 msgid "2013-02-14"
32 msgstr ""
33
34 #. type: TH
35 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
36 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
37 #: en/lb_testroot.1:1 en/live-build.7:1
38 #, no-wrap
39 msgid "3.0.1-1"
4040 msgstr ""
4141
4242 #. type: TH
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:237 en/lb_source.1:9
68 #: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:233 en/lb_source.1:9
6969 #: en/lb_testroot.1:9 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:246 en/lb_source.1:14
76 #: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:242 en/lb_source.1:14
7777 #: en/lb_testroot.1:18 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:490 en/lb_source.1:17
84 #: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:480 en/lb_source.1:17
8585 #: en/lb_testroot.1:21 en/live-build.7:219
8686 #, no-wrap
8787 msgid "FILES"
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:497 en/lb_source.1:20
99 #: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:487 en/lb_source.1:20
100100 #: en/lb_testroot.1:24 en/live-build.7:223
101101 #, no-wrap
102102 msgid "SEE ALSO"
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:499 en/lb_source.1:22
107 #: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:489 en/lb_source.1:22
108108 #: en/lb_testroot.1:26
109109 msgid "I<live-build>(7)"
110110 msgstr ""
111111
112112 #. type: Plain text
113113 #: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26
114 #: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:505 en/lb_source.1:24
114 #: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:495 en/lb_source.1:24
115115 #: en/lb_testroot.1:28 en/live-build.7:229
116116 msgid "This program is a part of live-build."
117117 msgstr ""
118118
119119 #. type: SH
120120 #: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27
121 #: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:506 en/lb_source.1:25
121 #: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:496 en/lb_source.1:25
122122 #: en/lb_testroot.1:29 en/live-build.7:230
123123 #, no-wrap
124124 msgid "HOMEPAGE"
126126
127127 #. type: Plain text
128128 #: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29
129 #: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:508 en/lb_source.1:27
129 #: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:498 en/lb_source.1:27
130130 #: en/lb_testroot.1:31 en/live-build.7:232
131131 msgid ""
132132 "More information about live-build and the Debian Live project can be found "
136136
137137 #. type: SH
138138 #: 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:509 en/lb_source.1:28
139 #: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:499 en/lb_source.1:28
140140 #: en/lb_testroot.1:32 en/live-build.7:233
141141 #, no-wrap
142142 msgid "BUGS"
144144
145145 #. type: Plain text
146146 #: 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:511 en/lb_source.1:30
147 #: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:501 en/lb_source.1:30
148148 #: en/lb_testroot.1:34 en/live-build.7:235
149149 msgid ""
150150 "Bugs can be reported by submitting a bugreport for the live-build package in "
155155
156156 #. type: SH
157157 #: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33
158 #: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:512 en/lb_source.1:31
158 #: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:502 en/lb_source.1:31
159159 #: en/lb_testroot.1:35 en/live-build.7:236
160160 #, no-wrap
161161 msgid "AUTHOR"
163163
164164 #. type: Plain text
165165 #: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34
166 #: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:513 en/lb_source.1:32
166 #: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:503 en/lb_source.1:32
167167 #: en/lb_testroot.1:36 en/live-build.7:237
168168 msgid ""
169169 "live-build was written by Daniel Baumann E<lt>I<[email protected]>E<gt> for "
66 msgid ""
77 msgstr ""
88 "Project-Id-Version: live-build VERSION\n"
9 "POT-Creation-Date: 2013-01-02 11:42+0100\n"
9 "POT-Creation-Date: 2013-02-14 19:31+0100\n"
1010 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1111 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1212 "Language-Team: LANGUAGE <[email protected]>\n"
2828 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
2929 #: en/lb_testroot.1:1 en/live-build.7:1
3030 #, no-wrap
31 msgid "2013-01-02"
31 msgid "2013-02-14"
3232 msgstr ""
3333
3434 #. type: TH
3636 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
3737 #: en/lb_testroot.1:1 en/live-build.7:1
3838 #, no-wrap
39 msgid "3.0~b5-1"
39 msgid "3.0.1-1"
4040 msgstr ""
4141
4242 #. type: TH
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:237 en/lb_source.1:9
68 #: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:233 en/lb_source.1:9
6969 #: en/lb_testroot.1:9 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:246 en/lb_source.1:14
76 #: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:242 en/lb_source.1:14
7777 #: en/lb_testroot.1:18 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:490 en/lb_source.1:17
84 #: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:480 en/lb_source.1:17
8585 #: en/lb_testroot.1:21 en/live-build.7:219
8686 #, no-wrap
8787 msgid "FILES"
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:497 en/lb_source.1:20
92 #: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:487 en/lb_source.1:20
9393 #: en/lb_testroot.1:24 en/live-build.7:223
9494 #, no-wrap
9595 msgid "SEE ALSO"
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:499 en/lb_source.1:22
100 #: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:489 en/lb_source.1:22
101101 #: en/lb_testroot.1:26
102102 msgid "I<live-build>(7)"
103103 msgstr ""
104104
105105 #. type: Plain text
106106 #: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26
107 #: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:505 en/lb_source.1:24
107 #: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:495 en/lb_source.1:24
108108 #: en/lb_testroot.1:28 en/live-build.7:229
109109 msgid "This program is a part of live-build."
110110 msgstr ""
111111
112112 #. type: SH
113113 #: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27
114 #: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:506 en/lb_source.1:25
114 #: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:496 en/lb_source.1:25
115115 #: en/lb_testroot.1:29 en/live-build.7:230
116116 #, no-wrap
117117 msgid "HOMEPAGE"
119119
120120 #. type: Plain text
121121 #: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29
122 #: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:508 en/lb_source.1:27
122 #: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:498 en/lb_source.1:27
123123 #: en/lb_testroot.1:31 en/live-build.7:232
124124 msgid ""
125125 "More information about live-build and the Debian Live project can be found "
129129
130130 #. type: SH
131131 #: 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:509 en/lb_source.1:28
132 #: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:499 en/lb_source.1:28
133133 #: en/lb_testroot.1:32 en/live-build.7:233
134134 #, no-wrap
135135 msgid "BUGS"
137137
138138 #. type: Plain text
139139 #: 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:511 en/lb_source.1:30
140 #: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:501 en/lb_source.1:30
141141 #: en/lb_testroot.1:34 en/live-build.7:235
142142 msgid ""
143143 "Bugs can be reported by submitting a bugreport for the live-build package in "
148148
149149 #. type: SH
150150 #: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33
151 #: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:512 en/lb_source.1:31
151 #: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:502 en/lb_source.1:31
152152 #: en/lb_testroot.1:35 en/live-build.7:236
153153 #, no-wrap
154154 msgid "AUTHOR"
156156
157157 #. type: Plain text
158158 #: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34
159 #: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:513 en/lb_source.1:32
159 #: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:503 en/lb_source.1:32
160160 #: en/lb_testroot.1:36 en/live-build.7:237
161161 msgid ""
162162 "live-build was written by Daniel Baumann E<lt>I<[email protected]>E<gt> for "
66 msgid ""
77 msgstr ""
88 "Project-Id-Version: live-build VERSION\n"
9 "POT-Creation-Date: 2013-01-02 11:42+0100\n"
9 "POT-Creation-Date: 2013-02-14 19:31+0100\n"
1010 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1111 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1212 "Language-Team: LANGUAGE <[email protected]>\n"
2828 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
2929 #: en/lb_testroot.1:1 en/live-build.7:1
3030 #, no-wrap
31 msgid "2013-01-02"
31 msgid "2013-02-14"
3232 msgstr ""
3333
3434 #. type: TH
3636 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
3737 #: en/lb_testroot.1:1 en/live-build.7:1
3838 #, no-wrap
39 msgid "3.0~b5-1"
39 msgid "3.0.1-1"
4040 msgstr ""
4141
4242 #. type: TH
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:237 en/lb_source.1:9
68 #: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:233 en/lb_source.1:9
6969 #: en/lb_testroot.1:9 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:246 en/lb_source.1:14
76 #: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:242 en/lb_source.1:14
7777 #: en/lb_testroot.1:18 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:490 en/lb_source.1:17
84 #: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:480 en/lb_source.1:17
8585 #: en/lb_testroot.1:21 en/live-build.7:219
8686 #, no-wrap
8787 msgid "FILES"
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:497 en/lb_source.1:20
92 #: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:487 en/lb_source.1:20
9393 #: en/lb_testroot.1:24 en/live-build.7:223
9494 #, no-wrap
9595 msgid "SEE ALSO"
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:499 en/lb_source.1:22
100 #: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:489 en/lb_source.1:22
101101 #: en/lb_testroot.1:26
102102 msgid "I<live-build>(7)"
103103 msgstr ""
104104
105105 #. type: Plain text
106106 #: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26
107 #: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:505 en/lb_source.1:24
107 #: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:495 en/lb_source.1:24
108108 #: en/lb_testroot.1:28 en/live-build.7:229
109109 msgid "This program is a part of live-build."
110110 msgstr ""
111111
112112 #. type: SH
113113 #: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27
114 #: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:506 en/lb_source.1:25
114 #: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:496 en/lb_source.1:25
115115 #: en/lb_testroot.1:29 en/live-build.7:230
116116 #, no-wrap
117117 msgid "HOMEPAGE"
119119
120120 #. type: Plain text
121121 #: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29
122 #: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:508 en/lb_source.1:27
122 #: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:498 en/lb_source.1:27
123123 #: en/lb_testroot.1:31 en/live-build.7:232
124124 msgid ""
125125 "More information about live-build and the Debian Live project can be found "
129129
130130 #. type: SH
131131 #: 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:509 en/lb_source.1:28
132 #: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:499 en/lb_source.1:28
133133 #: en/lb_testroot.1:32 en/live-build.7:233
134134 #, no-wrap
135135 msgid "BUGS"
137137
138138 #. type: Plain text
139139 #: 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:511 en/lb_source.1:30
140 #: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:501 en/lb_source.1:30
141141 #: en/lb_testroot.1:34 en/live-build.7:235
142142 msgid ""
143143 "Bugs can be reported by submitting a bugreport for the live-build package in "
148148
149149 #. type: SH
150150 #: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33
151 #: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:512 en/lb_source.1:31
151 #: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:502 en/lb_source.1:31
152152 #: en/lb_testroot.1:35 en/live-build.7:236
153153 #, no-wrap
154154 msgid "AUTHOR"
156156
157157 #. type: Plain text
158158 #: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34
159 #: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:513 en/lb_source.1:32
159 #: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:503 en/lb_source.1:32
160160 #: en/lb_testroot.1:36 en/live-build.7:237
161161 msgid ""
162162 "live-build was written by Daniel Baumann E<lt>I<[email protected]>E<gt> for "
647647
648648 #. type: Plain text
649649 #: en/lb_config.1:199
650 msgid " [-p|B<--package-lists> I<LIST>|I<\"LISTS\">]"
650 msgid " [B<--quiet>]"
651651 msgstr ""
652652
653653 #. type: Plain text
654654 #: en/lb_config.1:201
655 msgid " [B<--quiet>]"
655 msgid " [B<--root-command> sudo]"
656656 msgstr ""
657657
658658 #. type: Plain text
659659 #: en/lb_config.1:203
660 msgid " [B<--root-command> sudo]"
660 msgid " [B<--use-fakeroot> true|false]"
661661 msgstr ""
662662
663663 #. type: Plain text
664664 #: en/lb_config.1:205
665 msgid " [B<--use-fakeroot> true|false]"
665 msgid " [B<--archives> I<ARCHIVE>|I<\"ARCHIVES\">]"
666666 msgstr ""
667667
668668 #. type: Plain text
669669 #: en/lb_config.1:207
670 msgid " [B<--archives> I<ARCHIVE>|I<\"ARCHIVES\">]"
670 msgid " [B<--archive-areas> I<ARCHIVE_AREA>|I<\"ARCHIVE_AREAS\">]"
671671 msgstr ""
672672
673673 #. type: Plain text
674674 #: en/lb_config.1:209
675 msgid " [B<--archive-areas> I<ARCHIVE_AREA>|I<\"ARCHIVE_AREAS\">]"
676 msgstr ""
677
678 #. type: Plain text
679 #: en/lb_config.1:211
680675 msgid ""
681676 " [B<--parent-archive-areas> I<PARENT_ARCHIVE_AREA>|I<\"PARENT_ARCHIVE_AREAS"
682677 "\">]"
683678 msgstr ""
684679
685680 #. type: Plain text
681 #: en/lb_config.1:211
682 msgid " [B<--security> true|false]"
683 msgstr ""
684
685 #. type: Plain text
686686 #: en/lb_config.1:213
687 msgid " [B<--security> true|false]"
687 msgid " [B<--source> true|false]"
688688 msgstr ""
689689
690690 #. type: Plain text
691691 #: en/lb_config.1:215
692 msgid " [B<--source> true|false]"
692 msgid " [-s|B<--source-images> iso|netboot|tar|hdd]"
693693 msgstr ""
694694
695695 #. type: Plain text
696696 #: en/lb_config.1:217
697 msgid " [-s|B<--source-images> iso|netboot|tar|hdd]"
697 msgid " [B<--tasksel> apt|aptitude|tasksel]"
698698 msgstr ""
699699
700700 #. type: Plain text
701701 #: en/lb_config.1:219
702 msgid " [B<--syslinux-theme> I<THEME_SUFFIX>]"
702 msgid " [B<--templates> I<PATH>]"
703703 msgstr ""
704704
705705 #. type: Plain text
706706 #: en/lb_config.1:221
707 msgid " [B<--tasksel> apt|aptitude|tasksel]"
707 msgid " [B<--hdd-size >I<MB>]"
708708 msgstr ""
709709
710710 #. type: Plain text
711711 #: en/lb_config.1:223
712 msgid " [B<--templates> I<PATH>]"
712 msgid " [B<--updates> true|false]"
713713 msgstr ""
714714
715715 #. type: Plain text
716716 #: en/lb_config.1:225
717 msgid " [B<--hdd-size >I<MB>]"
717 msgid " [B<--backports> true|false]"
718718 msgstr ""
719719
720720 #. type: Plain text
721721 #: en/lb_config.1:227
722 msgid " [B<--updates> true|false]"
722 msgid " [B<--exposed-root> true|false]"
723723 msgstr ""
724724
725725 #. type: Plain text
726726 #: en/lb_config.1:229
727 msgid " [B<--backports> true|false]"
728 msgstr ""
729
730 #. type: Plain text
731 #: en/lb_config.1:231
732 msgid " [B<--exposed-root> true|false]"
733 msgstr ""
734
735 #. type: Plain text
736 #: en/lb_config.1:233
737727 msgid " [B<--verbose>]"
738728 msgstr ""
739729
740730 #. FIXME
741731 #. type: Plain text
742 #: en/lb_config.1:236
732 #: en/lb_config.1:232
743733 msgid " [B<--win32-loader true|false]>"
744734 msgstr ""
745735
746736 #. type: Plain text
747 #: en/lb_config.1:239
737 #: en/lb_config.1:235
748738 msgid ""
749739 "B<lb config> is a high-level command (porcelain) of I<live-build>(7), the "
750740 "Debian Live tool suite."
752742
753743 #. FIXME
754744 #. type: Plain text
755 #: en/lb_config.1:242
745 #: en/lb_config.1:238
756746 msgid ""
757747 "B<lb config> populates the configuration directory for live-build. By "
758748 "default, this directory is named 'config' and is created in the current "
761751
762752 #. FIXME
763753 #. type: Plain text
764 #: en/lb_config.1:245
754 #: en/lb_config.1:241
765755 msgid ""
766756 "Note: Currently B<lb config> tries to be smart and sets defaults for some "
767757 "options depending on the setting of other options (e.g. which linux packages "
777767 msgstr ""
778768
779769 #. type: Plain text
780 #: en/lb_config.1:248
770 #: en/lb_config.1:244
781771 msgid ""
782772 "In addition to its specific options B<lb config> understands all generic "
783773 "live-build options. See I<live-build>(7) for a complete list of all generic "
786776
787777 #. FIXME
788778 #. type: IP
789 #: en/lb_config.1:250
779 #: en/lb_config.1:246
790780 #, no-wrap
791781 msgid "B<--apt> apt|aptitude"
792782 msgstr ""
793783
794784 #. type: Plain text
795 #: en/lb_config.1:252
785 #: en/lb_config.1:248
796786 msgid ""
797787 "defines if apt-get or aptitude is used to install packages when building the "
798788 "image. The default is apt."
799789 msgstr ""
800790
801791 #. type: IP
802 #: en/lb_config.1:252
792 #: en/lb_config.1:248
803793 #, no-wrap
804794 msgid "B<--apt-ftp-proxy> I<URL>"
805795 msgstr ""
806796
807797 #. type: Plain text
808 #: en/lb_config.1:254
798 #: en/lb_config.1:250
809799 msgid ""
810800 "sets the ftp proxy to be used by apt. By default, this is empty. Note that "
811801 "this variable is only for the proxy that gets used by apt internally within "
813803 msgstr ""
814804
815805 #. type: IP
816 #: en/lb_config.1:254
806 #: en/lb_config.1:250
817807 #, no-wrap
818808 msgid "B<--apt-http-proxy> I<URL>"
819809 msgstr ""
820810
821811 #. type: Plain text
822 #: en/lb_config.1:256
812 #: en/lb_config.1:252
823813 msgid ""
824814 "sets the http proxy to be used by apt. By default, this is empty. Note that "
825815 "this variable is only for the proxy that gets used by apt internally within "
827817 msgstr ""
828818
829819 #. type: IP
830 #: en/lb_config.1:256
820 #: en/lb_config.1:252
831821 #, no-wrap
832822 msgid "B<--apt-indices> true|false|none"
833823 msgstr ""
834824
835825 #. type: Plain text
836 #: en/lb_config.1:258
826 #: en/lb_config.1:254
837827 msgid ""
838828 "defines if the resulting images should have apt indices or not and defaults "
839829 "to true. If set to none, no indices are included at all."
840830 msgstr ""
841831
842832 #. type: IP
843 #: en/lb_config.1:258
833 #: en/lb_config.1:254
844834 #, no-wrap
845835 msgid "B<--apt-options> I<OPTION>|\"I<OPTIONS>\""
846836 msgstr ""
847837
848838 #. type: Plain text
849 #: en/lb_config.1:260
839 #: en/lb_config.1:256
850840 msgid ""
851841 "defines the default options that will be appended to every apt call that is "
852842 "made inside chroot during the building of the image. By default, this is set "
854844 msgstr ""
855845
856846 #. type: IP
857 #: en/lb_config.1:260
847 #: en/lb_config.1:256
858848 #, no-wrap
859849 msgid "B<--aptitude-options> I<OPTION>|\"I<OPTIONS>\""
860850 msgstr ""
861851
862852 #. type: Plain text
863 #: en/lb_config.1:262
853 #: en/lb_config.1:258
864854 msgid ""
865855 "defines the default options that will be appended to every aptitude call "
866856 "that is made inside chroot during building of the image. By default, this is "
868858 msgstr ""
869859
870860 #. type: IP
871 #: en/lb_config.1:262
861 #: en/lb_config.1:258
872862 #, no-wrap
873863 msgid "B<--apt-pipeline> I<DEPTH>"
874864 msgstr ""
875865
876866 #. type: Plain text
877 #: en/lb_config.1:264
867 #: en/lb_config.1:260
878868 msgid ""
879869 "sets the depth of the apt/aptitude pipeline. In cases where the remote "
880870 "server is not RFC conforming or buggy (such as Squid 2.0.2) this option can "
886876 msgstr ""
887877
888878 #. type: IP
889 #: en/lb_config.1:264
879 #: en/lb_config.1:260
890880 #, no-wrap
891881 msgid "B<--apt-recommends> true|false"
892882 msgstr ""
893883
894884 #. type: Plain text
895 #: en/lb_config.1:266
885 #: en/lb_config.1:262
896886 msgid ""
897887 "defines if apt should install recommended packages automatically. By "
898888 "default, this is true except in emdebian mode."
899889 msgstr ""
900890
901891 #. type: IP
892 #: en/lb_config.1:262
893 #, no-wrap
894 msgid "B<--apt-secure> true|false"
895 msgstr ""
896
897 #. type: Plain text
898 #: en/lb_config.1:264
899 msgid ""
900 "defines if apt should check repository signatures. This is true by default."
901 msgstr ""
902
903 #. type: IP
904 #: en/lb_config.1:264
905 #, no-wrap
906 msgid "B<--apt-source-archives> true|false"
907 msgstr ""
908
909 #. type: Plain text
902910 #: en/lb_config.1:266
903 #, no-wrap
904 msgid "B<--apt-secure> true|false"
905 msgstr ""
906
907 #. type: Plain text
908 #: en/lb_config.1:268
909 msgid ""
910 "defines if apt should check repository signatures. This is true by default."
911 msgstr ""
912
913 #. type: IP
914 #: en/lb_config.1:268
915 #, no-wrap
916 msgid "B<--apt-source-archives> true|false"
917 msgstr ""
918
919 #. type: Plain text
920 #: en/lb_config.1:270
921911 msgid ""
922912 "defines if deb-src entries should be included in the resulting live image or "
923913 "not, defaults to on."
924914 msgstr ""
925915
926916 #. type: IP
927 #: en/lb_config.1:270
917 #: en/lb_config.1:266
928918 #, no-wrap
929919 msgid "-a|B<--architectures> I<ARCHITECTURE>"
930920 msgstr ""
931921
932922 #. type: Plain text
933 #: en/lb_config.1:272
923 #: en/lb_config.1:268
934924 msgid ""
935925 "defines the architecture of the to be build image. By default, this is set "
936926 "to the host architecture. Note that you cannot crossbuild for another "
941931 msgstr ""
942932
943933 #. type: IP
944 #: en/lb_config.1:272
934 #: en/lb_config.1:268
945935 #, no-wrap
946936 msgid "-b|B<--binary-images> iso|iso-hybrid|netboot|tar|hdd"
947937 msgstr ""
948938
949939 #. type: Plain text
950 #: en/lb_config.1:274
940 #: en/lb_config.1:270
951941 msgid ""
952942 "defines the image type to build. By default, for images using syslinux this "
953943 "is set to iso-hybrid to build CD/DVD images that may also be used like hdd "
955945 msgstr ""
956946
957947 #. type: IP
958 #: en/lb_config.1:274
948 #: en/lb_config.1:270
959949 #, no-wrap
960950 msgid "B<--binary-filesystem> fat16|fat32|ext2|ext3|ext4"
961951 msgstr ""
962952
963953 #. type: Plain text
964 #: en/lb_config.1:276
954 #: en/lb_config.1:272
965955 msgid ""
966956 "defines the filesystem to be used in the image type. This only has an effect "
967957 "if the selected binary image type does allow to choose a filesystem. For "
974964 msgstr ""
975965
976966 #. type: IP
967 #: en/lb_config.1:272
968 #, no-wrap
969 msgid "B<--bootappend-install> I<PARAMETER>|\"I<PARAMETERS>\""
970 msgstr ""
971
972 #. type: Plain text
973 #: en/lb_config.1:274
974 msgid "sets boot parameters specific to debian-installer, if included."
975 msgstr ""
976
977 #. type: IP
978 #: en/lb_config.1:274
979 #, no-wrap
980 msgid "B<--bootappend-live> I<PARAMETER>|\"I<PARAMETERS>\""
981 msgstr ""
982
983 #. type: Plain text
977984 #: en/lb_config.1:276
978 #, no-wrap
979 msgid "B<--bootappend-install> I<PARAMETER>|\"I<PARAMETERS>\""
980 msgstr ""
981
982 #. type: Plain text
983 #: en/lb_config.1:278
984 msgid "sets boot parameters specific to debian-installer, if included."
985 msgstr ""
986
987 #. type: IP
988 #: en/lb_config.1:278
989 #, no-wrap
990 msgid "B<--bootappend-live> I<PARAMETER>|\"I<PARAMETERS>\""
991 msgstr ""
992
993 #. type: Plain text
994 #: en/lb_config.1:280
995985 msgid ""
996986 "sets boot parameters specific to debian-live. A complete list of boot "
997987 "parameters can be found in the I<live-boot>(7) and I<live-config>(7) manual "
999989 msgstr ""
1000990
1001991 #. type: IP
1002 #: en/lb_config.1:280
992 #: en/lb_config.1:276
1003993 #, no-wrap
1004994 msgid "B<--bootloader> grub|syslinux|yaboot"
1005995 msgstr ""
1006996
1007997 #. type: Plain text
1008 #: en/lb_config.1:282
998 #: en/lb_config.1:278
1009999 msgid ""
10101000 "defines which bootloader is beeing used in the generated image. This has "
10111001 "only an effect if the selected binary image type does allow to choose the "
10181008 msgstr ""
10191009
10201010 #. type: IP
1021 #: en/lb_config.1:282
1011 #: en/lb_config.1:278
10221012 #, no-wrap
10231013 msgid "B<--bootstrap> cdebootstrap|cdebootstrap-static|debootstrap"
10241014 msgstr ""
10251015
10261016 #. type: Plain text
1027 #: en/lb_config.1:284
1017 #: en/lb_config.1:280
10281018 msgid ""
10291019 "defines which program is used to bootstrap the debian chroot, default is "
10301020 "debootstrap."
10311021 msgstr ""
10321022
10331023 #. type: IP
1034 #: en/lb_config.1:284
1024 #: en/lb_config.1:280
10351025 #, no-wrap
10361026 msgid "B<--cache> true|false"
10371027 msgstr ""
10381028
10391029 #. type: Plain text
1040 #: en/lb_config.1:286
1030 #: en/lb_config.1:282
10411031 msgid ""
10421032 "defines globally if any cache should be used at all. Different caches can be "
10431033 "controled through the their own options."
10441034 msgstr ""
10451035
10461036 #. type: IP
1047 #: en/lb_config.1:286
1037 #: en/lb_config.1:282
10481038 #, no-wrap
10491039 msgid "B<--cache-indices> true|false"
10501040 msgstr ""
10511041
10521042 #. type: Plain text
1053 #: en/lb_config.1:288
1043 #: en/lb_config.1:284
10541044 msgid ""
10551045 "defines if downloaded package indices and lists should be cached which is "
10561046 "false by default. Enabling it would allow to rebuild an image completely "
10581048 msgstr ""
10591049
10601050 #. type: IP
1061 #: en/lb_config.1:288
1051 #: en/lb_config.1:284
10621052 #, no-wrap
10631053 msgid "B<--cache-packages> true|false"
10641054 msgstr ""
10651055
10661056 #. type: Plain text
1067 #: en/lb_config.1:290
1057 #: en/lb_config.1:286
10681058 msgid ""
10691059 "defines if downloaded packages files should be cached which is true by "
10701060 "default. Disabling it does save space consumtion in your build directory, "
10751065 msgstr ""
10761066
10771067 #. type: IP
1078 #: en/lb_config.1:290
1068 #: en/lb_config.1:286
10791069 #, no-wrap
10801070 msgid "B<--cache-stages> true|false|I<STAGE>|\"I<STAGES>\""
10811071 msgstr ""
10821072
10831073 #. type: Plain text
1084 #: en/lb_config.1:292
1074 #: en/lb_config.1:288
10851075 msgid ""
10861076 "sets which stages should be cached. By default set to bootstrap. As an "
10871077 "exception to the normal stage names, also rootfs can be used here which does "
10911081 msgstr ""
10921082
10931083 #. type: IP
1094 #: en/lb_config.1:292
1084 #: en/lb_config.1:288
10951085 #, no-wrap
10961086 msgid "B<--checksums> md5|sha1|sha256|none"
10971087 msgstr ""
10981088
10991089 #. type: Plain text
1100 #: en/lb_config.1:294
1090 #: en/lb_config.1:290
11011091 msgid ""
11021092 "defines if the binary image should contain a file called md5sums.txt, "
11031093 "sha1sums.txt and/or sha256sums.txt. These lists all files on the image "
11091099 msgstr ""
11101100
11111101 #. type: IP
1112 #: en/lb_config.1:294
1102 #: en/lb_config.1:290
11131103 #, no-wrap
11141104 msgid "B<--compression> bzip2|gzip|lzip|none"
11151105 msgstr ""
11161106
11171107 #. type: Plain text
1118 #: en/lb_config.1:296
1108 #: en/lb_config.1:292
11191109 msgid ""
11201110 "defines the compression program to be used to compress tarballs. Defaults to "
11211111 "gzip."
11221112 msgstr ""
11231113
11241114 #. type: IP
1125 #: en/lb_config.1:296
1115 #: en/lb_config.1:292
11261116 #, no-wrap
11271117 msgid "B<--config> I<GIT_URL>::I<GIT_ID>"
11281118 msgstr ""
11291119
11301120 #. type: Plain text
1131 #: en/lb_config.1:298
1121 #: en/lb_config.1:294
11321122 msgid ""
11331123 "allows to bootstrap a config tree from a git repositories, optionally "
11341124 "appended by a Git Id (branch, commit, tag, etc.)."
11351125 msgstr ""
11361126
11371127 #. type: IP
1138 #: en/lb_config.1:298
1128 #: en/lb_config.1:294
11391129 #, no-wrap
11401130 msgid "B<--build-with-chroot> true|false"
11411131 msgstr ""
11421132
11431133 #. type: Plain text
1144 #: en/lb_config.1:300
1134 #: en/lb_config.1:296
11451135 msgid ""
11461136 "defines whetever live-build should use the tools from within the chroot to "
11471137 "build the binary image or not by using and including the host systems tools. "
11561146 msgstr ""
11571147
11581148 #. type: IP
1159 #: en/lb_config.1:300
1149 #: en/lb_config.1:296
11601150 #, no-wrap
11611151 msgid "B<--chroot-filesystem> ext2|ext3|ext4|squashfs|jffs2|none"
11621152 msgstr ""
11631153
11641154 #. type: Plain text
1165 #: en/lb_config.1:302
1155 #: en/lb_config.1:298
11661156 msgid ""
11671157 "defines which filesystem type should be used for the root filesystem image. "
11681158 "If you use none, then no filesystem image is created and the root filesystem "
11731163 msgstr ""
11741164
11751165 #. type: IP
1176 #: en/lb_config.1:302
1166 #: en/lb_config.1:298
11771167 #, no-wrap
11781168 msgid "B<--clean>"
11791169 msgstr ""
11801170
11811171 #. type: Plain text
1182 #: en/lb_config.1:304
1172 #: en/lb_config.1:300
11831173 msgid ""
11841174 "minimizes config directory by automatically removing unused and thus empty "
11851175 "subdirectories."
11861176 msgstr ""
11871177
11881178 #. type: IP
1189 #: en/lb_config.1:304
1179 #: en/lb_config.1:300
11901180 #, no-wrap
11911181 msgid "-c|B<--conffile> I<FILE>"
11921182 msgstr ""
11931183
11941184 #. type: Plain text
1195 #: en/lb_config.1:306
1185 #: en/lb_config.1:302
11961186 msgid ""
11971187 "using a user specified alternative configuration file in addition to the "
11981188 "normally used one in the config directory."
11991189 msgstr ""
12001190
12011191 #. type: IP
1202 #: en/lb_config.1:306
1192 #: en/lb_config.1:302
12031193 #, no-wrap
12041194 msgid "B<--debconf-frontend> dialog|editor|noninteractive|readline"
12051195 msgstr ""
12061196
12071197 #. type: Plain text
1208 #: en/lb_config.1:308
1198 #: en/lb_config.1:304
12091199 msgid ""
12101200 "defines what value the debconf frontend should be set to inside the chroot. "
12111201 "Note that setting it to anything by noninteractive, which is the default, "
12131203 msgstr ""
12141204
12151205 #. type: IP
1216 #: en/lb_config.1:308
1206 #: en/lb_config.1:304
12171207 #, no-wrap
12181208 msgid "B<--debconf-priority> low|medium|high|critical"
12191209 msgstr ""
12201210
12211211 #. type: Plain text
1222 #: en/lb_config.1:310
1212 #: en/lb_config.1:306
12231213 msgid ""
12241214 "defines what value the debconf priority shoul dbe set to inside the chroot. "
12251215 "By default, it is set to critical, which means that almost no questions are "
12281218 msgstr ""
12291219
12301220 #. type: IP
1231 #: en/lb_config.1:310
1221 #: en/lb_config.1:306
12321222 #, no-wrap
12331223 msgid "B<--debian-installer> true|cdrom|netinst|netboot|businesscard|live|false"
12341224 msgstr ""
12351225
12361226 #. type: Plain text
1237 #: en/lb_config.1:312
1227 #: en/lb_config.1:308
12381228 msgid ""
12391229 "defines which type, if any, of the debian-installer should be included in "
12401230 "the resulting binary image. By default, no installer is included. All "
12461236 msgstr ""
12471237
12481238 #. type: IP
1249 #: en/lb_config.1:312
1239 #: en/lb_config.1:308
12501240 #, no-wrap
12511241 msgid "B<--debian-installer-distribution> daily|I<CODENAME>"
12521242 msgstr ""
12531243
12541244 #. type: Plain text
1255 #: en/lb_config.1:314
1245 #: en/lb_config.1:310
12561246 msgid ""
12571247 "defines the distribution where the debian-installer files should be taken "
12581248 "out from. Normally, this should be set to the same distribution as the live "
12611251 msgstr ""
12621252
12631253 #. type: IP
1264 #: en/lb_config.1:314
1254 #: en/lb_config.1:310
12651255 #, no-wrap
12661256 msgid "B<--debian-installer-preseedfile> I<FILE>|I<URL>"
12671257 msgstr ""
12681258
12691259 #. type: Plain text
1270 #: en/lb_config.1:316
1260 #: en/lb_config.1:312
12711261 msgid ""
12721262 "sets the filename or URL for an optionally used and included preseeding file "
12731263 "for debian-installer. If config/binary_debian-installer/preseed.cfg exists, "
12751265 msgstr ""
12761266
12771267 #. type: IP
1278 #: en/lb_config.1:316
1268 #: en/lb_config.1:312
12791269 #, no-wrap
12801270 msgid "B<--debian-installer-gui> true|false"
12811271 msgstr ""
12821272
12831273 #. type: Plain text
1284 #: en/lb_config.1:318
1274 #: en/lb_config.1:314
12851275 msgid ""
12861276 "defines if the debian-installer graphical GTK interface should be true or "
12871277 "not. In Debian mode and for most versions of Ubuntu, this option is true, "
12891279 msgstr ""
12901280
12911281 #. type: IP
1292 #: en/lb_config.1:318 en/live-build.7:36
1282 #: en/lb_config.1:314 en/live-build.7:36
12931283 #, no-wrap
12941284 msgid "B<--debug>"
12951285 msgstr ""
12961286
12971287 #. type: Plain text
1288 #: en/lb_config.1:316
1289 msgid "turn on debugging informational messages."
1290 msgstr ""
1291
1292 #. type: IP
1293 #: en/lb_config.1:316
1294 #, no-wrap
1295 msgid "-d|B<--distribution> I<CODENAME>"
1296 msgstr ""
1297
1298 #. type: Plain text
1299 #: en/lb_config.1:318
1300 msgid "defines the distribution of the resulting live system."
1301 msgstr ""
1302
1303 #. type: IP
1304 #: en/lb_config.1:318
1305 #, no-wrap
1306 msgid "-d|B<--parent-distribution> I<CODENAME>"
1307 msgstr ""
1308
1309 #. type: Plain text
12981310 #: en/lb_config.1:320
1299 msgid "turn on debugging informational messages."
1311 msgid ""
1312 "defines the parent distribution for derivatives of the resulting live system."
13001313 msgstr ""
13011314
13021315 #. type: IP
13031316 #: en/lb_config.1:320
13041317 #, no-wrap
1305 msgid "-d|B<--distribution> I<CODENAME>"
1318 msgid "-d|B<--parent-debian-installer-distribution> I<CODENAME>"
13061319 msgstr ""
13071320
13081321 #. type: Plain text
13091322 #: en/lb_config.1:322
1310 msgid "defines the distribution of the resulting live system."
1311 msgstr ""
1312
1313 #. type: IP
1314 #: en/lb_config.1:322
1315 #, no-wrap
1316 msgid "-d|B<--parent-distribution> I<CODENAME>"
1317 msgstr ""
1318
1319 #. type: Plain text
1320 #: en/lb_config.1:324
1321 msgid ""
1322 "defines the parent distribution for derivatives of the resulting live system."
1323 msgstr ""
1324
1325 #. type: IP
1326 #: en/lb_config.1:324
1327 #, no-wrap
1328 msgid "-d|B<--parent-debian-installer-distribution> I<CODENAME>"
1329 msgstr ""
1330
1331 #. type: Plain text
1332 #: en/lb_config.1:326
13331323 msgid ""
13341324 "defines the parent debian-installer distribution for derivatives of the "
13351325 "resulting live system."
13361326 msgstr ""
13371327
13381328 #. type: IP
1339 #: en/lb_config.1:326
1329 #: en/lb_config.1:322
13401330 #, no-wrap
13411331 msgid "B<--dump>"
13421332 msgstr ""
13431333
13441334 #. type: Plain text
1345 #: en/lb_config.1:328
1335 #: en/lb_config.1:324
13461336 msgid ""
13471337 "prepares a report of the currently present live system configuration and the "
13481338 "version of live-build used. This is useful to provide if you submit bug "
13511341 msgstr ""
13521342
13531343 #. type: IP
1354 #: en/lb_config.1:328
1344 #: en/lb_config.1:324
13551345 #, no-wrap
13561346 msgid "B<--fdisk> fdisk|fdisk.dist"
13571347 msgstr ""
13581348
13591349 #. type: Plain text
1360 #: en/lb_config.1:330
1350 #: en/lb_config.1:326
13611351 msgid ""
13621352 "sets the filename of the fdisk binary from the host system that should be "
13631353 "used. This is autodetected and does generally not need any customization."
13641354 msgstr ""
13651355
13661356 #. type: IP
1367 #: en/lb_config.1:330 en/live-build.7:38
1357 #: en/lb_config.1:326 en/live-build.7:38
13681358 #, no-wrap
13691359 msgid "B<--force>"
13701360 msgstr ""
13711361
13721362 #. type: Plain text
1373 #: en/lb_config.1:332
1363 #: en/lb_config.1:328
13741364 msgid ""
13751365 "forces re-execution of already run stages. Use only if you know what you are "
13761366 "doing. It is generally safer to use B<lb clean> to clean up before re-"
13781368 msgstr ""
13791369
13801370 #. type: IP
1381 #: en/lb_config.1:332
1371 #: en/lb_config.1:328
13821372 #, no-wrap
13831373 msgid "B<--grub-splash> I<FILE>"
13841374 msgstr ""
13851375
13861376 #. type: Plain text
1387 #: en/lb_config.1:334
1377 #: en/lb_config.1:330
13881378 msgid ""
13891379 "defines the name of an optional to be included splash screen graphic for the "
13901380 "grub bootloader."
13911381 msgstr ""
13921382
13931383 #. type: IP
1394 #: en/lb_config.1:334
1384 #: en/lb_config.1:330
13951385 #, no-wrap
13961386 msgid "B<--gzip-options> I<OPTION>|\"I<OPTIONS>\""
13971387 msgstr ""
13981388
13991389 #. type: Plain text
1400 #: en/lb_config.1:336
1390 #: en/lb_config.1:332
14011391 msgid ""
14021392 "defines the default options that will be appended to (almost) every gzip "
14031393 "call during the building of the image. By default, this is set to --best to "
14061396 msgstr ""
14071397
14081398 #. type: IP
1409 #: en/lb_config.1:336
1399 #: en/lb_config.1:332
14101400 #, no-wrap
14111401 msgid "B<--hooks> I<FILE>"
14121402 msgstr ""
14131403
14141404 #. type: Plain text
1415 #: en/lb_config.1:338
1405 #: en/lb_config.1:334
14161406 msgid ""
14171407 "defines which hooks available in /usr/share/live/build/examples/hooks should "
14181408 "be activated. Normally, there are no hooks executed. Make sure you know and "
14201410 msgstr ""
14211411
14221412 #. type: IP
1423 #: en/lb_config.1:338
1413 #: en/lb_config.1:334
14241414 #, no-wrap
14251415 msgid "B<--ignore-system-defaults>"
14261416 msgstr ""
14271417
14281418 #. type: Plain text
1429 #: en/lb_config.1:340
1419 #: en/lb_config.1:336
14301420 msgid ""
14311421 "B<lb config> by default reads system defaults from I</etc/live/build.conf> "
14321422 "and I</etc/live/build/*> when generating a new live system config directory. "
14351425 msgstr ""
14361426
14371427 #. type: IP
1438 #: en/lb_config.1:340
1428 #: en/lb_config.1:336
14391429 #, no-wrap
14401430 msgid "B<--initramfs> auto|none|live-boot|casper"
14411431 msgstr ""
14421432
14431433 #. type: Plain text
1444 #: en/lb_config.1:342
1434 #: en/lb_config.1:338
14451435 msgid ""
14461436 "sets the name of package that contains the live system specific initramfs "
14471437 "modification. By default, auto is used, which means that at build time of "
14521442 msgstr ""
14531443
14541444 #. type: IP
1455 #: en/lb_config.1:342
1445 #: en/lb_config.1:338
14561446 #, no-wrap
14571447 msgid "B<--initramfs-compression> bzip2|gzip|lzma]"
14581448 msgstr ""
14591449
14601450 #. type: Plain text
1461 #: en/lb_config.1:344
1451 #: en/lb_config.1:340
14621452 msgid ""
14631453 "defines the compression program to be used to compress the initramfs. "
14641454 "Defaults to gzip."
14651455 msgstr ""
14661456
14671457 #. type: IP
1468 #: en/lb_config.1:344
1458 #: en/lb_config.1:340
14691459 #, no-wrap
14701460 msgid "B<--interactive> shell"
14711461 msgstr ""
14721462
14731463 #. type: Plain text
1474 #: en/lb_config.1:346
1464 #: en/lb_config.1:342
14751465 msgid ""
14761466 "defines if after the chroot stage and before the beginning of the binary "
14771467 "stage, a interactive shell login should be spawned in the chroot in order to "
14851475 msgstr ""
14861476
14871477 #. type: IP
1478 #: en/lb_config.1:342
1479 #, no-wrap
1480 msgid "B<--isohybrid-options> I<OPTION>|\"I<OPTIONS>\""
1481 msgstr ""
1482
1483 #. type: Plain text
1484 #: en/lb_config.1:344
1485 msgid "defines options to pass to isohybrid."
1486 msgstr ""
1487
1488 #. type: IP
1489 #: en/lb_config.1:344
1490 #, no-wrap
1491 msgid "B<--iso-application> I<NAME>"
1492 msgstr ""
1493
1494 #. type: Plain text
14881495 #: en/lb_config.1:346
1489 #, no-wrap
1490 msgid "B<--isohybrid-options> I<OPTION>|\"I<OPTIONS>\""
1491 msgstr ""
1492
1493 #. type: Plain text
1494 #: en/lb_config.1:348
1495 msgid "defines options to pass to isohybrid."
1496 msgstr ""
1497
1498 #. type: IP
1499 #: en/lb_config.1:348
1500 #, no-wrap
1501 msgid "B<--iso-application> I<NAME>"
1502 msgstr ""
1503
1504 #. type: Plain text
1505 #: en/lb_config.1:350
15061496 msgid ""
15071497 "sets the APPLICATION field in the header of a resulting CD/DVD image and "
15081498 "defaults to \"Debian Live\" in debian mode, and to \"Emdebian Live\" in "
15101500 msgstr ""
15111501
15121502 #. type: IP
1513 #: en/lb_config.1:350
1503 #: en/lb_config.1:346
15141504 #, no-wrap
15151505 msgid "B<--iso-preparer> I<NAME>"
15161506 msgstr ""
15171507
15181508 #. type: Plain text
1519 #: en/lb_config.1:352
1509 #: en/lb_config.1:348
15201510 msgid ""
15211511 "sets the PREPARER field in the header of a resulting CD/DVD image. By "
15221512 "default this is set to \"live-build I<VERSION>; http://packages.qa.debian."
15251515 msgstr ""
15261516
15271517 #. type: IP
1528 #: en/lb_config.1:352
1518 #: en/lb_config.1:348
15291519 #, no-wrap
15301520 msgid "B<--iso-publisher> I<NAME>"
15311521 msgstr ""
15321522
15331523 #. type: Plain text
1534 #: en/lb_config.1:354
1524 #: en/lb_config.1:350
15351525 msgid ""
15361526 "sets the PUBLISHED field in the header of a resulting CD/DVD image. By "
15371527 "default, this is set to 'Debian Live project; http:/live.debian.net/; debian-"
15401530 msgstr ""
15411531
15421532 #. type: IP
1543 #: en/lb_config.1:354
1533 #: en/lb_config.1:350
15441534 #, no-wrap
15451535 msgid "B<--iso-volume> I<NAME>"
15461536 msgstr ""
15471537
15481538 #. type: Plain text
1549 #: en/lb_config.1:356
1539 #: en/lb_config.1:352
15501540 msgid ""
15511541 "sets the VOLUME field in the header of a resulting CD/DVD and defaults to "
15521542 "'(I<MODE>) (I<DISTRIBUTION>) (I<DATE>)' whereas MODE is expanded to the name "
15551545 msgstr ""
15561546
15571547 #. type: IP
1558 #: en/lb_config.1:356
1548 #: en/lb_config.1:352
15591549 #, no-wrap
15601550 msgid "B<--jffs2-eraseblock> I<SIZE>"
15611551 msgstr ""
15621552
15631553 #. type: Plain text
1564 #: en/lb_config.1:358
1554 #: en/lb_config.1:354
15651555 msgid ""
15661556 "sets the eraseblock size for a JFFS2 (Second Journalling Flash File System) "
15671557 "filesystem. The default is 64 KiB. If you use an erase block size different "
15711561 msgstr ""
15721562
15731563 #. type: IP
1574 #: en/lb_config.1:358
1564 #: en/lb_config.1:354
15751565 #, no-wrap
15761566 msgid "B<--keyring-packages> I<PACKAGE|\"PACKAGES>\""
15771567 msgstr ""
15781568
15791569 #. type: Plain text
1580 #: en/lb_config.1:360
1570 #: en/lb_config.1:356
15811571 msgid ""
15821572 "sets the keyring package or additional keyring packages. By default this is "
15831573 "set to debian-archive-keyring."
15841574 msgstr ""
15851575
15861576 #. type: IP
1587 #: en/lb_config.1:360
1577 #: en/lb_config.1:356
15881578 #, no-wrap
15891579 msgid "-k|B<--linux-flavours> I<FLAVOUR>|\"I<FLAVOURS>\""
15901580 msgstr ""
15911581
15921582 #. type: Plain text
1593 #: en/lb_config.1:362
1583 #: en/lb_config.1:358
15941584 msgid ""
15951585 "sets the kernel flavours to be installed. Note that in case you specify more "
15961586 "than that the first will be configured the default kernel that gets booted."
15971587 msgstr ""
15981588
15991589 #. type: IP
1600 #: en/lb_config.1:362
1590 #: en/lb_config.1:358
16011591 #, no-wrap
16021592 msgid "B<--linux-packages> \"I<PACKAGES>\""
16031593 msgstr ""
16041594
16051595 #. type: Plain text
1606 #: en/lb_config.1:364
1596 #: en/lb_config.1:360
16071597 msgid ""
16081598 "sets the internal name of the kernel packages naming scheme. If you use "
16091599 "debian kernel packages, you will not have to adjust it. If you decide to use "
16171607 msgstr ""
16181608
16191609 #. type: IP
1620 #: en/lb_config.1:364
1610 #: en/lb_config.1:360
16211611 #, no-wrap
16221612 msgid "B<--losetup> losetup|losetup.orig"
16231613 msgstr ""
16241614
16251615 #. type: Plain text
1626 #: en/lb_config.1:366
1616 #: en/lb_config.1:362
16271617 msgid ""
16281618 "sets the filename of the losetup binary from the host system that should be "
16291619 "used. This is autodetected and does generally not need any customization."
16301620 msgstr ""
16311621
16321622 #. type: IP
1633 #: en/lb_config.1:366
1623 #: en/lb_config.1:362
16341624 #, no-wrap
16351625 msgid "B<--memtest> memtest86+|memtest86|none"
16361626 msgstr ""
16371627
16381628 #. type: Plain text
1639 #: en/lb_config.1:368
1629 #: en/lb_config.1:364
16401630 msgid ""
16411631 "defines if memtest, memtest86+ or no memory tester at all should be included "
16421632 "as secondary bootloader configuration. This is only available on amd64 and "
16441634 msgstr ""
16451635
16461636 #. type: IP
1647 #: en/lb_config.1:368
1637 #: en/lb_config.1:364
16481638 #, no-wrap
16491639 msgid "-m|B<--parent-mirror-bootstrap> I<URL>"
16501640 msgstr ""
16511641
16521642 #. type: Plain text
1653 #: en/lb_config.1:370
1643 #: en/lb_config.1:366
16541644 msgid ""
16551645 "sets the location of the debian package mirror that should be used to "
16561646 "bootstrap from. This defaults to http://ftp.de.debian.org/debian/ which may "
16581648 msgstr ""
16591649
16601650 #. type: IP
1661 #: en/lb_config.1:370
1651 #: en/lb_config.1:366
16621652 #, no-wrap
16631653 msgid "B<--parent-mirror-chroot> I<URL>"
16641654 msgstr ""
16651655
16661656 #. type: Plain text
1667 #: en/lb_config.1:372
1657 #: en/lb_config.1:368
16681658 msgid ""
16691659 "sets the location of the debian package mirror that will be used to fetch "
16701660 "the packages in order to build the live system. By default, this is set to "
16721662 msgstr ""
16731663
16741664 #. type: IP
1675 #: en/lb_config.1:372
1665 #: en/lb_config.1:368
16761666 #, no-wrap
16771667 msgid "B<--parent-mirror-chroot-security> I<URL>"
16781668 msgstr ""
16791669
16801670 #. type: Plain text
1681 #: en/lb_config.1:374
1671 #: en/lb_config.1:370
16821672 msgid ""
16831673 "sets the location of the debian security package mirror that will be used to "
16841674 "fetch the packages in order to build the live system. By default, this "
16861676 msgstr ""
16871677
16881678 #. type: IP
1689 #: en/lb_config.1:374
1679 #: en/lb_config.1:370
16901680 #, no-wrap
16911681 msgid "B<--parent-mirror-chroot-updates> I<URL>"
16921682 msgstr ""
16931683
16941684 #. type: Plain text
1695 #: en/lb_config.1:376
1685 #: en/lb_config.1:372
16961686 msgid ""
16971687 "sets the location of the debian updates package mirror that will be used to "
16981688 "fetch packages in order to build the live system. By default, this is set to "
17001690 msgstr ""
17011691
17021692 #. type: IP
1703 #: en/lb_config.1:376
1693 #: en/lb_config.1:372
17041694 #, no-wrap
17051695 msgid "B<--parent-mirror-chroot-backports> I<URL>"
17061696 msgstr ""
17071697
17081698 #. type: Plain text
1709 #: en/lb_config.1:378
1699 #: en/lb_config.1:374
17101700 msgid ""
17111701 "sets the location of the debian backports package mirror that will be used "
17121702 "to fetch packages in order to build the live system. By default, this points "
17141704 msgstr ""
17151705
17161706 #. type: IP
1717 #: en/lb_config.1:378
1707 #: en/lb_config.1:374
17181708 #, no-wrap
17191709 msgid "B<--parent-mirror-binary> I<URL>"
17201710 msgstr ""
17211711
17221712 #. type: Plain text
1723 #: en/lb_config.1:380
1713 #: en/lb_config.1:376
17241714 msgid ""
17251715 "sets the location of the debian package mirror that should end up configured "
17261716 "in the final image and which is the one a user would see and use. This has "
17301720 msgstr ""
17311721
17321722 #. type: IP
1733 #: en/lb_config.1:380
1723 #: en/lb_config.1:376
17341724 #, no-wrap
17351725 msgid "B<--parent-mirror-binary-security> I<URL>"
17361726 msgstr ""
17371727
17381728 #. type: Plain text
1739 #: en/lb_config.1:382
1729 #: en/lb_config.1:378
17401730 msgid ""
17411731 "sets the location of the debian security package mirror that should end up "
17421732 "configured in the final image. By default, 'http://security.debian.org/' is "
17441734 msgstr ""
17451735
17461736 #. type: IP
1747 #: en/lb_config.1:382
1737 #: en/lb_config.1:378
17481738 #, no-wrap
17491739 msgid "B<--parent-mirror-binary-updates> I<URL>"
17501740 msgstr ""
17511741
17521742 #. type: Plain text
1753 #: en/lb_config.1:384
1743 #: en/lb_config.1:380
17541744 msgid ""
17551745 "sets the location of the debian updates package mirror that should end up "
17561746 "configured in the final image. By default, the value of --parent-mirror-"
17581748 msgstr ""
17591749
17601750 #. type: IP
1761 #: en/lb_config.1:384
1751 #: en/lb_config.1:380
17621752 #, no-wrap
17631753 msgid "B<--parent-mirror-binary-backports> I<URL>"
17641754 msgstr ""
17651755
17661756 #. type: Plain text
1767 #: en/lb_config.1:386
1757 #: en/lb_config.1:382
17681758 msgid ""
17691759 "sets the location of the debian backports package mirror that should end up "
17701760 "configured in the final image. By default, 'http://backports.debian.org/"
17721762 msgstr ""
17731763
17741764 #. type: IP
1775 #: en/lb_config.1:386
1765 #: en/lb_config.1:382
17761766 #, no-wrap
17771767 msgid "B<--parent-mirror-debian-installer> I<URL>"
17781768 msgstr ""
17791769
17801770 #. type: Plain text
1781 #: en/lb_config.1:388
1771 #: en/lb_config.1:384
17821772 msgid ""
17831773 "sets the location of the mirror that will be used to fetch the debian "
17841774 "installer images. By default, this points to the same mirror used to build "
17861776 msgstr ""
17871777
17881778 #. type: IP
1789 #: en/lb_config.1:388
1779 #: en/lb_config.1:384
17901780 #, no-wrap
17911781 msgid "B<--mirror-bootstrap> I<URL>"
17921782 msgstr ""
17931783
17941784 #. type: Plain text
1795 #: en/lb_config.1:390
1785 #: en/lb_config.1:386
17961786 msgid ""
17971787 "sets the location of the debian package mirror that should be used to "
17981788 "bootstrap the derivative from. This defaults to http://ftp.de.debian.org/"
18001790 msgstr ""
18011791
18021792 #. type: IP
1803 #: en/lb_config.1:390
1793 #: en/lb_config.1:386
18041794 #, no-wrap
18051795 msgid "B<--mirror-chroot> I<URL>"
18061796 msgstr ""
18071797
18081798 #. type: Plain text
1809 #: en/lb_config.1:392
1799 #: en/lb_config.1:388
18101800 msgid ""
18111801 "sets the location of the debian package mirror that will be used to fetch "
18121802 "the packages of the derivative in order to build the live system. By "
18141804 msgstr ""
18151805
18161806 #. type: IP
1817 #: en/lb_config.1:392
1807 #: en/lb_config.1:388
18181808 #, no-wrap
18191809 msgid "B<--mirror-chroot-security> I<URL>"
18201810 msgstr ""
18211811
18221812 #. type: Plain text
1823 #: en/lb_config.1:394
1813 #: en/lb_config.1:390
18241814 msgid ""
18251815 "sets the location of the debian security package mirror that will be used to "
18261816 "fetch the packages of the derivative in order to build the live system. By "
18281818 msgstr ""
18291819
18301820 #. type: IP
1831 #: en/lb_config.1:394
1821 #: en/lb_config.1:390
18321822 #, no-wrap
18331823 msgid "B<--mirror-chroot-updates> I<URL>"
18341824 msgstr ""
18351825
18361826 #. type: Plain text
1837 #: en/lb_config.1:396
1827 #: en/lb_config.1:392
18381828 msgid ""
18391829 "sets the location of the debian updates package mirror that will be used to "
18401830 "fetch packages of the derivative in order to build the live system. By "
18421832 msgstr ""
18431833
18441834 #. type: IP
1845 #: en/lb_config.1:396
1835 #: en/lb_config.1:392
18461836 #, no-wrap
18471837 msgid "B<--mirror-chroot-backports> I<URL>"
18481838 msgstr ""
18491839
18501840 #. type: Plain text
1851 #: en/lb_config.1:398
1841 #: en/lb_config.1:394
18521842 msgid ""
18531843 "sets the location of the debian backports package mirror that will be used "
18541844 "to fetch packages of the derivative in order to build the live system. By "
18561846 msgstr ""
18571847
18581848 #. type: IP
1859 #: en/lb_config.1:398
1849 #: en/lb_config.1:394
18601850 #, no-wrap
18611851 msgid "B<--mirror-binary> I<URL>"
18621852 msgstr ""
18631853
18641854 #. type: Plain text
1865 #: en/lb_config.1:400
1855 #: en/lb_config.1:396
18661856 msgid ""
18671857 "sets the location of the derivative package mirror that should end up "
18681858 "configured in the final image and which is the one a user would see and use. "
18721862 msgstr ""
18731863
18741864 #. type: IP
1875 #: en/lb_config.1:400
1865 #: en/lb_config.1:396
18761866 #, no-wrap
18771867 msgid "B<--mirror-binary-security> I<URL>"
18781868 msgstr ""
18791869
18801870 #. type: Plain text
1881 #: en/lb_config.1:402
1871 #: en/lb_config.1:398
18821872 msgid ""
18831873 "sets the location of the derivatives security package mirror that should end "
18841874 "up configured in the final image."
18851875 msgstr ""
18861876
18871877 #. type: IP
1888 #: en/lb_config.1:402
1878 #: en/lb_config.1:398
18891879 #, no-wrap
18901880 msgid "B<--mirror-binary-updates> I<URL>"
18911881 msgstr ""
18921882
18931883 #. type: Plain text
1894 #: en/lb_config.1:404
1884 #: en/lb_config.1:400
18951885 msgid ""
18961886 "sets the location of the derivatives updates package mirror that should end "
18971887 "up configured in the final image."
18981888 msgstr ""
18991889
19001890 #. type: IP
1901 #: en/lb_config.1:404
1891 #: en/lb_config.1:400
19021892 #, no-wrap
19031893 msgid "B<--mirror-binary-backports> I<URL>"
19041894 msgstr ""
19051895
19061896 #. type: Plain text
1907 #: en/lb_config.1:406
1897 #: en/lb_config.1:402
19081898 msgid ""
19091899 "sets the location of the derivatives backports package mirror that should "
19101900 "end up configured in the final image."
19111901 msgstr ""
19121902
19131903 #. type: IP
1914 #: en/lb_config.1:406
1904 #: en/lb_config.1:402
19151905 #, no-wrap
19161906 msgid "B<--mirror-debian-installer> I<URL>"
19171907 msgstr ""
19181908
19191909 #. type: Plain text
1920 #: en/lb_config.1:408
1910 #: en/lb_config.1:404
19211911 msgid ""
19221912 "sets the location of the mirror that will be used to fetch the debian "
19231913 "installer images of the derivative. By default, this points to the same "
19251915 msgstr ""
19261916
19271917 #. type: IP
1928 #: en/lb_config.1:408
1918 #: en/lb_config.1:404
19291919 #, no-wrap
19301920 msgid "B<--mode> debian|emdebian|progress|ubuntu"
19311921 msgstr ""
19321922
19331923 #. type: Plain text
1934 #: en/lb_config.1:410
1924 #: en/lb_config.1:406
19351925 msgid ""
19361926 "defines a global mode to load project specific defaults. By default this is "
19371927 "set to debian."
19381928 msgstr ""
19391929
19401930 #. type: IP
1941 #: en/lb_config.1:410
1931 #: en/lb_config.1:406
19421932 #, no-wrap
19431933 msgid "B<--system> live|normal"
19441934 msgstr ""
19451935
19461936 #. type: Plain text
1947 #: en/lb_config.1:412
1937 #: en/lb_config.1:408
19481938 msgid ""
19491939 "defines if the resulting system image should a live system or a normal, non-"
19501940 "live system."
19511941 msgstr ""
19521942
19531943 #. type: IP
1954 #: en/lb_config.1:412
1944 #: en/lb_config.1:408
19551945 #, no-wrap
19561946 msgid "B<--net-root-filesystem> nfs|cfs"
19571947 msgstr ""
19581948
19591949 #. type: Plain text
1960 #: en/lb_config.1:414
1950 #: en/lb_config.1:410
19611951 msgid ""
19621952 "defines the filesystem that will be configured in the bootloader "
19631953 "configuration for your netboot image. This defaults to nfs."
19641954 msgstr ""
19651955
19661956 #. type: IP
1967 #: en/lb_config.1:414
1957 #: en/lb_config.1:410
19681958 #, no-wrap
19691959 msgid "B<--net-root-mountoptions> I<OPTIONS>"
19701960 msgstr ""
19711961
19721962 #. type: Plain text
1973 #: en/lb_config.1:416
1963 #: en/lb_config.1:412
19741964 msgid ""
19751965 "sets additional options for mounting the root filesystem in netboot images "
19761966 "and is by default empty."
19771967 msgstr ""
19781968
19791969 #. type: IP
1980 #: en/lb_config.1:416
1970 #: en/lb_config.1:412
19811971 #, no-wrap
19821972 msgid "B<--net-root-path> I<PATH>"
19831973 msgstr ""
19841974
19851975 #. type: Plain text
1986 #: en/lb_config.1:418
1976 #: en/lb_config.1:414
19871977 msgid ""
19881978 "sets the file path that will be configured in the bootloader configuration "
19891979 "for your netboot image. This defaults to /srv/debian-live in debian mode and "
19921982 msgstr ""
19931983
19941984 #. type: IP
1995 #: en/lb_config.1:418
1985 #: en/lb_config.1:414
19961986 #, no-wrap
19971987 msgid "B<--net-root-server> I<IP>|I<HOSTNAME>"
19981988 msgstr ""
19991989
20001990 #. type: Plain text
2001 #: en/lb_config.1:420
1991 #: en/lb_config.1:416
20021992 msgid ""
20031993 "sets the IP or hostname that will be configured in the bootloader "
20041994 "configuration for the root filesystem of your netboot image. This defaults "
20061996 msgstr ""
20071997
20081998 #. type: IP
1999 #: en/lb_config.1:416
2000 #, no-wrap
2001 msgid "B<--net-cow-filesystem> nfs|cfs"
2002 msgstr ""
2003
2004 #. type: Plain text
2005 #: en/lb_config.1:418
2006 msgid ""
2007 "defines the filesystem type for the copy-on-write layer and defaults to nfs."
2008 msgstr ""
2009
2010 #. type: IP
2011 #: en/lb_config.1:418
2012 #, no-wrap
2013 msgid "B<--net-cow-mountoptions> I<OPTIONS>"
2014 msgstr ""
2015
2016 #. type: Plain text
20092017 #: en/lb_config.1:420
2010 #, no-wrap
2011 msgid "B<--net-cow-filesystem> nfs|cfs"
2012 msgstr ""
2013
2014 #. type: Plain text
2015 #: en/lb_config.1:422
2016 msgid ""
2017 "defines the filesystem type for the copy-on-write layer and defaults to nfs."
2018 msgstr ""
2019
2020 #. type: IP
2021 #: en/lb_config.1:422
2022 #, no-wrap
2023 msgid "B<--net-cow-mountoptions> I<OPTIONS>"
2024 msgstr ""
2025
2026 #. type: Plain text
2027 #: en/lb_config.1:424
20282018 msgid ""
20292019 "sets additional options for mounting the copy-on-write layer in netboot "
20302020 "images and is by default empty."
20312021 msgstr ""
20322022
20332023 #. type: IP
2034 #: en/lb_config.1:424
2024 #: en/lb_config.1:420
20352025 #, no-wrap
20362026 msgid "B<--net-cow-path> I<PATH>"
20372027 msgstr ""
20382028
20392029 #. type: Plain text
2040 #: en/lb_config.1:426
2030 #: en/lb_config.1:422
20412031 msgid ""
20422032 "defines the path to client writable filesystem. Anywhere that "
20432033 "I<client_mac_address> is specified in the path live-boot will substitute the "
20452035 msgstr ""
20462036
20472037 #. type: Plain text
2038 #: en/lb_config.1:425
2039 msgid "Example:"
2040 msgstr ""
2041
2042 #. type: Plain text
2043 #: en/lb_config.1:427
2044 msgid "/export/hosts/client_mac_address"
2045 msgstr ""
2046
2047 #. type: Plain text
20482048 #: en/lb_config.1:429
2049 msgid "Example:"
2049 msgid "/export/hosts/00-16-D3-33-92-E8"
2050 msgstr ""
2051
2052 #. type: IP
2053 #: en/lb_config.1:429
2054 #, no-wrap
2055 msgid "B<--net-cow-server> I<IP>|I<HOSTNAME>"
20502056 msgstr ""
20512057
20522058 #. type: Plain text
20532059 #: en/lb_config.1:431
2054 msgid "/export/hosts/client_mac_address"
2055 msgstr ""
2056
2057 #. type: Plain text
2058 #: en/lb_config.1:433
2059 msgid "/export/hosts/00-16-D3-33-92-E8"
2060 msgstr ""
2061
2062 #. type: IP
2063 #: en/lb_config.1:433
2064 #, no-wrap
2065 msgid "B<--net-cow-server> I<IP>|I<HOSTNAME>"
2066 msgstr ""
2067
2068 #. type: Plain text
2069 #: en/lb_config.1:435
20702060 msgid ""
20712061 "sets the IP or hostname that will be configured in the bootloader "
20722062 "configuration for the copy-on-write filesystem of your netboot image and is "
20742064 msgstr ""
20752065
20762066 #. type: IP
2077 #: en/lb_config.1:435
2067 #: en/lb_config.1:431
20782068 #, no-wrap
20792069 msgid "B<--net-tarball> true|false"
20802070 msgstr ""
20812071
20822072 #. type: Plain text
2083 #: en/lb_config.1:437
2073 #: en/lb_config.1:433
20842074 msgid ""
20852075 "defines if a compressed tarball should be created. Disabling this options "
20862076 "leads to no tarball at all, the plain binary directory is considered the "
20882078 msgstr ""
20892079
20902080 #. type: IP
2091 #: en/lb_config.1:437
2092 #, no-wrap
2093 msgid "-p|B<--package-lists> I<LIST>|\"I<LISTS>\""
2094 msgstr ""
2095
2096 #. type: Plain text
2097 #: en/lb_config.1:439
2098 msgid ""
2099 "defines which lists available in /usr/share/live/build/package-lists should "
2100 "be used. By default, this is set to standard. Note that in case you have "
2101 "local package lists, you don't need to list them here. Putting them into "
2102 "config/package-lists is enough (the filename needs to have the .list suffix "
2103 "though)."
2104 msgstr ""
2105
2106 #. type: IP
2107 #: en/lb_config.1:439 en/live-build.7:40
2108 #, no-wrap
2109 msgid "B<--quiet>"
2110 msgstr ""
2111
2112 #. type: Plain text
2113 #: en/lb_config.1:441
2114 msgid "reduces the verbosity of messages output by B<lb build>."
2115 msgstr ""
2116
2117 #. type: IP
2118 #: en/lb_config.1:441
2081 #: en/lb_config.1:433
21192082 #, no-wrap
21202083 msgid "B<--archives> I<ARCHIVE>|\"I<ARCHIVES>\""
21212084 msgstr ""
21222085
21232086 #. type: Plain text
2124 #: en/lb_config.1:443
2087 #: en/lb_config.1:435
21252088 msgid ""
21262089 "enables one of available third-party archive configurations in /usr/share/"
21272090 "live/build/archives."
21282091 msgstr ""
21292092
21302093 #. type: IP
2131 #: en/lb_config.1:443
2094 #: en/lb_config.1:435
21322095 #, no-wrap
21332096 msgid "B<--root-command> sudo"
21342097 msgstr ""
21352098
21362099 #. type: Plain text
2137 #: en/lb_config.1:445
2100 #: en/lb_config.1:437
21382101 msgid ""
21392102 "controls if live-build should use sudo internally to build the live image. "
21402103 "Note that this is not well tested and that you should, when relying on sudo, "
21422105 msgstr ""
21432106
21442107 #. type: IP
2145 #: en/lb_config.1:445
2108 #: en/lb_config.1:437
21462109 #, no-wrap
21472110 msgid "B<--use-fakeroot> true|false"
21482111 msgstr ""
21492112
21502113 #. type: Plain text
2151 #: en/lb_config.1:447
2114 #: en/lb_config.1:439
21522115 msgid ""
21532116 "controls if live-build should utilize fakeroot and fakechroot to try and "
21542117 "avoid requiring root privillages where possible. By default, this option is "
21562119 msgstr ""
21572120
21582121 #. type: IP
2159 #: en/lb_config.1:447
2122 #: en/lb_config.1:439
21602123 #, no-wrap
21612124 msgid "B<--archive-areas> I<ARCHIVE_AREA>|\"I<ARCHIVE_AREAS>\""
21622125 msgstr ""
21632126
21642127 #. type: Plain text
2165 #: en/lb_config.1:449
2128 #: en/lb_config.1:441
21662129 msgid ""
21672130 "defines which package archive areas of a debian packages archive should be "
21682131 "used for configured debian package mirrors. By default, this is set to main. "
21722135 msgstr ""
21732136
21742137 #. type: IP
2175 #: en/lb_config.1:449
2138 #: en/lb_config.1:441
21762139 #, no-wrap
21772140 msgid "B<--parent-archive-areas> I<PARENT_ARCHIVE_AREA>|\"I<PARENT_ARCHIVE_AREAS>\""
21782141 msgstr ""
21792142
21802143 #. type: Plain text
2181 #: en/lb_config.1:451
2144 #: en/lb_config.1:443
21822145 msgid "defines the archive areas for derivatives of the resulting live system."
21832146 msgstr ""
21842147
21852148 #. type: IP
2186 #: en/lb_config.1:451
2149 #: en/lb_config.1:443
21872150 #, no-wrap
21882151 msgid "B<--security> true|false"
21892152 msgstr ""
21902153
21912154 #. type: Plain text
2192 #: en/lb_config.1:453
2155 #: en/lb_config.1:445
21932156 msgid ""
21942157 "defines if the security repositories specified in the security mirror "
21952158 "options should be used or not."
21962159 msgstr ""
21972160
21982161 #. type: IP
2199 #: en/lb_config.1:453
2162 #: en/lb_config.1:445
22002163 #, no-wrap
22012164 msgid "B<--source> true|false"
22022165 msgstr ""
22032166
22042167 #. type: Plain text
2205 #: en/lb_config.1:455
2168 #: en/lb_config.1:447
22062169 msgid ""
22072170 "defines if a corresponding source image to the binary image should be build. "
22082171 "By default this is false because most people do not require this and would "
22122175 msgstr ""
22132176
22142177 #. type: IP
2215 #: en/lb_config.1:455
2178 #: en/lb_config.1:447
22162179 #, no-wrap
22172180 msgid "-s|B<--source-images> iso|netboot|tar|hdd"
22182181 msgstr ""
22192182
22202183 #. type: Plain text
2221 #: en/lb_config.1:457
2184 #: en/lb_config.1:449
22222185 msgid "defines the image type for the source image. Default is tar."
22232186 msgstr ""
22242187
22252188 #. type: IP
2226 #: en/lb_config.1:457
2189 #: en/lb_config.1:449
22272190 #, no-wrap
22282191 msgid "B<--firmware-binary> true|false"
22292192 msgstr ""
22302193
22312194 #. type: Plain text
2232 #: en/lb_config.1:459
2195 #: en/lb_config.1:451
22332196 msgid ""
22342197 "defines if firmware packages should be automatically included into the "
22352198 "binary pool for debian-installer. Note that only firmware packages available "
22402203 msgstr ""
22412204
22422205 #. type: IP
2243 #: en/lb_config.1:459
2206 #: en/lb_config.1:451
22442207 #, no-wrap
22452208 msgid "B<--firmware-chroot> true|false"
22462209 msgstr ""
22472210
22482211 #. type: Plain text
2249 #: en/lb_config.1:461
2212 #: en/lb_config.1:453
22502213 msgid ""
22512214 "defines if firmware packages should be automatically included into the live "
22522215 "image. Note that only firmware packages available within the configured "
22562219 msgstr ""
22572220
22582221 #. type: IP
2259 #: en/lb_config.1:461
2222 #: en/lb_config.1:453
22602223 #, no-wrap
22612224 msgid "B<--swap-file-path> I<PATH>"
22622225 msgstr ""
22632226
22642227 #. type: Plain text
2265 #: en/lb_config.1:463
2228 #: en/lb_config.1:455
22662229 msgid ""
22672230 "defines the path to a swap file to create in the binary image. Default is "
22682231 "not to create a swap file."
22692232 msgstr ""
22702233
22712234 #. type: IP
2272 #: en/lb_config.1:463
2235 #: en/lb_config.1:455
22732236 #, no-wrap
22742237 msgid "B<--swap-file-size> I<MB>"
22752238 msgstr ""
22762239
22772240 #. type: Plain text
2278 #: en/lb_config.1:465
2241 #: en/lb_config.1:457
22792242 msgid ""
22802243 "defines what size in megabytes the swap file should be, if one is to be "
22812244 "created. Default is 512MB."
22822245 msgstr ""
22832246
22842247 #. type: IP
2285 #: en/lb_config.1:465
2286 #, no-wrap
2287 msgid "B<--syslinux-theme> I<THEME_SUFFIX>"
2288 msgstr ""
2289
2290 #. type: Plain text
2291 #: en/lb_config.1:467
2292 msgid ""
2293 "defines the syslinux theme to use. The theme suffix is the name of a "
2294 "directory in /usr/share/syslinux/themes/ provided by a package named "
2295 "syslinux-theme- plus the suffix. In debian mode, this defaults to debian-"
2296 "squeeze."
2297 msgstr ""
2298
2299 #. type: IP
2300 #: en/lb_config.1:467
2248 #: en/lb_config.1:457
23012249 #, no-wrap
23022250 msgid "B<--tasksel> apt|aptitude|tasksel"
23032251 msgstr ""
23042252
23052253 #. type: Plain text
2306 #: en/lb_config.1:469
2254 #: en/lb_config.1:459
23072255 msgid ""
23082256 "selects which program is used to install tasks. By default, this is set to "
23092257 "tasksel."
23102258 msgstr ""
23112259
23122260 #. type: IP
2313 #: en/lb_config.1:469
2261 #: en/lb_config.1:459
23142262 #, no-wrap
23152263 msgid "B<--templates> I<PATH>"
23162264 msgstr ""
23172265
23182266 #. type: Plain text
2319 #: en/lb_config.1:471
2267 #: en/lb_config.1:461
23202268 msgid ""
23212269 "sets the path to the templates that live-build is going to use, e.g. for "
23222270 "bootloaders. By default, this is set to /usr/share/live/build/templates/."
23232271 msgstr ""
23242272
23252273 #. type: IP
2326 #: en/lb_config.1:471
2274 #: en/lb_config.1:461
23272275 #, no-wrap
23282276 msgid "B<--hdd-size> MB"
23292277 msgstr ""
23302278
23312279 #. type: Plain text
2332 #: en/lb_config.1:473
2280 #: en/lb_config.1:463
23332281 msgid ""
23342282 "defines what size the hdd image should be. Note that although the default is "
23352283 "set to 10000 (= 10GB), it will not need 10GB space on your harddisk as the "
23372285 msgstr ""
23382286
23392287 #. type: IP
2340 #: en/lb_config.1:473
2288 #: en/lb_config.1:463
23412289 #, no-wrap
23422290 msgid "B<--updates> true|false"
23432291 msgstr ""
23442292
23452293 #. type: Plain text
2346 #: en/lb_config.1:475
2294 #: en/lb_config.1:465
23472295 msgid ""
23482296 "defines if debian updates package archives should be included in the image "
23492297 "or not."
23502298 msgstr ""
23512299
23522300 #. type: IP
2353 #: en/lb_config.1:475
2301 #: en/lb_config.1:465
23542302 #, no-wrap
23552303 msgid "B<--backports> true|false"
23562304 msgstr ""
23572305
23582306 #. type: Plain text
2359 #: en/lb_config.1:477
2307 #: en/lb_config.1:467
23602308 msgid ""
23612309 "defines if debian backports package archives should be included in the image "
23622310 "or not."
23632311 msgstr ""
23642312
23652313 #. type: IP
2366 #: en/lb_config.1:477
2314 #: en/lb_config.1:467
23672315 #, no-wrap
23682316 msgid "B<--exposed-root> true|false"
23692317 msgstr ""
23702318
23712319 #. type: Plain text
2372 #: en/lb_config.1:479
2320 #: en/lb_config.1:469
23732321 msgid ""
23742322 "defines whether to expose the root filesystem as read only and not covered "
23752323 "by the union filesystem. This has useful implications for certain speciality "
23772325 msgstr ""
23782326
23792327 #. type: IP
2380 #: en/lb_config.1:479 en/live-build.7:42
2328 #: en/lb_config.1:469 en/live-build.7:42
23812329 #, no-wrap
23822330 msgid "B<--verbose>"
23832331 msgstr ""
23842332
23852333 #. type: Plain text
2386 #: en/lb_config.1:481
2334 #: en/lb_config.1:471
23872335 msgid "increases the verbosity of messages output by B<lb build>."
23882336 msgstr ""
23892337
23902338 #. type: IP
2391 #: en/lb_config.1:481
2339 #: en/lb_config.1:471
23922340 #, no-wrap
23932341 msgid "B<--win32-loader true|false>"
23942342 msgstr ""
23952343
23962344 #. FIXME
23972345 #. type: Plain text
2398 #: en/lb_config.1:484
2346 #: en/lb_config.1:474
23992347 msgid "defines if win32-loader should be included in the binary image or not."
24002348 msgstr ""
24012349
24022350 #. type: SH
2403 #: en/lb_config.1:485
2351 #: en/lb_config.1:475
24042352 #, no-wrap
24052353 msgid "ENVIRONMENT"
24062354 msgstr ""
24072355
24082356 #. FIXME
24092357 #. type: Plain text
2410 #: en/lb_config.1:488
2358 #: en/lb_config.1:478
24112359 msgid ""
24122360 "Currently, command line switches can also be specified through the "
24132361 "corresponding environment variable. However, this generally should not be "
24212369
24222370 #. FIXME
24232371 #. type: IP
2424 #: en/lb_config.1:492
2372 #: en/lb_config.1:482
24252373 #, no-wrap
24262374 msgid "B<auto/config>"
24272375 msgstr ""
24282376
24292377 #. type: IP
2430 #: en/lb_config.1:493
2378 #: en/lb_config.1:483
24312379 #, no-wrap
24322380 msgid "B</etc/live/build.conf, /etc/live/build/*>"
24332381 msgstr ""
24342382
24352383 #. FIXME
24362384 #. type: Plain text
2437 #: en/lb_config.1:496
2385 #: en/lb_config.1:486
24382386 msgid ""
24392387 "An optional, global configuration file for B<lb config> variables. It is "
24402388 "useful to specify a few system wide defaults, like "
24432391 msgstr ""
24442392
24452393 #. type: Plain text
2446 #: en/lb_config.1:501 en/live-build.7:225
2394 #: en/lb_config.1:491 en/live-build.7:225
24472395 msgid "I<live-boot>(7)"
24482396 msgstr ""
24492397
24502398 #. type: Plain text
2451 #: en/lb_config.1:503 en/live-build.7:227
2399 #: en/lb_config.1:493 en/live-build.7:227
24522400 msgid "I<live-config>(7)"
24532401 msgstr ""
66 msgid ""
77 msgstr ""
88 "Project-Id-Version: live-build VERSION\n"
9 "POT-Creation-Date: 2013-01-02 11:42+0100\n"
9 "POT-Creation-Date: 2013-02-14 19:31+0100\n"
1010 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1111 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1212 "Language-Team: LANGUAGE <[email protected]>\n"
2828 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
2929 #: en/lb_testroot.1:1 en/live-build.7:1
3030 #, no-wrap
31 msgid "2013-01-02"
32 msgstr ""
33
34 #. type: TH
35 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
36 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
37 #: en/lb_testroot.1:1 en/live-build.7:1
38 #, no-wrap
39 msgid "3.0~b5-1"
31 msgid "2013-02-14"
32 msgstr ""
33
34 #. type: TH
35 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
36 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
37 #: en/lb_testroot.1:1 en/live-build.7:1
38 #, no-wrap
39 msgid "3.0.1-1"
4040 msgstr ""
4141
4242 #. type: TH
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:237 en/lb_source.1:9
68 #: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:233 en/lb_source.1:9
6969 #: en/lb_testroot.1:9 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:246 en/lb_source.1:14
76 #: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:242 en/lb_source.1:14
7777 #: en/lb_testroot.1:18 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:490 en/lb_source.1:17
84 #: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:480 en/lb_source.1:17
8585 #: en/lb_testroot.1:21 en/live-build.7:219
8686 #, no-wrap
8787 msgid "FILES"
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:497 en/lb_source.1:20
99 #: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:487 en/lb_source.1:20
100100 #: en/lb_testroot.1:24 en/live-build.7:223
101101 #, no-wrap
102102 msgid "SEE ALSO"
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:499 en/lb_source.1:22
107 #: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:489 en/lb_source.1:22
108108 #: en/lb_testroot.1:26
109109 msgid "I<live-build>(7)"
110110 msgstr ""
111111
112112 #. type: Plain text
113113 #: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26
114 #: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:505 en/lb_source.1:24
114 #: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:495 en/lb_source.1:24
115115 #: en/lb_testroot.1:28 en/live-build.7:229
116116 msgid "This program is a part of live-build."
117117 msgstr ""
118118
119119 #. type: SH
120120 #: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27
121 #: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:506 en/lb_source.1:25
121 #: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:496 en/lb_source.1:25
122122 #: en/lb_testroot.1:29 en/live-build.7:230
123123 #, no-wrap
124124 msgid "HOMEPAGE"
126126
127127 #. type: Plain text
128128 #: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29
129 #: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:508 en/lb_source.1:27
129 #: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:498 en/lb_source.1:27
130130 #: en/lb_testroot.1:31 en/live-build.7:232
131131 msgid ""
132132 "More information about live-build and the Debian Live project can be found "
136136
137137 #. type: SH
138138 #: 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:509 en/lb_source.1:28
139 #: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:499 en/lb_source.1:28
140140 #: en/lb_testroot.1:32 en/live-build.7:233
141141 #, no-wrap
142142 msgid "BUGS"
144144
145145 #. type: Plain text
146146 #: 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:511 en/lb_source.1:30
147 #: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:501 en/lb_source.1:30
148148 #: en/lb_testroot.1:34 en/live-build.7:235
149149 msgid ""
150150 "Bugs can be reported by submitting a bugreport for the live-build package in "
155155
156156 #. type: SH
157157 #: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33
158 #: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:512 en/lb_source.1:31
158 #: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:502 en/lb_source.1:31
159159 #: en/lb_testroot.1:35 en/live-build.7:236
160160 #, no-wrap
161161 msgid "AUTHOR"
163163
164164 #. type: Plain text
165165 #: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34
166 #: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:513 en/lb_source.1:32
166 #: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:503 en/lb_source.1:32
167167 #: en/lb_testroot.1:36 en/live-build.7:237
168168 msgid ""
169169 "live-build was written by Daniel Baumann E<lt>I<[email protected]>E<gt> for "
66 msgid ""
77 msgstr ""
88 "Project-Id-Version: live-build VERSION\n"
9 "POT-Creation-Date: 2013-01-02 11:42+0100\n"
9 "POT-Creation-Date: 2013-02-14 19:31+0100\n"
1010 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1111 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1212 "Language-Team: LANGUAGE <[email protected]>\n"
2828 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
2929 #: en/lb_testroot.1:1 en/live-build.7:1
3030 #, no-wrap
31 msgid "2013-01-02"
32 msgstr ""
33
34 #. type: TH
35 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
36 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
37 #: en/lb_testroot.1:1 en/live-build.7:1
38 #, no-wrap
39 msgid "3.0~b5-1"
31 msgid "2013-02-14"
32 msgstr ""
33
34 #. type: TH
35 #: en/lb.1:1 en/lb_binary.1:1 en/lb_bootstrap.1:1 en/lb_build.1:1
36 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
37 #: en/lb_testroot.1:1 en/live-build.7:1
38 #, no-wrap
39 msgid "3.0.1-1"
4040 msgstr ""
4141
4242 #. type: TH
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:237 en/lb_source.1:9
68 #: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:233 en/lb_source.1:9
6969 #: en/lb_testroot.1:9 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:246 en/lb_source.1:14
76 #: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:242 en/lb_source.1:14
7777 #: en/lb_testroot.1:18 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:490 en/lb_source.1:17
84 #: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:480 en/lb_source.1:17
8585 #: en/lb_testroot.1:21 en/live-build.7:219
8686 #, no-wrap
8787 msgid "FILES"
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:497 en/lb_source.1:20
99 #: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:487 en/lb_source.1:20
100100 #: en/lb_testroot.1:24 en/live-build.7:223
101101 #, no-wrap
102102 msgid "SEE ALSO"
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:499 en/lb_source.1:22
107 #: en/lb_chroot.1:22 en/lb_clean.1:45 en/lb_config.1:489 en/lb_source.1:22
108108 #: en/lb_testroot.1:26
109109 msgid "I<live-build>(7)"
110110 msgstr ""
111111
112112 #. type: Plain text
113113 #: en/lb.1:26 en/lb_binary.1:24 en/lb_bootstrap.1:24 en/lb_build.1:26
114 #: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:505 en/lb_source.1:24
114 #: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:495 en/lb_source.1:24
115115 #: en/lb_testroot.1:28 en/live-build.7:229
116116 msgid "This program is a part of live-build."
117117 msgstr ""
118118
119119 #. type: SH
120120 #: en/lb.1:27 en/lb_binary.1:25 en/lb_bootstrap.1:25 en/lb_build.1:27
121 #: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:506 en/lb_source.1:25
121 #: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:496 en/lb_source.1:25
122122 #: en/lb_testroot.1:29 en/live-build.7:230
123123 #, no-wrap
124124 msgid "HOMEPAGE"
126126
127127 #. type: Plain text
128128 #: en/lb.1:29 en/lb_binary.1:27 en/lb_bootstrap.1:27 en/lb_build.1:29
129 #: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:508 en/lb_source.1:27
129 #: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:498 en/lb_source.1:27
130130 #: en/lb_testroot.1:31 en/live-build.7:232
131131 msgid ""
132132 "More information about live-build and the Debian Live project can be found "
136136
137137 #. type: SH
138138 #: 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:509 en/lb_source.1:28
139 #: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:499 en/lb_source.1:28
140140 #: en/lb_testroot.1:32 en/live-build.7:233
141141 #, no-wrap
142142 msgid "BUGS"
144144
145145 #. type: Plain text
146146 #: 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:511 en/lb_source.1:30
147 #: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:501 en/lb_source.1:30
148148 #: en/lb_testroot.1:34 en/live-build.7:235
149149 msgid ""
150150 "Bugs can be reported by submitting a bugreport for the live-build package in "
155155
156156 #. type: SH
157157 #: en/lb.1:33 en/lb_binary.1:31 en/lb_bootstrap.1:31 en/lb_build.1:33
158 #: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:512 en/lb_source.1:31
158 #: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:502 en/lb_source.1:31
159159 #: en/lb_testroot.1:35 en/live-build.7:236
160160 #, no-wrap
161161 msgid "AUTHOR"
163163
164164 #. type: Plain text
165165 #: en/lb.1:34 en/lb_binary.1:32 en/lb_bootstrap.1:32 en/lb_build.1:34
166 #: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:513 en/lb_source.1:32
166 #: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:503 en/lb_source.1:32
167167 #: en/lb_testroot.1:36 en/live-build.7:237
168168 msgid ""
169169 "live-build was written by Daniel Baumann E<lt>I<[email protected]>E<gt> for "
66 msgid ""
77 msgstr ""
88 "Project-Id-Version: live-build VERSION\n"
9 "POT-Creation-Date: 2013-01-02 11:42+0100\n"
9 "POT-Creation-Date: 2013-02-14 19:31+0100\n"
1010 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1111 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1212 "Language-Team: LANGUAGE <[email protected]>\n"
2828 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
2929 #: en/lb_testroot.1:1 en/live-build.7:1
3030 #, no-wrap
31 msgid "2013-01-02"
31 msgid "2013-02-14"
3232 msgstr ""
3333
3434 #. type: TH
3636 #: en/lb_chroot.1:1 en/lb_clean.1:1 en/lb_config.1:1 en/lb_source.1:1
3737 #: en/lb_testroot.1:1 en/live-build.7:1
3838 #, no-wrap
39 msgid "3.0~b5-1"
39 msgid "3.0.1-1"
4040 msgstr ""
4141
4242 #. type: TH
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:237 en/lb_source.1:9
68 #: en/lb_chroot.1:9 en/lb_clean.1:9 en/lb_config.1:233 en/lb_source.1:9
6969 #: en/lb_testroot.1:9 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:246 en/lb_source.1:14
76 #: en/lb_chroot.1:14 en/lb_clean.1:16 en/lb_config.1:242 en/lb_source.1:14
7777 #: en/lb_testroot.1:18 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:490 en/lb_source.1:17
84 #: en/lb_chroot.1:17 en/lb_clean.1:38 en/lb_config.1:480 en/lb_source.1:17
8585 #: en/lb_testroot.1:21 en/live-build.7:219
8686 #, no-wrap
8787 msgid "FILES"
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:497 en/lb_source.1:20
92 #: en/lb_chroot.1:20 en/lb_clean.1:43 en/lb_config.1:487 en/lb_source.1:20
9393 #: en/lb_testroot.1:24 en/live-build.7:223
9494 #, no-wrap
9595 msgid "SEE ALSO"
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:505 en/lb_source.1:24
100 #: en/lb_chroot.1:24 en/lb_clean.1:47 en/lb_config.1:495 en/lb_source.1:24
101101 #: en/lb_testroot.1:28 en/live-build.7:229
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:506 en/lb_source.1:25
107 #: en/lb_chroot.1:25 en/lb_clean.1:48 en/lb_config.1:496 en/lb_source.1:25
108108 #: en/lb_testroot.1:29 en/live-build.7:230
109109 #, no-wrap
110110 msgid "HOMEPAGE"
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:508 en/lb_source.1:27
115 #: en/lb_chroot.1:27 en/lb_clean.1:50 en/lb_config.1:498 en/lb_source.1:27
116116 #: en/lb_testroot.1:31 en/live-build.7:232
117117 msgid ""
118118 "More information about live-build and the Debian Live project can be found "
122122
123123 #. type: SH
124124 #: 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:509 en/lb_source.1:28
125 #: en/lb_chroot.1:28 en/lb_clean.1:51 en/lb_config.1:499 en/lb_source.1:28
126126 #: en/lb_testroot.1:32 en/live-build.7:233
127127 #, no-wrap
128128 msgid "BUGS"
130130
131131 #. type: Plain text
132132 #: 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:511 en/lb_source.1:30
133 #: en/lb_chroot.1:30 en/lb_clean.1:53 en/lb_config.1:501 en/lb_source.1:30
134134 #: en/lb_testroot.1:34 en/live-build.7:235
135135 msgid ""
136136 "Bugs can be reported by submitting a bugreport for the live-build package in "
141141
142142 #. type: SH
143143 #: 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:512 en/lb_source.1:31
144 #: en/lb_chroot.1:31 en/lb_clean.1:54 en/lb_config.1:502 en/lb_source.1:31
145145 #: en/lb_testroot.1:35 en/live-build.7:236
146146 #, no-wrap
147147 msgid "AUTHOR"
149149
150150 #. type: Plain text
151151 #: 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:513 en/lb_source.1:32
152 #: en/lb_chroot.1:32 en/lb_clean.1:55 en/lb_config.1:503 en/lb_source.1:32
153153 #: en/lb_testroot.1:36 en/live-build.7:237
154154 msgid ""
155155 "live-build was written by Daniel Baumann E<lt>I<[email protected]>E<gt> for "
157157 msgstr ""
158158
159159 #. type: IP
160 #: en/lb_config.1:318 en/live-build.7:36
160 #: en/lb_config.1:314 en/live-build.7:36
161161 #, no-wrap
162162 msgid "B<--debug>"
163163 msgstr ""
164164
165165 #. type: IP
166 #: en/lb_config.1:330 en/live-build.7:38
166 #: en/lb_config.1:326 en/live-build.7:38
167167 #, no-wrap
168168 msgid "B<--force>"
169169 msgstr ""
170170
171171 #. type: IP
172 #: en/lb_config.1:439 en/live-build.7:40
173 #, no-wrap
174 msgid "B<--quiet>"
175 msgstr ""
176
177 #. type: IP
178 #: en/lb_config.1:479 en/live-build.7:42
172 #: en/lb_config.1:469 en/live-build.7:42
179173 #, no-wrap
180174 msgid "B<--verbose>"
181175 msgstr ""
182176
183177 #. type: Plain text
184 #: en/lb_config.1:501 en/live-build.7:225
178 #: en/lb_config.1:491 en/live-build.7:225
185179 msgid "I<live-boot>(7)"
186180 msgstr ""
187181
188182 #. type: Plain text
189 #: en/lb_config.1:503 en/live-build.7:227
183 #: en/lb_config.1:493 en/live-build.7:227
190184 msgid "I<live-config>(7)"
191185 msgstr ""
192186
318312 #. type: Plain text
319313 #: en/live-build.7:40
320314 msgid "force helper execution, even if stage file exists."
315 msgstr ""
316
317 #. type: IP
318 #: en/live-build.7:40
319 #, no-wrap
320 msgid "B<--quiet>"
321321 msgstr ""
322322
323323 #. type: Plain text
522522 # d-i does not support (for example) re-installing grub from target/ - the grub
523523 # .debs must actually exist.
524524
525 # Modify dpkg status to show the required packages are not installed.
526 cp chroot/var/lib/dpkg/status.tmp chroot/var/lib/dpkg/status
527 for PACKAGE in ${DI_REQ_PACKAGES}
528 do
529 awk -v f=0 '
530 f == 1 { print "Status: purge ok not-installed"; f=0; next }
531 /Package: '"${PACKAGE}"'/ { f=1; }
532 { print }
533 ' chroot/var/lib/dpkg/status > chroot/var/lib/dpkg/status.awk
534 mv chroot/var/lib/dpkg/status.awk chroot/var/lib/dpkg/status
535 done
536
537 # Download .deb's that we just marked as "purged" which caused broken dependencies
538 Chroot chroot ${_LB_APT_COMMAND} -f dist-upgrade
539
540 # Revert dpkg status file
541 mv chroot/var/lib/dpkg/status.tmp chroot/var/lib/dpkg/status
542
543525 # Download .debs of the required packages
544526 Chroot chroot ${_LB_APT_COMMAND} install ${DI_PACKAGES} ${DI_FIRMWARE_PACKAGES} ${DI_REQ_PACKAGES}
527
528 # Drop the packages already installed that d-i doesn't explicitely need
529 _REMAINING_PACKAGES="$(echo ${DI_FIRMWARE_PACKAGES} ${DI_REQ_PACKAGES} | sed -e 's# #|#g')"
530 _REMAINING_PACKAGES="$(sed -n -e 's|Package: ||p' chroot/var/lib/dpkg/status.tmp | grep -E -v \"^${_REMAINING_PACKAGES}$\")"
531
532 for _PACKAGE in ${_REMAINING_PACKAGES}
533 do
534 rm -f "chroot/binary.deb/archives/${_PACKAGE}_*.deb"
535 done
545536 else
546537 # Download .debs of the required packages
547538 Chroot chroot ${_LB_APT_COMMAND} install ${DI_PACKAGES} ${DI_FIRMWARE_PACKAGES}
548
549 # Revert dpkg status file
550 mv chroot/var/lib/dpkg/status.tmp chroot/var/lib/dpkg/status
551 fi
539 fi
540
541 # Revert dpkg status file
542 mv chroot/var/lib/dpkg/status.tmp chroot/var/lib/dpkg/status
552543
553544 mv chroot/binary.deb ./
554545
5252 Create_lockfile .lock
5353
5454 # Checking depends
55 Check_package chroot/usr/bin/xorriso xorriso
56
57 if [ "${LB_BINARY_IMAGES}" = "iso-hybrid" ]
58 then
59 Check_package chroot/usr/lib/syslinux/isohdpfx.bin syslinux-common
60 fi
55 case "${LB_PARENT_DISTRIBUTION}" in
56 squeeze)
57 Check_package chroot/usr/bin/genisoimage genisoimage
58
59 if [ "${LB_BINARY_IMAGES}" = "iso-hybrid" ]
60 then
61 Check_package chroot/usr/bin/isohybrid syslinux
62 fi
63 ;;
64
65 *)
66 Check_package chroot/usr/bin/xorriso xorriso
67
68 if [ "${LB_BINARY_IMAGES}" = "iso-hybrid" ]
69 then
70 Check_package chroot/usr/lib/syslinux/isohdpfx.bin syslinux-common
71 fi
72 ;;
73 esac
6174
6275 # Restoring cache
6376 Restore_cache cache/packages.binary
7285 fi
7386
7487 # Handle xorriso generic options
75 XORRISO_OPTIONS="-as mkisofs -r -J -joliet-long -l -cache-inodes"
88 XORRISO_OPTIONS="-r -J -joliet-long -l -cache-inodes"
7689
7790 # Handle xorriso live-build specific options
78 if [ "${LB_BINARY_IMAGES}" = "iso-hybrid" ]
79 then
80 XORRISO_OPTIONS="${XORRISO_OPTIONS} -isohybrid-mbr /usr/lib/syslinux/isohdpfx.bin -partition_offset 16"
81 fi
91 case "${LB_PARENT_DISTRIBUTION}" in
92 squeeze)
93 ;;
94
95 *)
96 if [ "${LB_BINARY_IMAGES}" = "iso-hybrid" ]
97 then
98 XORRISO_OPTIONS="${XORRISO_OPTIONS} -isohybrid-mbr /usr/lib/syslinux/isohdpfx.bin -partition_offset 16"
99 fi
100 ;;
101 esac
82102
83103 if [ "${_QUIET}" = "true" ]
84104 then
196216 echo "#!/bin/sh" > binary.sh
197217 fi
198218
219 case "${LB_PARENT_DISTRIBUTION}" in
220 squeeze)
221
199222 cat >> binary.sh << EOF
200
201 xorriso ${XORRISO_OPTIONS} -o ${IMAGE} binary
202 EOF
223 genisoimage ${XORRISO_OPTIONS} -o ${IMAGE} binary
224 EOF
225
226 if [ "${LB_BINARY_IMAGES}" = "iso-hybrid" ]
227 then
228
229 cat >> binary.sh << EOF
230
231 isohybrid ${IMAGE}
232 EOF
233
234 fi
235 ;;
236
237 *)
238
239 cat >> binary.sh << EOF
240
241 xorriso -as mkisofs ${XORRISO_OPTIONS} -o ${IMAGE} binary
242 EOF
243
244 ;;
245 esac
203246
204247 case "${LB_BUILD_WITH_CHROOT}" in
205248 true)
4444
4545 case "${LB_ARCHITECTURES}" in
4646 amd64|i386)
47 if [ "${LB_BUILD_WITH_CHROOT}" = "true" ]
48 then
49 # Checking depends
50 Check_package chroot/usr/lib/loadlin/loadlin.exe.gz loadlin
47 case "${LB_BUILD_WITH_CHROOT}" in
48 true)
49 # Checking depends
50 Check_package chroot/usr/lib/loadlin/loadlin.exe.gz loadlin
5151
52 # Restoring cache
53 Restore_cache cache/packages.binary
52 # Restoring cache
53 Restore_cache cache/packages.binary
5454
55 # Installing depends
56 Install_package
55 # Installing depends
56 Install_package
5757
58 # Copying loadlin
59 mkdir -p binary/tools
60 gunzip -c chroot/usr/lib/loadlin/loadlin.exe.gz > binary/tools/loadlin.exe
61 gunzip -c chroot/usr/share/doc/loadlin/manual.txt.gz > binary/tools/loadlin.txt
58 _PREFIX="chroot"
59 ;;
6260
63 # Saving cache
64 Save_cache cache/packages.binary
61 false)
62 _PREFIX=""
63 ;;
64 esac
6565
66 # Removing depends
67 Remove_package
68 else
69 # Copying loadlin
70 mkdir -p binary/tools
71 gunzip -c /usr/lib/loadlin/loadlin.exe.gz > binary/tools/loadlin.exe
72 gunzip -c /usr/share/doc/loadlin/manual.txt.gz > binary/tools/loadlin.txt
73 fi
66 # Copying loadlin
67 mkdir -p binary/tools
68 gunzip -c "${_PREFIX}/usr/lib/loadlin/loadlin.exe.gz" > binary/tools/loadlin.exe
69 gunzip -c "${_PREFIX}/usr/share/doc/loadlin/manual.txt.gz" > binary/tools/loadlin.txt
7470
75 echo "\tools\loadlin.exe vmlinuz initrd=initrd.gz" > binary/install/install.bat
71 case "${LB_BUILD_WITH_CHROOT}" in
72 true)
73 # Saving cache
74 Save_cache cache/packages.binary
75
76 # Removing depends
77 Remove_package
78 ;;
79 esac
80
81 cat > binary/install/install.bat << EOF
82 \tools\loadlin.exe vmlinuz initrd=initrd.gz
83 EOF
7684
7785 if [ -e binary/install/gtk ]
7886 then
79 echo "\tools\loadlin.exe \install.386\vmlinuz initrd=initrd.gz vga=788" > binary/install/gtk/install.bat
87
88 cat > binary/install/gtk/install.bat << EOF
89 \tools\loadlin.exe \install\vmlinuz initrd=initrd.gz vga=788
90 EOF
91
8092 fi
93
94 # Creating stage file
95 Create_stagefile .build/binary_loadlin
8196 ;;
8297
8398 *)
8499 Echo_warning "loadlin inclusion is set to true but not compatible with your architecture, ignoring."
85100 ;;
86101 esac
87
88 # Creating stage file
89 Create_stagefile .build/binary_loadlin
8282 ;;
8383 esac
8484
85 if [ -e "config/bootloaders/${_BOOTLOADER}" ]
86 then
87 # Internal local copy
88 _SOURCE="config/bootloaders/${_BOOTLOADER}"
89 else
90 # Internal system copy
91 if [ -n "${LIVE_BUILD}" ]
92 then
93 _SOURCE="${LIVE_BUILD}/share/bootloaders/${_BOOTLOADER}"
94 else
95 _SOURCE="/usr/share/live/build/bootloaders/${_BOOTLOADER}"
96 fi
97 fi
98
8599 # Checking depends
86100 case "${LB_BUILD_WITH_CHROOT}" in
87101 true)
88102 Check_package chroot/usr/bin/syslinux syslinux
89103 Check_package chroot/usr/lib/syslinux syslinux-common
90104
91 case "${LB_SYSLINUX_THEME}" in
92 live-build)
93 Check_package chroot/usr/bin/rsvg librsvg2-bin
94 ;;
95
96 *)
97 Check_package chroot/usr/share/syslinux/themes/${LB_SYSLINUX_THEME} syslinux-themes-${LB_SYSLINUX_THEME}
98
99 case "${LB_MODE}" in
100 ubuntu)
101 Check_package chroot/usr/share/gfxboot-theme-ubuntu/bootlogo.tar.gz gfxboot-theme-ubuntu
102 ;;
103 esac
104 ;;
105 esac
105 if ls "${_SOURCE}"/*.svg* > /dev/null 2>&1
106 then
107 Check_package chroot/usr/bin/rsvg librsvg2-bin
108 fi
106109 ;;
107110
108111 false)
120123 exit 1
121124 fi
122125
123 case "${LB_SYSLINUX_THEME}" in
124 live-build)
125 if [ ! -e /usr/bin/rsvg ]
126 then
127 # librsvg2-bin
128 Echo_error "/usr/bin/rsvg - no such file"
129 exit 1
130 fi
131 ;;
132
133 *)
134 if [ ! -e /usr/share/syslinux/themes/${LB_SYSLINUX_THEME} ]
135 then
136 # syslinux-theme
137 Echo_error "/usr/share/syslinux/themes/${LB_SYSLINUX_THEME} - no such directory."
138 exit 1
139 fi
140 ;;
141 esac
126 if ls "${_SOURCE}"/*.svg* > /dev/null 2>&1
127 then
128 if [ ! -e /usr/bin/rsvg ]
129 then
130 # librsvg2-bin
131 Echo_error "/usr/bin/rsvg - no such file"
132 exit 1
133 fi
134 fi
142135 ;;
143136 esac
144137
147140
148141 # Installing depends
149142 Install_package
150
151 # FIXME: cleanup, unify, and extend themes for ${_BOOTLOADER}-live and ${_BOOTLOADER}-installer
152 if [ "${LB_SYSLINUX_THEME}" = "live-build" ]
153 then
154 if [ -e "config/bootloaders/${_BOOTLOADER}" ]
155 then
156 # Internal local copy
157 _SOURCE="config/bootloaders/${_BOOTLOADER}"
158 else
159 # Internal system copy
160 if [ -n "${LIVE_BUILD}" ]
161 then
162 _SOURCE="${LIVE_BUILD}/share/bootloaders/${_BOOTLOADER}"
163 else
164 _SOURCE="/usr/share/live/build/bootloaders/${_BOOTLOADER}"
165 fi
166 fi
167 else
168 # External copy from chroot or system
169 _SOURCE="/usr/share/syslinux/themes/${LB_SYSLINUX_THEME}/${_BOOTLOADER}-live"
170 fi
171143
172144 # Copying files
173145 case "${LB_BUILD_WITH_CHROOT}" in
175147 mkdir -p $(dirname ${_TARGET})
176148
177149 # Copy in two steps since the theme can have absolute symlinks and would therefore not be dereferenced correctly
178 if [ "${LB_SYSLINUX_THEME}" = "live-build" ]
179 then
180 cp -a ${_SOURCE} chroot/root
181 Chroot chroot cp -aL /root/$(basename ${_SOURCE}) /root/$(basename ${_SOURCE}).tmp
182 rm -rf chroot/$(basename ${_SOURCE})
183 else
184 Chroot chroot cp -aL ${_SOURCE} /root/$(basename ${_SOURCE}).tmp
185 fi
186
187 case "${LB_MODE}" in
188 ubuntu)
189 Chroot chroot "tar xfz /usr/share/gfxboot-theme-ubuntu/bootlogo.tar.gz -C /root/$(basename ${_SOURCE}).tmp"
190 ;;
191 esac
192
150 cp -a ${_SOURCE} chroot/root
151 Chroot chroot cp -aL /root/$(basename ${_SOURCE}) /root/$(basename ${_SOURCE}).tmp || true
152 rm -rf chroot/$(basename ${_SOURCE})
193153 mv chroot/root/$(basename ${_SOURCE}).tmp ${_TARGET}
194154 ;;
195155
196156 false)
197157 mkdir -p ${_TARGET}
198158
199 cp -aL ${_SOURCE}/* ${_TARGET}
200
201 case "${LB_MODE}" in
202 ubuntu)
203 tar xfz /usr/share/gfxboot-theme-ubuntu/bootlogo.tar.gz -C ${_TARGET}
204 ;;
205 esac
159 cp -aL ${_SOURCE}/* ${_TARGET} || true
206160 ;;
207161 esac
208162
265219
266220 if [ -e ${_TARGET}/install.cfg ]
267221 then
268 sed -i -e "s#@LB_BOOTAPPEND_INSTALL@#${LB_BOOTAPPEND_INSTALL}#g" \
222 sed -i -e "s#@APPEND_INSTALL@#${LB_BOOTAPPEND_INSTALL}#g" \
269223 ${_TARGET}/install.cfg
270224 fi
271225
331285 -e "s|@LIVE_CONFIG_VERSION@|${_LIVE_CONFIG_VERSION}|g" \
332286 -e "s|@LIVE_TOOLS_VERSION@|${_LIVE_TOOLS_VERSION}|g" \
333287 "${_TARGET}/splash.svg.in" > "${_TARGET}/splash.svg"
334
288 fi
289
290 if [ -e "${_TARGET}/splash.svg" ]
291 then
335292 case "${LB_BUILD_WITH_CHROOT}" in
336293 true)
337294 cp "${_TARGET}/splash.svg" chroot
344301 rsvg --format png --height 480 --width 640 "${_TARGET}/splash.svg" "${_TARGET}/splash.png"
345302 ;;
346303 esac
347
348 rm -f "${_TARGET}/splash.svg.in" "${_TARGET}/splash.svg"
349 fi
304 fi
305
306 rm -f "${_TARGET}/splash.svg.in" "${_TARGET}/splash.svg"
350307
351308 case "${LB_MODE}" in
352309 progress-linux)
3737 lb bootstrap_cache restore ${@}
3838 lb bootstrap_cdebootstrap ${@}
3939 lb bootstrap_debootstrap ${@}
40 lb bootstrap_archive-keys ${@}
4041 lb bootstrap_cache save ${@}
4142
4243 # Temporary hack for base-files wrt/ plymouth
0 #!/bin/sh
1
2 ## live-build(7) - System Build Scripts
3 ## Copyright (C) 2006-2013 Daniel Baumann <[email protected]>
4 ##
5 ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
6 ## This is free software, and you are welcome to redistribute it
7 ## under certain conditions; see COPYING for details.
8
9
10 set -e
11
12 # Including common functions
13 [ -e "${LIVE_BUILD}/scripts/build.sh" ] && . "${LIVE_BUILD}/scripts/build.sh" || . /usr/lib/live/build.sh
14
15 # Setting static variables
16 DESCRIPTION="$(Echo 'bootstrap non-Debian archive-signing-keys')"
17 HELP=""
18 USAGE="${PROGRAM} [--force]"
19
20 Arguments "${@}"
21
22 # Reading configuration files
23 Read_conffiles config/all config/common config/bootstrap config/chroot config/binary config/source
24 Set_defaults
25
26 # TODO: allow verification against user-specified keyring
27 # For now, we'll only validate against debian-keyring
28
29 # TODO2: use chrooted validation rather than host system based one
30
31 case "${LB_MODE}" in
32 progress-linux)
33 case "${LB_DISTRIBUTION}" in
34 artax*)
35 _KEYS="1.0-artax 1.0-artax-packages"
36 ;;
37
38 baureo*)
39 _KEYS="2.0-baureo 2.0-baureo-packages"
40 ;;
41
42 chairon*)
43 _KEYS="3.0-chairon 3.0-chairon-packages"
44 ;;
45 esac
46
47 _URL="${LB_MIRROR_CHROOT}/project/keys"
48 ;;
49 esac
50
51 for _KEY in ${_KEYS}
52 do
53 Echo_message "Fetching archive-key ${_KEY}..."
54
55 wget -q "${_URL}/archive-key-${_KEY}.asc" -O chroot/key.asc
56 wget -q "${_URL}/archive-key-${_KEY}.asc.sig" -O chroot/key.asc.sig
57
58 if [ -e /usr/bin/gpgv ] && [ -e /usr/share/keyrings/debian-keyring.gpg ]
59 then
60 Echo_message "Verifying archive-key ${_KEY} against debian-keyring..."
61
62 /usr/bin/gpgv --quiet --keyring /usr/share/keyrings/debian-keyring.gpg chroot/key.asc.sig chroot/key.asc > /dev/null 2>&1 || { Echo_error "archive-key ${_KEY} has invalid signature."; return 1;}
63 else
64 Echo_warning "Skipping archive-key ${_KEY} verification, either gpgv or debian-keyring not available on host system..."
65 fi
66
67 Echo_message "Importing archive-key ${_KEY}..."
68
69 Chroot chroot "apt-key add key.asc"
70 rm -f chroot/key.asc chroot/key.asc.sig
71 done
72
73 Chroot chroot "apt-get update"
74
75 # Creating stage file
76 Create_stagefile .build/bootstrap_archive-keys
553553 # Installing keyring packages
554554 if [ -n "${LB_KEYRING_PACKAGES}" ]
555555 then
556 if [ "${LB_DERIVATIVE}" = "true" ]
557 then
558 # Temporary hack (FIXME)
559 Chroot chroot "apt-get ${APT_OPTIONS} --force-yes install ${LB_KEYRING_PACKAGES}"
560 else
561 Apt chroot "install ${LB_KEYRING_PACKAGES}"
562 fi
556 Apt chroot "install ${LB_KEYRING_PACKAGES}"
563557 fi
564558
565559 rm -rf chroot/var/cache/apt/*.bin
888882 rm -rf chroot/root/packages
889883
890884 # Remove local packages key if it exists
891 if apt-key list | grep -q ${_LB_LOCAL_KEY_EMAIL}
892 then
893 apt-key del ${_LB_LOCAL_KEY_EMAIL}
885 if Chroot chroot apt-key list | grep -q ${_LB_LOCAL_KEY_EMAIL}
886 then
887 Chroot chroot apt-key del ${_LB_LOCAL_KEY_EMAIL}
894888 fi
895889
896890 # Removing stage file
6363 # samhain
6464 if [ -e /var/state/samhain/samhain_file ]
6565 then
66 mv /var/state/samhain/samhain_file /var/state/samhain/samhain_file.orig
66 ${LB_ROOT_COMMAND} mv /var/state/samhain/samhain_file /var/state/samhain/samhain_file.orig
6767 else
68 mkdir -p /var/state/samhain
69 touch /var/state/samhain/samhain_file
68 ${LB_ROOT_COMMAND} mkdir -p /var/state/samhain
69 ${LB_ROOT_COMMAND} touch /var/state/samhain/samhain_file
7070 fi
7171
7272 # flash-kernel
9595 # samhain
9696 if [ -e /var/state/samhain/samhain_file.orig ]
9797 then
98 mv /var/state/samhain/samhain_file.orig /var/state/samhain/samhain_file
98 ${LB_ROOT_COMMAND} mv /var/state/samhain/samhain_file.orig /var/state/samhain/samhain_file
9999 elif [ -d /var/state/samhain ]
100100 then
101 rm -f /var/state/samhain/samhain_file
102 rmdir --ignore-fail-on-non-empty /var/state/samhain || true
101 ${LB_ROOT_COMMAND} rm -f /var/state/samhain/samhain_file
102 ${LB_ROOT_COMMAND} rmdir --ignore-fail-on-non-empty /var/state/samhain || true
103103 fi
104104
105105 # Restore start-stop-daemon program
101101 rm -f binary*.tar.gz
102102 rm -f binary*.zsync*
103103 rm -f binary.sh
104 rm -f binary.contents binary.packages
104 rm -f binary*.contents binary*.packages
105105 rm -f MD5SUMS SHA1SUMS SHA256SUMS SHA512SUMS
106106 rm -f md5sum.txt sha1sum.txt sha256sum.txt sha512sum.txt
107107
123123 \t [--firmware-chroot true|false]\n\
124124 \t [--swap-file-path PATH]\n\
125125 \t [--swap-file-size MB]\n\
126 \t [--syslinux-theme THEME_SUFFIX]\n\
127126 \t [--tasksel apt|aptitude|tasksel]\n\
128127 \t [--templates PATH]\n\
129128 \t [--updates true|false]\n\
156155 grub-splash:,isohybrid-options:,hdd-label:,hdd-size:,iso-application:,iso-preparer:,iso-publisher:,
157156 iso-volume:,jffs2-eraseblock:,memtest:,net-root-filesystem:,net-root-mountoptions:,
158157 net-root-path:,net-root-server:,net-cow-filesystem:,net-cow-mountoptions:,net-cow-path:,
159 net-cow-server:,net-tarball:,firmware-binary:,firmware-chroot:,swap-file-path:,swap-file-size:,syslinux-theme:,
158 net-cow-server:,net-tarball:,firmware-binary:,firmware-chroot:,swap-file-path:,swap-file-size:,
160159 loadlin:,win32-loader:,source:,source-images:,breakpoints,conffile:,debug,force,
161160 help,ignore-system-defaults,quiet,usage,verbose,version,bootstrap-qemu-static:,bootstrap-qemu-arch:,
162161 bootstrap-qemu-exclude:"
750749 shift 2
751750 ;;
752751
753 --syslinux-theme)
754 LB_SYSLINUX_THEME="${2}"
755 shift 2
756 ;;
757
758752 --loadlin)
759753 LB_LOADLIN="${2}"
760754 shift 2
14561450 # \$LB_SWAP_FILE_SIZE: set swap file size
14571451 # (Default: ${LB_SWAP_FILE_SIZE})
14581452 LB_SWAP_FILE_SIZE="${LB_SWAP_FILE_SIZE}"
1459
1460 # \$LB_SYSLINUX_THEME: set syslinux theme package
1461 # (Default: ${LB_SYSLINUX_THEME})
1462 LB_SYSLINUX_THEME="${LB_SYSLINUX_THEME}"
14631453 EOF
14641454
14651455 # Creating lb_source_* configuration
0 label hdt
1 menu label ^Hardware Detection Tool (HDT)
2 com32 hdt.c32
0 /usr/lib/syslinux/hdt.c32āŽ
0 label install
1 menu label ^Install
2 linux /install/vmlinuz
3 initrd /install/initrd.gz
4 append vga=788 @APPEND_INSTALL@ -- quiet
5
06 label installgui
17 menu label ^Graphical install
2 kernel /install/gtk/vmlinuz
3 append video=vesa:ywrap,mtrr vga=788 initrd=/install/gtk/initrd.gz @LB_BOOTAPPEND_INSTALL@ -- quiet
4
5 label install
6 menu label ^Text-mode install
7 kernel /install/vmlinuz
8 append vga=788 initrd=/install/initrd.gz @LB_BOOTAPPEND_INSTALL@ -- quiet
8 linux /install/gtk/vmlinuz
9 initrd /install/gtk/initrd.gz
10 append video=vesa:ywrap,mtrr vga=788 @APPEND_INSTALL@ -- quiet
0 /usr/lib/syslinux/ldlinux.c32āŽ
0 /usr/lib/syslinux/libcom32.c32āŽ
0 /usr/lib/syslinux/libutil.c32āŽ
44 include stdmenu.cfg
55 include live.cfg
66 include install.cfg
7 menu begin advanced
8 menu title Advanced options
9 include stdmenu.cfg
10 label mainmenu
11 menu label ^Back..
12 menu exit
13 include advanced.cfg
714 menu end
815
916 menu clear
44 menu color hotsel 1;7;37;40 #ffffffff #76a1d0ff *
55 menu color tabmsg * #ffffffff #00000000 *
66 menu color help 37;40 #ffdddd00 #00000000 none
7 menu vshift 17
7 menu vshift 12
88 menu rows 10
99 menu helpmsgrow 15
1010 # The command line must be at least one line from the bottom.
0 label hdt
1 menu label ^Hardware Detection Tool (HDT)
2 com32 hdt.c32
0 /usr/lib/syslinux/hdt.c32āŽ
0 label install
1 menu label ^Install
2 linux /install/vmlinuz
3 initrd /install/initrd.gz
4 append vga=788 @APPEND_INSTALL@ -- quiet
5
06 label installgui
17 menu label ^Graphical install
2 kernel /install/gtk/vmlinuz
3 append video=vesa:ywrap,mtrr vga=788 initrd=/install/gtk/initrd.gz @LB_BOOTAPPEND_INSTALL@ -- quiet
4
5 label install
6 menu label ^Text-mode install
7 kernel /install/vmlinuz
8 append vga=788 initrd=/install/initrd.gz @LB_BOOTAPPEND_INSTALL@ -- quiet
8 linux /install/gtk/vmlinuz
9 initrd /install/gtk/initrd.gz
10 append video=vesa:ywrap,mtrr vga=788 @APPEND_INSTALL@ -- quiet
0 /usr/lib/syslinux/ldlinux.c32āŽ
0 /usr/lib/syslinux/libcom32.c32āŽ
0 /usr/lib/syslinux/libutil.c32āŽ
44 include stdmenu.cfg
55 include live.cfg
66 include install.cfg
7 menu begin advanced
8 menu title Advanced options
9 include stdmenu.cfg
10 label mainmenu
11 menu label ^Back..
12 menu exit
13 include advanced.cfg
714 menu end
815
916 menu clear
44 menu color hotsel 1;7;37;40 #ffffffff #76a1d0ff *
55 menu color tabmsg * #ffffffff #00000000 *
66 menu color help 37;40 #ffdddd00 #00000000 none
7 menu vshift 17
7 menu vshift 12
88 menu rows 10
99 menu helpmsgrow 15
1010 # The command line must be at least one line from the bottom.
0 label hdt
1 menu label ^Hardware Detection Tool (HDT)
2 com32 hdt.c32
0 /usr/lib/syslinux/hdt.c32āŽ
0 label install
1 menu label ^Install
2 linux /install/vmlinuz
3 initrd /install/initrd.gz
4 append vga=788 @APPEND_INSTALL@ -- quiet
5
06 label installgui
17 menu label ^Graphical install
2 kernel /install/gtk/vmlinuz
3 append video=vesa:ywrap,mtrr vga=788 initrd=/install/gtk/initrd.gz @LB_BOOTAPPEND_INSTALL@ -- quiet
4
5 label install
6 menu label ^Text-mode install
7 kernel /install/vmlinuz
8 append vga=788 initrd=/install/initrd.gz @LB_BOOTAPPEND_INSTALL@ -- quiet
8 linux /install/gtk/vmlinuz
9 initrd /install/gtk/initrd.gz
10 append video=vesa:ywrap,mtrr vga=788 @APPEND_INSTALL@ -- quiet
0 /usr/lib/syslinux/ldlinux.c32āŽ
0 /usr/lib/syslinux/libcom32.c32āŽ
0 /usr/lib/syslinux/libutil.c32āŽ
44 include stdmenu.cfg
55 include live.cfg
66 include install.cfg
7 menu begin advanced
8 menu title Advanced options
9 include stdmenu.cfg
10 label mainmenu
11 menu label ^Back..
12 menu exit
13 include advanced.cfg
714 menu end
815
916 menu clear
44 menu color hotsel 1;7;37;40 #ffffffff #76a1d0ff *
55 menu color tabmsg * #ffffffff #00000000 *
66 menu color help 37;40 #ffdddd00 #00000000 none
7 menu vshift 17
7 menu vshift 12
88 menu rows 10
99 menu helpmsgrow 15
1010 # The command line must be at least one line from the bottom.
0 label hdt
1 menu label ^Hardware Detection Tool (HDT)
2 com32 hdt.c32
0 /usr/lib/syslinux/hdt.c32āŽ
0 label install
1 menu label ^Install
2 linux /install/vmlinuz
3 initrd /install/initrd.gz
4 append vga=788 @APPEND_INSTALL@ -- quiet
5
06 label installgui
17 menu label ^Graphical install
2 kernel /install/gtk/vmlinuz
3 append video=vesa:ywrap,mtrr vga=788 initrd=/install/gtk/initrd.gz @LB_BOOTAPPEND_INSTALL@ -- quiet
4
5 label install
6 menu label ^Text-mode install
7 kernel /install/vmlinuz
8 append vga=788 initrd=/install/initrd.gz @LB_BOOTAPPEND_INSTALL@ -- quiet
8 linux /install/gtk/vmlinuz
9 initrd /install/gtk/initrd.gz
10 append video=vesa:ywrap,mtrr vga=788 @APPEND_INSTALL@ -- quiet
0 /usr/lib/syslinux/ldlinux.c32āŽ
0 /usr/lib/syslinux/libcom32.c32āŽ
0 /usr/lib/syslinux/libutil.c32āŽ
44 include stdmenu.cfg
55 include live.cfg
66 include install.cfg
7 menu begin advanced
8 menu title ^Advanced options
9 include stdmenu.cfg
10 label mainmenu
11 menu label ^Back..
12 menu exit
13 include advanced.cfg
714 menu end
815
916 menu clear
44 menu color hotsel 1;7;37;40 #ffffffff #76a1d0ff *
55 menu color tabmsg * #ffffffff #00000000 *
66 menu color help 37;40 #ffdddd00 #00000000 none
7 menu vshift 17
7 menu vshift 12
88 menu rows 10
99 menu helpmsgrow 15
1010 # The command line must be at least one line from the bottom.
0 #!/bin/sh
1
2 set -e
3
4 # Remove systemd machine id.
5 #
6 # This removes systemd machine id that cache that makes each system unique.
7
8 rm -f /etc/machine-id
+0
-14
share/hooks/0180-remove-temporary-files.chroot less more
0 #!/bin/sh
1
2 set -e
3
4 # Remove temporary files
5 rm -rf /var/cache/man/*
6
7 for _DIRECTORY in /tmp /var/tmp
8 do
9 rm -rf ${_DIRECTORY}
10
11 mkdir -p ${_DIRECTORY}
12 chmod 1777 ${_DIRECTORY}
13 done
0 #!/bin/sh
1
2 set -e
3
4 # Remove temporary files
5 rm -rf /var/cache/man/*
6
7 for _DIRECTORY in /tmp /var/tmp
8 do
9 rm -rf ${_DIRECTORY}
10
11 mkdir -p ${_DIRECTORY}
12 chmod 1777 ${_DIRECTORY}
13 done
+0
-16
share/hooks/0190-remove-udev-persistent-rules.chroot less more
0 #!/bin/sh
1
2 set -e
3
4 # Remove udev persistent rules.
5 #
6 # This removes udev persistent rules that cache the host systems mac address to
7 # remember its device name.
8
9 for _FILE in /etc/udev/rules.d/*persistent-net.rules
10 do
11 if [ -e "${_FILE}" ]
12 then
13 : > ${_FILE}
14 fi
15 done
0 #!/bin/sh
1
2 set -e
3
4 # Remove udev persistent rules.
5 #
6 # This removes udev persistent rules that cache the host systems mac address to
7 # remember its device name.
8
9 for _FILE in /etc/udev/rules.d/*persistent-net.rules
10 do
11 if [ -e "${_FILE}" ]
12 then
13 : > ${_FILE}
14 fi
15 done
0 <div id="footer">
1 <br />
2 <h2 id="subtitle">Debian Live Project <a href="mailto:[email protected]">&lt;[email protected]&gt;</a> &mdash; <a href="http://live.debian.net/devel/live-build">live-build</a>, version VERSION &mdash; <a href="http://live.debian.net/legal.html">Legal information</a></h2>
3 <br />
4 </div>
0 <hr>
51
6 </body>
2 <footer>
3 <a href="http://live.debian.net/devel/live-build/">live-build</a> VERSION <a class="muted pull-right" href="http://live.debian.net/project/legal/">Legal Information</a></p>
4 </footer>
5
6 </div> <!-- /container -->
7
8 <!-- Le javascript -->
9 <script src="http://live.debian.net/stuff/jquery/jquery.min.js"></script>
10 <script src="http://live.debian.net/stuff/bootstrap/js/bootstrap.min.js"></script>
11
12 </body>
713 </html>
0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
1 <html>
2 <head>
3 <title>Debian Live Build</title>
4 <link rel="icon" href="http://live.debian.net/favicon.ico" type="image/ico">
5 <link rel="stylesheet" type="text/css" href="http://live.debian.net/stylesheet.css" />
6 <meta http-equiv="content-type" content="text/html; charset=iso-8859-15">
7 <meta name="keywords" content="Debian, Live, Project">
8 <meta name="description" content="The Debian Live Project">
0 <!DOCTYPE html>
1 <html lang="en">
2 <head>
3 <meta charset="utf-8">
4 <title>Debian Live - Live Debian Systems!</title>
5 <meta name="viewport" content="width=device-width, initial-scale=1.0">
6 <meta name="description" content="Debian Live - Live Debian Systems!">
7 <meta name="author" content="Debian Live <[email protected]>">
8 <meta name="keywords" content="Debian, Live, Systems">
99
10 <style type="text/css">
11 label { cursor:pointer; }
12 </style>
10 <!-- Le styles -->
11 <link href="http://live.debian.net/stuff/spacelab/bootstrap.min.css" rel="stylesheet">
12 <style type="text/css">
13 body {
14 padding-top: 60px;
15 padding-bottom: 40px;
16 }
17 .label a:active, .label a:hover, .label a:link, .label a:visited {
18 color: #ffffff;
19 text-decoration: none;
20 }
21 label {
22 cursor:pointer;
23 }
24 </style>
25 <script type="text/javascript" language="JavaScript">
26 function collapse(x, txt) {
27 var oTemp=document.getElementById("text_"+x);
28 var oClick=document.getElementById("click_"+x);
29 if (oTemp.style.display=="block") {
30 oTemp.style.display="none";
31 oClick.innerHTML=txt+"&nbsp<small>(click to expand)<\/small><br \/>";
32 }
33 else {
34 oTemp.style.display="block";
35 oClick.innerHTML=txt+"&nbsp<small>(click to collapse)<\/small><br \/>";
36 }
37 }
38 </script>
1339
14 <script type="text/javascript" language="JavaScript">
15 function collapse(x, txt)
16 {
17 var oTemp=document.getElementById("text_"+x);
18 var oClick=document.getElementById("click_"+x);
19 if (oTemp.style.display=="block")
20 {
21 oTemp.style.display="none";
22 oClick.innerHTML=txt+"&nbsp<small>(click to expand)<\/small><br \/>";
23 }
24 else
25 {
26 oTemp.style.display="block";
27 oClick.innerHTML=txt+"&nbsp<small>(click to collapse)<\/small><br \/>";
28 }
29 }
30 </script>
31 </head>
32 <body>
40 <link href="http://live.debian.net/stuff/bootstrap/css/bootstrap-responsive.min.css" rel="stylesheet">
3341
34 <div id="maincontent" style="margin: 0 0 0 0;">
35 <h1 id="title">live-build web-frontend of the <a href="http://live.debian.net/">Debian Live Project</a></h1>
36 <h2 id="subtitle"><a href="http://live.debian.net/">Live Debian systems!</a></h2>
37 </div>
42 <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
43 <!--[if lt IE 9]>
44 <script src="http://live.debian.net/stuff/html5shiv/html5shiv.min.js"></script>
45 <![endif]-->
46
47 <!-- Fav and touch icons -->
48 <link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://live.debian.net/stuff/images/logo-144.png">
49 <link rel="apple-touch-icon-precomposed" sizes="114x114" href="http://live.debian.net/stuff/images/logo-114.png">
50 <link rel="apple-touch-icon-precomposed" sizes="72x72" href="http://live.debian.net/stuff/images/logo-72.png">
51 <link rel="apple-touch-icon-precomposed" href="http://live.debian.net/stuff/images/logo-57.png">
52 <link rel="shortcut icon" href="http://live.debian.net/stuff/images/logo-16.png">
53 </head>
54
55 <body>
56
57 <div class="navbar navbar-fixed-top">
58 <div class="navbar-inner">
59 <div class="container">
60 <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
61 <span class="icon-bar"></span>
62 <span class="icon-bar"></span>
63 <span class="icon-bar"></span>
64 </a>
65 <a class="brand" href="/">Debian Live</a>
66 <div class="nav-collapse collapse">
67 <ul class="nav">
68 <li class="active"><a href="http://live-build.debian.net/">Build</a></li>
69 <li><a href="http://live.debian.net/">WWW</a></li>
70 </ul>
71 </div><!--/.nav-collapse -->
72 </div>
73 </div>
74 </div>
75
76 <div class="container">