summaryrefslogtreecommitdiff
path: root/po/zh_CN
diff options
context:
space:
mode:
authorFelipe Augusto van de Wiel <faw@debian.org>2008-10-26 00:11:57 +0000
committerFelipe Augusto van de Wiel <faw@debian.org>2008-10-26 00:11:57 +0000
commit4c54eb0ad9a1532876f42bace58cf803a671f41d (patch)
tree7a48db0e1626bf463b8d76cc3e3f39dbf8670022 /po/zh_CN
parentc44c61370e5189185f683332a52917d0a4e7f1d3 (diff)
downloadinstallation-guide-4c54eb0ad9a1532876f42bace58cf803a671f41d.zip
[SILENT_COMMIT] Update of POT and PO files for the manual
Diffstat (limited to 'po/zh_CN')
-rw-r--r--po/zh_CN/preseed.po224
-rw-r--r--po/zh_CN/using-d-i.po266
2 files changed, 254 insertions, 236 deletions
diff --git a/po/zh_CN/preseed.po b/po/zh_CN/preseed.po
index 35c49dd5b..c91e2f523 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: 2008-10-22 00:10+0000\n"
+"POT-Creation-Date: 2008-10-26 00:10+0000\n"
"PO-Revision-Date: 2008-10-23 10:54+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:664
+#: preseed.xml:23 preseed.xml:663
#, no-c-format
msgid ""
"The configuration fragments used in this appendix are also available as an "
@@ -956,31 +956,40 @@ msgstr "编写预置文件的时候要留意几条规则。"
#. Tag: para
#: preseed.xml:574
-#, no-c-format
+#, fuzzy, 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. If you specify "
+#| "an empty value you should still put a single space or tab after the type."
msgid ""
"Put only a single space or tab between type and value: any additional "
-"whitespace will be interpreted as belonging to the value. If you specify an "
-"empty value you should still put a single space or tab after the type."
+"whitespace will be interpreted as belonging to the value."
msgstr ""
"在类型和值之间只有一个空格或者 tab:任何额外的空格将被解释为值的一部分。如果"
"您设置空值,仍需要在其后加一个空格或 tab。"
#. Tag: para
-#: preseed.xml:579
-#, no-c-format
+#: preseed.xml:578
+#, fuzzy, 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. Splitting a line inside the value is "
+#| "normally not supported, with the exception of partitioning recipes."
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. Splitting a line inside the value is normally not "
-"supported, with the exception of partitioning recipes."
+"between type and value. Split lines will be joined into a single line with "
+"all leading/trailing whitespace condensed to a single space."
msgstr ""
"一行可以通过行尾的反斜杠(<quote><literal>\\</literal></quote>)连接符分成多"
"行。分割一行较好的地方是在问题名后面;而在类型和值之间则是糟糕的地方。在值中"
"间换行通常不支持,例外的情况是分区表。"
#. Tag: para
-#: preseed.xml:586
+#: preseed.xml:585
#, no-c-format
msgid ""
"For debconf variables (templates) used in the installer itself, the owner "
@@ -996,7 +1005,7 @@ msgstr ""
"debconf 数据库里面。"
#. Tag: para
-#: preseed.xml:594
+#: preseed.xml:593
#, no-c-format
msgid ""
"Most questions need to be preseeded using the values valid in English and "
@@ -1007,7 +1016,7 @@ msgstr ""
"<classname>partman</classname>),需要使用翻译过的值。"
#. Tag: para
-#: preseed.xml:600
+#: preseed.xml:599
#, no-c-format
msgid ""
"Some questions take a code as value instead of the English text that is "
@@ -1015,7 +1024,7 @@ msgid ""
msgstr "有些问题在安装过程中显示值的代码而不是英文文本。"
#. Tag: para
-#: preseed.xml:606
+#: preseed.xml:605
#, no-c-format
msgid ""
"The easiest way to create a preconfiguration file is to use the example file "
@@ -1025,7 +1034,7 @@ msgstr ""
"\"preseed-contents\"/>。"
#. Tag: para
-#: preseed.xml:611
+#: preseed.xml:610
#, no-c-format
msgid ""
"An alternative method is to do a manual installation and then, after "
@@ -1038,7 +1047,7 @@ msgstr ""
"程序的 cdebconf 数据库到一个文件:"
#. Tag: screen
-#: preseed.xml:618
+#: preseed.xml:617
#, no-c-format
msgid ""
"$ debconf-get-selections --installer &gt; <replaceable>file</replaceable>\n"
@@ -1048,7 +1057,7 @@ msgstr ""
"$ debconf-get-selections &gt;&gt; <replaceable>file</replaceable>"
#. Tag: para
-#: preseed.xml:620
+#: preseed.xml:619
#, no-c-format
msgid ""
"However, a file generated in this manner will have some items that should "
@@ -1059,7 +1068,7 @@ msgstr ""
"始。"
#. Tag: para
-#: preseed.xml:628
+#: preseed.xml:627
#, no-c-format
msgid ""
"This method relies on the fact that, at the end of the installation, the "
@@ -1073,7 +1082,7 @@ msgstr ""
"感的信息,默认只为 root 可读。"
#. Tag: para
-#: preseed.xml:636
+#: preseed.xml:635
#, no-c-format
msgid ""
"The directory <filename>/var/log/installer</filename> and all files in it "
@@ -1084,7 +1093,7 @@ msgstr ""
"log/installer</filename> 目录及其中的文件将从您的系统中删除。"
#. Tag: para
-#: preseed.xml:644
+#: preseed.xml:643
#, no-c-format
msgid ""
"To check possible values for questions, you can use <command>nano</command> "
@@ -1099,7 +1108,7 @@ msgstr ""
"值。"
#. Tag: para
-#: preseed.xml:652
+#: preseed.xml:651
#, no-c-format
msgid ""
"To check if the format of your preconfiguration file is valid before "
@@ -1110,13 +1119,13 @@ msgstr ""
"selections -c <replaceable>preseed.cfg</replaceable></command> 命令。"
#. Tag: title
-#: preseed.xml:663
+#: preseed.xml:662
#, no-c-format
msgid "Contents of the preconfiguration file (for &releasename;)"
msgstr "预置文件的内容(&releasename;)"
#. Tag: para
-#: preseed.xml:669
+#: preseed.xml:668
#, no-c-format
msgid ""
"Note that this example is based on an installation for the Intel x86 "
@@ -1130,13 +1139,13 @@ msgstr ""
"设置替换。"
#. Tag: title
-#: preseed.xml:680
+#: preseed.xml:679
#, no-c-format
msgid "Localization"
msgstr "本地化"
#. Tag: para
-#: preseed.xml:681
+#: preseed.xml:680
#, no-c-format
msgid ""
"Setting localization values will only work if you are using initrd "
@@ -1146,18 +1155,25 @@ msgstr ""
"设置本地信息只适用于使用 initrd 预置。其他方式下这些问题是在询问之后加载的。"
#. Tag: para
-#: preseed.xml:687
-#, no-c-format
+#: preseed.xml:686
+#, fuzzy, 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>."
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>."
+"The locale can be used to specify both language and country and can be any "
+"combination of a language supported by &d-i; and a recognized country. If "
+"the combination does not form a valid locale, the installer will "
+"automatically select a locale that is valid for the selected language. To "
+"specify the locale as a boot parameter, use "
+"<userinput>locale=<replaceable>en_US</replaceable></userinput>."
msgstr ""
"本地可以指定语言和国家。要在引导参数上指定本地,使用 "
"<userinput>locale=<replaceable>en_US</replaceable></userinput>。"
#. Tag: screen
-#: preseed.xml:693
+#: preseed.xml:695
#, no-c-format
msgid ""
"# Locale sets language and country.\n"
@@ -1167,7 +1183,7 @@ msgstr ""
"d-i debian-installer/locale string en_US"
#. Tag: para
-#: preseed.xml:695
+#: preseed.xml:697
#, no-c-format
msgid ""
"Keyboard configuration consists of selecting a keyboard architecture and a "
@@ -1179,7 +1195,7 @@ msgstr ""
"因此通常不必预置。keymap 必须对 &d-i; 所选择的键盘体系有效。"
#. Tag: screen
-#: preseed.xml:702
+#: preseed.xml:704
#, no-c-format
msgid ""
"# Keyboard selection.\n"
@@ -1195,7 +1211,7 @@ msgstr ""
"#d-i console-keymaps-usb/keymap select mac-usb-us"
#. Tag: para
-#: preseed.xml:704
+#: preseed.xml:706
#, no-c-format
msgid ""
"To skip keyboard configuration, preseed <classname>console-tools/archs</"
@@ -1206,7 +1222,7 @@ msgstr ""
"tools/archs</classname>。这将导致内核 keymap 保持活动。"
#. Tag: para
-#: preseed.xml:713
+#: preseed.xml:715
#, no-c-format
msgid ""
"The changes in the input layer for 2.6 kernels have made the keyboard "
@@ -1217,13 +1233,13 @@ msgstr ""
"<quote>PC</quote> (<userinput>at</userinput>) keymap。"
#. Tag: title
-#: preseed.xml:723
+#: preseed.xml:725
#, no-c-format
msgid "Network configuration"
msgstr "网络设置"
#. Tag: para
-#: preseed.xml:724
+#: preseed.xml:726
#, no-c-format
msgid ""
"Of course, preseeding the network configuration won't work if you're loading "
@@ -1236,7 +1252,7 @@ msgstr ""
"助。如果您计划从网络加载预置文件,应该使用传递网络设置给内核引导参数的方式。"
#. Tag: para
-#: preseed.xml:732
+#: preseed.xml:734
#, no-c-format
msgid ""
"If you need to pick a particular interface when netbooting before loading a "
@@ -1247,7 +1263,7 @@ msgstr ""
"<userinput>interface=<replaceable>eth1</replaceable></userinput>。"
#. Tag: para
-#: preseed.xml:738
+#: preseed.xml:740
#, no-c-format
msgid ""
"Although preseeding the network configuration is normally not possible when "
@@ -1263,19 +1279,19 @@ msgstr ""
"再运行一次,这需要将下面的命令包含在 <quote>preseed/run</quote> 脚本里面:"
#. Tag: screen
-#: preseed.xml:748
+#: preseed.xml:750
#, no-c-format
msgid "killall.sh; netcfg"
msgstr "killall.sh; netcfg"
#. Tag: para
-#: preseed.xml:750
+#: preseed.xml:752
#, no-c-format
msgid "The following debconf variables are relevant for network configuration."
msgstr "下面的 debconf 变量与网络配置相关。"
#. Tag: screen
-#: preseed.xml:756
+#: preseed.xml:758
#, no-c-format
msgid ""
"# netcfg will choose an interface that has link if possible. This makes it\n"
@@ -1367,7 +1383,7 @@ msgstr ""
"#d-i hw-detect/load_firmware boolean true"
#. Tag: para
-#: preseed.xml:758
+#: preseed.xml:760
#, no-c-format
msgid ""
"Please note that <command>netcfg</command> will automatically determine the "
@@ -1386,13 +1402,13 @@ msgstr ""
"quote> 确定不使用网关。"
#. Tag: title
-#: preseed.xml:774
+#: preseed.xml:776
#, no-c-format
msgid "Mirror settings"
msgstr "镜像设置"
#. Tag: para
-#: preseed.xml:775
+#: preseed.xml:777
#, no-c-format
msgid ""
"Depending on the installation method you use, a mirror may be used to "
@@ -1404,7 +1420,7 @@ msgstr ""
"安装的系统建立 <filename>/etc/apt/sources.list</filename>。"
#. Tag: para
-#: preseed.xml:782
+#: preseed.xml:784
#, no-c-format
msgid ""
"The parameter <classname>mirror/suite</classname> determines the suite for "
@@ -1413,7 +1429,7 @@ msgstr ""
"参数 <classname>mirror/suite</classname> 决定了安装好的系统使用的套件。"
#. Tag: para
-#: preseed.xml:787
+#: preseed.xml:789
#, no-c-format
msgid ""
"The parameter <classname>mirror/udeb/suite</classname> determines the suite "
@@ -1429,7 +1445,7 @@ msgstr ""
"suite</classname> 的值相同。"
#. Tag: screen
-#: preseed.xml:799
+#: preseed.xml:801
#, no-c-format
msgid ""
"# If you select ftp, the mirror/country string does not need to be set.\n"
@@ -1457,13 +1473,13 @@ msgstr ""
"#d-i mirror/udeb/suite string testing"
#. Tag: title
-#: preseed.xml:804
+#: preseed.xml:806
#, no-c-format
msgid "Clock and time zone setup"
msgstr "时钟与时区设置"
#. Tag: screen
-#: preseed.xml:806
+#: preseed.xml:808
#, no-c-format
msgid ""
"# Controls whether or not the hardware clock is set to UTC.\n"
@@ -1491,13 +1507,13 @@ msgstr ""
"#d-i clock-setup/ntp-server ntp.example.com"
#. Tag: title
-#: preseed.xml:811
+#: preseed.xml:813
#, no-c-format
msgid "Partitioning"
msgstr "分区"
#. Tag: para
-#: preseed.xml:812
+#: preseed.xml:814
#, no-c-format
msgid ""
"Using preseeding to partition the harddisk is very much limited to what is "
@@ -1513,7 +1529,7 @@ msgstr ""
"磁盘。"
#. Tag: para
-#: preseed.xml:823
+#: preseed.xml:825
#, no-c-format
msgid ""
"The identification of disks is dependent on the order in which their drivers "
@@ -1524,7 +1540,7 @@ msgstr ""
"确的那一个。"
#. Tag: screen
-#: preseed.xml:831
+#: preseed.xml:833
#, no-c-format
msgid ""
"# If the system has free space you can choose to only partition that space.\n"
@@ -1650,13 +1666,13 @@ msgstr ""
"d-i partman/confirm boolean true"
#. Tag: title
-#: preseed.xml:836
+#: preseed.xml:838
#, no-c-format
msgid "Partitioning using RAID"
msgstr "使用 RAID 分区"
#. Tag: para
-#: preseed.xml:837
+#: preseed.xml:839
#, no-c-format
msgid ""
"You can also use preseeding to set up partitions on software RAID arrays. "
@@ -1670,7 +1686,7 @@ msgstr ""
"阵列中的所有设备;参见 <xref linkend=\"preseed-bootloader\"/>。"
#. Tag: para
-#: preseed.xml:847
+#: preseed.xml:849
#, no-c-format
msgid ""
"This type of automated partitioning is easy to get wrong. It is also "
@@ -1684,7 +1700,7 @@ msgstr ""
"<filename>/var/log/syslog</filename>。"
#. Tag: screen
-#: preseed.xml:857
+#: preseed.xml:859
#, no-c-format
msgid ""
"# NOTE: this option is of beta release quality and should be used carefully\n"
@@ -1782,13 +1798,13 @@ msgstr ""
"d-i partman/confirm boolean true"
#. Tag: title
-#: preseed.xml:862
+#: preseed.xml:864
#, no-c-format
msgid "Base system installation"
msgstr "基本系统安装"
#. Tag: para
-#: preseed.xml:863
+#: preseed.xml:865
#, no-c-format
msgid ""
"There is actually not very much that can be preseeded for this stage of the "
@@ -1797,7 +1813,7 @@ msgid ""
msgstr "本阶段的安装并没有多少东西需要预置。仅有一个与内核安装相关的问题。"
#. Tag: screen
-#: preseed.xml:870
+#: preseed.xml:872
#, no-c-format
msgid ""
"# Select the initramfs generator used to generate the initrd for 2.6 "
@@ -1819,13 +1835,13 @@ msgstr ""
"#d-i base-installer/kernel/image string linux-image-2.6-486"
#. Tag: title
-#: preseed.xml:875
+#: preseed.xml:877
#, no-c-format
msgid "Account setup"
msgstr "帐号设置"
#. Tag: para
-#: preseed.xml:876
+#: preseed.xml:878
#, no-c-format
msgid ""
"The password for the root account and name and password for a first regular "
@@ -1836,7 +1852,7 @@ msgstr ""
"或 MD5 <emphasis>哈希</emphasis> 值。"
#. Tag: para
-#: preseed.xml:883
+#: preseed.xml:885
#, no-c-format
msgid ""
"Be aware that preseeding passwords is not completely secure as everyone with "
@@ -1849,7 +1865,7 @@ msgstr ""
"MD5 哈希值相对安全一些,但也会造成安全的假象,MD5 哈希值也可以被暴力破解。"
#. Tag: screen
-#: preseed.xml:893
+#: preseed.xml:895
#, no-c-format
msgid ""
"# Skip creation of a root account (normal user account will be able to\n"
@@ -1907,7 +1923,7 @@ msgstr ""
"#d-i passwd/user-default-groups string audio cdrom video"
#. Tag: para
-#: preseed.xml:895
+#: preseed.xml:897
#, no-c-format
msgid ""
"The <classname>passwd/root-password-crypted</classname> and "
@@ -1924,26 +1940,26 @@ msgstr ""
"root 登录(例如使用 SSH key 认证或 sudo)。"
#. Tag: para
-#: preseed.xml:905
+#: preseed.xml:907
#, no-c-format
msgid ""
"The following command can be used to generate an MD5 hash for a password:"
msgstr "下面的命令可用于生成密码的 MD5 值。"
#. Tag: screen
-#: preseed.xml:909
+#: preseed.xml:911
#, no-c-format
msgid "$ echo \"r00tme\" | mkpasswd -s -m md5"
msgstr "$ echo \"r00tme\" | mkpasswd -s -m md5"
#. Tag: title
-#: preseed.xml:915
+#: preseed.xml:917
#, no-c-format
msgid "Apt setup"
msgstr "设置 apt"
#. Tag: para
-#: preseed.xml:916
+#: preseed.xml:918
#, no-c-format
msgid ""
"Setup of the <filename>/etc/apt/sources.list</filename> and basic "
@@ -1956,7 +1972,7 @@ msgstr ""
"仓库。"
#. Tag: screen
-#: preseed.xml:924
+#: preseed.xml:926
#, no-c-format
msgid ""
"# You can choose to install non-free and contrib software.\n"
@@ -2014,13 +2030,13 @@ msgstr ""
"#d-i debian-installer/allow_unauthenticated string true"
#. Tag: title
-#: preseed.xml:929
+#: preseed.xml:931
#, no-c-format
msgid "Package selection"
msgstr "选择软件包"
#. Tag: para
-#: preseed.xml:930
+#: preseed.xml:932
#, no-c-format
msgid ""
"You can choose to install any combination of tasks that are available. "
@@ -2028,73 +2044,73 @@ msgid ""
msgstr "您可以选择安装存在的任务的组合。写这篇文章时已有的任务是:"
#. Tag: userinput
-#: preseed.xml:939
+#: preseed.xml:941
#, no-c-format
msgid "standard"
msgstr "标准"
#. Tag: userinput
-#: preseed.xml:942
+#: preseed.xml:944
#, no-c-format
msgid "desktop"
msgstr "桌面"
#. Tag: userinput
-#: preseed.xml:945
+#: preseed.xml:947
#, no-c-format
msgid "gnome-desktop"
msgstr "gnome 桌面"
#. Tag: userinput
-#: preseed.xml:948
+#: preseed.xml:950
#, no-c-format
msgid "kde-desktop"
msgstr "kde 桌面"
#. Tag: userinput
-#: preseed.xml:951
+#: preseed.xml:953
#, no-c-format
msgid "web-server"
msgstr "web 服务器"
#. Tag: userinput
-#: preseed.xml:954
+#: preseed.xml:956
#, no-c-format
msgid "print-server"
msgstr "打印服务器"
#. Tag: userinput
-#: preseed.xml:957
+#: preseed.xml:959
#, no-c-format
msgid "dns-server"
msgstr "dns 服务器"
#. Tag: userinput
-#: preseed.xml:960
+#: preseed.xml:962
#, no-c-format
msgid "file-server"
msgstr "文件服务器"
#. Tag: userinput
-#: preseed.xml:963
+#: preseed.xml:965
#, no-c-format
msgid "mail-server"
msgstr "邮件服务器"
#. Tag: userinput
-#: preseed.xml:966
+#: preseed.xml:968
#, no-c-format
msgid "sql-database"
msgstr "SQL 数据库"
#. Tag: userinput
-#: preseed.xml:969
+#: preseed.xml:971
#, no-c-format
msgid "laptop"
msgstr "便携机"
#. Tag: para
-#: preseed.xml:973
+#: preseed.xml:975
#, no-c-format
msgid ""
"You can also choose to install no tasks, and force the installation of a set "
@@ -2105,7 +2121,7 @@ msgstr ""
"userinput> 任务。"
#. Tag: para
-#: preseed.xml:979
+#: preseed.xml:981
#, no-c-format
msgid ""
"If you want to install some individual packages in addition to packages "
@@ -2119,7 +2135,7 @@ msgstr ""
"命令行上使用。"
#. Tag: screen
-#: preseed.xml:989
+#: preseed.xml:991
#, no-c-format
msgid ""
"#tasksel tasksel/first multiselect standard, web-server\n"
@@ -2157,13 +2173,13 @@ msgstr ""
"#popularity-contest popularity-contest/participate boolean false"
#. Tag: title
-#: preseed.xml:994
+#: preseed.xml:996
#, no-c-format
msgid "Boot loader installation"
msgstr "安装引导加载器"
#. Tag: screen
-#: preseed.xml:996
+#: preseed.xml:998
#, no-c-format
msgid ""
"# Grub is the default boot loader (for x86). If you want lilo installed\n"
@@ -2229,7 +2245,7 @@ msgstr ""
"#d-i grub-installer/password-crypted password [MD5 hash]"
#. Tag: para
-#: preseed.xml:998
+#: preseed.xml:1000
#, no-c-format
msgid ""
"An MD5 hash for a password for <classname>grub</classname> can be generated "
@@ -2241,13 +2257,13 @@ msgstr ""
"令。"
#. Tag: title
-#: preseed.xml:1008
+#: preseed.xml:1010
#, no-c-format
msgid "Finishing up the installation"
msgstr "完成安装"
#. Tag: screen
-#: preseed.xml:1010
+#: preseed.xml:1012
#, no-c-format
msgid ""
"# During installations from serial console, the regular virtual consoles\n"
@@ -2287,13 +2303,13 @@ msgstr ""
"#d-i debian-installer/exit/poweroff boolean true"
#. Tag: title
-#: preseed.xml:1015
+#: preseed.xml:1017
#, no-c-format
msgid "Preseeding other packages"
msgstr "预置其他的软件包"
#. Tag: screen
-#: preseed.xml:1017
+#: preseed.xml:1019
#, no-c-format
msgid ""
"# Depending on what software you choose to install, or if things go wrong\n"
@@ -2313,19 +2329,19 @@ msgstr ""
"# debconf-get-selections >> file"
#. Tag: title
-#: preseed.xml:1024
+#: preseed.xml:1026
#, no-c-format
msgid "Advanced options"
msgstr "高级选项"
#. Tag: title
-#: preseed.xml:1027
+#: preseed.xml:1029
#, no-c-format
msgid "Running custom commands during the installation"
msgstr "安装过程中运行用户命令"
#. Tag: para
-#: preseed.xml:1028
+#: preseed.xml:1030
#, no-c-format
msgid ""
"A very powerful and flexible option offered by the preconfiguration tools is "
@@ -2335,7 +2351,7 @@ msgstr ""
"本。"
#. Tag: screen
-#: preseed.xml:1036
+#: preseed.xml:1038
#, no-c-format
msgid ""
"# d-i preseeding is inherently not secure. Nothing in the installer checks\n"
@@ -2373,13 +2389,13 @@ msgstr ""
"#d-i preseed/late_command string apt-install zsh; in-target chsh -s /bin/zsh"
#. Tag: title
-#: preseed.xml:1041
+#: preseed.xml:1043
#, no-c-format
msgid "Using preseeding to change default values"
msgstr "使用预置修改默认值"
#. Tag: para
-#: preseed.xml:1042
+#: preseed.xml:1044
#, no-c-format
msgid ""
"It is possible to use preseeding to change the default answer for a "
@@ -2403,7 +2419,7 @@ msgstr ""
"这对于测试和调试您的预置文件很有帮助。"
#. Tag: para
-#: preseed.xml:1056
+#: preseed.xml:1058
#, no-c-format
msgid ""
"If you are preseeding using boot parameters, you can make the installer ask "
@@ -2420,13 +2436,13 @@ msgstr ""
"在安装时显示出来的问题对应的参数,而不是<quote>内部的</quote>参数。"
#. Tag: title
-#: preseed.xml:1071
+#: preseed.xml:1073
#, no-c-format
msgid "Chainloading preconfiguration files"
msgstr "预置文件链"
#. Tag: para
-#: preseed.xml:1072
+#: preseed.xml:1074
#, no-c-format
msgid ""
"It is possible to include other preconfiguration files from a "
@@ -2440,7 +2456,7 @@ msgstr ""
"外的文件里面。"
#. Tag: screen
-#: preseed.xml:1082
+#: preseed.xml:1084
#, no-c-format
msgid ""
"# More than one file can be listed, separated by spaces; all will be\n"
@@ -2490,7 +2506,7 @@ msgstr ""
"#d-i preseed/run string foo.sh"
#. Tag: para
-#: preseed.xml:1084
+#: preseed.xml:1086
#, no-c-format
msgid ""
"It is also possible to chainload from the initrd or file preseeding phase, "
diff --git a/po/zh_CN/using-d-i.po b/po/zh_CN/using-d-i.po
index 7e6d12aac..d38db48e1 100644
--- a/po/zh_CN/using-d-i.po
+++ b/po/zh_CN/using-d-i.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: 2008-10-17 00:09+0000\n"
+"POT-Creation-Date: 2008-10-26 00:10+0000\n"
"PO-Revision-Date: 2008-09-26 12:06+0800\n"
"Last-Translator: Ji YongGang<jungle@soforge.com>\n"
"Language-Team: debian-chinese-gb <debian-chinese-gb@lists.debian.org>\n"
@@ -3441,17 +3441,22 @@ msgstr ""
#. Tag: para
#: using-d-i.xml:2343
-#, no-c-format
+#, fuzzy, no-c-format
+#| msgid ""
+#| "Once you've selected your tasks, select &BTN-CONT;. At this point, "
+#| "<command>aptitude</command> will install the packages that are part of "
+#| "the tasks you've selected."
msgid ""
"Once you've selected your tasks, select &BTN-CONT;. At this point, "
"<command>aptitude</command> will install the packages that are part of the "
-"tasks you've selected."
+"selected tasks. If a particular program needs more information from the "
+"user, it will prompt you during this process."
msgstr ""
"一旦您确定了任务,请选择 &BTN-CONT;。此时,<command>aptitude</command> 将安装"
"选中的软件包。"
#. Tag: para
-#: using-d-i.xml:2350
+#: using-d-i.xml:2351
#, no-c-format
msgid ""
"In the standard user interface of the installer, you can use the space bar "
@@ -3459,7 +3464,7 @@ msgid ""
msgstr "在安装程序的标准用户界面下,您可以使用空格键切换任务的选择。"
#. Tag: para
-#: using-d-i.xml:2356
+#: using-d-i.xml:2357
#, no-c-format
msgid ""
"You should be aware that especially the Desktop task is very large. "
@@ -3474,7 +3479,7 @@ msgstr ""
"间。一旦启动,安装软件包过程将无法取消。"
#. Tag: para
-#: using-d-i.xml:2365
+#: using-d-i.xml:2366
#, no-c-format
msgid ""
"Even when packages are included on the CD-ROM, the installer may still "
@@ -3488,27 +3493,14 @@ msgstr ""
"取这些软件包。如果您安装的是稳定版,这会出现在次版本发布之后(主稳定版本的更"
"新);如果您安装的是测试版本,这会出现在使用旧映像安装时。"
-#. Tag: para
-#: using-d-i.xml:2374
-#, no-c-format
-msgid ""
-"Each package you selected with <command>tasksel</command> is downloaded, "
-"unpacked and then installed in turn by the <command>apt-get</command> and "
-"<command>dpkg</command> programs. If a particular program needs more "
-"information from the user, it will prompt you during this process."
-msgstr ""
-"通过 <command>tasksel</command> 选择的每个软件包,都是使用 <command>apt-get</"
-"command> 和 <command>dpkg</command> 程序依次进行下载、解压和安装。如果某个程"
-"序需要用户提供信息,它会在此过程中给出提示。"
-
#. Tag: title
-#: using-d-i.xml:2387
+#: using-d-i.xml:2381
#, no-c-format
msgid "Making Your System Bootable"
msgstr "创建启动系统"
#. Tag: para
-#: using-d-i.xml:2389
+#: using-d-i.xml:2383
#, no-c-format
msgid ""
"If you are installing a diskless workstation, obviously, booting off the "
@@ -3521,13 +3513,13 @@ msgstr ""
"linkend=\"boot-dev-select-sun\"/>。</phrase>"
#. Tag: title
-#: using-d-i.xml:2404
+#: using-d-i.xml:2398
#, no-c-format
msgid "Detecting other operating systems"
msgstr "检测其他的操作系统"
#. Tag: para
-#: using-d-i.xml:2406
+#: using-d-i.xml:2400
#, no-c-format
msgid ""
"Before a boot loader is installed, the installer will attempt to probe for "
@@ -3541,7 +3533,7 @@ msgstr ""
"Debian 一起,计算机也将配置为可以启动其他操作系统。"
#. Tag: para
-#: using-d-i.xml:2414
+#: using-d-i.xml:2408
#, no-c-format
msgid ""
"Note that multiple operating systems booting on a single machine is still "
@@ -3555,13 +3547,13 @@ msgstr ""
"管理器的文档了解更多信息。"
#. Tag: title
-#: using-d-i.xml:2432
+#: using-d-i.xml:2426
#, no-c-format
msgid "Install <command>aboot</command> on a Hard Disk"
msgstr "安装 <command>aboot</command> 到硬盘上"
#. Tag: para
-#: using-d-i.xml:2433
+#: using-d-i.xml:2427
#, no-c-format
msgid ""
"If you have booted from SRM and you select this option, the installer will "
@@ -3580,13 +3572,13 @@ msgstr ""
"装 Debian 的磁盘上装有不同的操作系统,将不得不从一个软盘启动 GNU/Linux。"
#. Tag: title
-#: using-d-i.xml:2453
+#: using-d-i.xml:2447
#, no-c-format
msgid "<command>palo</command>-installer"
msgstr "<command>palo</command>-installer"
#. Tag: para
-#: using-d-i.xml:2454
+#: using-d-i.xml:2448
#, no-c-format
msgid ""
"The bootloader on PA-RISC is <quote>palo</quote>. <command>PALO</command> is "
@@ -3601,19 +3593,19 @@ msgstr ""
"<command>PALO</command> 能真正地读 Linux 分区。"
#. Tag: para
-#: using-d-i.xml:2463
+#: using-d-i.xml:2457
#, no-c-format
msgid "hppa FIXME ( need more info )"
msgstr "hppa FIXME ( need more info )"
#. Tag: title
-#: using-d-i.xml:2475
+#: using-d-i.xml:2469
#, no-c-format
msgid "Install the <command>Grub</command> Boot Loader on a Hard Disk"
msgstr "硬盘上 <command>Grub</command> Boot Loader 的安装"
#. Tag: para
-#: using-d-i.xml:2477
+#: using-d-i.xml:2471
#, no-c-format
msgid ""
"The main &architecture; boot loader is called <quote>grub</quote>. Grub is a "
@@ -3624,7 +3616,7 @@ msgstr ""
"定的 boot loader,它对新手和老手都是一个不错的缺省选择。"
#. Tag: para
-#: using-d-i.xml:2483
+#: using-d-i.xml:2477
#, no-c-format
msgid ""
"By default, grub will be installed into the Master Boot Record (MBR), where "
@@ -3636,7 +3628,7 @@ msgstr ""
"请参阅 grub 的手册。"
#. Tag: para
-#: using-d-i.xml:2489
+#: using-d-i.xml:2483
#, no-c-format
msgid ""
"If you do not want to install grub, use the &BTN-GOBACK; button to get to "
@@ -3647,13 +3639,13 @@ msgstr ""
"用的任何 bootloader。"
#. Tag: title
-#: using-d-i.xml:2502
+#: using-d-i.xml:2496
#, no-c-format
msgid "Install the <command>LILO</command> Boot Loader on a Hard Disk"
msgstr "硬盘上 <command>LILO</command> Boot Loader 的安装"
#. Tag: para
-#: using-d-i.xml:2504
+#: using-d-i.xml:2498
#, no-c-format
msgid ""
"The second &architecture; boot loader is called <quote>LILO</quote>. It is "
@@ -3669,7 +3661,7 @@ msgstr ""
"HOWTO</ulink>。"
#. Tag: para
-#: using-d-i.xml:2514
+#: using-d-i.xml:2508
#, no-c-format
msgid ""
"Currently the LILO installation will only create menu entries for other "
@@ -3682,7 +3674,7 @@ msgstr ""
"统。"
#. Tag: para
-#: using-d-i.xml:2522
+#: using-d-i.xml:2516
#, no-c-format
msgid ""
"&d-i; offers you three choices on where to install the <command>LILO</"
@@ -3690,13 +3682,13 @@ msgid ""
msgstr "&d-i; 提供给您三种选择去哪安装 <command>LILO</command> boot loader:"
#. Tag: term
-#: using-d-i.xml:2529
+#: using-d-i.xml:2523
#, no-c-format
msgid "Master Boot Record (MBR)"
msgstr "主引导区(MBR)"
#. Tag: para
-#: using-d-i.xml:2529
+#: using-d-i.xml:2523
#, no-c-format
msgid ""
"This way the <command>LILO</command> will take complete control of the boot "
@@ -3704,13 +3696,13 @@ msgid ""
msgstr "这种方式 <command>LILO</command> 将完全控制启动过程。"
#. Tag: term
-#: using-d-i.xml:2536
+#: using-d-i.xml:2530
#, no-c-format
msgid "new Debian partition"
msgstr "新 Debian 分区"
#. Tag: para
-#: using-d-i.xml:2536
+#: using-d-i.xml:2530
#, no-c-format
msgid ""
"Choose this if you want to use another boot manager. <command>LILO</command> "
@@ -3721,13 +3713,13 @@ msgstr ""
"新 Debian 分区的起始位置,并能作为第二 boot loader。"
#. Tag: term
-#: using-d-i.xml:2545
+#: using-d-i.xml:2539
#, no-c-format
msgid "Other choice"
msgstr "其它选择"
#. Tag: para
-#: using-d-i.xml:2545
+#: using-d-i.xml:2539
#, no-c-format
msgid ""
"Useful for advanced users who want to install <command>LILO</command> "
@@ -3740,7 +3732,7 @@ msgstr ""
"filename> 或 <filename>/dev/sda</filename>。"
#. Tag: para
-#: using-d-i.xml:2555
+#: using-d-i.xml:2549
#, no-c-format
msgid ""
"If you can no longer boot into Windows 9x (or DOS) after this step, you'll "
@@ -3754,13 +3746,13 @@ msgstr ""
"录 &mdash; 但这也意味着您要使用其他方法才能启动 Debian!"
#. Tag: title
-#: using-d-i.xml:2571
+#: using-d-i.xml:2565
#, no-c-format
msgid "Install the <command>ELILO</command> Boot Loader on a Hard Disk"
msgstr "安装 <command>ELILO</command> Boot Loader 到硬盘"
#. Tag: para
-#: using-d-i.xml:2573
+#: using-d-i.xml:2567
#, no-c-format
msgid ""
"The &architecture; boot loader is called <quote>elilo</quote>. It is modeled "
@@ -3785,7 +3777,7 @@ msgstr ""
"和启动 Linux 内核的工作。"
#. Tag: para
-#: using-d-i.xml:2589
+#: using-d-i.xml:2583
#, no-c-format
msgid ""
"The <quote>elilo</quote> configuration and installation is done as the last "
@@ -3800,13 +3792,13 @@ msgstr ""
"<emphasis>root</emphasis> 文件系统相同的磁盘。"
#. Tag: title
-#: using-d-i.xml:2601
+#: using-d-i.xml:2595
#, no-c-format
msgid "Choose the correct partition!"
msgstr "选择正确的分区!"
#. Tag: para
-#: using-d-i.xml:2603
+#: using-d-i.xml:2597
#, no-c-format
msgid ""
"The criteria for selecting a partition is that it is FAT format filesystem "
@@ -3822,13 +3814,13 @@ msgstr ""
"有内容!"
#. Tag: title
-#: using-d-i.xml:2618
+#: using-d-i.xml:2612
#, no-c-format
msgid "EFI Partition Contents"
msgstr "EFI 分区内容"
#. Tag: para
-#: using-d-i.xml:2620
+#: using-d-i.xml:2614
#, no-c-format
msgid ""
"The EFI partition is a FAT filesystem format partition on one of the hard "
@@ -3854,13 +3846,13 @@ msgstr ""
"间,系统更新或重新配置,文件系统中也许会有其他文件。"
#. Tag: filename
-#: using-d-i.xml:2642
+#: using-d-i.xml:2636
#, no-c-format
msgid "elilo.conf"
msgstr "elilo.conf"
#. Tag: para
-#: using-d-i.xml:2643
+#: using-d-i.xml:2637
#, no-c-format
msgid ""
"This is the configuration file read by the boot loader when it starts. It is "
@@ -3871,13 +3863,13 @@ msgstr ""
"filename> 的复制,其文件名重写成 EFI 分区上的文件。"
#. Tag: filename
-#: using-d-i.xml:2652
+#: using-d-i.xml:2646
#, no-c-format
msgid "elilo.efi"
msgstr "elilo.efi"
#. Tag: para
-#: using-d-i.xml:2653
+#: using-d-i.xml:2647
#, no-c-format
msgid ""
"This is the boot loader program that the <quote>EFI Boot Manager</quote> "
@@ -3890,13 +3882,13 @@ msgstr ""
"<quote>EFI Boot Manager</quote> 命令菜单。"
#. Tag: filename
-#: using-d-i.xml:2663
+#: using-d-i.xml:2657
#, no-c-format
msgid "initrd.img"
msgstr "initrd.img"
#. Tag: para
-#: using-d-i.xml:2664
+#: using-d-i.xml:2658
#, no-c-format
msgid ""
"This is the initial root filesystem used to boot the kernel. It is a copy of "
@@ -3909,13 +3901,13 @@ msgstr ""
"filename> 符号链接 <filename>/initrd.img</filename> 指向的文件。"
#. Tag: filename
-#: using-d-i.xml:2676
+#: using-d-i.xml:2670
#, no-c-format
msgid "readme.txt"
msgstr "readme.txt"
#. Tag: para
-#: using-d-i.xml:2677
+#: using-d-i.xml:2671
#, no-c-format
msgid ""
"This is a small text file warning you that the contents of the directory are "
@@ -3926,13 +3918,13 @@ msgstr ""
"任何本地修改在下次 <filename>/usr/sbin/elilo</filename> 运行时将丢失。"
#. Tag: filename
-#: using-d-i.xml:2687
+#: using-d-i.xml:2681
#, no-c-format
msgid "vmlinuz"
msgstr "vmlinuz"
#. Tag: para
-#: using-d-i.xml:2688
+#: using-d-i.xml:2682
#, no-c-format
msgid ""
"This is the compressed kernel itself. It is a copy of the file referenced in "
@@ -3945,13 +3937,13 @@ msgstr ""
"<filename>/vmlinuz</filename> 指向的文件。"
#. Tag: title
-#: using-d-i.xml:2708
+#: using-d-i.xml:2702
#, no-c-format
msgid "<command>arcboot</command>-installer"
msgstr "<command>arcboot</command>-installer"
#. Tag: para
-#: using-d-i.xml:2709
+#: using-d-i.xml:2703
#, no-c-format
msgid ""
"The boot loader on SGI machines is <command>arcboot</command>. It has to be "
@@ -3991,13 +3983,13 @@ msgstr ""
"</screen></informalexample> ,然后键入 <command>boot</command>。"
#. Tag: replaceable
-#: using-d-i.xml:2728
+#: using-d-i.xml:2722
#, no-c-format
msgid "scsi"
msgstr "scsi"
#. Tag: para
-#: using-d-i.xml:2729
+#: using-d-i.xml:2723
#, no-c-format
msgid ""
"is the SCSI bus to be booted from, this is <userinput>0</userinput> for the "
@@ -4005,13 +3997,13 @@ msgid ""
msgstr "是启动的 SCSI 总线,<userinput>0</userinput> 为板载控制器"
#. Tag: replaceable
-#: using-d-i.xml:2737
+#: using-d-i.xml:2731
#, no-c-format
msgid "disk"
msgstr "disk"
#. Tag: para
-#: using-d-i.xml:2738
+#: using-d-i.xml:2732
#, no-c-format
msgid ""
"is the SCSI ID of the hard disk on which <command>arcboot</command> is "
@@ -4020,13 +4012,13 @@ msgstr "硬盘的 SCSI ID,<command>arcboot</command> 安装在其上"
# index.docbook:1643, index.docbook:1712
#. Tag: replaceable
-#: using-d-i.xml:2746
+#: using-d-i.xml:2740
#, no-c-format
msgid "partnr"
msgstr "partnr"
#. Tag: para
-#: using-d-i.xml:2747
+#: using-d-i.xml:2741
#, no-c-format
msgid ""
"is the number of the partition on which <filename>/etc/arcboot.conf</"
@@ -4034,13 +4026,13 @@ msgid ""
msgstr "分区号,<filename>/etc/arcboot.conf</filename> 处于该分区"
#. Tag: replaceable
-#: using-d-i.xml:2755
+#: using-d-i.xml:2749
#, no-c-format
msgid "config"
msgstr "config"
#. Tag: para
-#: using-d-i.xml:2756
+#: using-d-i.xml:2750
#, no-c-format
msgid ""
"is the name of the configuration entry in <filename>/etc/arcboot.conf</"
@@ -4050,13 +4042,13 @@ msgstr ""
"quote> 。"
#. Tag: title
-#: using-d-i.xml:2777
+#: using-d-i.xml:2771
#, no-c-format
msgid "Install <command>Yaboot</command> on a Hard Disk"
msgstr "安装 <command>Yaboot</command> 至硬盘"
#. Tag: para
-#: using-d-i.xml:2778
+#: using-d-i.xml:2772
#, no-c-format
msgid ""
"Newer (mid 1998 and on) PowerMacs use <command>yaboot</command> as their "
@@ -4074,13 +4066,13 @@ msgstr ""
"设为启动 &debian;。"
#. Tag: title
-#: using-d-i.xml:2796
+#: using-d-i.xml:2790
#, no-c-format
msgid "Install <command>Quik</command> on a Hard Disk"
msgstr "安装 <command>Quik</command> 至硬盘"
#. Tag: para
-#: using-d-i.xml:2797
+#: using-d-i.xml:2791
#, no-c-format
msgid ""
"The boot loader for OldWorld Power Macintosh machines is <command>quik</"
@@ -4093,13 +4085,13 @@ msgstr ""
"以工作在 7200,7300 和 7600 Powermacs,以及一些 Power Computing 克隆。"
#. Tag: title
-#: using-d-i.xml:2813
+#: using-d-i.xml:2807
#, no-c-format
msgid "<command>zipl</command>-installer"
msgstr "<command>zipl</command>-installer"
#. Tag: para
-#: using-d-i.xml:2814
+#: using-d-i.xml:2808
#, no-c-format
msgid ""
"The boot loader on &arch-title; is <quote>zipl</quote>. <command>ZIPL</"
@@ -4114,13 +4106,13 @@ msgstr ""
"Commands</quote>,它位于 IBM 的 developerWorks 网站<command>ZIPL</command>。"
#. Tag: title
-#: using-d-i.xml:2831
+#: using-d-i.xml:2825
#, no-c-format
msgid "Install the <command>SILO</command> Boot Loader on a Hard Disk"
msgstr "安装 <command>SILO</command> Boot Loader 到硬盘"
#. Tag: para
-#: using-d-i.xml:2833
+#: using-d-i.xml:2827
#, no-c-format
msgid ""
"The standard &architecture; boot loader is called <quote>silo</quote>. It is "
@@ -4147,13 +4139,13 @@ msgstr ""
"区启动。这对于安装 GNU/Linux 到一个已经存在 SunOS/Solaris 的系统很有用。"
#. Tag: title
-#: using-d-i.xml:2858
+#: using-d-i.xml:2852
#, no-c-format
msgid "Continue Without Boot Loader"
msgstr "不使用 boot loader 继续进行"
#. Tag: para
-#: using-d-i.xml:2860
+#: using-d-i.xml:2854
#, no-c-format
msgid ""
"This option can be used to complete the installation even when no boot "
@@ -4169,7 +4161,7 @@ msgstr ""
"在机器上,以用于启动 GNU/Linux。</phrase>"
#. Tag: para
-#: using-d-i.xml:2869
+#: using-d-i.xml:2863
#, no-c-format
msgid ""
"If you plan to manually configure your bootloader, you should check the name "
@@ -4188,13 +4180,13 @@ msgstr ""
"filename> 到一个独立的分区,还需要 <filename>/boot</filename> 文件系统。"
#. Tag: title
-#: using-d-i.xml:2886
+#: using-d-i.xml:2880
#, no-c-format
msgid "Finishing the Installation"
msgstr "完成安装"
#. Tag: para
-#: using-d-i.xml:2887
+#: using-d-i.xml:2881
#, no-c-format
msgid ""
"This is the last step in the Debian installation process during which the "
@@ -4205,13 +4197,13 @@ msgstr ""
"i; 之后的清理。"
#. Tag: title
-#: using-d-i.xml:2900
+#: using-d-i.xml:2894
#, no-c-format
msgid "Setting the System Clock"
msgstr "设置系统时钟"
#. Tag: para
-#: using-d-i.xml:2902
+#: using-d-i.xml:2896
#, no-c-format
msgid ""
"The installer may ask you if the computer's clock is set to UTC. Normally "
@@ -4223,7 +4215,7 @@ msgstr ""
"装程序依据是否有其他系统已经安装这类事情,来决定时钟要不要设为 UTC。"
#. Tag: para
-#: using-d-i.xml:2909
+#: using-d-i.xml:2903
#, no-c-format
msgid ""
"In expert mode you will always be able to choose whether or not the clock is "
@@ -4239,7 +4231,7 @@ msgstr ""
"为本地时间。如果您需要多重引导,请选择本地时间而不是 GMT。</phrase>"
#. Tag: para
-#: using-d-i.xml:2920
+#: using-d-i.xml:2914
#, no-c-format
msgid ""
"At this point &d-i; will also attempt to save the current time to the "
@@ -4250,13 +4242,13 @@ msgstr ""
"决于刚才的选择。"
#. Tag: title
-#: using-d-i.xml:2935
+#: using-d-i.xml:2929
#, no-c-format
msgid "Reboot the System"
msgstr "重新启动系统"
#. Tag: para
-#: using-d-i.xml:2937
+#: using-d-i.xml:2931
#, no-c-format
msgid ""
"You will be prompted to remove the boot media (CD, floppy, etc) that you "
@@ -4267,7 +4259,7 @@ msgstr ""
"Debian 系统。"
#. Tag: para
-#: using-d-i.xml:2943
+#: using-d-i.xml:2937
#, no-c-format
msgid ""
"After a final prompt the system will be halted because rebooting is not "
@@ -4279,13 +4271,13 @@ msgstr ""
"上的 IPL &debian;,它在安装步骤第一步里被选做根文件系统。"
#. Tag: title
-#: using-d-i.xml:2956
+#: using-d-i.xml:2950
#, no-c-format
msgid "Miscellaneous"
msgstr "杂项"
#. Tag: para
-#: using-d-i.xml:2957
+#: using-d-i.xml:2951
#, no-c-format
msgid ""
"The components listed in this section are usually not involved in the "
@@ -4296,13 +4288,13 @@ msgstr ""
"题。"
#. Tag: title
-#: using-d-i.xml:2970
+#: using-d-i.xml:2964
#, no-c-format
msgid "Saving the installation logs"
msgstr "保存安装记录"
#. Tag: para
-#: using-d-i.xml:2972
+#: using-d-i.xml:2966
#, no-c-format
msgid ""
"If the installation is successful, the logfiles created during the "
@@ -4313,7 +4305,7 @@ msgstr ""
"<filename>/var/log/installer/</filename>。"
#. Tag: para
-#: using-d-i.xml:2979
+#: using-d-i.xml:2973
#, no-c-format
msgid ""
"Choosing <guimenuitem>Save debug logs</guimenuitem> from the main menu "
@@ -4327,13 +4319,13 @@ msgstr ""
"其它系统上研究记录,或者用于报告的附件。"
#. Tag: title
-#: using-d-i.xml:2999
+#: using-d-i.xml:2993
#, no-c-format
msgid "Using the Shell and Viewing the Logs"
msgstr "使用 Shell 查看记录"
#. Tag: para
-#: using-d-i.xml:3001
+#: using-d-i.xml:2995
#, no-c-format
msgid ""
"There are several methods you can use to get a shell while running an "
@@ -4357,13 +4349,13 @@ msgstr ""
"安装程序。"
#. Tag: para
-#: using-d-i.xml:3019
+#: using-d-i.xml:3013
#, no-c-format
msgid "For the graphical installer see also <xref linkend=\"gtk-using\"/>."
msgstr "对于图形安装程序,请参阅 <xref linkend=\"gtk-using\"/>。"
#. Tag: para
-#: using-d-i.xml:3023
+#: using-d-i.xml:3017
#, no-c-format
msgid ""
"If you cannot switch consoles, there is also an <guimenuitem>Execute a "
@@ -4378,7 +4370,7 @@ msgstr ""
"到安装程序。"
#. Tag: para
-#: using-d-i.xml:3031
+#: using-d-i.xml:3025
#, no-c-format
msgid ""
"At this point you are booted from the RAM disk, and there is a limited set "
@@ -4394,7 +4386,7 @@ msgstr ""
"Bourne shell 的克隆,有一些如自动完成与历史纪录这样的好特性。"
#. Tag: para
-#: using-d-i.xml:3040
+#: using-d-i.xml:3034
#, no-c-format
msgid ""
"To edit and view files, use the text editor <command>nano</command>. Log "
@@ -4405,7 +4397,7 @@ msgstr ""
"以在 <filename>/var/log</filename> 目录找到。"
#. Tag: para
-#: using-d-i.xml:3047
+#: using-d-i.xml:3041
#, no-c-format
msgid ""
"Although you can do basically anything in a shell that the available "
@@ -4416,7 +4408,7 @@ msgstr ""
"题时进行调试。"
#. Tag: para
-#: using-d-i.xml:3053
+#: using-d-i.xml:3047
#, no-c-format
msgid ""
"Doing things manually from the shell may interfere with the installation "
@@ -4428,13 +4420,13 @@ msgstr ""
"该让安装程序激活交换分区,而不是在 shell 里面自己动手。"
#. Tag: title
-#: using-d-i.xml:3068
+#: using-d-i.xml:3062
#, no-c-format
msgid "Installation Over the Network"
msgstr "通过网络安装"
#. Tag: para
-#: using-d-i.xml:3070
+#: using-d-i.xml:3064
#, no-c-format
msgid ""
"One of the more interesting components is <firstterm>network-console</"
@@ -4449,7 +4441,7 @@ msgstr ""
"先建立网络。(您可以使用 <xref linkend=\"automatic-install\"/> 做这部分工作。)"
#. Tag: para
-#: using-d-i.xml:3080
+#: using-d-i.xml:3074
#, no-c-format
msgid ""
"This component is not loaded into the main installation menu by default, so "
@@ -4469,7 +4461,7 @@ msgstr ""
"SSH</guimenuitem>。"
#. Tag: para
-#: using-d-i.xml:3093
+#: using-d-i.xml:3087
#, no-c-format
msgid ""
"For installations on &arch-title;, this is the default method after setting "
@@ -4477,7 +4469,7 @@ msgid ""
msgstr "在 &arch-title; 上安装,建立网络之后这是默认的方法。"
#. Tag: para
-#: using-d-i.xml:3098
+#: using-d-i.xml:3092
#, no-c-format
msgid ""
"<phrase arch=\"not-s390\">After selecting this new entry, you</phrase> "
@@ -4497,7 +4489,7 @@ msgstr ""
"quote>。"
#. Tag: para
-#: using-d-i.xml:3110
+#: using-d-i.xml:3104
#, no-c-format
msgid ""
"Should you decide to continue with the installation locally, you can always "
@@ -4508,7 +4500,7 @@ msgstr ""
"他的组件。"
#. Tag: para
-#: using-d-i.xml:3116
+#: using-d-i.xml:3110
#, no-c-format
msgid ""
"Now let's switch to the other side of the wire. As a prerequisite, you need "
@@ -4536,7 +4528,7 @@ msgstr ""
"确认是否正确。"
#. Tag: para
-#: using-d-i.xml:3133
+#: using-d-i.xml:3127
#, no-c-format
msgid ""
"The <command>ssh</command> server in the installer uses a default "
@@ -4557,7 +4549,7 @@ msgstr ""
"接在安装过程中的哪一点断开,您在连接之后可能继续,也可能无法继续安装过程。"
#. Tag: para
-#: using-d-i.xml:3146
+#: using-d-i.xml:3140
#, no-c-format
msgid ""
"You may be able to avoid the connection being dropped by adding the option "
@@ -4577,7 +4569,7 @@ msgstr ""
"需要的时候采用。"
#. Tag: para
-#: using-d-i.xml:3159
+#: using-d-i.xml:3153
#, no-c-format
msgid ""
"If you install several computers in turn and they happen to have the same IP "
@@ -4599,7 +4591,7 @@ msgstr ""
"footnote>,再重新来过。"
#. Tag: para
-#: using-d-i.xml:3175
+#: using-d-i.xml:3169
#, no-c-format
msgid ""
"After the login you will be presented with an initial screen where you have "
@@ -4616,7 +4608,7 @@ msgstr ""
"的系统。在安装菜单只能打开一个 SSH 会话,但 shell 可以打开多个。"
#. Tag: para
-#: using-d-i.xml:3185
+#: using-d-i.xml:3179
#, no-c-format
msgid ""
"After you have started the installation remotely over SSH, you should not go "
@@ -4629,13 +4621,13 @@ msgstr ""
"配置的数据库。结果可能导致安装失败或者安装完成的系统出现问题。"
#. Tag: title
-#: using-d-i.xml:3205
+#: using-d-i.xml:3199
#, no-c-format
msgid "Loading Missing Firmware"
msgstr ""
#. Tag: para
-#: using-d-i.xml:3206
+#: using-d-i.xml:3200
#, no-c-format
msgid ""
"As described in <xref linkend=\"hardware-firmware\"/>, some devices require "
@@ -4645,7 +4637,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: using-d-i.xml:3214
+#: using-d-i.xml:3208
#, no-c-format
msgid ""
"If a device driver requests firmware that is not available, &d-i; will "
@@ -4657,7 +4649,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: using-d-i.xml:3224
+#: using-d-i.xml:3218
#, no-c-format
msgid ""
"Which devices are scanned and which file systems are supported depends on "
@@ -4669,7 +4661,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: using-d-i.xml:3234
+#: using-d-i.xml:3228
#, no-c-format
msgid ""
"Note that it is possible to skip loading the firmware if you know the device "
@@ -4678,7 +4670,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: using-d-i.xml:3241
+#: using-d-i.xml:3235
#, no-c-format
msgid ""
"Support for loading firmware is still relatively basic and is likely to be "
@@ -4689,13 +4681,13 @@ msgid ""
msgstr ""
#. Tag: title
-#: using-d-i.xml:3252
+#: using-d-i.xml:3246
#, no-c-format
msgid "Preparing a medium"
msgstr ""
#. Tag: para
-#: using-d-i.xml:3253
+#: using-d-i.xml:3247
#, no-c-format
msgid ""
"Although in some cases the firmware can also be loaded from a partition on a "
@@ -4708,7 +4700,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: using-d-i.xml:3263
+#: using-d-i.xml:3257
#, no-c-format
msgid ""
"Tarballs containing current packages for the most common firmware are "
@@ -4719,7 +4711,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: using-d-i.xml:3277
+#: using-d-i.xml:3271
#, no-c-format
msgid ""
"If the firmware you need is not included in the tarball, you can also "
@@ -4730,7 +4722,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: using-d-i.xml:3291
+#: using-d-i.xml:3285
#, no-c-format
msgid ""
"It is also possible to copy individual firmware files to the medium. Loose "
@@ -4739,13 +4731,13 @@ msgid ""
msgstr ""
#. Tag: title
-#: using-d-i.xml:3300
+#: using-d-i.xml:3294
#, no-c-format
msgid "Firmware and the Installed System"
msgstr ""
#. Tag: para
-#: using-d-i.xml:3301
+#: using-d-i.xml:3295
#, no-c-format
msgid ""
"Any firmware loaded during the installation will be copied automatically to "
@@ -4757,7 +4749,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: using-d-i.xml:3310
+#: using-d-i.xml:3304
#, no-c-format
msgid ""
"If the firmware was loaded from a firmware package, &d-i; will also install "
@@ -4768,7 +4760,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: using-d-i.xml:3318
+#: using-d-i.xml:3312
#, no-c-format
msgid ""
"If loading the firmware was skipped during the installation, the relevant "
@@ -4777,7 +4769,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: using-d-i.xml:3325
+#: using-d-i.xml:3319
#, no-c-format
msgid ""
"If the firmware was loaded from loose firmware files, the firmware copied to "
@@ -4787,6 +4779,16 @@ msgid ""
msgstr ""
#~ msgid ""
+#~ "Each package you selected with <command>tasksel</command> is downloaded, "
+#~ "unpacked and then installed in turn by the <command>apt-get</command> and "
+#~ "<command>dpkg</command> programs. If a particular program needs more "
+#~ "information from the user, it will prompt you during this process."
+#~ msgstr ""
+#~ "通过 <command>tasksel</command> 选择的每个软件包,都是使用 <command>apt-"
+#~ "get</command> 和 <command>dpkg</command> 程序依次进行下载、解压和安装。如"
+#~ "果某个程序需要用户提供信息,它会在此过程中给出提示。"
+
+#~ msgid ""
#~ "Looks for ISO file systems, which may be on a CD-ROM or on the hard drive."
#~ msgstr "寻找 ISO 文件系统,它可能存在于 CD-ROM 或者硬盘上。"