diff options
Diffstat (limited to 'po/pot/preseed.pot')
-rw-r--r-- | po/pot/preseed.pot | 264 |
1 files changed, 135 insertions, 129 deletions
diff --git a/po/pot/preseed.pot b/po/pot/preseed.pot index a4091fe49..9ebe3e704 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-02-22 15:36+0000\n" +"POT-Creation-Date: 2007-02-22 16:02+0000\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" @@ -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:633 +#: preseed.xml:23 preseed.xml:641 #, 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:489 +#: preseed.xml:63 preseed.xml:497 #, no-c-format msgid "file" msgstr "" @@ -372,170 +372,176 @@ msgstr "" msgid "Additional options that may be of interest while attempting to automate an install while using DHCP are: <literal>interface=auto netcfg/dhcp_timeout=60</literal> 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 +#, no-c-format +msgid "An extensive example of how to use this framework, including example scripts and classes, can be found on the <ulink url=\"http://hands.com/d-i/\">website of its developer</ulink>. The examples available there also show many other nice effects that can be achieved by creative use of preconfiguration." +msgstr "" + #. Tag: title -#: preseed.xml:473 +#: preseed.xml:481 #, no-c-format msgid "Aliases useful with preseeding" msgstr "" #. Tag: para -#: preseed.xml:474 +#: preseed.xml:482 #, no-c-format msgid "The following aliases can be useful when using (auto mode) preseeding." msgstr "" #. Tag: entry -#: preseed.xml:484 +#: preseed.xml:492 #, no-c-format msgid "auto" msgstr "" #. Tag: entry -#: preseed.xml:484 +#: preseed.xml:492 #, no-c-format msgid "auto-install/enable" msgstr "" #. Tag: entry -#: preseed.xml:485 +#: preseed.xml:493 #, no-c-format msgid "classes" msgstr "" #. Tag: entry -#: preseed.xml:485 +#: preseed.xml:493 #, no-c-format msgid "auto-install/classes" msgstr "" #. Tag: entry -#: preseed.xml:486 +#: preseed.xml:494 #, no-c-format msgid "<entry>fb</entry>" msgstr "" #. Tag: entry -#: preseed.xml:486 +#: preseed.xml:494 #, no-c-format msgid "debian-installer/framebuffer" msgstr "" #. Tag: entry -#: preseed.xml:487 +#: preseed.xml:495 #, no-c-format msgid "locale" msgstr "" #. Tag: entry -#: preseed.xml:487 +#: preseed.xml:495 #, no-c-format msgid "debian-installer/locale" msgstr "" #. Tag: entry -#: preseed.xml:488 +#: preseed.xml:496 #, no-c-format msgid "priority" msgstr "" #. Tag: entry -#: preseed.xml:488 +#: preseed.xml:496 #, no-c-format msgid "debconf/priority" msgstr "" #. Tag: entry -#: preseed.xml:489 +#: preseed.xml:497 #, no-c-format msgid "preseed/file" msgstr "" #. Tag: entry -#: preseed.xml:490 +#: preseed.xml:498 #, no-c-format msgid "<entry>url</entry>" msgstr "" #. Tag: entry -#: preseed.xml:490 +#: preseed.xml:498 #, no-c-format msgid "preseed/url" msgstr "" #. Tag: entry -#: preseed.xml:491 +#: preseed.xml:499 #, no-c-format msgid "interface" msgstr "" #. Tag: entry -#: preseed.xml:491 +#: preseed.xml:499 #, no-c-format msgid "netcfg/choose_interface" msgstr "" #. Tag: entry -#: preseed.xml:492 +#: preseed.xml:500 #, no-c-format msgid "hostname " msgstr "" #. Tag: entry -#: preseed.xml:492 +#: preseed.xml:500 #, no-c-format msgid "netcfg/get_hostname" msgstr "" #. Tag: entry -#: preseed.xml:493 +#: preseed.xml:501 #, no-c-format msgid "domain" msgstr "" #. Tag: entry -#: preseed.xml:493 +#: preseed.xml:501 #, no-c-format msgid "netcfg/get_domain" msgstr "" #. Tag: entry -#: preseed.xml:494 +#: preseed.xml:502 #, no-c-format msgid "protocol" msgstr "" #. Tag: entry -#: preseed.xml:494 +#: preseed.xml:502 #, no-c-format msgid "mirror/protocol" msgstr "" #. Tag: entry -#: preseed.xml:495 +#: preseed.xml:503 #, no-c-format msgid "suite" msgstr "" #. Tag: entry -#: preseed.xml:495 +#: preseed.xml:503 #, no-c-format msgid "mirror/suite" msgstr "" #. Tag: title -#: preseed.xml:502 +#: preseed.xml:510 #, no-c-format msgid "Using a DHCP server to specify preconfiguration files" msgstr "" #. Tag: para -#: preseed.xml:503 +#: preseed.xml:511 #, 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:514 +#: preseed.xml:522 #, no-c-format msgid "" "if substring (option vendor-class-identifier, 0, 3) = \"d-i\" {\n" @@ -544,79 +550,79 @@ msgid "" msgstr "" #. Tag: para -#: preseed.xml:516 +#: preseed.xml:524 #, 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:523 +#: preseed.xml:531 #, 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:537 +#: preseed.xml:545 #, no-c-format msgid "Creating a preconfiguration file" msgstr "" #. Tag: para -#: preseed.xml:538 +#: preseed.xml:546 #, no-c-format msgid "The preconfiguration file is in the format used by the <command>debconf-set-selections</command> command. The general format of a line in a preconfiguration file is:" msgstr "" #. Tag: screen -#: preseed.xml:544 +#: preseed.xml:552 #, no-c-format msgid "<owner> <question name> <question type> <value>" msgstr "" #. Tag: para -#: preseed.xml:546 +#: preseed.xml:554 #, no-c-format msgid "There are a few rules to keep in mind when writing a preconfiguration file." msgstr "" #. Tag: para -#: preseed.xml:553 +#: preseed.xml:561 #, 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:557 +#: preseed.xml:565 #, no-c-format msgid "A line can be split into multiple lines by appending a backslash (<quote><literal>\\</literal></quote>) 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:563 +#: preseed.xml:571 #, 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 <classname>partman</classname>) where the translated values need to be used." msgstr "" #. Tag: para -#: preseed.xml:569 +#: preseed.xml:577 #, 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:575 +#: preseed.xml:583 #, no-c-format msgid "The easiest way to create a preconfiguration file is to use the example file linked in <xref linkend=\"preseed-contents\"/> as basis and work from there." msgstr "" #. Tag: para -#: preseed.xml:580 +#: preseed.xml:588 #, no-c-format msgid "An alternative method is to do a manual installation and then, after rebooting, use the <command>debconf-get-selections</command> from the <classname>debconf-utils</classname> package to dump both the debconf database and the installer's cdebconf database to a single file:" msgstr "" #. Tag: screen -#: preseed.xml:587 +#: preseed.xml:595 #, no-c-format msgid "" "$ debconf-get-selections --installer > <replaceable>file</replaceable>\n" @@ -624,67 +630,67 @@ msgid "" msgstr "" #. Tag: para -#: preseed.xml:589 +#: preseed.xml:597 #, 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:597 +#: preseed.xml:605 #, 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 <filename>/var/log/installer/cdebconf</filename>. However, because the database may contain sensitive information, by default the files are only readable by root." msgstr "" #. Tag: para -#: preseed.xml:605 +#: preseed.xml:613 #, no-c-format msgid "The directory <filename>/var/log/installer</filename> and all files in it will be deleted from your system if you purge the package <classname>installation-report</classname>." msgstr "" #. Tag: para -#: preseed.xml:613 +#: preseed.xml:621 #, no-c-format msgid "To check possible values for questions, you can use <command>nano</command> to examine the files in <filename>/var/lib/cdebconf</filename> while an installation is in progress. View <filename>templates.dat</filename> for the raw templates and <filename>questions.dat</filename> for the current values and for the values assigned to variables." msgstr "" #. Tag: para -#: preseed.xml:621 +#: preseed.xml:629 #, no-c-format msgid "To check if the format of your preconfiguration file is valid before performing an install, you can use the command <command>debconf-set-selections -c <replaceable>preseed.cfg</replaceable></command>." msgstr "" #. Tag: title -#: preseed.xml:632 +#: preseed.xml:640 #, no-c-format msgid "Contents of the preconfiguration file" msgstr "" #. Tag: para -#: preseed.xml:638 +#: preseed.xml:646 #, 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:649 +#: preseed.xml:657 #, no-c-format msgid "Localization" msgstr "" #. Tag: para -#: preseed.xml:650 +#: preseed.xml:658 #, 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:656 +#: preseed.xml:664 #, no-c-format msgid "The locale can be used to specify both language and country. To specify the locale as a boot parameter, use <userinput>locale=<replaceable>en_US</replaceable></userinput>." msgstr "" #. Tag: screen -#: preseed.xml:662 +#: preseed.xml:670 #, no-c-format msgid "" "# Locale sets language and country.\n" @@ -692,13 +698,13 @@ msgid "" msgstr "" #. Tag: para -#: preseed.xml:664 +#: preseed.xml:672 #, 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:671 +#: preseed.xml:679 #, no-c-format msgid "" "# Keyboard selection.\n" @@ -709,43 +715,43 @@ msgid "" msgstr "" #. Tag: para -#: preseed.xml:673 +#: preseed.xml:681 #, no-c-format msgid "To skip keyboard configuration, preseed <classname>console-tools/archs</classname> with <userinput>skip-config</userinput>. This will result in the kernel keymap remaining active." msgstr "" #. Tag: para -#: preseed.xml:682 +#: preseed.xml:690 #, 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 <quote>PC</quote> (<userinput>at</userinput>) keymap should be selected." msgstr "" #. Tag: title -#: preseed.xml:692 +#: preseed.xml:700 #, no-c-format msgid "Network configuration" msgstr "" #. Tag: para -#: preseed.xml:693 +#: preseed.xml:701 #, 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:701 +#: preseed.xml:709 #, 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 <userinput>interface=<replaceable>eth1</replaceable></userinput>." msgstr "" #. Tag: para -#: preseed.xml:707 +#: preseed.xml:715 #, no-c-format msgid "Although preseeding the network configuration is normally not possible when using network preseeding (using <quote>preseed/url</quote>), 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 <quote>preseed/run</quote> script containing the following lines:" msgstr "" #. Tag: screen -#: preseed.xml:717 +#: preseed.xml:725 #, no-c-format msgid "" "killall.sh dhclient\n" @@ -753,7 +759,7 @@ msgid "" msgstr "" #. Tag: screen -#: preseed.xml:721 +#: preseed.xml:729 #, no-c-format msgid "" "# netcfg will choose an interface that has link if possible. This makes it\n" @@ -797,31 +803,31 @@ msgid "" msgstr "" #. Tag: title -#: preseed.xml:726 +#: preseed.xml:734 #, no-c-format msgid "Mirror settings" msgstr "" #. Tag: para -#: preseed.xml:727 +#: preseed.xml:735 #, 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 <filename>/etc/apt/sources.list</filename> for the installed system." msgstr "" #. Tag: para -#: preseed.xml:734 +#: preseed.xml:742 #, no-c-format msgid "The parameter <classname>mirror/suite</classname> determines the suite for the installed system." msgstr "" #. Tag: para -#: preseed.xml:739 +#: preseed.xml:747 #, no-c-format msgid "The parameter <classname>mirror/udeb/suite</classname> 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 <classname>mirror/udeb/suite</classname> is the same as <classname>mirror/suite</classname>." msgstr "" #. Tag: screen -#: preseed.xml:751 +#: preseed.xml:759 #, no-c-format msgid "" "d-i mirror/country string enter information manually\n" @@ -836,25 +842,25 @@ msgid "" msgstr "" #. Tag: title -#: preseed.xml:756 +#: preseed.xml:764 #, no-c-format msgid "Partitioning" msgstr "" #. Tag: para -#: preseed.xml:757 +#: preseed.xml:765 #, no-c-format msgid "Using preseeding to partition the harddisk is very much limited to what is supported by <classname>partman-auto</classname>. 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:768 +#: preseed.xml:776 #, 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:776 +#: preseed.xml:784 #, no-c-format msgid "" "# If the system has free space you can choose to only partition that space.\n" @@ -920,31 +926,31 @@ msgid "" msgstr "" #. Tag: title -#: preseed.xml:781 +#: preseed.xml:789 #, no-c-format msgid "Partitioning using RAID" msgstr "" #. Tag: para -#: preseed.xml:782 +#: preseed.xml:790 #, 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 <xref linkend=\"preseed-bootloader\"/>." msgstr "" #. Tag: para -#: preseed.xml:792 +#: preseed.xml:800 #, 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 <filename>/var/log/syslog</filename> if you run into problems." msgstr "" #. Tag: para -#: preseed.xml:800 +#: preseed.xml:808 #, 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:808 +#: preseed.xml:816 #, no-c-format msgid "" "# NOTE: this option is of beta release quality and should be used carefully\n" @@ -995,13 +1001,13 @@ msgid "" msgstr "" #. Tag: title -#: preseed.xml:813 +#: preseed.xml:821 #, no-c-format msgid "Clock and time zone setup" msgstr "" #. Tag: screen -#: preseed.xml:815 +#: preseed.xml:823 #, no-c-format msgid "" "# Controls whether or not the hardware clock is set to UTC.\n" @@ -1013,19 +1019,19 @@ msgid "" msgstr "" #. Tag: title -#: preseed.xml:820 +#: preseed.xml:828 #, no-c-format msgid "Apt setup" msgstr "" #. Tag: para -#: preseed.xml:821 +#: preseed.xml:829 #, no-c-format msgid "Setup of the <filename>/etc/apt/sources.list</filename> 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:829 +#: preseed.xml:837 #, no-c-format msgid "" "# You can choose to install non-free and contrib software.\n" @@ -1053,25 +1059,25 @@ msgid "" msgstr "" #. Tag: title -#: preseed.xml:834 +#: preseed.xml:842 #, no-c-format msgid "Account setup" msgstr "" #. Tag: para -#: preseed.xml:835 +#: preseed.xml:843 #, 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 <emphasis>hashes</emphasis>." msgstr "" #. Tag: para -#: preseed.xml:842 +#: preseed.xml:850 #, 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:852 +#: preseed.xml:860 #, no-c-format msgid "" "# Skip creation of a root account (normal user account will be able to\n" @@ -1097,37 +1103,37 @@ msgid "" msgstr "" #. Tag: para -#: preseed.xml:854 +#: preseed.xml:862 #, no-c-format msgid "The <classname>passwd/root-password-crypted</classname> and <classname>passwd/user-password-crypted</classname> variables can also be preseeded with <quote>!</quote> 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 <command>sudo</command>)." msgstr "" #. Tag: para -#: preseed.xml:864 +#: preseed.xml:872 #, no-c-format msgid "An MD5 hash for a password can be generated using the following command." msgstr "" #. Tag: screen -#: preseed.xml:868 +#: preseed.xml:876 #, no-c-format msgid "$ echo \"r00tme\" | mkpasswd -s -H MD5" msgstr "" #. Tag: title -#: preseed.xml:874 +#: preseed.xml:882 #, no-c-format msgid "Base system installation" msgstr "" #. Tag: para -#: preseed.xml:875 +#: preseed.xml:883 #, 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:882 +#: preseed.xml:890 #, no-c-format msgid "" "# Select the initramfs generator used to generate the initrd for 2.6 kernels.\n" @@ -1135,13 +1141,13 @@ msgid "" msgstr "" #. Tag: title -#: preseed.xml:887 +#: preseed.xml:895 #, no-c-format msgid "Boot loader installation" msgstr "" #. Tag: screen -#: preseed.xml:889 +#: preseed.xml:897 #, no-c-format msgid "" "# Grub is the default boot loader (for x86). If you want lilo installed\n" @@ -1166,97 +1172,97 @@ msgid "" msgstr "" #. Tag: title -#: preseed.xml:894 +#: preseed.xml:902 #, no-c-format msgid "Package selection" msgstr "" #. Tag: para -#: preseed.xml:895 +#: preseed.xml:903 #, 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:904 +#: preseed.xml:912 #, no-c-format msgid "standard" msgstr "" #. Tag: userinput -#: preseed.xml:907 +#: preseed.xml:915 #, no-c-format msgid "desktop" msgstr "" #. Tag: userinput -#: preseed.xml:910 +#: preseed.xml:918 #, no-c-format msgid "gnome-desktop" msgstr "" #. Tag: userinput -#: preseed.xml:913 +#: preseed.xml:921 #, no-c-format msgid "kde-desktop" msgstr "" #. Tag: userinput -#: preseed.xml:916 +#: preseed.xml:924 #, no-c-format msgid "web-server" msgstr "" #. Tag: userinput -#: preseed.xml:919 +#: preseed.xml:927 #, no-c-format msgid "print-server" msgstr "" #. Tag: userinput -#: preseed.xml:922 +#: preseed.xml:930 #, no-c-format msgid "dns-server" msgstr "" #. Tag: userinput -#: preseed.xml:925 +#: preseed.xml:933 #, no-c-format msgid "file-server" msgstr "" #. Tag: userinput -#: preseed.xml:928 +#: preseed.xml:936 #, no-c-format msgid "mail-server" msgstr "" #. Tag: userinput -#: preseed.xml:931 +#: preseed.xml:939 #, no-c-format msgid "sql-database" msgstr "" #. Tag: userinput -#: preseed.xml:934 +#: preseed.xml:942 #, no-c-format msgid "laptop" msgstr "" #. Tag: para -#: preseed.xml:938 +#: preseed.xml:946 #, 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 <userinput>standard</userinput> task." msgstr "" #. Tag: para -#: preseed.xml:944 +#: preseed.xml:952 #, no-c-format msgid "If you want to install some individual packages in addition to packages installed by tasks, you can use the parameter <classname>pkgsel/include</classname>. 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:954 +#: preseed.xml:962 #, no-c-format msgid "" "tasksel tasksel/first multiselect standard, desktop\n" @@ -1274,13 +1280,13 @@ msgid "" msgstr "" #. Tag: title -#: preseed.xml:959 +#: preseed.xml:967 #, no-c-format msgid "Finishing up the first stage install" msgstr "" #. Tag: screen -#: preseed.xml:961 +#: preseed.xml:969 #, no-c-format msgid "" "# Avoid that last message about the install being complete.\n" @@ -1292,19 +1298,19 @@ msgid "" msgstr "" #. Tag: title -#: preseed.xml:966 +#: preseed.xml:974 #, no-c-format msgid "X configuration" msgstr "" #. Tag: para -#: preseed.xml:967 +#: preseed.xml:975 #, 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:975 +#: preseed.xml:983 #, no-c-format msgid "" "# X can detect the right driver for some cards, but if you're preseeding,\n" @@ -1330,13 +1336,13 @@ msgid "" msgstr "" #. Tag: title -#: preseed.xml:980 +#: preseed.xml:988 #, no-c-format msgid "Preseeding other packages" msgstr "" #. Tag: screen -#: preseed.xml:982 +#: preseed.xml:990 #, no-c-format msgid "" "# Depending on what software you choose to install, or if things go wrong\n" @@ -1349,25 +1355,25 @@ msgid "" msgstr "" #. Tag: title -#: preseed.xml:989 +#: preseed.xml:997 #, no-c-format msgid "Advanced options" msgstr "" #. Tag: title -#: preseed.xml:992 +#: preseed.xml:1000 #, no-c-format msgid "Running custom commands during the installation" msgstr "" #. Tag: para -#: preseed.xml:993 +#: preseed.xml:1001 #, 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:1001 +#: preseed.xml:1009 #, no-c-format msgid "" "# d-i preseeding is inherently not secure. Nothing in the installer checks\n" @@ -1389,13 +1395,13 @@ msgid "" msgstr "" #. Tag: title -#: preseed.xml:1006 +#: preseed.xml:1014 #, no-c-format msgid "Using preseeding to change default values" msgstr "" #. Tag: para -#: preseed.xml:1007 +#: preseed.xml:1015 #, 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 <firstterm>seen</firstterm> flag must be reset to <quote>false</quote> after setting the value for a question. <informalexample><screen>\n" @@ -1405,19 +1411,19 @@ msgid "" msgstr "" #. Tag: title -#: preseed.xml:1035 +#: preseed.xml:1043 #, no-c-format msgid "Chainloading preconfiguration files" msgstr "" #. Tag: para -#: preseed.xml:1036 +#: preseed.xml:1044 #, 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:1046 +#: preseed.xml:1054 #, no-c-format msgid "" "# More than one file can be listed, separated by spaces; all will be\n" @@ -1445,7 +1451,7 @@ msgid "" msgstr "" #. Tag: para -#: preseed.xml:1048 +#: preseed.xml:1056 #, 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 "" |