From 6c93e8375b437488b18f330826f16659df0eb963 Mon Sep 17 00:00:00 2001 From: Frans Pop Date: Tue, 26 Dec 2006 01:56:27 +0000 Subject: [SILENT_COMMIT] Update of POT and PO files for the manual --- po/pot/preseed.pot | 305 +++++++++++++++++++++++++++-------------------------- 1 file changed, 153 insertions(+), 152 deletions(-) (limited to 'po/pot/preseed.pot') diff --git a/po/pot/preseed.pot b/po/pot/preseed.pot index 4df0c6147..e8ddbfe52 100644 --- a/po/pot/preseed.pot +++ b/po/pot/preseed.pot @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" -"POT-Creation-Date: 2006-11-29 17:16+0000\n" +"POT-Creation-Date: 2006-12-26 01:54+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -27,7 +27,7 @@ msgid "This appendix explains how to preseed answers to questions in &d-i; to au msgstr "" #. Tag: para -#: preseed.xml:23 preseed.xml:621 +#: preseed.xml:23 preseed.xml:632 #, no-c-format msgid "The configuration fragments used in this appendix are also available as an example preconfiguration file from &urlset-example-preseed;." msgstr "" @@ -75,7 +75,7 @@ msgid "initrd" msgstr "" #. Tag: entry -#: preseed.xml:63 preseed.xml:478 +#: preseed.xml:63 preseed.xml:489 #, no-c-format msgid "file" msgstr "" @@ -264,47 +264,47 @@ msgstr "" #. Tag: para #: preseed.xml:294 #, no-c-format -msgid "To set a value to be used inside &d-i;, just pass path/to/variable=value for any of the preseed variables listed in the examples in this appendix. If a value is to be used to configure packages for the target system, you will need to prepend the owner of the variable as in owner:path/to/variable=value. If you don't specify the owner, the value for the variable will not be copied to the debconf database in the target system and thus remain unused during the configuration of the relevant package." +msgid "To set a value to be used inside &d-i;, just pass path/to/variable=value for any of the preseed variables listed in the examples in this appendix. If a value is to be used to configure packages for the target system, you will need to prepend the owner The owner of a debconf variable (or template) is normally the name of the package that contains the corresponding debconf template. For variables used in the installer itself the owner is d-i. Templates and variables can have more than one owner which helps to determine whether they can be removed from the debconf database if the package is purged. of the variable as in owner:path/to/variable=value. If you don't specify the owner, the value for the variable will not be copied to the debconf database in the target system and thus remain unused during the configuration of the relevant package." msgstr "" #. Tag: para -#: preseed.xml:306 +#: preseed.xml:317 #, no-c-format msgid "Note that some variables that are frequently set at the boot prompt have a shorter alias. If an alias is available, it is used in the examples in this appendix instead of the full variable. In particular, the preseed/url variable has been aliased as url and has some extra magic to allow shortened urls to be used. Another example is the tasks alias, which translates to tasksel:tasksel/first." msgstr "" #. Tag: para -#: preseed.xml:316 +#: preseed.xml:327 #, no-c-format msgid "A -- in the boot options has special meaning. Kernel parameters that appear after the last -- may be copied into the bootloader configuration for the installed system (if supported by the installer for the bootloader). The installer will automatically filter out any options (like preconfiguration options) that it recognizes." msgstr "" #. Tag: para -#: preseed.xml:325 +#: preseed.xml:336 #, no-c-format msgid "Current linux kernels (2.6.9 and later) accept a maximum of 32 command line options and 32 environment options, including any options added by default for the installer. If these numbers are exceeded, the kernel will panic (crash). (For earlier kernels, these numbers were lower.)" msgstr "" #. Tag: para -#: preseed.xml:333 +#: preseed.xml:344 #, no-c-format msgid "For most installations some of the default options in your bootloader configuration file, like vga=normal, may be safely removed which may allow you to add more options for preseeding." msgstr "" #. Tag: para -#: preseed.xml:340 +#: preseed.xml:351 #, no-c-format msgid "It may not always be possible to specify values with spaces for boot parameters, even if you delimit them with quotes." msgstr "" #. Tag: title -#: preseed.xml:349 +#: preseed.xml:360 #, no-c-format msgid "Auto mode" msgstr "" #. Tag: para -#: preseed.xml:350 +#: preseed.xml:361 #, no-c-format msgid "" "There are several features of Debian Installer that combine to allow fairly simple command lines at the boot prompt to result in arbitrarily complex customized automatic installs. To illustrate this, here are some examples that can be used at the boot prompt: \n" @@ -313,217 +313,217 @@ msgid "" msgstr "" #. Tag: para -#: preseed.xml:367 +#: preseed.xml:378 #, no-c-format -msgid "The path segment of that comes from auto-install/defaultroot, which includes the directory etch by default to allow future versions to specify their own codename to let people migrate forwards in a controlled manner. The /./ bit is used to indicate a root relative to which subsequent paths can be anchored (for use in preseed/include and preseed/run). This allows files to be specified either as full URLs, paths starting with / that are thus anchored, or even paths relative to the location where the last preseed file was found. This can be used to construct more portable scripts where an entire hierarchy of scripts can be moved to a new location without breaking it, for example copying the files onto a USB stick when they started out on a web server. In this example, if the preseed file sets preseed/run to /scripts/late_command.sh then the file will be fetched from http://autoserver.example.com/d-i/etch/./scripts/late_command.sh." +msgid "The last part of that url (d-i/etch/./preseed.cfg) is taken from auto-install/defaultroot. By default this includes the directory etch to allow future versions to specify their own codename and let people migrate forwards in a controlled manner. The /./ bit is used to indicate a root, relative to which subsequent paths can be anchored (for use in preseed/include and preseed/run). This allows files to be specified either as full URLs, paths starting with / that are thus anchored, or even paths relative to the location where the last preseed file was found. This can be used to construct more portable scripts where an entire hierarchy of scripts can be moved to a new location without breaking it, for example copying the files onto a USB stick when they started out on a web server. In this example, if the preseed file sets preseed/run to /scripts/late_command.sh then the file will be fetched from http://autoserver.example.com/d-i/etch/./scripts/late_command.sh." msgstr "" #. Tag: para -#: preseed.xml:387 +#: preseed.xml:398 #, no-c-format msgid "" - "If there is no local DHCP or DNS infrastructure, or if you do not want to use the default path to the preseed.cfg, you can still use an explicit url, and if you don't use the /./ element it will be anchored to the start of the path (i.e. the third / in the URL). Here is an example that requires minimal support from the local network infrastructure: \n" + "If there is no local DHCP or DNS infrastructure, or if you do not want to use the default path to preseed.cfg, you can still use an explicit url, and if you don't use the /./ element it will be anchored to the start of the path (i.e. the third / in the URL). Here is an example that requires minimal support from the local network infrastructure: \n" "auto url=http://192.168.1.2/path/to/mypreseed.file\n" " The way this works is that:" msgstr "" #. Tag: para -#: preseed.xml:400 +#: preseed.xml:411 #, no-c-format msgid "if the URL is missing a protocol, http is assumed," msgstr "" #. Tag: para -#: preseed.xml:403 +#: preseed.xml:414 #, no-c-format msgid "if the hostname section contains no periods, it has the domain derived from DHCP appended to it, and" msgstr "" #. Tag: para -#: preseed.xml:407 +#: preseed.xml:418 #, no-c-format msgid "if there's no /'s after the hostname, then the default path is added." msgstr "" #. Tag: para -#: preseed.xml:413 +#: preseed.xml:424 #, no-c-format msgid "" - "In addition to specifying the url, you can also specify settings that do not directly affect the behavior of &d-i; itself, but can be passed through to any scripts that might be specified preseed/run settings in the loaded preseed file. At present, the only example of this is auto-install/classes, which has an alias classes. This can be used thus: \n" + "In addition to specifying the url, you can also specify settings that do not directly affect the behavior of &d-i; itself, but can be passed through to scripts specified using preseed/run in the loaded preseed file. At present, the only example of this is auto-install/classes, which has an alias classes. This can be used thus: \n" "auto url=example.com classes=class_A;class_B\n" " The classes could for example denote the type of system to be installed, or the localization to be used." msgstr "" #. Tag: para -#: preseed.xml:427 +#: preseed.xml:438 #, no-c-format msgid "It is of course possible to extend this concept, and if you do, it is reasonable to use the auto-install namespace for this. So one might have something like auto-install/style which is then used in your scripts. If you feel the need to do this, please mention it on the debian-boot@lists.debian.org mailing list so that we can avoid namespace conflicts, and perhaps add an alias for the parameter for you." msgstr "" #. Tag: para -#: preseed.xml:437 +#: preseed.xml:448 #, no-c-format msgid "The auto boot label is not yet defined on all architectures. The same effect may be achieved by simply adding the two parameters auto=true priority=critical to the kernel command line. The auto parameter is an alias for auto-install/enabled and controls the delay of the locale and keyboard questions until after there has been a chance to preseed them, while priority is an alias for preseed/priority and setting it to critical stops any questions with a lower priority from being asked." msgstr "" #. Tag: para -#: preseed.xml:450 +#: preseed.xml:461 #, no-c-format msgid "Additional options that may be of interest while attempting to automate an install while using DHCP are: interface=auto netcfg/dhcp_timeout=60 which makes the machine choose the first viable NIC and be more patient about getting a reply to its DHCP query." msgstr "" #. Tag: title -#: preseed.xml:462 +#: preseed.xml:473 #, no-c-format msgid "Aliases useful with preseeding" msgstr "" #. Tag: para -#: preseed.xml:463 +#: preseed.xml:474 #, no-c-format msgid "The following aliases can be useful when using (auto mode) preseeding." msgstr "" #. Tag: entry -#: preseed.xml:473 +#: preseed.xml:484 #, no-c-format msgid "auto" msgstr "" #. Tag: entry -#: preseed.xml:473 +#: preseed.xml:484 #, no-c-format msgid "auto-install/enabled" msgstr "" #. Tag: entry -#: preseed.xml:474 +#: preseed.xml:485 #, no-c-format msgid "classes" msgstr "" #. Tag: entry -#: preseed.xml:474 +#: preseed.xml:485 #, no-c-format msgid "auto-install/classes" msgstr "" #. Tag: entry -#: preseed.xml:475 +#: preseed.xml:486 #, no-c-format msgid "fb" msgstr "" #. Tag: entry -#: preseed.xml:475 +#: preseed.xml:486 #, no-c-format msgid "debian-installer/framebuffer" msgstr "" #. Tag: entry -#: preseed.xml:476 +#: preseed.xml:487 #, no-c-format msgid "locale" msgstr "" #. Tag: entry -#: preseed.xml:476 +#: preseed.xml:487 #, no-c-format msgid "debian-installer/locale" msgstr "" #. Tag: entry -#: preseed.xml:477 +#: preseed.xml:488 #, no-c-format msgid "priority" msgstr "" #. Tag: entry -#: preseed.xml:477 +#: preseed.xml:488 #, no-c-format msgid "debconf/priority" msgstr "" #. Tag: entry -#: preseed.xml:478 +#: preseed.xml:489 #, no-c-format msgid "preseed/file" msgstr "" #. Tag: entry -#: preseed.xml:479 +#: preseed.xml:490 #, no-c-format msgid "url" msgstr "" #. Tag: entry -#: preseed.xml:479 +#: preseed.xml:490 #, no-c-format msgid "preseed/url" msgstr "" #. Tag: entry -#: preseed.xml:480 +#: preseed.xml:491 #, no-c-format msgid "hostname   " msgstr "" #. Tag: entry -#: preseed.xml:480 +#: preseed.xml:491 #, no-c-format msgid "netcfg/get_hostname" msgstr "" #. Tag: entry -#: preseed.xml:481 +#: preseed.xml:492 #, no-c-format msgid "domain" msgstr "" #. Tag: entry -#: preseed.xml:481 +#: preseed.xml:492 #, no-c-format msgid "netcfg/get_domain" msgstr "" #. Tag: entry -#: preseed.xml:482 +#: preseed.xml:493 #, no-c-format msgid "interface" msgstr "" #. Tag: entry -#: preseed.xml:482 +#: preseed.xml:493 #, no-c-format msgid "netcfg/choose_interface" msgstr "" #. Tag: entry -#: preseed.xml:483 +#: preseed.xml:494 #, no-c-format msgid "suite" msgstr "" #. Tag: entry -#: preseed.xml:483 +#: preseed.xml:494 #, no-c-format msgid "mirror/suite" msgstr "" #. Tag: title -#: preseed.xml:490 +#: preseed.xml:501 #, no-c-format msgid "Using a DHCP server to specify preconfiguration files" msgstr "" #. Tag: para -#: preseed.xml:491 +#: preseed.xml:502 #, no-c-format msgid "It's also possible to use DHCP to specify a preconfiguration file to download from the network. DHCP allows specifying a filename. Normally this is a file to netboot, but if it appears to be an URL then installation media that support network preseeding will download the file from the URL and use it as a preconfiguration file. Here is an example of how to set it up in the dhcpd.conf for version 3 of the ISC DHCP server (the dhcp3-server Debian package)." msgstr "" #. Tag: screen -#: preseed.xml:502 +#: preseed.xml:513 #, no-c-format msgid "" "if substring (option vendor-class-identifier, 0, 3) = \"d-i\" {\n" @@ -532,79 +532,79 @@ msgid "" msgstr "" #. Tag: para -#: preseed.xml:504 +#: preseed.xml:515 #, no-c-format msgid "Note that the above example limits this filename to DHCP clients that identify themselves as \"d-i\", so it will not affect regular DHCP clients, but only the installer. You can also put the text in a stanza for only one particular host to avoid preseeding all installs on your network." msgstr "" #. Tag: para -#: preseed.xml:511 +#: preseed.xml:522 #, no-c-format msgid "A good way to use the DHCP preseeding is to only preseed values specific to your network, such as the Debian mirror to use. This way installs on your network will automatically get a good mirror selected, but the rest of the installation can be performed interactively. Using DHCP preseeding to fully automate Debian installs should only be done with care." msgstr "" #. Tag: title -#: preseed.xml:525 +#: preseed.xml:536 #, no-c-format msgid "Creating a preconfiguration file" msgstr "" #. Tag: para -#: preseed.xml:526 +#: preseed.xml:537 #, no-c-format msgid "The preconfiguration file is in the format used by the debconf-set-selections command. The general format of a line in a preconfiguration file is:" msgstr "" #. Tag: screen -#: preseed.xml:532 +#: preseed.xml:543 #, no-c-format msgid "<owner> <question name> <question type> <value>" msgstr "" #. Tag: para -#: preseed.xml:534 +#: preseed.xml:545 #, no-c-format msgid "There are a few rules to keep in mind when writing a preconfiguration file." msgstr "" #. Tag: para -#: preseed.xml:541 +#: preseed.xml:552 #, no-c-format msgid "Put only a single space or tab between type and value: any additional whitespace will be interpreted as belonging to the value." msgstr "" #. Tag: para -#: preseed.xml:545 +#: preseed.xml:556 #, no-c-format msgid "A line can be split into multiple lines by appending a backslash (\\) as the line continuation character. A good place to split a line is after the question name; a bad place is between type and value." msgstr "" #. Tag: para -#: preseed.xml:551 +#: preseed.xml:562 #, no-c-format msgid "Most questions need to be preseeded using the values valid in English and not the translated values. However, there are some questions (for example in partman) where the translated values need to be used." msgstr "" #. Tag: para -#: preseed.xml:557 +#: preseed.xml:568 #, no-c-format msgid "Some questions take a code as value instead of the English text that is shown during installation." msgstr "" #. Tag: para -#: preseed.xml:563 +#: preseed.xml:574 #, no-c-format msgid "The easiest way to create a preconfiguration file is to use the example file linked in as basis and work from there." msgstr "" #. Tag: para -#: preseed.xml:568 +#: preseed.xml:579 #, no-c-format msgid "An alternative method is to do a manual installation and then, after rebooting, use the debconf-get-selections from the debconf-utils package to dump both the debconf database and the installer's cdebconf database to a single file:" msgstr "" #. Tag: screen -#: preseed.xml:575 +#: preseed.xml:586 #, no-c-format msgid "" "$ debconf-get-selections --installer > file\n" @@ -612,67 +612,67 @@ msgid "" msgstr "" #. Tag: para -#: preseed.xml:577 +#: preseed.xml:588 #, no-c-format msgid "However, a file generated in this manner will have some items that should not be preseeded, and the example file is a better starting place for most users." msgstr "" #. Tag: para -#: preseed.xml:585 +#: preseed.xml:596 #, no-c-format msgid "This method relies on the fact that, at the end of the installation, the installer's cdebconf database is saved to the installed system in /var/log/installer/cdebconf. However, because the database may contain sensitive information, by default the files are only readable by root." msgstr "" #. Tag: para -#: preseed.xml:593 +#: preseed.xml:604 #, no-c-format msgid "The directory /var/log/installer and all files in it will be deleted from your system if you purge the package installation-report." msgstr "" #. Tag: para -#: preseed.xml:601 +#: preseed.xml:612 #, no-c-format msgid "To check possible values for questions, you can use nano to examine the files in /var/lib/cdebconf while an installation is in progress. View templates.dat for the raw templates and questions.dat for the current values and for the values assigned to variables." msgstr "" #. Tag: para -#: preseed.xml:609 +#: preseed.xml:620 #, no-c-format msgid "To check if the format of your preconfiguration file is valid before performing an install, you can use the command debconf-set-selections -c preseed.cfg." msgstr "" #. Tag: title -#: preseed.xml:620 +#: preseed.xml:631 #, no-c-format msgid "Contents of the preconfiguration file" msgstr "" #. Tag: para -#: preseed.xml:626 +#: preseed.xml:637 #, no-c-format msgid "Note that this example is based on an installation for the Intel x86 architecture. If you are installing a different architecture, some of the examples (like keyboard selection and bootloader installation) may not be relevant and will need to be replaced by debconf settings appropriate for your architecture." msgstr "" #. Tag: title -#: preseed.xml:637 +#: preseed.xml:648 #, no-c-format msgid "Localization" msgstr "" #. Tag: para -#: preseed.xml:638 +#: preseed.xml:649 #, no-c-format msgid "Setting localization values will only work if you are using initrd preseeding. With all other methods the preconfiguration file will only be loaded after these questions have been asked." msgstr "" #. Tag: para -#: preseed.xml:644 +#: preseed.xml:655 #, no-c-format msgid "The locale can be used to specify both language and country. To specify the locale as a boot parameter, use locale=en_US." msgstr "" #. Tag: screen -#: preseed.xml:650 +#: preseed.xml:661 #, no-c-format msgid "" "# Locale sets language and country.\n" @@ -680,13 +680,13 @@ msgid "" msgstr "" #. Tag: para -#: preseed.xml:652 +#: preseed.xml:663 #, no-c-format msgid "Keyboard configuration consists of selecting a keyboard architecture and a keymap. In most cases the correct keyboard architecture is selected by default, so there's normally no need to preseed it. The keymap must be valid for the selected keyboard architecture." msgstr "" #. Tag: screen -#: preseed.xml:659 +#: preseed.xml:670 #, no-c-format msgid "" "# Keyboard selection.\n" @@ -697,43 +697,43 @@ msgid "" msgstr "" #. Tag: para -#: preseed.xml:661 +#: preseed.xml:672 #, no-c-format msgid "To skip keyboard configuration, preseed console-tools/archs with skip-config. This will result in the kernel keymap remaining active." msgstr "" #. Tag: para -#: preseed.xml:670 +#: preseed.xml:681 #, no-c-format msgid "The changes in the input layer for 2.6 kernels have made the keyboard architecture virtually obsolete. For 2.6 kernels normally a PC (at) keymap should be selected." msgstr "" #. Tag: title -#: preseed.xml:680 +#: preseed.xml:691 #, no-c-format msgid "Network configuration" msgstr "" #. Tag: para -#: preseed.xml:681 +#: preseed.xml:692 #, no-c-format msgid "Of course, preseeding the network configuration won't work if you're loading your preconfiguration file from the network. But it's great when you're booting from CD or USB stick. If you are loading preconfiguration files from the network, you can pass network config parameters by using kernel boot parameters." msgstr "" #. Tag: para -#: preseed.xml:689 +#: preseed.xml:700 #, no-c-format msgid "If you need to pick a particular interface when netbooting before loading a preconfiguration file from the network, use a boot parameter such as interface=eth1." msgstr "" #. Tag: para -#: preseed.xml:695 +#: preseed.xml:706 #, no-c-format msgid "Although preseeding the network configuration is normally not possible when using network preseeding (using preseed/url), you can use the following hack to work around that, for example if you'd like to set a static address for the network interface. The hack is to force the network configuration to run again after the preconfiguration file has been loaded by creating a preseed/run script containing the following lines:" msgstr "" #. Tag: screen -#: preseed.xml:705 +#: preseed.xml:716 #, no-c-format msgid "" "killall.sh dhclient\n" @@ -741,7 +741,7 @@ msgid "" msgstr "" #. Tag: screen -#: preseed.xml:709 +#: preseed.xml:720 #, no-c-format msgid "" "# netcfg will choose an interface that has link if possible. This makes it\n" @@ -785,31 +785,31 @@ msgid "" msgstr "" #. Tag: title -#: preseed.xml:714 +#: preseed.xml:725 #, no-c-format msgid "Mirror settings" msgstr "" #. Tag: para -#: preseed.xml:715 +#: preseed.xml:726 #, no-c-format msgid "Depending on the installation method you use, a mirror may be used both to download additional components of the installer, the base system and to set up the /etc/apt/sources.list for the installed system." msgstr "" #. Tag: para -#: preseed.xml:722 +#: preseed.xml:733 #, no-c-format msgid "The parameter mirror/suite determines the suite for the installed system." msgstr "" #. Tag: para -#: preseed.xml:727 +#: preseed.xml:738 #, no-c-format msgid "The parameter mirror/udeb/suite determines the suite for additional components for the installer. It is only useful to set this if components are actually downloaded over the network and should match the suite that was used to build the initrd for the installation method used for the installation. By default the value for mirror/udeb/suite is the same as mirror/suite." msgstr "" #. Tag: screen -#: preseed.xml:739 +#: preseed.xml:750 #, no-c-format msgid "" "d-i mirror/country string enter information manually\n" @@ -824,25 +824,25 @@ msgid "" msgstr "" #. Tag: title -#: preseed.xml:744 +#: preseed.xml:755 #, no-c-format msgid "Partitioning" msgstr "" #. Tag: para -#: preseed.xml:745 +#: preseed.xml:756 #, no-c-format msgid "Using preseeding to partition the harddisk is very much limited to what is supported by partman-auto. You can choose to either partition existing free space on a disk or a whole disk. The layout of the disk can be determined by using a predefined recipe, a custom recipe from a recipe file or a recipe included in the preconfiguration file. It is currently not possible to partition multiple disks using preseeding." msgstr "" #. Tag: para -#: preseed.xml:756 +#: preseed.xml:767 #, no-c-format msgid "The identification of disks is dependent on the order in which their drivers are loaded. If there are multiple disks in the system, make very sure the correct one will be selected before using preseeding." msgstr "" #. Tag: screen -#: preseed.xml:764 +#: preseed.xml:775 #, no-c-format msgid "" "# If the system has free space you can choose to only partition that space.\n" @@ -908,31 +908,31 @@ msgid "" msgstr "" #. Tag: title -#: preseed.xml:769 +#: preseed.xml:780 #, no-c-format msgid "Partitioning using RAID" msgstr "" #. Tag: para -#: preseed.xml:770 +#: preseed.xml:781 #, no-c-format msgid "You can also use preseeding to set up partitions on software RAID arrays. Supported are RAID levels 0, 1 and 5, creating degraded arrays and specifying spare devices. If you are using RAID 1, you can preseed grub to install to all devices used in the array; see ." msgstr "" #. Tag: para -#: preseed.xml:780 +#: preseed.xml:791 #, no-c-format msgid "This type of automated partitioning is easy to get wrong. It is also a very new component that may still have some bugs or missing error handling. The responsibility to get the various recipes right (so they make sense and don't conflict) lies with the user. Check /var/log/syslog if you run into problems." msgstr "" #. Tag: para -#: preseed.xml:788 +#: preseed.xml:799 #, no-c-format msgid "Note that only RAID 0 and RAID 1 have been tested by the developers of the component. RAID 5 is untested. Advanced RAID setup with degraded arrays or spare devices has only been tested lightly." msgstr "" #. Tag: screen -#: preseed.xml:796 +#: preseed.xml:807 #, no-c-format msgid "" "# NOTE: this option is of beta release quality and should be used carefully\n" @@ -983,13 +983,13 @@ msgid "" msgstr "" #. Tag: title -#: preseed.xml:801 +#: preseed.xml:812 #, no-c-format msgid "Clock and time zone setup" msgstr "" #. Tag: screen -#: preseed.xml:803 +#: preseed.xml:814 #, no-c-format msgid "" "# Controls whether or not the hardware clock is set to UTC.\n" @@ -1001,19 +1001,19 @@ msgid "" msgstr "" #. Tag: title -#: preseed.xml:808 +#: preseed.xml:819 #, no-c-format msgid "Apt setup" msgstr "" #. Tag: para -#: preseed.xml:809 +#: preseed.xml:820 #, no-c-format msgid "Setup of the /etc/apt/sources.list and basic configuration options is fully automated based on your installation method and answers to earlier questions. You can optionally add other (local) repositories." msgstr "" #. Tag: screen -#: preseed.xml:817 +#: preseed.xml:828 #, no-c-format msgid "" "# You can choose to install non-free and contrib software.\n" @@ -1036,25 +1036,25 @@ msgid "" msgstr "" #. Tag: title -#: preseed.xml:822 +#: preseed.xml:833 #, no-c-format msgid "Account setup" msgstr "" #. Tag: para -#: preseed.xml:823 +#: preseed.xml:834 #, no-c-format msgid "The password for the root account and name and password for a first regular user's account can be preseeded. For the passwords you can use either clear text values or MD5 hashes." msgstr "" #. Tag: para -#: preseed.xml:830 +#: preseed.xml:841 #, no-c-format msgid "Be aware that preseeding passwords is not completely secure as everyone with access to the preconfiguration file will have the knowledge of these passwords. Using MD5 hashes is considered slightly better in terms of security but it might also give a false sense of security as access to a MD5 hash allows for brute force attacks." msgstr "" #. Tag: screen -#: preseed.xml:840 +#: preseed.xml:851 #, no-c-format msgid "" "# Skip creation of a root account (normal user account will be able to\n" @@ -1080,37 +1080,37 @@ msgid "" msgstr "" #. Tag: para -#: preseed.xml:842 +#: preseed.xml:853 #, no-c-format msgid "The passwd/root-password-crypted and passwd/user-password-crypted variables can also be preseeded with ! as their value. In that case, the corresponding account is disabled. This may be convenient for the root account, provided of course that an alternative method is setup to allow administrative activities or root login (for instance by using SSH key authentication or sudo)." msgstr "" #. Tag: para -#: preseed.xml:852 +#: preseed.xml:863 #, no-c-format msgid "An MD5 hash for a password can be generated using the following command." msgstr "" #. Tag: screen -#: preseed.xml:856 +#: preseed.xml:867 #, no-c-format msgid "$ echo \"r00tme\" | mkpasswd -s -H MD5" msgstr "" #. Tag: title -#: preseed.xml:862 +#: preseed.xml:873 #, no-c-format msgid "Base system installation" msgstr "" #. Tag: para -#: preseed.xml:863 +#: preseed.xml:874 #, no-c-format msgid "There is actually not very much that can be preseeded for this stage of the installation. The only questions asked concern the installation of the kernel." msgstr "" #. Tag: screen -#: preseed.xml:870 +#: preseed.xml:881 #, no-c-format msgid "" "# Select the initramfs generator used to generate the initrd for 2.6 kernels.\n" @@ -1118,13 +1118,13 @@ msgid "" msgstr "" #. Tag: title -#: preseed.xml:875 +#: preseed.xml:886 #, no-c-format msgid "Boot loader installation" msgstr "" #. Tag: screen -#: preseed.xml:877 +#: preseed.xml:888 #, no-c-format msgid "" "# Grub is the default boot loader (for x86). If you want lilo installed\n" @@ -1149,97 +1149,97 @@ msgid "" msgstr "" #. Tag: title -#: preseed.xml:882 +#: preseed.xml:893 #, no-c-format msgid "Package selection" msgstr "" #. Tag: para -#: preseed.xml:883 +#: preseed.xml:894 #, no-c-format msgid "You can choose to install any combination of tasks that are available. Available tasks as of this writing include:" msgstr "" #. Tag: userinput -#: preseed.xml:892 +#: preseed.xml:903 #, no-c-format msgid "standard" msgstr "" #. Tag: userinput -#: preseed.xml:895 +#: preseed.xml:906 #, no-c-format msgid "desktop" msgstr "" #. Tag: userinput -#: preseed.xml:898 +#: preseed.xml:909 #, no-c-format msgid "gnome-desktop" msgstr "" #. Tag: userinput -#: preseed.xml:901 +#: preseed.xml:912 #, no-c-format msgid "kde-desktop" msgstr "" #. Tag: userinput -#: preseed.xml:904 +#: preseed.xml:915 #, no-c-format msgid "web-server" msgstr "" #. Tag: userinput -#: preseed.xml:907 +#: preseed.xml:918 #, no-c-format msgid "print-server" msgstr "" #. Tag: userinput -#: preseed.xml:910 +#: preseed.xml:921 #, no-c-format msgid "dns-server" msgstr "" #. Tag: userinput -#: preseed.xml:913 +#: preseed.xml:924 #, no-c-format msgid "file-server" msgstr "" #. Tag: userinput -#: preseed.xml:916 +#: preseed.xml:927 #, no-c-format msgid "mail-server" msgstr "" #. Tag: userinput -#: preseed.xml:919 +#: preseed.xml:930 #, no-c-format msgid "sql-database" msgstr "" #. Tag: userinput -#: preseed.xml:922 +#: preseed.xml:933 #, no-c-format msgid "laptop" msgstr "" #. Tag: para -#: preseed.xml:926 +#: preseed.xml:937 #, no-c-format msgid "You can also choose to install no tasks, and force the installation of a set of packages in some other way. We recommend always including the standard task." msgstr "" #. Tag: para -#: preseed.xml:932 +#: preseed.xml:943 #, no-c-format msgid "If you want to install some individual packages in addition to packages installed by tasks, you can use the parameter pkgsel/include. The value of this parameter can be either comma-separated or space-separated, so you can also use it easily on the kernel command line." msgstr "" #. Tag: screen -#: preseed.xml:942 +#: preseed.xml:953 #, no-c-format msgid "" "tasksel tasksel/first multiselect standard, desktop\n" @@ -1257,13 +1257,13 @@ msgid "" msgstr "" #. Tag: title -#: preseed.xml:947 +#: preseed.xml:958 #, no-c-format msgid "Finishing up the first stage install" msgstr "" #. Tag: screen -#: preseed.xml:949 +#: preseed.xml:960 #, no-c-format msgid "" "# Avoid that last message about the install being complete.\n" @@ -1275,19 +1275,19 @@ msgid "" msgstr "" #. Tag: title -#: preseed.xml:954 +#: preseed.xml:965 #, no-c-format msgid "Mailer configuration" msgstr "" #. Tag: para -#: preseed.xml:955 +#: preseed.xml:966 #, no-c-format msgid "During a normal install, exim asks only a few questions. Here's how to avoid even those. More complicated preseeding is possible." msgstr "" #. Tag: screen -#: preseed.xml:962 +#: preseed.xml:973 #, no-c-format msgid "" "exim4-config exim4/dc_eximconfig_configtype \\\n" @@ -1298,19 +1298,19 @@ msgid "" msgstr "" #. Tag: title -#: preseed.xml:967 +#: preseed.xml:978 #, no-c-format msgid "X configuration" msgstr "" #. Tag: para -#: preseed.xml:968 +#: preseed.xml:979 #, no-c-format msgid "Preseeding Debian's X config is possible, but you probably need to know some details about the video hardware of the machine, since Debian's X configurator does not do fully automatic configuration of everything." msgstr "" #. Tag: screen -#: preseed.xml:976 +#: preseed.xml:987 #, no-c-format msgid "" "# X can detect the right driver for some cards, but if you're preseeding,\n" @@ -1336,13 +1336,13 @@ msgid "" msgstr "" #. Tag: title -#: preseed.xml:981 +#: preseed.xml:992 #, no-c-format msgid "Preseeding other packages" msgstr "" #. Tag: screen -#: preseed.xml:983 +#: preseed.xml:994 #, no-c-format msgid "" "# Depending on what software you choose to install, or if things go wrong\n" @@ -1355,25 +1355,25 @@ msgid "" msgstr "" #. Tag: title -#: preseed.xml:990 +#: preseed.xml:1001 #, no-c-format msgid "Advanced options" msgstr "" #. Tag: title -#: preseed.xml:993 +#: preseed.xml:1004 #, no-c-format msgid "Running custom commands during the installation" msgstr "" #. Tag: para -#: preseed.xml:994 +#: preseed.xml:1005 #, no-c-format msgid "A very powerful and flexible option offered by the preconfiguration tools is the ability to run commands or scripts at certain points in the installation." msgstr "" #. Tag: screen -#: preseed.xml:1002 +#: preseed.xml:1013 #, no-c-format msgid "" "# d-i preseeding is inherently not secure. Nothing in the installer checks\n" @@ -1395,19 +1395,19 @@ msgid "" msgstr "" #. Tag: title -#: preseed.xml:1007 +#: preseed.xml:1018 #, no-c-format msgid "Using preseeding to change default values" msgstr "" #. Tag: para -#: preseed.xml:1008 +#: preseed.xml:1019 #, no-c-format msgid "It is possible to use preseeding to change the default answer for a question, but still have the question asked. To do this the seen flag must be reset to false after setting the value for a question." msgstr "" #. Tag: screen -#: preseed.xml:1017 +#: preseed.xml:1028 #, no-c-format msgid "" "d-i foo/bar string value\n" @@ -1415,19 +1415,19 @@ msgid "" msgstr "" #. Tag: title -#: preseed.xml:1022 +#: preseed.xml:1033 #, no-c-format msgid "Chainloading preconfiguration files" msgstr "" #. Tag: para -#: preseed.xml:1023 +#: preseed.xml:1034 #, no-c-format msgid "It is possible to include other preconfiguration files from a preconfiguration file. Any settings in those files will override pre-existing settings from files loaded earlier. This makes it possible to put, for example, general networking settings for your location in one file and more specific settings for certain configurations in other files." msgstr "" #. Tag: screen -#: preseed.xml:1033 +#: preseed.xml:1044 #, no-c-format msgid "" "# More than one file can be listed, separated by spaces; all will be\n" @@ -1448,13 +1448,14 @@ msgid "" "\n" "# Most flexibly of all, this downloads a program and runs it. The program\n" "# can use commands such as debconf-set to manipulate the debconf database.\n" + "# More than one script can be listed, separated by spaces.\n" "# Note that if the filenames are relative, they are taken from the same\n" "# directory as the preconfiguration file that runs them.\n" - "d-i preseed/run string foo.sh" + "#d-i preseed/run string foo.sh" msgstr "" #. Tag: para -#: preseed.xml:1035 +#: preseed.xml:1046 #, no-c-format msgid "It is also possible to chainload from the initrd or file preseeding phase, into network preseeding by setting preseed/url in the earlier files. This will cause network preseeding to be performed when the network comes up. You need to be careful when doing this, since there will be two distinct runs at preseeding, meaning for example that you get another chance to run the preseed/early command, the second one happening after the network comes up." msgstr "" -- cgit v1.2.3