aboutsummaryrefslogtreecommitdiffhomepage
path: root/markup/pod/live-manual/media/text/pot/user_customization-overview.ssi.pot
blob: 6780d508694fc8e86cdc7f6156f1ed4c6f406ded (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
# SOME DESCRIPTIVE TITLE
# Copyright (C) YEAR Free Software Foundation, Inc.
# This file is distributed under the same license as the live-manual package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: live-manual 5.0~a2-1\n"
"POT-Creation-Date: 2015-08-23 11:04+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"

#. type: Plain text
#: en/user_customization-contents.ssi:2 en/user_customization-overview.ssi:2
msgid ":B~ Customizing contents"
msgstr ""

#. type: Plain text
#: en/user_customization-overview.ssi:4
msgid "1~customization-overview Customization overview"
msgstr ""

#. type: Plain text
#: en/user_customization-overview.ssi:6
msgid ""
"This chapter gives an overview of the various ways in which you may "
"customize a live system."
msgstr ""

#. type: Plain text
#: en/user_customization-overview.ssi:8
msgid "2~ Build time vs. boot time configuration"
msgstr ""

#. type: Plain text
#: en/user_customization-overview.ssi:10
msgid ""
"Live system configuration options are divided into build-time options which "
"are options that are applied at build time and boot-time options which are "
"applied at boot time. Boot-time options are further divided into those "
"occurring early in the boot, applied by the live-boot package, and those "
"that happen later in the boot, applied by live-config. Any boot-time option "
"may be modified by the user by specifying it at the boot prompt. The image "
"may also be built with default boot parameters so users can normally just "
"boot directly to the live system without specifying any options when all of "
"the defaults are suitable. In particular, the argument to #{lb --bootappend-"
"live}# consists of any default kernel command line options for the Live "
"system, such as persistence, keyboard layouts, or timezone. See {Customizing "
"locale and language}#customizing-locale-and-language, for example."
msgstr ""

#. type: Plain text
#: en/user_customization-overview.ssi:12
msgid ""
"Build-time configuration options are described in the #{lb config}# man "
"page. Boot-time options are described in the man pages for live-boot and "
"live-config. Although the live-boot and live-config packages are installed "
"within the live system you are building, it is recommended that you also "
"install them on your build system for easy reference when you are working on "
"your configuration. It is safe to do so, as none of the scripts contained "
"within them are executed unless the system is configured as a live system."
msgstr ""

#. type: Plain text
#: en/user_customization-overview.ssi:14
msgid "2~stages-of-the-build Stages of the build"
msgstr ""

#. type: Plain text
#: en/user_customization-overview.ssi:16
msgid ""
"The build process is divided into stages, with various customizations "
"applied in sequence in each. The first stage to run is the *{bootstrap}* "
"stage. This is the initial phase of populating the chroot directory with "
"packages to make a barebones Debian system. This is followed by the *{chroot}"
"* stage, which completes the construction of chroot directory, populating it "
"with all of the packages listed in the configuration, along with any other "
"materials. Most customization of content occurs in this stage. The final "
"stage of preparing the live image is the *{binary}* stage, which builds a "
"bootable image, using the contents of the chroot directory to construct the "
"root filesystem for the Live system, and including the installer and any "
"other additional material on the target medium outside of the Live system's "
"filesystem. After the live image is built, if enabled, the source tarball is "
"built in the *{source}* stage."
msgstr ""

#. type: Plain text
#: en/user_customization-overview.ssi:18
msgid ""
"Within each of these stages, there is a particular sequence in which "
"commands are applied. These are arranged in such a way as to ensure "
"customizations can be layered in a reasonable fashion. For example, within "
"the *{chroot}* stage, preseeds are applied before any packages are "
"installed, packages are installed before any locally included files are "
"copied, and hooks are run later, after all of the materials are in place."
msgstr ""

#. type: Plain text
#: en/user_customization-overview.ssi:20
msgid "2~ Supplement lb config with files"
msgstr ""

#. type: Plain text
#: en/user_customization-overview.ssi:22
msgid ""
"Although #{lb config}# creates a skeletal configuration in the #{config/}# "
"directory, to accomplish your goals, you may need to provide additional "
"files in subdirectories of #{config/}#. Depending on where the files are "
"stored in the configuration, they may be copied into the live system's "
"filesystem or into the binary image filesystem, or may provide build-time "
"configurations of the system that would be cumbersome to pass as command-"
"line options. You may include things such as custom lists of packages, "
"custom artwork, or hook scripts to run either at build time or at boot time, "
"boosting the already considerable flexibility of debian-live with code of "
"your own."
msgstr ""

#. type: Plain text
#: en/user_customization-overview.ssi:24
msgid "2~ Customization tasks"
msgstr ""

#. type: Plain text
#: en/user_customization-overview.ssi:25
msgid ""
"The following chapters are organized by the kinds of customization task "
"users typically perform: {Customizing package installation}#customizing-"
"package-installation, {Customizing contents}#customizing-contents and "
"{Customizing locale and language}#customizing-locale-and-language cover just "
"a few of the things you might want to do."
msgstr ""