diff options
Diffstat (limited to 'po/zh_CN/preseed.po')
-rw-r--r-- | po/zh_CN/preseed.po | 370 |
1 files changed, 188 insertions, 182 deletions
diff --git a/po/zh_CN/preseed.po b/po/zh_CN/preseed.po index 68106f2b4..34d0b0169 100644 --- a/po/zh_CN/preseed.po +++ b/po/zh_CN/preseed.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: d-i-manual\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: 2006-11-27 09:28+0800\n" "Last-Translator: Ji YongGang <jungle@soforge.com>\n" "Language-Team: debian-chinese-gb <debian-chinese-gb@debian.org>\n" @@ -26,7 +26,7 @@ msgid "" msgstr "本附录说明如何预置 &d-i; 中提问的答案,让安装过程自动化。" #. 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 " @@ -94,7 +94,7 @@ msgid "initrd" msgstr "initrd" #. Tag: entry -#: preseed.xml:63 preseed.xml:478 +#: preseed.xml:63 preseed.xml:489 #, no-c-format msgid "file" msgstr "file" @@ -402,15 +402,21 @@ msgid "" "replaceable></userinput> 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 <firstterm>owner</" -"firstterm> of the variable as in <userinput><replaceable>owner</replaceable>:" -"<replaceable>path/to/variable</replaceable>=<replaceable>value</" -"replaceable></userinput>. 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." +"firstterm><footnote> <para> 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 <quote>d-" +"i</quote>. 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. </para> </footnote> of the variable as in " +"<userinput><replaceable>owner</replaceable>:<replaceable>path/to/variable</" +"replaceable>=<replaceable>value</replaceable></userinput>. 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 #, fuzzy, no-c-format msgid "" "Note that some variables that are frequently set at the boot prompt have a " @@ -426,7 +432,7 @@ msgstr "" "literal>,并且 url 有另外一些缩写的方式。" #. Tag: para -#: preseed.xml:316 +#: preseed.xml:327 #, no-c-format msgid "" "A <quote>--</quote> in the boot options has special meaning. Kernel " @@ -440,7 +446,7 @@ 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 " @@ -453,7 +459,7 @@ msgstr "" "少的数目。)" #. Tag: para -#: preseed.xml:333 +#: preseed.xml:344 #, no-c-format msgid "" "For most installations some of the default options in your bootloader " @@ -464,7 +470,7 @@ msgstr "" "literal>,可以放心地删除,这让您可以添加更多的预置选项。" #. 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 " @@ -472,13 +478,13 @@ msgid "" msgstr "引导参数中即使使用引号,也可能无法夹杂空格。" #. Tag: title -#: preseed.xml:349 +#: preseed.xml:360 #, no-c-format msgid "Auto mode" msgstr "auto 模式" #. Tag: para -#: preseed.xml:350 +#: preseed.xml:361 #, no-c-format msgid "" "There are several features of Debian Installer that combine to allow fairly " @@ -505,24 +511,24 @@ msgstr "" "得。" #. Tag: para -#: preseed.xml:367 -#, no-c-format +#: preseed.xml:378 +#, fuzzy, no-c-format msgid "" -"The path segment of that comes from <literal>auto-install/defaultroot</" -"literal>, which includes the directory <literal>etch</literal> by default to " -"allow future versions to specify their own codename to let people migrate " -"forwards in a controlled manner. The <literal>/./</literal> 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 <literal>preseed/run</literal> to " -"<literal>/scripts/late_command.sh</literal> then the file will be fetched " -"from <literal>http://autoserver.example.com/d-i/etch/./scripts/late_command." -"sh</literal>." +"The last part of that url (<literal>d-i/etch/./preseed.cfg</literal>) is " +"taken from <literal>auto-install/defaultroot</literal>. By default this " +"includes the directory <literal>etch</literal> to allow future versions to " +"specify their own codename and let people migrate forwards in a controlled " +"manner. The <literal>/./</literal> 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 <literal>preseed/run</literal> to <literal>/scripts/" +"late_command.sh</literal> then the file will be fetched from <literal>http://" +"autoserver.example.com/d-i/etch/./scripts/late_command.sh</literal>." msgstr "" "路径的各段来自 <literal>auto-install/defaultroot</literal>,默认包括 " "<literal>etch</literal> 目录,让将来的版本在可控的方式下指定自己的代号。" @@ -535,15 +541,15 @@ msgstr "" "scripts/late_command.sh</literal> 获得。" #. Tag: para -#: preseed.xml:387 -#, no-c-format +#: preseed.xml:398 +#, fuzzy, 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 <literal>/./</literal> 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: " -"<informalexample><screen>\n" +"use the default path to <filename>preseed.cfg</filename>, you can still use " +"an explicit url, and if you don't use the <literal>/./</literal> element it " +"will be anchored to the start of the path (i.e. the third <literal>/</" +"literal> in the URL). Here is an example that requires minimal support from " +"the local network infrastructure: <informalexample><screen>\n" "auto url=<replaceable>http://192.168.1.2/path/to/mypreseed.file</" "replaceable>\n" "</screen></informalexample> The way this works is that:" @@ -557,13 +563,13 @@ msgstr "" "</screen></informalexample> 它会以下列方式运作:" #. Tag: para -#: preseed.xml:400 +#: preseed.xml:411 #, no-c-format msgid "if the URL is missing a protocol, http is assumed," msgstr "如果 URL 不含协议,就使用 http" #. 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 " @@ -571,7 +577,7 @@ msgid "" msgstr "如果主机名不含域名,将使用 DHCP 提供的,并且" #. Tag: para -#: preseed.xml:407 +#: preseed.xml:418 #, no-c-format msgid "" "if there's no <literal>/</literal>'s after the hostname, then the default " @@ -579,16 +585,15 @@ msgid "" msgstr "如果主机名后面没有 <literal>/</literal>,那么将加上默认路径。" #. Tag: para -#: preseed.xml:413 -#, no-c-format +#: preseed.xml:424 +#, fuzzy, 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 <literal>preseed/run</literal> settings " -"in the loaded preseed file. At present, the only example of this is " -"<literal>auto-install/classes</literal>, which has an alias " -"<literal>classes</literal>. This can be used thus: " -"<informalexample><screen>\n" +"scripts specified using <literal>preseed/run</literal> in the loaded preseed " +"file. At present, the only example of this is <literal>auto-install/classes</" +"literal>, which has an alias <literal>classes</literal>. This can be used " +"thus: <informalexample><screen>\n" "auto url=<replaceable>example.com</replaceable> classes=<replaceable>class_A;" "class_B</replaceable>\n" "</screen></informalexample> The classes could for example denote the type of " @@ -603,7 +608,7 @@ msgstr "" "</screen></informalexample> classes 可以指定系统的类型,或者本地化信息。" #. 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 " @@ -620,7 +625,7 @@ msgstr "" "可以避免名字空间的冲突,也可能会为您增加一个参数的别名。" #. Tag: para -#: preseed.xml:437 +#: preseed.xml:448 #, no-c-format msgid "" "The <literal>auto</literal> boot label is not yet defined on all " @@ -641,7 +646,7 @@ msgstr "" "置它为 <literal>critical</literal> 可以禁止在较低优先级下的问题提出。" #. Tag: para -#: preseed.xml:450 +#: preseed.xml:461 #, no-c-format msgid "" "Additional options that may be of interest while attempting to automate an " @@ -654,151 +659,151 @@ msgstr "" "DHCP 的查询。" #. 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 "下面的别名在使用(auto 模式)预置时可以用到。" #. Tag: entry -#: preseed.xml:473 +#: preseed.xml:484 #, no-c-format msgid "auto" msgstr "auto" #. Tag: entry -#: preseed.xml:473 +#: preseed.xml:484 #, no-c-format msgid "auto-install/enabled" msgstr "auto-install/enabled" #. Tag: entry -#: preseed.xml:474 +#: preseed.xml:485 #, no-c-format msgid "classes" msgstr "classes" #. Tag: entry -#: preseed.xml:474 +#: preseed.xml:485 #, no-c-format msgid "auto-install/classes" msgstr "auto-install/classes" #. Tag: entry -#: preseed.xml:475 +#: preseed.xml:486 #, no-c-format msgid "<entry>fb</entry>" msgstr "<entry>fb</entry>" #. Tag: entry -#: preseed.xml:475 +#: preseed.xml:486 #, no-c-format msgid "debian-installer/framebuffer" msgstr "debian-installer/framebuffer" #. Tag: entry -#: preseed.xml:476 +#: preseed.xml:487 #, no-c-format msgid "locale" msgstr "locale" #. Tag: entry -#: preseed.xml:476 +#: preseed.xml:487 #, no-c-format msgid "debian-installer/locale" msgstr "debian-installer/locale" #. Tag: entry -#: preseed.xml:477 +#: preseed.xml:488 #, no-c-format msgid "priority" msgstr "priority" #. Tag: entry -#: preseed.xml:477 +#: preseed.xml:488 #, no-c-format msgid "debconf/priority" msgstr "debconf/priority" #. Tag: entry -#: preseed.xml:478 +#: preseed.xml:489 #, no-c-format msgid "preseed/file" msgstr "preseed/file" #. Tag: entry -#: preseed.xml:479 +#: preseed.xml:490 #, no-c-format msgid "<entry>url</entry>" msgstr "<entry>url</entry>" #. Tag: entry -#: preseed.xml:479 +#: preseed.xml:490 #, no-c-format msgid "preseed/url" msgstr "preseed/url" #. Tag: entry -#: preseed.xml:480 +#: preseed.xml:491 #, no-c-format msgid "hostname " msgstr "hostname " #. Tag: entry -#: preseed.xml:480 +#: preseed.xml:491 #, no-c-format msgid "netcfg/get_hostname" msgstr "netcfg/get_hostname" #. Tag: entry -#: preseed.xml:481 +#: preseed.xml:492 #, no-c-format msgid "domain" msgstr "domain" #. Tag: entry -#: preseed.xml:481 +#: preseed.xml:492 #, no-c-format msgid "netcfg/get_domain" msgstr "netcfg/get_domain" #. Tag: entry -#: preseed.xml:482 +#: preseed.xml:493 #, no-c-format msgid "interface" msgstr "interface" #. Tag: entry -#: preseed.xml:482 +#: preseed.xml:493 #, no-c-format msgid "netcfg/choose_interface" msgstr "netcfg/choose_interface" #. Tag: entry -#: preseed.xml:483 +#: preseed.xml:494 #, no-c-format msgid "suite" msgstr "suite" #. Tag: entry -#: preseed.xml:483 +#: preseed.xml:494 #, no-c-format msgid "mirror/suite" msgstr "mirror/suite" #. Tag: title -#: preseed.xml:490 +#: preseed.xml:501 #, no-c-format msgid "Using a DHCP server to specify preconfiguration files" msgstr "使用 DHCP 服务器指定预置文件" #. 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 " @@ -815,7 +820,7 @@ msgstr "" "器第 3 版(Debian 里面是 dhcp3-server 软件包)。" #. Tag: screen -#: preseed.xml:502 +#: preseed.xml:513 #, no-c-format msgid "" "if substring (option vendor-class-identifier, 0, 3) = \"d-i\" {\n" @@ -827,7 +832,7 @@ 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 " @@ -840,7 +845,7 @@ 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 " @@ -854,13 +859,13 @@ msgstr "" "行。使用 DHCP 预置进行完整的 Debian 自动安装应该特别小心。" #. 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 <command>debconf-set-" @@ -871,21 +876,21 @@ msgstr "" "预置文件中每一行的格式为:" #. Tag: screen -#: preseed.xml:532 +#: preseed.xml:543 #, no-c-format msgid "<owner> <question name> <question type> <value>" msgstr "" "<owner> <question name> <question type> <value>" #. 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 " @@ -894,7 +899,7 @@ msgstr "" "在类型和值之间只有一个空格或者 tab:任何额外的空格将被解释为值的一部分。" #. Tag: para -#: preseed.xml:545 +#: preseed.xml:556 #, no-c-format msgid "" "A line can be split into multiple lines by appending a backslash " @@ -906,7 +911,7 @@ 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 " @@ -917,7 +922,7 @@ msgstr "" "<classname>partman</classname>),需要使用翻译过的值。" #. 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 " @@ -925,7 +930,7 @@ msgid "" 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 " @@ -935,7 +940,7 @@ msgstr "" "\"preseed-contents\"/>。" #. Tag: para -#: preseed.xml:568 +#: preseed.xml:579 #, no-c-format msgid "" "An alternative method is to do a manual installation and then, after " @@ -948,7 +953,7 @@ msgstr "" "程序的 cdebconf 数据库到一个文件:" #. Tag: screen -#: preseed.xml:575 +#: preseed.xml:586 #, no-c-format msgid "" "$ debconf-get-selections --installer > <replaceable>file</replaceable>\n" @@ -958,7 +963,7 @@ msgstr "" "$ debconf-get-selections >> <replaceable>file</replaceable>" #. 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 " @@ -969,7 +974,7 @@ 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 " @@ -983,7 +988,7 @@ msgstr "" "感的信息,默认只为 root 可读。" #. Tag: para -#: preseed.xml:593 +#: preseed.xml:604 #, no-c-format msgid "" "The directory <filename>/var/log/installer</filename> and all files in it " @@ -994,7 +999,7 @@ msgstr "" "log/installer</filename> 目录及其中的文件将从您的系统中删除。" #. Tag: para -#: preseed.xml:601 +#: preseed.xml:612 #, no-c-format msgid "" "To check possible values for questions, you can use <command>nano</command> " @@ -1009,7 +1014,7 @@ 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 " @@ -1020,13 +1025,13 @@ msgstr "" "selections -c <replaceable>preseed.cfg</replaceable></command> 命令。" #. 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 " @@ -1040,13 +1045,13 @@ 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 " @@ -1056,7 +1061,7 @@ msgstr "" "设置本地信息只适用于使用 initrd 预置。其他方式下这些问题是在询问之后加载的。" #. 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 " @@ -1067,7 +1072,7 @@ msgstr "" "<userinput>locale=<replaceable>en_US</replaceable></userinput>。" #. Tag: screen -#: preseed.xml:650 +#: preseed.xml:661 #, no-c-format msgid "" "# Locale sets language and country.\n" @@ -1077,7 +1082,7 @@ msgstr "" "d-i debian-installer/locale string en_US" #. Tag: para -#: preseed.xml:652 +#: preseed.xml:663 #, no-c-format msgid "" "Keyboard configuration consists of selecting a keyboard architecture and a " @@ -1089,7 +1094,7 @@ msgstr "" "体系,因此通常不必预置。键映射必须对所选择的键盘体系有效。" #. Tag: screen -#: preseed.xml:659 +#: preseed.xml:670 #, no-c-format msgid "" "# Keyboard selection.\n" @@ -1105,7 +1110,7 @@ msgstr "" "#d-i console-keymaps-usb/keymap select mac-usb-us" #. Tag: para -#: preseed.xml:661 +#: preseed.xml:672 #, no-c-format msgid "" "To skip keyboard configuration, preseed <classname>console-tools/archs</" @@ -1116,7 +1121,7 @@ msgstr "" "tools/archs</classname>。这将导致内核键映射保持活动。" #. 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 " @@ -1127,13 +1132,13 @@ msgstr "" "<quote>PC</quote> (<userinput>at</userinput>) keymap。" #. 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 " @@ -1146,7 +1151,7 @@ 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 " @@ -1157,7 +1162,7 @@ msgstr "" "<userinput>interface=<replaceable>eth1</replaceable></userinput>。" #. Tag: para -#: preseed.xml:695 +#: preseed.xml:706 #, no-c-format msgid "" "Although preseeding the network configuration is normally not possible when " @@ -1173,7 +1178,7 @@ msgstr "" "再运行一次,这需要下面的内容包含在 <quote>preseed/run</quote> 脚本里面:" #. Tag: screen -#: preseed.xml:705 +#: preseed.xml:716 #, no-c-format msgid "" "killall.sh dhclient\n" @@ -1183,7 +1188,7 @@ msgstr "" "netcfg" #. 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" @@ -1265,13 +1270,13 @@ msgstr "" "#d-i netcfg/dhcp_hostname string radish" #. 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 " @@ -1282,7 +1287,7 @@ msgstr "" "系统建立 <filename>/etc/apt/sources.list</filename>。" #. Tag: para -#: preseed.xml:722 +#: preseed.xml:733 #, no-c-format msgid "" "The parameter <classname>mirror/suite</classname> determines the suite for " @@ -1291,7 +1296,7 @@ msgstr "" "参数 <classname>mirror/suite</classname> 决定了安装好的系统使用的套件。" #. Tag: para -#: preseed.xml:727 +#: preseed.xml:738 #, no-c-format msgid "" "The parameter <classname>mirror/udeb/suite</classname> determines the suite " @@ -1307,7 +1312,7 @@ msgstr "" "suite</classname> 的值相同。" #. Tag: screen -#: preseed.xml:739 +#: preseed.xml:750 #, no-c-format msgid "" "d-i mirror/country string enter information manually\n" @@ -1331,13 +1336,13 @@ msgstr "" "#d-i mirror/udeb/suite string testing" #. 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 " @@ -1353,7 +1358,7 @@ 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 " @@ -1364,7 +1369,7 @@ 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" @@ -1494,13 +1499,13 @@ msgstr "" "d-i partman/confirm boolean true" #. Tag: title -#: preseed.xml:769 +#: preseed.xml:780 #, no-c-format msgid "Partitioning using RAID" msgstr "使用 RAID 分区" #. 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. " @@ -1514,7 +1519,7 @@ msgstr "" "列中的所有设备;参见 <xref linkend=\"preseed-bootloader\"/>。" #. 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 " @@ -1528,7 +1533,7 @@ msgstr "" "一下 <filename>/var/log/syslog</filename>。" #. 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 " @@ -1539,7 +1544,7 @@ msgstr "" "RAID 设置像降级阵列或额外设备只经过了轻量级的测试。" #. 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" @@ -1637,13 +1642,13 @@ msgstr "" "d-i partman/confirm boolean true" #. 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" @@ -1661,13 +1666,13 @@ msgstr "" "d-i time/zone string US/Eastern" #. Tag: title -#: preseed.xml:808 +#: preseed.xml:819 #, no-c-format msgid "Apt setup" msgstr "设置 apt" #. Tag: para -#: preseed.xml:809 +#: preseed.xml:820 #, no-c-format msgid "" "Setup of the <filename>/etc/apt/sources.list</filename> and basic " @@ -1680,7 +1685,7 @@ msgstr "" "仓库。" #. Tag: screen -#: preseed.xml:817 +#: preseed.xml:828 #, no-c-format msgid "" "# You can choose to install non-free and contrib software.\n" @@ -1720,13 +1725,13 @@ msgstr "" "#d-i apt-setup/local0/key string http://local.server/key" #. 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 " @@ -1737,7 +1742,7 @@ msgstr "" "或 MD5 <emphasis>hashes</emphasis> 值。" #. Tag: para -#: preseed.xml:830 +#: preseed.xml:841 #, no-c-format msgid "" "Be aware that preseeding passwords is not completely secure as everyone with " @@ -1750,7 +1755,7 @@ msgstr "" "MD5 哈西表相对安全一些,但也会造成安全的假象,MD5 哈西表也可以被暴力破解。" #. 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" @@ -1796,7 +1801,7 @@ msgstr "" "#d-i passwd/user-password-crypted password [MD5 hash]" #. Tag: para -#: preseed.xml:842 +#: preseed.xml:853 #, no-c-format msgid "" "The <classname>passwd/root-password-crypted</classname> and " @@ -1813,26 +1818,26 @@ msgstr "" "root 登录(例如使用 SSH key 认证或 sudo)。" #. 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 "密码的 MD5 hash 可以用下面命令产生。" #. Tag: screen -#: preseed.xml:856 +#: preseed.xml:867 #, no-c-format msgid "$ echo \"r00tme\" | mkpasswd -s -H MD5" msgstr "$ echo \"r00tme\" | mkpasswd -s -H MD5" #. 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 " @@ -1841,7 +1846,7 @@ msgid "" 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 " @@ -1853,13 +1858,13 @@ msgstr "" "#d-i base-installer/kernel/linux/initramfs-generators string yaird" #. 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" @@ -1907,13 +1912,13 @@ msgstr "" "#d-i grub-installer/bootdev string (hd0,0) (hd1,0) (hd2,0)" #. 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. " @@ -1921,73 +1926,73 @@ msgid "" 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 "gnome 桌面" #. Tag: userinput -#: preseed.xml:901 +#: preseed.xml:912 #, no-c-format msgid "kde-desktop" msgstr "kde 桌面" #. Tag: userinput -#: preseed.xml:904 +#: preseed.xml:915 #, no-c-format msgid "web-server" msgstr "web 服务器" #. 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 "dns 服务器" #. 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 "SQL 数据库" #. 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 " @@ -1998,7 +2003,7 @@ msgstr "" "userinput> 任务。" #. Tag: para -#: preseed.xml:932 +#: preseed.xml:943 #, no-c-format msgid "" "If you want to install some individual packages in addition to packages " @@ -2010,7 +2015,7 @@ msgstr "" "include</classname>。该参数的值可以用逗号或空格分开,便于在内核命令行上使用。" #. Tag: screen -#: preseed.xml:942 +#: preseed.xml:953 #, no-c-format msgid "" "tasksel tasksel/first multiselect standard, desktop\n" @@ -2040,13 +2045,13 @@ msgstr "" "#popularity-contest popularity-contest/participate boolean false" #. 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" @@ -2064,13 +2069,13 @@ msgstr "" "#d-i cdrom-detect/eject boolean false" #. 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 " @@ -2079,7 +2084,7 @@ msgstr "" "普通安装方式下,exim 会问一些问题。这里是避免的方法。也可以有更多的预置内容。" #. Tag: screen -#: preseed.xml:962 +#: preseed.xml:973 #, no-c-format msgid "" "exim4-config exim4/dc_eximconfig_configtype \\\n" @@ -2095,13 +2100,13 @@ msgstr "" "exim4-config exim4/dc_postmaster string" #. Tag: title -#: preseed.xml:967 +#: preseed.xml:978 #, no-c-format msgid "X configuration" msgstr "设置 X" #. 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 " @@ -2112,7 +2117,7 @@ msgstr "" "的 X 配置工具无法自动设置每一件事。" #. 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" @@ -2160,13 +2165,13 @@ msgstr "" " select 1024x768 @ 60 Hz" #. 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" @@ -2186,19 +2191,19 @@ msgstr "" "# debconf-get-selections >> file" #. 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 " @@ -2208,7 +2213,7 @@ 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" @@ -2246,13 +2251,13 @@ msgstr "" "#d-i preseed/late_command string apt-install zsh; in-target chsh -s /bin/zsh" #. 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 " @@ -2264,7 +2269,7 @@ msgstr "" "定值以后,<firstterm>seen</firstterm> 旗标必须重置为 <quote>false</quote>。" #. Tag: screen -#: preseed.xml:1017 +#: preseed.xml:1028 #, no-c-format msgid "" "d-i foo/bar string value\n" @@ -2274,13 +2279,13 @@ msgstr "" "d-i foo/bar seen false" #. 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 " @@ -2294,8 +2299,8 @@ msgstr "" "外的文件里面。" #. Tag: screen -#: preseed.xml:1033 -#, no-c-format +#: preseed.xml:1044 +#, fuzzy, no-c-format msgid "" "# More than one file can be listed, separated by spaces; all will be\n" "# loaded. The included files can have preseed/include directives of their\n" @@ -2315,9 +2320,10 @@ 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 "" "# More than one file can be listed, separated by spaces; all will be\n" "# loaded. The included files can have preseed/include directives of their\n" @@ -2342,7 +2348,7 @@ msgstr "" "d-i preseed/run string foo.sh" #. 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, " |