From 3b2a6e4591ca58d0aca1a93f9a81868197b6d02f Mon Sep 17 00:00:00 2001 From: Felipe Augusto van de Wiel Date: Thu, 19 Jul 2007 05:15:38 +0000 Subject: [SILENT_COMMIT] Update of POT and PO files for the manual --- po/pot/preseed.pot | 312 ++++++++++++++++++++++++++++------------------------- 1 file changed, 163 insertions(+), 149 deletions(-) (limited to 'po/pot/preseed.pot') diff --git a/po/pot/preseed.pot b/po/pot/preseed.pot index 6c671e38e..01e547841 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: 2007-07-09 16:32+0000\n" +"POT-Creation-Date: 2007-07-19 05:14+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:641 +#: preseed.xml:23 preseed.xml:647 #, 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:497 +#: preseed.xml:63 preseed.xml:503 #, no-c-format msgid "file" msgstr "" @@ -270,41 +270,47 @@ msgstr "" #. Tag: para #: 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." +msgid "Normally, preseeding a question in this way will mean that the question will not be asked. To set a specific default value for a question, but still have the question asked, use ?= instead of = as operator. See also ." msgstr "" #. Tag: para -#: preseed.xml:327 +#: preseed.xml:324 +#, 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. The preseed/url variable for example has been aliased as url. Another example is the tasks alias, which translates to tasksel:tasksel/first." +msgstr "" + +#. Tag: para +#: preseed.xml:333 #, 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:336 +#: preseed.xml:342 #, 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:344 +#: preseed.xml:350 #, 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:351 +#: preseed.xml:357 #, 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:360 +#: preseed.xml:366 #, no-c-format msgid "Auto mode" msgstr "" #. Tag: para -#: preseed.xml:361 +#: preseed.xml:367 #, 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,13 +319,13 @@ msgid "" msgstr "" #. Tag: para -#: preseed.xml:378 +#: preseed.xml:384 #, no-c-format 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:398 +#: preseed.xml:404 #, 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 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" @@ -328,25 +334,25 @@ msgid "" msgstr "" #. Tag: para -#: preseed.xml:411 +#: preseed.xml:417 #, no-c-format msgid "if the URL is missing a protocol, http is assumed," msgstr "" #. Tag: para -#: preseed.xml:414 +#: preseed.xml:420 #, 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:418 +#: preseed.xml:424 #, no-c-format msgid "if there's no /'s after the hostname, then the default path is added." msgstr "" #. Tag: para -#: preseed.xml:424 +#: preseed.xml:430 #, 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 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" @@ -355,193 +361,193 @@ msgid "" msgstr "" #. Tag: para -#: preseed.xml:438 +#: preseed.xml:444 #, 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:448 +#: preseed.xml:454 #, 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/enable 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 debconf/priority and setting it to critical stops any questions with a lower priority from being asked." msgstr "" #. Tag: para -#: preseed.xml:461 +#: preseed.xml:467 #, 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: para -#: preseed.xml:470 +#: preseed.xml:476 #, no-c-format msgid "An extensive example of how to use this framework, including example scripts and classes, can be found on the website of its developer. The examples available there also show many other nice effects that can be achieved by creative use of preconfiguration." msgstr "" #. Tag: title -#: preseed.xml:481 +#: preseed.xml:487 #, no-c-format msgid "Aliases useful with preseeding" msgstr "" #. Tag: para -#: preseed.xml:482 +#: preseed.xml:488 #, no-c-format msgid "The following aliases can be useful when using (auto mode) preseeding." msgstr "" #. Tag: entry -#: preseed.xml:492 +#: preseed.xml:498 #, no-c-format msgid "auto" msgstr "" #. Tag: entry -#: preseed.xml:492 +#: preseed.xml:498 #, no-c-format msgid "auto-install/enable" msgstr "" #. Tag: entry -#: preseed.xml:493 +#: preseed.xml:499 #, no-c-format msgid "classes" msgstr "" #. Tag: entry -#: preseed.xml:493 +#: preseed.xml:499 #, no-c-format msgid "auto-install/classes" msgstr "" #. Tag: entry -#: preseed.xml:494 +#: preseed.xml:500 #, no-c-format msgid "fb" msgstr "" #. Tag: entry -#: preseed.xml:494 +#: preseed.xml:500 #, no-c-format msgid "debian-installer/framebuffer" msgstr "" #. Tag: entry -#: preseed.xml:495 +#: preseed.xml:501 #, no-c-format msgid "locale" msgstr "" #. Tag: entry -#: preseed.xml:495 +#: preseed.xml:501 #, no-c-format msgid "debian-installer/locale" msgstr "" #. Tag: entry -#: preseed.xml:496 +#: preseed.xml:502 #, no-c-format msgid "priority" msgstr "" #. Tag: entry -#: preseed.xml:496 +#: preseed.xml:502 #, no-c-format msgid "debconf/priority" msgstr "" #. Tag: entry -#: preseed.xml:497 +#: preseed.xml:503 #, no-c-format msgid "preseed/file" msgstr "" #. Tag: entry -#: preseed.xml:498 +#: preseed.xml:504 #, no-c-format msgid "url" msgstr "" #. Tag: entry -#: preseed.xml:498 +#: preseed.xml:504 #, no-c-format msgid "preseed/url" msgstr "" #. Tag: entry -#: preseed.xml:499 +#: preseed.xml:505 #, no-c-format msgid "interface" msgstr "" #. Tag: entry -#: preseed.xml:499 +#: preseed.xml:505 #, no-c-format msgid "netcfg/choose_interface" msgstr "" #. Tag: entry -#: preseed.xml:500 +#: preseed.xml:506 #, no-c-format msgid "hostname   " msgstr "" #. Tag: entry -#: preseed.xml:500 +#: preseed.xml:506 #, no-c-format msgid "netcfg/get_hostname" msgstr "" #. Tag: entry -#: preseed.xml:501 +#: preseed.xml:507 #, no-c-format msgid "domain" msgstr "" #. Tag: entry -#: preseed.xml:501 +#: preseed.xml:507 #, no-c-format msgid "netcfg/get_domain" msgstr "" #. Tag: entry -#: preseed.xml:502 +#: preseed.xml:508 #, no-c-format msgid "protocol" msgstr "" #. Tag: entry -#: preseed.xml:502 +#: preseed.xml:508 #, no-c-format msgid "mirror/protocol" msgstr "" #. Tag: entry -#: preseed.xml:503 +#: preseed.xml:509 #, no-c-format msgid "suite" msgstr "" #. Tag: entry -#: preseed.xml:503 +#: preseed.xml:509 #, no-c-format msgid "mirror/suite" msgstr "" #. Tag: title -#: preseed.xml:510 +#: preseed.xml:516 #, no-c-format msgid "Using a DHCP server to specify preconfiguration files" msgstr "" #. Tag: para -#: preseed.xml:511 +#: preseed.xml:517 #, 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:522 +#: preseed.xml:528 #, no-c-format msgid "" "if substring (option vendor-class-identifier, 0, 3) = \"d-i\" {\n" @@ -550,79 +556,79 @@ msgid "" msgstr "" #. Tag: para -#: preseed.xml:524 +#: preseed.xml:530 #, 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:531 +#: preseed.xml:537 #, 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:545 +#: preseed.xml:551 #, no-c-format msgid "Creating a preconfiguration file" msgstr "" #. Tag: para -#: preseed.xml:546 +#: preseed.xml:552 #, 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:552 +#: preseed.xml:558 #, no-c-format msgid "<owner> <question name> <question type> <value>" msgstr "" #. Tag: para -#: preseed.xml:554 +#: preseed.xml:560 #, no-c-format msgid "There are a few rules to keep in mind when writing a preconfiguration file." msgstr "" #. Tag: para -#: preseed.xml:561 +#: preseed.xml:567 #, 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:565 +#: preseed.xml:571 #, 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:571 +#: preseed.xml:577 #, 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:577 +#: preseed.xml:583 #, 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:583 +#: preseed.xml:589 #, 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:588 +#: preseed.xml:594 #, 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:595 +#: preseed.xml:601 #, no-c-format msgid "" "$ debconf-get-selections --installer > file\n" @@ -630,67 +636,67 @@ msgid "" msgstr "" #. Tag: para -#: preseed.xml:597 +#: preseed.xml:603 #, 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:605 +#: preseed.xml:611 #, 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:613 +#: preseed.xml:619 #, 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:621 +#: preseed.xml:627 #, 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:629 +#: preseed.xml:635 #, 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:640 +#: preseed.xml:646 #, no-c-format msgid "Contents of the preconfiguration file" msgstr "" #. Tag: para -#: preseed.xml:646 +#: preseed.xml:652 #, 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:657 +#: preseed.xml:663 #, no-c-format msgid "Localization" msgstr "" #. Tag: para -#: preseed.xml:658 +#: preseed.xml:664 #, 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:664 +#: preseed.xml:670 #, 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:670 +#: preseed.xml:676 #, no-c-format msgid "" "# Locale sets language and country.\n" @@ -698,13 +704,13 @@ msgid "" msgstr "" #. Tag: para -#: preseed.xml:672 +#: preseed.xml:678 #, 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:679 +#: preseed.xml:685 #, no-c-format msgid "" "# Keyboard selection.\n" @@ -715,43 +721,43 @@ msgid "" msgstr "" #. Tag: para -#: preseed.xml:681 +#: preseed.xml:687 #, 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:690 +#: preseed.xml:696 #, 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:700 +#: preseed.xml:706 #, no-c-format msgid "Network configuration" msgstr "" #. Tag: para -#: preseed.xml:701 +#: preseed.xml:707 #, 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:709 +#: preseed.xml:715 #, 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:715 +#: preseed.xml:721 #, 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:725 +#: preseed.xml:731 #, no-c-format msgid "" "killall.sh dhclient\n" @@ -759,7 +765,7 @@ msgid "" msgstr "" #. Tag: screen -#: preseed.xml:729 +#: preseed.xml:735 #, no-c-format msgid "" "# netcfg will choose an interface that has link if possible. This makes it\n" @@ -803,31 +809,31 @@ msgid "" msgstr "" #. Tag: title -#: preseed.xml:734 +#: preseed.xml:740 #, no-c-format msgid "Mirror settings" msgstr "" #. Tag: para -#: preseed.xml:735 +#: preseed.xml:741 #, no-c-format msgid "Depending on the installation method you use, a mirror may be used to download additional components of the installer, to install the base system, and to set up the /etc/apt/sources.list for the installed system." msgstr "" #. Tag: para -#: preseed.xml:742 +#: preseed.xml:748 #, no-c-format msgid "The parameter mirror/suite determines the suite for the installed system." msgstr "" #. Tag: para -#: preseed.xml:747 +#: preseed.xml:753 #, 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:759 +#: preseed.xml:765 #, no-c-format msgid "" "# If you select ftp, the mirror/country string does not need to be set.\n" @@ -845,25 +851,25 @@ msgid "" msgstr "" #. Tag: title -#: preseed.xml:764 +#: preseed.xml:770 #, no-c-format msgid "Partitioning" msgstr "" #. Tag: para -#: preseed.xml:765 +#: preseed.xml:771 #, 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 partition either 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:776 +#: preseed.xml:782 #, 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:784 +#: preseed.xml:790 #, no-c-format msgid "" "# If the system has free space you can choose to only partition that space.\n" @@ -929,31 +935,31 @@ msgid "" msgstr "" #. Tag: title -#: preseed.xml:789 +#: preseed.xml:795 #, no-c-format msgid "Partitioning using RAID" msgstr "" #. Tag: para -#: preseed.xml:790 +#: preseed.xml:796 #, 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:800 +#: preseed.xml:806 #, 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:808 +#: preseed.xml:814 #, 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:816 +#: preseed.xml:822 #, no-c-format msgid "" "# NOTE: this option is of beta release quality and should be used carefully\n" @@ -1004,13 +1010,13 @@ msgid "" msgstr "" #. Tag: title -#: preseed.xml:821 +#: preseed.xml:827 #, no-c-format msgid "Clock and time zone setup" msgstr "" #. Tag: screen -#: preseed.xml:823 +#: preseed.xml:829 #, no-c-format msgid "" "# Controls whether or not the hardware clock is set to UTC.\n" @@ -1022,25 +1028,25 @@ msgid "" msgstr "" #. Tag: title -#: preseed.xml:828 +#: preseed.xml:834 #, no-c-format msgid "Account setup" msgstr "" #. Tag: para -#: preseed.xml:829 +#: preseed.xml:835 #, 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:836 +#: preseed.xml:842 #, 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:846 +#: preseed.xml:852 #, no-c-format msgid "" "# Skip creation of a root account (normal user account will be able to\n" @@ -1062,7 +1068,9 @@ msgid "" "#d-i passwd/user-password password insecure\n" "#d-i passwd/user-password-again password insecure\n" "# or encrypted using an MD5 hash.\n" - "#d-i passwd/user-password-crypted password [MD5 hash]\n" + "#d-i passwd/user-password-crypted password [MD5 hash]\n" + "# Create the first user with the specified UID instead of the default.\n" + "#d-i passwd/user-uid string 1010\n" "\n" "# The user account will be added to some standard initial groups. To\n" "# override that, use this.\n" @@ -1070,37 +1078,37 @@ msgid "" msgstr "" #. Tag: para -#: preseed.xml:848 +#: preseed.xml:854 #, 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:858 +#: preseed.xml:864 #, no-c-format msgid "An MD5 hash for a password can be generated using the following command." msgstr "" #. Tag: screen -#: preseed.xml:862 +#: preseed.xml:868 #, no-c-format msgid "$ echo \"r00tme\" | mkpasswd -s -H MD5" msgstr "" #. Tag: title -#: preseed.xml:868 +#: preseed.xml:874 #, no-c-format msgid "Base system installation" msgstr "" #. Tag: para -#: preseed.xml:869 +#: preseed.xml:875 #, 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:876 +#: preseed.xml:882 #, no-c-format msgid "" "# Select the initramfs generator used to generate the initrd for 2.6 kernels.\n" @@ -1108,19 +1116,19 @@ msgid "" msgstr "" #. Tag: title -#: preseed.xml:881 +#: preseed.xml:887 #, no-c-format msgid "Apt setup" msgstr "" #. Tag: para -#: preseed.xml:882 +#: preseed.xml:888 #, 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:890 +#: preseed.xml:896 #, no-c-format msgid "" "# You can choose to install non-free and contrib software.\n" @@ -1150,97 +1158,97 @@ msgid "" msgstr "" #. Tag: title -#: preseed.xml:895 +#: preseed.xml:901 #, no-c-format msgid "Package selection" msgstr "" #. Tag: para -#: preseed.xml:896 +#: preseed.xml:902 #, 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:905 +#: preseed.xml:911 #, no-c-format msgid "standard" msgstr "" #. Tag: userinput -#: preseed.xml:908 +#: preseed.xml:914 #, no-c-format msgid "desktop" msgstr "" #. Tag: userinput -#: preseed.xml:911 +#: preseed.xml:917 #, no-c-format msgid "gnome-desktop" msgstr "" #. Tag: userinput -#: preseed.xml:914 +#: preseed.xml:920 #, no-c-format msgid "kde-desktop" msgstr "" #. Tag: userinput -#: preseed.xml:917 +#: preseed.xml:923 #, no-c-format msgid "web-server" msgstr "" #. Tag: userinput -#: preseed.xml:920 +#: preseed.xml:926 #, no-c-format msgid "print-server" msgstr "" #. Tag: userinput -#: preseed.xml:923 +#: preseed.xml:929 #, no-c-format msgid "dns-server" msgstr "" #. Tag: userinput -#: preseed.xml:926 +#: preseed.xml:932 #, no-c-format msgid "file-server" msgstr "" #. Tag: userinput -#: preseed.xml:929 +#: preseed.xml:935 #, no-c-format msgid "mail-server" msgstr "" #. Tag: userinput -#: preseed.xml:932 +#: preseed.xml:938 #, no-c-format msgid "sql-database" msgstr "" #. Tag: userinput -#: preseed.xml:935 +#: preseed.xml:941 #, no-c-format msgid "laptop" msgstr "" #. Tag: para -#: preseed.xml:939 +#: preseed.xml:945 #, 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:945 +#: preseed.xml:951 #, 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 a list of packages separated by either commas or spaces, which allows it to be used easily on the kernel command line as well." msgstr "" #. Tag: screen -#: preseed.xml:955 +#: preseed.xml:961 #, no-c-format msgid "" "#tasksel tasksel/first multiselect standard, web-server\n" @@ -1260,13 +1268,13 @@ msgid "" msgstr "" #. Tag: title -#: preseed.xml:960 +#: preseed.xml:966 #, no-c-format msgid "Boot loader installation" msgstr "" #. Tag: screen -#: preseed.xml:962 +#: preseed.xml:968 #, no-c-format msgid "" "# Grub is the default boot loader (for x86). If you want lilo installed\n" @@ -1294,13 +1302,13 @@ msgid "" msgstr "" #. Tag: title -#: preseed.xml:967 +#: preseed.xml:973 #, no-c-format msgid "Finishing up the first stage install" msgstr "" #. Tag: screen -#: preseed.xml:969 +#: preseed.xml:975 #, no-c-format msgid "" "# Avoid that last message about the install being complete.\n" @@ -1312,19 +1320,19 @@ msgid "" msgstr "" #. Tag: title -#: preseed.xml:974 +#: preseed.xml:980 #, no-c-format msgid "X configuration" msgstr "" #. Tag: para -#: preseed.xml:975 +#: preseed.xml:981 #, 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:983 +#: preseed.xml:989 #, no-c-format msgid "" "# X can detect the right driver for some cards, but if you're preseeding,\n" @@ -1350,13 +1358,13 @@ msgid "" msgstr "" #. Tag: title -#: preseed.xml:988 +#: preseed.xml:994 #, no-c-format msgid "Preseeding other packages" msgstr "" #. Tag: screen -#: preseed.xml:990 +#: preseed.xml:996 #, no-c-format msgid "" "# Depending on what software you choose to install, or if things go wrong\n" @@ -1369,25 +1377,25 @@ msgid "" msgstr "" #. Tag: title -#: preseed.xml:997 +#: preseed.xml:1003 #, no-c-format msgid "Advanced options" msgstr "" #. Tag: title -#: preseed.xml:1000 +#: preseed.xml:1006 #, no-c-format msgid "Running custom commands during the installation" msgstr "" #. Tag: para -#: preseed.xml:1001 +#: preseed.xml:1007 #, 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:1009 +#: preseed.xml:1015 #, no-c-format msgid "" "# d-i preseeding is inherently not secure. Nothing in the installer checks\n" @@ -1409,35 +1417,41 @@ msgid "" msgstr "" #. Tag: title -#: preseed.xml:1014 +#: preseed.xml:1020 #, no-c-format msgid "Using preseeding to change default values" msgstr "" #. Tag: para -#: preseed.xml:1015 +#: preseed.xml:1021 #, 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. \n" "d-i foo/bar string value\n" "d-i foo/bar seen false\n" - " The same effect can be achieved for all questions by setting the parameter preseed/interactive=true at the boot prompt. This can also be useful for testing or debugging your preconfiguration file. If you are preseeding using boot parameters, you can make the installer ask the corresponding question by using the ?= operator, i.e. foo/bar?=value. This will of course only have effect for parameters that correspond to questions that are actually displayed during an installation and not for internal parameters." + " The same effect can be achieved for all questions by setting the parameter preseed/interactive=true at the boot prompt. This can also be useful for testing or debugging your preconfiguration file." +msgstr "" + +#. Tag: para +#: preseed.xml:1035 +#, no-c-format +msgid "If you are preseeding using boot parameters, you can make the installer ask the corresponding question by using the ?= operator, i.e. foo/bar?=value. This will of course only have effect for parameters that correspond to questions that are actually displayed during an installation and not for internal parameters." msgstr "" #. Tag: title -#: preseed.xml:1043 +#: preseed.xml:1050 #, no-c-format msgid "Chainloading preconfiguration files" msgstr "" #. Tag: para -#: preseed.xml:1044 +#: preseed.xml:1051 #, 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:1054 +#: preseed.xml:1061 #, no-c-format msgid "" "# More than one file can be listed, separated by spaces; all will be\n" @@ -1454,7 +1468,7 @@ msgid "" "# More flexibly, this runs a shell command and if it outputs the names of\n" "# preconfiguration files, includes those files. \n" "#d-i preseed/include_command \\\n" - "# string echo if [ \"`hostname`\" = bob ]; then echo bob.cfg; fi\n" + "# string if [ \"`hostname`\" = bob ]; then echo bob.cfg; fi\n" "\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" @@ -1465,7 +1479,7 @@ msgid "" msgstr "" #. Tag: para -#: preseed.xml:1056 +#: preseed.xml:1063 #, 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