diff options
Diffstat (limited to 'po/pot/preseed.pot')
-rw-r--r-- | po/pot/preseed.pot | 132 |
1 files changed, 73 insertions, 59 deletions
diff --git a/po/pot/preseed.pot b/po/pot/preseed.pot index 597546ca0..5f98a819d 100644 --- a/po/pot/preseed.pot +++ b/po/pot/preseed.pot @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2006-06-29 08:36+0000\n" +"POT-Creation-Date: 2006-07-04 18:18+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" @@ -551,7 +551,21 @@ msgstr "" 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 "" -#: preseed.xml:580 +#: preseed.xml:578 +#, no-c-format +#. Tag: para +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 "" + +#: preseed.xml:588 +#, no-c-format +#. Tag: screen +msgid "" + "killall.sh dhclient\n" + "netcfg" +msgstr "" + +#: preseed.xml:592 #, no-c-format #. Tag: screen msgid "" @@ -595,31 +609,31 @@ msgid "" "#d-i netcfg/dhcp_hostname string radish" msgstr "" -#: preseed.xml:585 +#: preseed.xml:597 #, no-c-format #. Tag: title msgid "Mirror settings" msgstr "" -#: preseed.xml:586 +#: preseed.xml:598 #, no-c-format #. Tag: para 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 <filename>/etc/apt/sources.list</filename> for the installed system." msgstr "" -#: preseed.xml:593 +#: preseed.xml:605 #, no-c-format #. Tag: para msgid "The parameter <classname>mirror/suite</classname> determines the suite for the installed system." msgstr "" -#: preseed.xml:598 +#: preseed.xml:610 #, no-c-format #. Tag: para 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 "" -#: preseed.xml:610 +#: preseed.xml:622 #, no-c-format #. Tag: screen msgid "" @@ -634,25 +648,25 @@ msgid "" "#d-i mirror/udeb/suite string testing" msgstr "" -#: preseed.xml:615 +#: preseed.xml:627 #, no-c-format #. Tag: title msgid "Partitioning" msgstr "" -#: preseed.xml:616 +#: preseed.xml:628 #, no-c-format #. Tag: para msgid "Using preseeding to partition the harddisk is very much limited to what is supported by <classname>partman-auto</classname>. 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 nor to set up RAID." msgstr "" -#: preseed.xml:628 +#: preseed.xml:640 #, no-c-format #. Tag: para 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 "" -#: preseed.xml:636 +#: preseed.xml:648 #, no-c-format #. Tag: screen msgid "" @@ -710,13 +724,13 @@ msgid "" "d-i partman/confirm boolean true" msgstr "" -#: preseed.xml:641 +#: preseed.xml:653 #, no-c-format #. Tag: title msgid "Clock and time zone setup" msgstr "" -#: preseed.xml:643 +#: preseed.xml:655 #, no-c-format #. Tag: screen msgid "" @@ -728,19 +742,19 @@ msgid "" "d-i time/zone string US/Eastern" msgstr "" -#: preseed.xml:648 +#: preseed.xml:660 #, no-c-format #. Tag: title msgid "Apt setup" msgstr "" -#: preseed.xml:649 +#: preseed.xml:661 #, no-c-format #. Tag: para 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 "" -#: preseed.xml:657 +#: preseed.xml:669 #, no-c-format #. Tag: screen msgid "" @@ -759,25 +773,25 @@ msgid "" "#d-i apt-setup/local0/key string http://local.server/key" msgstr "" -#: preseed.xml:662 +#: preseed.xml:674 #, no-c-format #. Tag: title msgid "Account setup" msgstr "" -#: preseed.xml:663 +#: preseed.xml:675 #, no-c-format #. Tag: para 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 "" -#: preseed.xml:670 +#: preseed.xml:682 #, no-c-format #. Tag: para 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 "" -#: preseed.xml:680 +#: preseed.xml:692 #, no-c-format #. Tag: screen msgid "" @@ -803,37 +817,37 @@ msgid "" "#d-i passwd/user-password-crypted password [MD5 hash]" msgstr "" -#: preseed.xml:682 +#: preseed.xml:694 #, no-c-format #. Tag: para 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 "" -#: preseed.xml:692 +#: preseed.xml:704 #, no-c-format #. Tag: para msgid "An MD5 hash for a password can be generated using the following command." msgstr "" -#: preseed.xml:696 +#: preseed.xml:708 #, no-c-format #. Tag: screen msgid "$ echo \"r00tme\" | mkpasswd -s -H MD5" msgstr "" -#: preseed.xml:702 +#: preseed.xml:714 #, no-c-format #. Tag: title msgid "Base system installation" msgstr "" -#: preseed.xml:703 +#: preseed.xml:715 #, no-c-format #. Tag: para 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 "" -#: preseed.xml:710 +#: preseed.xml:722 #, no-c-format #. Tag: screen msgid "" @@ -841,13 +855,13 @@ msgid "" "#d-i base-installer/kernel/linux/initramfs-generators string yaird" msgstr "" -#: preseed.xml:715 +#: preseed.xml:727 #, no-c-format #. Tag: title msgid "Boot loader installation" msgstr "" -#: preseed.xml:717 +#: preseed.xml:729 #, no-c-format #. Tag: screen msgid "" @@ -870,91 +884,91 @@ msgid "" "#d-i grub-installer/with_other_os boolean false" msgstr "" -#: preseed.xml:722 +#: preseed.xml:734 #, no-c-format #. Tag: title msgid "Package selection" msgstr "" -#: preseed.xml:723 +#: preseed.xml:735 #, no-c-format #. Tag: para msgid "You can choose to install any combination of tasks that are available. Available tasks as of this writing include:" msgstr "" -#: preseed.xml:732 +#: preseed.xml:744 #, no-c-format #. Tag: userinput msgid "standard" msgstr "" -#: preseed.xml:735 +#: preseed.xml:747 #, no-c-format #. Tag: userinput msgid "desktop" msgstr "" -#: preseed.xml:738 +#: preseed.xml:750 #, no-c-format #. Tag: userinput msgid "gnome-desktop" msgstr "" -#: preseed.xml:741 +#: preseed.xml:753 #, no-c-format #. Tag: userinput msgid "kde-desktop" msgstr "" -#: preseed.xml:744 +#: preseed.xml:756 #, no-c-format #. Tag: userinput msgid "web-server" msgstr "" -#: preseed.xml:747 +#: preseed.xml:759 #, no-c-format #. Tag: userinput msgid "print-server" msgstr "" -#: preseed.xml:750 +#: preseed.xml:762 #, no-c-format #. Tag: userinput msgid "dns-server" msgstr "" -#: preseed.xml:753 +#: preseed.xml:765 #, no-c-format #. Tag: userinput msgid "file-server" msgstr "" -#: preseed.xml:756 +#: preseed.xml:768 #, no-c-format #. Tag: userinput msgid "mail-server" msgstr "" -#: preseed.xml:759 +#: preseed.xml:771 #, no-c-format #. Tag: userinput msgid "sql-database" msgstr "" -#: preseed.xml:762 +#: preseed.xml:774 #, no-c-format #. Tag: userinput msgid "laptop" msgstr "" -#: preseed.xml:766 +#: preseed.xml:778 #, no-c-format #. Tag: para 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 "" -#: preseed.xml:774 +#: preseed.xml:786 #, no-c-format #. Tag: screen msgid "" @@ -969,13 +983,13 @@ msgid "" "#popularity-contest popularity-contest/participate boolean false" msgstr "" -#: preseed.xml:779 +#: preseed.xml:791 #, no-c-format #. Tag: title msgid "Finishing up the first stage install" msgstr "" -#: preseed.xml:781 +#: preseed.xml:793 #, no-c-format #. Tag: screen msgid "" @@ -987,19 +1001,19 @@ msgid "" "#d-i cdrom-detect/eject boolean false" msgstr "" -#: preseed.xml:786 +#: preseed.xml:798 #, no-c-format #. Tag: title msgid "Mailer configuration" msgstr "" -#: preseed.xml:787 +#: preseed.xml:799 #, no-c-format #. Tag: para msgid "During a normal install, exim asks only a few questions. Here's how to avoid even those. More complicated preseeding is possible." msgstr "" -#: preseed.xml:794 +#: preseed.xml:806 #, no-c-format #. Tag: screen msgid "" @@ -1010,19 +1024,19 @@ msgid "" "exim4-config exim4/dc_postmaster string" msgstr "" -#: preseed.xml:799 +#: preseed.xml:811 #, no-c-format #. Tag: title msgid "X configuration" msgstr "" -#: preseed.xml:800 +#: preseed.xml:812 #, no-c-format #. Tag: para 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 "" -#: preseed.xml:808 +#: preseed.xml:820 #, no-c-format #. Tag: screen msgid "" @@ -1048,13 +1062,13 @@ msgid "" " select 1024x768 @ 60 Hz" msgstr "" -#: preseed.xml:813 +#: preseed.xml:825 #, no-c-format #. Tag: title msgid "Preseeding other packages" msgstr "" -#: preseed.xml:815 +#: preseed.xml:827 #, no-c-format #. Tag: screen msgid "" @@ -1067,19 +1081,19 @@ msgid "" "# debconf-get-selections >> file" msgstr "" -#: preseed.xml:821 +#: preseed.xml:833 #, no-c-format #. Tag: title msgid "Advanced options" msgstr "" -#: preseed.xml:824 +#: preseed.xml:836 #, no-c-format #. Tag: title msgid "Shell commands" msgstr "" -#: preseed.xml:826 +#: preseed.xml:838 #, no-c-format #. Tag: screen msgid "" @@ -1101,19 +1115,19 @@ msgid "" "#d-i preseed/late_command string apt-install zsh; in-target chsh -s /bin/zsh" msgstr "" -#: preseed.xml:831 +#: preseed.xml:843 #, no-c-format #. Tag: title msgid "Chainloading preconfiguration files" msgstr "" -#: preseed.xml:832 +#: preseed.xml:844 #, no-c-format #. Tag: para 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 "" -#: preseed.xml:842 +#: preseed.xml:854 #, no-c-format #. Tag: screen msgid "" |