From 78b1b83be0cf04b4cba707751b7ad4d97787fe37 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Sat, 27 Nov 2021 21:54:49 -0500 Subject: track document samples used --- .../text/pot/user_customization-overview.ssi.pot | 137 +++++++++++++++++++++ 1 file changed, 137 insertions(+) create mode 100644 markup/pod/live-manual/media/text/pot/user_customization-overview.ssi.pot (limited to 'markup/pod/live-manual/media/text/pot/user_customization-overview.ssi.pot') diff --git a/markup/pod/live-manual/media/text/pot/user_customization-overview.ssi.pot b/markup/pod/live-manual/media/text/pot/user_customization-overview.ssi.pot new file mode 100644 index 0000000..6780d50 --- /dev/null +++ b/markup/pod/live-manual/media/text/pot/user_customization-overview.ssi.pot @@ -0,0 +1,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 , 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 \n" +"Language-Team: LANGUAGE \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 "" -- cgit v1.2.3