Parent Directory
|
Revision Log
[SILENT_COMMIT] Update of POT and PO files for the manual
| 1 | # Debian GNU/Linux Installation Guide |
| 2 | msgid "" |
| 3 | msgstr "" |
| 4 | "Project-Id-Version: d-i-manual\n" |
| 5 | "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" |
| 6 | "POT-Creation-Date: 2008-03-16 00:10+0000\n" |
| 7 | "PO-Revision-Date: 2008-01-21 15:52+0800\n" |
| 8 | "Last-Translator: Ji YongGang<jungle@soforge.com>\n" |
| 9 | "Language-Team: debian-chinese-gb <debian-chinese-gb@lists.debian.org>\n" |
| 10 | "MIME-Version: 1.0\n" |
| 11 | "Content-Type: text/plain; charset=UTF-8\n" |
| 12 | "Content-Transfer-Encoding: 8bit\n" |
| 13 | |
| 14 | #. Tag: title |
| 15 | #: using-d-i.xml:5 |
| 16 | #, no-c-format |
| 17 | msgid "Using the Debian Installer" |
| 18 | msgstr "使用 Debian 安装程序" |
| 19 | |
| 20 | #. Tag: title |
| 21 | #: using-d-i.xml:7 |
| 22 | #, no-c-format |
| 23 | msgid "How the Installer Works" |
| 24 | msgstr "安装程序如何工作" |
| 25 | |
| 26 | #. Tag: para |
| 27 | #: using-d-i.xml:8 |
| 28 | #, no-c-format |
| 29 | msgid "" |
| 30 | "The Debian Installer consists of a number of special-purpose components to " |
| 31 | "perform each installation task. Each component performs its task, asking the " |
| 32 | "user questions as necessary to do its job. The questions themselves are " |
| 33 | "given priorities, and the priority of questions to be asked is set when the " |
| 34 | "installer is started." |
| 35 | msgstr "" |
| 36 | "Debian 安装程序由一些特定功能的组件组成,它们完成各自的安装任务。每一组件执行" |
| 37 | "任务时,会询问一些任务相关的问题。每个任务又有各自的优先级,可以在安装程序开" |
| 38 | "始时设置优先级决定哪些问题会问到。" |
| 39 | |
| 40 | #. Tag: para |
| 41 | #: using-d-i.xml:16 |
| 42 | #, no-c-format |
| 43 | msgid "" |
| 44 | "When a default installation is performed, only essential (high priority) " |
| 45 | "questions will be asked. This results in a highly automated installation " |
| 46 | "process with little user interaction. Components are automatically run in " |
| 47 | "sequence; which components are run depends mainly on the installation method " |
| 48 | "you use and on your hardware. The installer will use default values for " |
| 49 | "questions that are not asked." |
| 50 | msgstr "" |
| 51 | "执行默认安装时,只有必要的(高优先级)的问题会被问到。使得安装过程可以高度自动" |
| 52 | "化,几乎不需用户干预。组件按次序执行;至于哪些组件会执行,这取决于您使用的安" |
| 53 | "装方法,以及您的硬件。对于没有询问的问题,安装程序将采用默认值。" |
| 54 | |
| 55 | #. Tag: para |
| 56 | #: using-d-i.xml:25 |
| 57 | #, no-c-format |
| 58 | msgid "" |
| 59 | "If there is a problem, the user will see an error screen, and the installer " |
| 60 | "menu may be shown in order to select some alternative action. If there are " |
| 61 | "no problems, the user will never see the installer menu, but will simply " |
| 62 | "answer questions for each component in turn. Serious error notifications are " |
| 63 | "set to priority <quote>critical</quote> so the user will always be notified." |
| 64 | msgstr "" |
| 65 | "如果遇到麻烦,用户会看到错误画面,并且显示安装菜单供选择其它替代操作。如果没" |
| 66 | "有问题,用户将不会碰到安装菜单,只需依此回答每个组件的提问。严重错误提示的优" |
| 67 | "先级为<quote>critical</quote>,因此用户总会注意到。" |
| 68 | |
| 69 | #. Tag: para |
| 70 | #: using-d-i.xml:34 |
| 71 | #, no-c-format |
| 72 | msgid "" |
| 73 | "Some of the defaults that the installer uses can be influenced by passing " |
| 74 | "boot arguments when &d-i; is started. If, for example, you wish to force " |
| 75 | "static network configuration (DHCP is used by default if available), you " |
| 76 | "could add the boot parameter <userinput>netcfg/disable_dhcp=true</" |
| 77 | "userinput>. See <xref linkend=\"installer-args\"/> for available options." |
| 78 | msgstr "" |
| 79 | "如果在 &d-i; 开始的时候,给启动加上一些参数,它将会影响安装程序使用的默认值。" |
| 80 | "例如,假设您希望指定静态网络连接配置(如果存在 DHCP,将会被采用),可以为启动参" |
| 81 | "数加上 <userinput>netcfg/disable_dhcp=true</userinput>。参阅 <xref linkend=" |
| 82 | "\"installer-args\"/> 了解有效的选项。" |
| 83 | |
| 84 | #. Tag: para |
| 85 | #: using-d-i.xml:42 |
| 86 | #, no-c-format |
| 87 | msgid "" |
| 88 | "Power users may be more comfortable with a menu-driven interface, where each " |
| 89 | "step is controlled by the user rather than the installer performing each " |
| 90 | "step automatically in sequence. To use the installer in a manual, menu-" |
| 91 | "driven way, add the boot argument <userinput>priority=medium</userinput>." |
| 92 | msgstr "" |
| 93 | "熟练的用户也许更习惯菜单驱动的交互方式,安装中的每一步都可以被用户控制,而不" |
| 94 | "是让安装程序自动依次执行。要使用菜单驱动的手动安装方式,添加启动参数选项 " |
| 95 | "<userinput>priority=medium</userinput>。" |
| 96 | |
| 97 | #. Tag: para |
| 98 | #: using-d-i.xml:50 |
| 99 | #, no-c-format |
| 100 | msgid "" |
| 101 | "If your hardware requires you to pass options to kernel modules as they are " |
| 102 | "installed, you will need to start the installer in <quote>expert</quote> " |
| 103 | "mode. This can be done by either using the <command>expert</command> command " |
| 104 | "to start the installer or by adding the boot argument " |
| 105 | "<userinput>priority=low</userinput>. Expert mode gives you full control over " |
| 106 | "&d-i;." |
| 107 | msgstr "" |
| 108 | "如果您的硬件要求给出内核模块设置选项才能安装,就需要使用 <quote>expert</" |
| 109 | "quote> 模式启动安装程序。可以通过使用 <command>expert</command> 命令或者添加 " |
| 110 | "<userinput>priority=low</userinput> 启动参数。专家模式赋予您对 &d-i; 完全的控" |
| 111 | "制力。" |
| 112 | |
| 113 | #. Tag: para |
| 114 | #: using-d-i.xml:59 |
| 115 | #, no-c-format |
| 116 | msgid "" |
| 117 | "The normal installer display is character-based (as opposed to the now more " |
| 118 | "familiar graphical interface). The mouse is not operational in this " |
| 119 | "environment. Here are the keys you can use to navigate within the various " |
| 120 | "dialogs. The <keycap>Tab</keycap> or <keycap>right</keycap> arrow keys move " |
| 121 | "<quote>forward</quote>, and the <keycombo> <keycap>Shift</keycap> " |
| 122 | "<keycap>Tab</keycap> </keycombo> or <keycap>left</keycap> arrow keys move " |
| 123 | "<quote>backward</quote> between displayed buttons and selections. The " |
| 124 | "<keycap>up</keycap> and <keycap>down</keycap> arrow select different items " |
| 125 | "within a scrollable list, and also scroll the list itself. In addition, in " |
| 126 | "long lists, you can type a letter to cause the list to scroll directly to " |
| 127 | "the section with items starting with the letter you typed and use <keycap>Pg-" |
| 128 | "Up</keycap> and <keycap>Pg-Down</keycap> to scroll the list in sections. The " |
| 129 | "<keycap>space bar</keycap> selects an item such as a checkbox. Use " |
| 130 | "&enterkey; to activate choices." |
| 131 | msgstr "" |
| 132 | "正常的安装程序是基于字符界面的(相对于常见的图形界面)。在此环境下,用户无法使" |
| 133 | "用鼠标。以下是操作各种对话框所需要使用的按键。<keycap>Tab</keycap> 或 " |
| 134 | "<keycap>右</keycap> 箭头键向<quote>前</quote>移动,<keycombo> <keycap>Shift</" |
| 135 | "keycap> <keycap>Tab</keycap> </keycombo> 或 <keycap>左</keycap> 箭头键向" |
| 136 | "<quote>后</quote>移动,它们用于按钮和选择之间。<keycap>上</keycap> 与 " |
| 137 | "<keycap>下</keycap> 箭头键用于选择可以滚动的列表,也能滚动列表本身。另外,对" |
| 138 | "于长的列表,您可以按下一个字母,让列表直接移动到该字母开头的列表项,使用 " |
| 139 | "<keycap>Pg-Up</keycap> 和 <keycap>Pg-Down</keycap> 滚动列表的不同段。<keycap>" |
| 140 | "空格键</keycap>选择复选框的选项。用 &enterkey; 激活选择。" |
| 141 | |
| 142 | #. Tag: para |
| 143 | #: using-d-i.xml:77 |
| 144 | #, no-c-format |
| 145 | msgid "" |
| 146 | "S/390 does not support virtual consoles. You may open a second and third ssh " |
| 147 | "session to view the logs described below." |
| 148 | msgstr "" |
| 149 | "S/390 不支持虚拟控制台。您可以打开第二或第三个 ssh 会话查看上述的 log。" |
| 150 | |
| 151 | #. Tag: para |
| 152 | #: using-d-i.xml:82 |
| 153 | #, no-c-format |
| 154 | msgid "" |
| 155 | "Error messages and logs are redirected to the fourth console. You can access " |
| 156 | "this console by pressing <keycombo><keycap>Left Alt</keycap><keycap>F4</" |
| 157 | "keycap></keycombo> (hold the left <keycap>Alt</keycap> key while pressing " |
| 158 | "the <keycap>F4</keycap> function key); get back to the main installer " |
| 159 | "process with <keycombo><keycap>Left Alt</keycap><keycap>F1</keycap></" |
| 160 | "keycombo>." |
| 161 | msgstr "" |
| 162 | "错误信息和记录被重定向到第四个控制台。您可以通过按下 <keycombo><keycap>左 " |
| 163 | "Alt</keycap><keycap>F4</keycap></keycombo> (按住左 <keycap>Alt</keycap> 键同" |
| 164 | "时按下 <keycap>F4</keycap> 功能键)访问该控制台;返回主安装进程使用 " |
| 165 | "<keycombo><keycap>左 Alt</keycap><keycap>F1</keycap></keycombo>。" |
| 166 | |
| 167 | #. Tag: para |
| 168 | #: using-d-i.xml:92 |
| 169 | #, no-c-format |
| 170 | msgid "" |
| 171 | "These messages can also be found in <filename>/var/log/syslog</filename>. " |
| 172 | "After installation, this log is copied to <filename>/var/log/installer/" |
| 173 | "syslog</filename> on your new system. Other installation messages may be " |
| 174 | "found in <filename>/var/log/</filename> during the installation, and " |
| 175 | "<filename>/var/log/installer/</filename> after the computer has been booted " |
| 176 | "into the installed system." |
| 177 | msgstr "" |
| 178 | "这些信息还可以在 <filename>/var/log/syslog</filename> 里找到。完成安装之后," |
| 179 | "该记录会被复制到您新系统中的 <filename>/var/log/debian-installer/syslog</" |
| 180 | "filename>。其它的安装信息安装时可以在 <filename>/var/log/</filename> 找到。在" |
| 181 | "系统重新启动后记录的地方是 <filename>/var/log/installer/</filename>。" |
| 182 | |
| 183 | #. Tag: title |
| 184 | #: using-d-i.xml:106 |
| 185 | #, no-c-format |
| 186 | msgid "Components Introduction" |
| 187 | msgstr "组件介绍" |
| 188 | |
| 189 | #. Tag: para |
| 190 | #: using-d-i.xml:107 |
| 191 | #, no-c-format |
| 192 | msgid "" |
| 193 | "Here is a list of installer components with a brief description of each " |
| 194 | "component's purpose. Details you might need to know about using a particular " |
| 195 | "component are in <xref linkend=\"module-details\"/>." |
| 196 | msgstr "" |
| 197 | "下面列出安装程序使用的组件,和各个组件目的的简要说明。如果您需要了解各组件详" |
| 198 | "细的信息,见 <xref linkend=\"module-details\"/>。" |
| 199 | |
| 200 | #. Tag: term |
| 201 | #: using-d-i.xml:118 |
| 202 | #, no-c-format |
| 203 | msgid "main-menu" |
| 204 | msgstr "main-menu" |
| 205 | |
| 206 | #. Tag: para |
| 207 | #: using-d-i.xml:118 |
| 208 | #, no-c-format |
| 209 | msgid "" |
| 210 | "Shows the list of components to the user during installer operation, and " |
| 211 | "starts a component when it is selected. Main-menu's questions are set to " |
| 212 | "priority medium, so if your priority is set to high or critical (high is the " |
| 213 | "default), you will not see the menu. On the other hand, if there is an error " |
| 214 | "which requires your intervention, the question priority may be downgraded " |
| 215 | "temporarily to allow you to resolve the problem, and in that case the menu " |
| 216 | "may appear." |
| 217 | msgstr "" |
| 218 | "在安装进行中,显示组件列表,并执行选中的组件。主菜单的优先级设为中,如果您的" |
| 219 | "优先级设为高或紧急(默认为高),您不会看到菜单。另一方面,假如出现问题需要您干" |
| 220 | "预,询问的优先级会临时调低,而让您解决该问题,菜单可能在这种情况下出现。" |
| 221 | |
| 222 | #. Tag: para |
| 223 | #: using-d-i.xml:128 |
| 224 | #, no-c-format |
| 225 | msgid "" |
| 226 | "You can get to the main menu by selecting the &BTN-GOBACK; button repeatedly " |
| 227 | "to back all the way out of the currently running component." |
| 228 | msgstr "您可以通过不断地按 &BTN-GOBACK; 按钮,从当前运行的组件回到主菜单。" |
| 229 | |
| 230 | #. Tag: term |
| 231 | #: using-d-i.xml:137 |
| 232 | #, no-c-format |
| 233 | msgid "localechooser" |
| 234 | msgstr "localechooser" |
| 235 | |
| 236 | #. Tag: para |
| 237 | #: using-d-i.xml:137 |
| 238 | #, no-c-format |
| 239 | msgid "" |
| 240 | "Allows the user to select localization options for the installation and the " |
| 241 | "installed system: language, country and locales. The installer will display " |
| 242 | "messages in the selected language, unless the translation for that language " |
| 243 | "is not complete in which case some messages may be shown in English." |
| 244 | msgstr "" |
| 245 | "允许用户为安装程序和安装的系统选择地区选项: 语言、国家和位置。除非选中的语言" |
| 246 | "没有被翻译,安装程序将以您选择的语言显示信息。对于没有翻译的语言,将显示英文" |
| 247 | "信息。" |
| 248 | |
| 249 | #. Tag: term |
| 250 | #: using-d-i.xml:149 |
| 251 | #, no-c-format |
| 252 | msgid "kbd-chooser" |
| 253 | msgstr "kbd-chooser" |
| 254 | |
| 255 | #. Tag: para |
| 256 | #: using-d-i.xml:149 |
| 257 | #, no-c-format |
| 258 | msgid "" |
| 259 | "Shows a list of keyboards, from which the user chooses the model which " |
| 260 | "matches his own." |
| 261 | msgstr "显示键盘列表,用户在其中选择与自己匹配的模式。" |
| 262 | |
| 263 | #. Tag: term |
| 264 | #: using-d-i.xml:158 |
| 265 | #, no-c-format |
| 266 | msgid "hw-detect" |
| 267 | msgstr "hw-detect" |
| 268 | |
| 269 | #. Tag: para |
| 270 | #: using-d-i.xml:158 |
| 271 | #, no-c-format |
| 272 | msgid "" |
| 273 | "Automatically detects most of the system's hardware, including network " |
| 274 | "cards, disk drives, and PCMCIA." |
| 275 | msgstr "自动识别绝大多数系统硬件,包括网卡、硬盘和 PCMCIA。" |
| 276 | |
| 277 | #. Tag: term |
| 278 | #: using-d-i.xml:167 |
| 279 | #, no-c-format |
| 280 | msgid "cdrom-detect" |
| 281 | msgstr "cdrom-detect" |
| 282 | |
| 283 | #. Tag: para |
| 284 | #: using-d-i.xml:167 |
| 285 | #, no-c-format |
| 286 | msgid "Looks for and mounts a Debian installation CD." |
| 287 | msgstr "寻找并挂载 Debian 安装 CD。" |
| 288 | |
| 289 | #. Tag: term |
| 290 | #: using-d-i.xml:175 |
| 291 | #, no-c-format |
| 292 | msgid "netcfg" |
| 293 | msgstr "netcfg" |
| 294 | |
| 295 | #. Tag: para |
| 296 | #: using-d-i.xml:175 |
| 297 | #, no-c-format |
| 298 | msgid "" |
| 299 | "Configures the computer's network connections so it can communicate over the " |
| 300 | "internet." |
| 301 | msgstr "配置计算机网络连接,使它能连上互联网。" |
| 302 | |
| 303 | #. Tag: term |
| 304 | #: using-d-i.xml:184 |
| 305 | #, no-c-format |
| 306 | msgid "iso-scan" |
| 307 | msgstr "iso-scan" |
| 308 | |
| 309 | #. Tag: para |
| 310 | #: using-d-i.xml:184 |
| 311 | #, no-c-format |
| 312 | msgid "" |
| 313 | "Looks for ISO file systems, which may be on a CD-ROM or on the hard drive." |
| 314 | msgstr "寻找 ISO 文件系统,它可能存在于 CD-ROM 或者硬盘上。" |
| 315 | |
| 316 | #. Tag: term |
| 317 | #: using-d-i.xml:193 |
| 318 | #, no-c-format |
| 319 | msgid "choose-mirror" |
| 320 | msgstr "choose-mirror" |
| 321 | |
| 322 | #. Tag: para |
| 323 | #: using-d-i.xml:193 |
| 324 | #, no-c-format |
| 325 | msgid "" |
| 326 | "Presents a list of Debian archive mirrors. The user may choose the source of " |
| 327 | "his installation packages." |
| 328 | msgstr "列出 Debian 软件包镜像。用户可以选择从哪里安装软件包。" |
| 329 | |
| 330 | #. Tag: term |
| 331 | #: using-d-i.xml:202 |
| 332 | #, no-c-format |
| 333 | msgid "cdrom-checker" |
| 334 | msgstr "cdrom-checker" |
| 335 | |
| 336 | #. Tag: para |
| 337 | #: using-d-i.xml:202 |
| 338 | #, no-c-format |
| 339 | msgid "" |
| 340 | "Checks integrity of a CD-ROM. This way, the user may assure him/herself that " |
| 341 | "the installation CD-ROM was not corrupted." |
| 342 | msgstr "检验 CD-ROM 的完整。这种方法让用户确保所用的安装 CD-ROM 没有损坏。" |
| 343 | |
| 344 | #. Tag: term |
| 345 | #: using-d-i.xml:211 |
| 346 | #, no-c-format |
| 347 | msgid "lowmem" |
| 348 | msgstr "lowmem" |
| 349 | |
| 350 | #. Tag: para |
| 351 | #: using-d-i.xml:211 |
| 352 | #, no-c-format |
| 353 | msgid "" |
| 354 | "Lowmem tries to detect systems with low memory and then does various tricks " |
| 355 | "to remove unnecessary parts of &d-i; from the memory (at the cost of some " |
| 356 | "features)." |
| 357 | msgstr "" |
| 358 | "它会检测小内存容量的系统,并采用一些技巧从内存中删除 &d-i; 不需要的部分(代价" |
| 359 | "是丧失一些特性)。" |
| 360 | |
| 361 | #. Tag: term |
| 362 | #: using-d-i.xml:221 |
| 363 | #, no-c-format |
| 364 | msgid "anna" |
| 365 | msgstr "anna" |
| 366 | |
| 367 | #. Tag: para |
| 368 | #: using-d-i.xml:221 |
| 369 | #, no-c-format |
| 370 | msgid "" |
| 371 | "Anna's Not Nearly APT. Installs packages which have been retrieved from the " |
| 372 | "chosen mirror or CD." |
| 373 | msgstr "Anna's Not Nearly APT。安装软件包从选择的镜像或 CD 获取。" |
| 374 | |
| 375 | #. Tag: term |
| 376 | #: using-d-i.xml:230 |
| 377 | #, no-c-format |
| 378 | msgid "clock-setup" |
| 379 | msgstr "clock-setup" |
| 380 | |
| 381 | #. Tag: para |
| 382 | #: using-d-i.xml:230 |
| 383 | #, no-c-format |
| 384 | msgid "" |
| 385 | "Updates the system clock and determines whether the clock is set to UTC or " |
| 386 | "not." |
| 387 | msgstr "更新系统时钟,并决定时钟是否使用 UTC。" |
| 388 | |
| 389 | #. Tag: term |
| 390 | #: using-d-i.xml:239 |
| 391 | #, no-c-format |
| 392 | msgid "tzsetup" |
| 393 | msgstr "tzsetup" |
| 394 | |
| 395 | #. Tag: para |
| 396 | #: using-d-i.xml:239 |
| 397 | #, no-c-format |
| 398 | msgid "Selects the time zone, based on the location selected earlier." |
| 399 | msgstr "选择时区,并基于前面选择的地点。" |
| 400 | |
| 401 | #. Tag: term |
| 402 | #: using-d-i.xml:247 |
| 403 | #, no-c-format |
| 404 | msgid "partman" |
| 405 | msgstr "partman" |
| 406 | |
| 407 | #. Tag: para |
| 408 | #: using-d-i.xml:247 |
| 409 | #, no-c-format |
| 410 | msgid "" |
| 411 | "Allows the user to partition disks attached to the system, create file " |
| 412 | "systems on the selected partitions, and attach them to the mountpoints. " |
| 413 | "Included are also interesting features like a fully automatic mode or LVM " |
| 414 | "support. This is the preferred partitioning tool in Debian." |
| 415 | msgstr "" |
| 416 | "让用户为系统安排磁盘分区,创建文件系统,并分配挂载点。它包括一些有趣的特性," |
| 417 | "如自动模式或 LVM 支持。在 Debian 里这是推荐的分区工具。" |
| 418 | |
| 419 | #. Tag: term |
| 420 | #: using-d-i.xml:259 |
| 421 | #, no-c-format |
| 422 | msgid "autopartkit" |
| 423 | msgstr "autopartkit" |
| 424 | |
| 425 | #. Tag: para |
| 426 | #: using-d-i.xml:259 |
| 427 | #, no-c-format |
| 428 | msgid "" |
| 429 | "Automatically partitions an entire disk according to preset user preferences." |
| 430 | msgstr "根据用户预设,自动为整个硬盘分区。" |
| 431 | |
| 432 | #. Tag: term |
| 433 | #: using-d-i.xml:268 |
| 434 | #, no-c-format |
| 435 | msgid "partitioner" |
| 436 | msgstr "partitioner" |
| 437 | |
| 438 | #. Tag: para |
| 439 | #: using-d-i.xml:268 |
| 440 | #, no-c-format |
| 441 | msgid "" |
| 442 | "Allows the user to partition disks attached to the system. A partitioning " |
| 443 | "program appropriate to your computer's architecture is chosen." |
| 444 | msgstr "允许用户为系统安排磁盘分区。根据用户计算机的体系选择和善的分区工具。" |
| 445 | |
| 446 | #. Tag: term |
| 447 | #: using-d-i.xml:278 |
| 448 | #, no-c-format |
| 449 | msgid "partconf" |
| 450 | msgstr "partconf" |
| 451 | |
| 452 | #. Tag: para |
| 453 | #: using-d-i.xml:278 |
| 454 | #, no-c-format |
| 455 | msgid "" |
| 456 | "Displays a list of partitions, and creates file systems on the selected " |
| 457 | "partitions according to user instructions." |
| 458 | msgstr "显示分区列表,按用户指令为选择的分区创建文件系统。" |
| 459 | |
| 460 | #. Tag: term |
| 461 | #: using-d-i.xml:287 |
| 462 | #, no-c-format |
| 463 | msgid "lvmcfg" |
| 464 | msgstr "lvmcfg" |
| 465 | |
| 466 | #. Tag: para |
| 467 | #: using-d-i.xml:287 |
| 468 | #, no-c-format |
| 469 | msgid "" |
| 470 | "Helps the user with the configuration of the <firstterm>LVM</firstterm> " |
| 471 | "(Logical Volume Manager)." |
| 472 | msgstr "帮助用户配置 <firstterm>LVM</firstterm> (Logical Volume Manager)。" |
| 473 | |
| 474 | #. Tag: term |
| 475 | #: using-d-i.xml:296 |
| 476 | #, no-c-format |
| 477 | msgid "mdcfg" |
| 478 | msgstr "mdcfg" |
| 479 | |
| 480 | #. Tag: para |
| 481 | #: using-d-i.xml:296 |
| 482 | #, no-c-format |
| 483 | msgid "" |
| 484 | "Allows the user to setup Software <firstterm>RAID</firstterm> (Redundant " |
| 485 | "Array of Inexpensive Disks). This Software RAID is usually superior to the " |
| 486 | "cheap IDE (pseudo hardware) RAID controllers found on newer motherboards." |
| 487 | msgstr "" |
| 488 | "让用户设置 Software <firstterm>RAID</firstterm> (Redundant Array of " |
| 489 | "Inexpensive Disks)。Software RAID 是新主板提供的廉价 IDE (虚拟硬件) RAID 控制" |
| 490 | "器的高级管理。" |
| 491 | |
| 492 | #. Tag: term |
| 493 | #: using-d-i.xml:307 |
| 494 | #, no-c-format |
| 495 | msgid "base-installer" |
| 496 | msgstr "base-installer" |
| 497 | |
| 498 | #. Tag: para |
| 499 | #: using-d-i.xml:307 |
| 500 | #, no-c-format |
| 501 | msgid "" |
| 502 | "Installs the most basic set of packages which would allow the computer to " |
| 503 | "operate under Linux when rebooted." |
| 504 | msgstr "安装一些基本的包,让计算机重启后能在 Linux 下运行。" |
| 505 | |
| 506 | #. Tag: term |
| 507 | #: using-d-i.xml:316 |
| 508 | #, no-c-format |
| 509 | msgid "user-setup" |
| 510 | msgstr "user-setup" |
| 511 | |
| 512 | #. Tag: para |
| 513 | #: using-d-i.xml:316 |
| 514 | #, no-c-format |
| 515 | msgid "Sets up the root password, and adds a non-root user." |
| 516 | msgstr "建立 root 密码,然后添加一个非 root 用户。" |
| 517 | |
| 518 | #. Tag: term |
| 519 | #: using-d-i.xml:324 |
| 520 | #, no-c-format |
| 521 | msgid "apt-setup" |
| 522 | msgstr "apt-setup" |
| 523 | |
| 524 | #. Tag: para |
| 525 | #: using-d-i.xml:324 |
| 526 | #, no-c-format |
| 527 | msgid "" |
| 528 | "Configures apt, mostly automatically, based on what media the installer is " |
| 529 | "running from." |
| 530 | msgstr "配置 apt,大部分是自动完成,基于安装程序所运行的介质。" |
| 531 | |
| 532 | #. Tag: term |
| 533 | #: using-d-i.xml:333 |
| 534 | #, no-c-format |
| 535 | msgid "pkgsel" |
| 536 | msgstr "pkgsel" |
| 537 | |
| 538 | #. Tag: para |
| 539 | #: using-d-i.xml:333 |
| 540 | #, no-c-format |
| 541 | msgid "" |
| 542 | "Uses <classname>tasksel</classname> to select and install additional " |
| 543 | "software." |
| 544 | msgstr "用 <classname>tasksel</classname> 选择安装额外的软件。" |
| 545 | |
| 546 | #. Tag: term |
| 547 | #: using-d-i.xml:341 |
| 548 | #, no-c-format |
| 549 | msgid "os-prober" |
| 550 | msgstr "os-prober" |
| 551 | |
| 552 | #. Tag: para |
| 553 | #: using-d-i.xml:341 |
| 554 | #, no-c-format |
| 555 | msgid "" |
| 556 | "Detects currently installed operating systems on the computer and passes " |
| 557 | "this information to the bootloader-installer, which may offer you an ability " |
| 558 | "to add discovered operating systems to the bootloader's start menu. This way " |
| 559 | "the user could easily choose at the boot time which operating system to " |
| 560 | "start." |
| 561 | msgstr "" |
| 562 | "检测当前计算机上安装的操作系统,将信息传递给 bootloader-installer,使它能将检" |
| 563 | "测到的操作系统添加到 bootloader 的启动菜单里面。方便用户选择启动哪个操作系" |
| 564 | "统。" |
| 565 | |
| 566 | #. Tag: term |
| 567 | #: using-d-i.xml:353 |
| 568 | #, no-c-format |
| 569 | msgid "bootloader-installer" |
| 570 | msgstr "bootloader-installer" |
| 571 | |
| 572 | #. Tag: para |
| 573 | #: using-d-i.xml:353 |
| 574 | #, no-c-format |
| 575 | msgid "" |
| 576 | "The various bootloader installers each install a boot loader program on the " |
| 577 | "hard disk, which is necessary for the computer to start up using Linux " |
| 578 | "without using a floppy or CD-ROM. Many boot loaders allow the user to choose " |
| 579 | "an alternate operating system each time the computer boots." |
| 580 | msgstr "" |
| 581 | "在硬盘上安装启动加载程序,是必须的一步,使得计算机启动 Linux 不必依靠软盘和 " |
| 582 | "CD-ROM 启动。许多启动加载程序都允许用户在启动的时候选择使用哪个操作系统。" |
| 583 | |
| 584 | #. Tag: term |
| 585 | #: using-d-i.xml:364 |
| 586 | #, no-c-format |
| 587 | msgid "shell" |
| 588 | msgstr "shell" |
| 589 | |
| 590 | #. Tag: para |
| 591 | #: using-d-i.xml:364 |
| 592 | #, no-c-format |
| 593 | msgid "" |
| 594 | "Allows the user to execute a shell from the menu, or in the second console." |
| 595 | msgstr "让用户能从菜单或者第二控制台执行 shell。" |
| 596 | |
| 597 | #. Tag: term |
| 598 | #: using-d-i.xml:373 |
| 599 | #, no-c-format |
| 600 | msgid "save-logs" |
| 601 | msgstr "save-logs" |
| 602 | |
| 603 | #. Tag: para |
| 604 | #: using-d-i.xml:373 |
| 605 | #, no-c-format |
| 606 | msgid "" |
| 607 | "Provides a way for the user to record information on a floppy disk, network, " |
| 608 | "hard disk, or other media when trouble is encountered, in order to " |
| 609 | "accurately report installer software problems to Debian developers later." |
| 610 | msgstr "" |
| 611 | "当用户遇到麻烦时,提供一种方式记录信息到软盘、网络、硬盘或其他介质,用于以后" |
| 612 | "给 Debian 开发人员精确地报告安装程序的问题。" |
| 613 | |
| 614 | #. Tag: title |
| 615 | #: using-d-i.xml:391 |
| 616 | #, no-c-format |
| 617 | msgid "Using Individual Components" |
| 618 | msgstr "使用单独的组件" |
| 619 | |
| 620 | #. Tag: para |
| 621 | #: using-d-i.xml:392 |
| 622 | #, no-c-format |
| 623 | msgid "" |
| 624 | "In this section we will describe each installer component in detail. The " |
| 625 | "components have been grouped into stages that should be recognizable for " |
| 626 | "users. They are presented in the order they appear during the install. Note " |
| 627 | "that not all modules will be used for every installation; which modules are " |
| 628 | "actually used depends on the installation method you use and on your " |
| 629 | "hardware." |
| 630 | msgstr "" |
| 631 | "本节将会描述各个安装组件的详细信息。各组件按用户可以识别的阶段分组。它们在安" |
| 632 | "装过程中按次序显示出来。注意,每次安装并不会使用所有的模块;至于哪些模块被用" |
| 633 | "到,取决于您使用的安装方法以及硬件。" |
| 634 | |
| 635 | #. Tag: title |
| 636 | #: using-d-i.xml:404 |
| 637 | #, no-c-format |
| 638 | msgid "Setting up Debian Installer and Hardware Configuration" |
| 639 | msgstr "启动 Debian 安装程序与配置硬件" |
| 640 | |
| 641 | #. Tag: para |
| 642 | #: using-d-i.xml:405 |
| 643 | #, no-c-format |
| 644 | msgid "" |
| 645 | "Let's assume the Debian Installer has booted and you are facing its first " |
| 646 | "screen. At this time, the capabilities of &d-i; are still quite limited. It " |
| 647 | "doesn't know much about your hardware, preferred language, or even the task " |
| 648 | "it should perform. Don't worry. Because &d-i; is quite clever, it can " |
| 649 | "automatically probe your hardware, locate the rest of its components and " |
| 650 | "upgrade itself to a capable installation system. However, you still need to " |
| 651 | "help &d-i; with some information it can't determine automatically (like " |
| 652 | "selecting your preferred language, keyboard layout or desired network " |
| 653 | "mirror)." |
| 654 | msgstr "" |
| 655 | "假设 Debian 安装程序已经启动,然后您看到了初始画面。此时,&d-i; 的能力还很有" |
| 656 | "限。它还不了解您的硬件,首选的语言,甚至不知道要执行什么任务。不用担心,因为 " |
| 657 | "&d-i; 相当聪明,它能自动探测您的硬件,定位其余的组件,并更新自己以具备安装系" |
| 658 | "统的能力。但您仍然要协助 &d-i;,提供给它不能自动决定的内容(比如选择您首选的语" |
| 659 | "言,键盘布局或网络镜像)。" |
| 660 | |
| 661 | #. Tag: para |
| 662 | #: using-d-i.xml:418 |
| 663 | #, no-c-format |
| 664 | msgid "" |
| 665 | "You will notice that &d-i; performs <firstterm>hardware detection</" |
| 666 | "firstterm> several times during this stage. The first time is targeted " |
| 667 | "specifically at the hardware needed to load installer components (e.g. your " |
| 668 | "CD-ROM or network card). As not all drivers may be available during this " |
| 669 | "first run, hardware detection needs to be repeated later in the process." |
| 670 | msgstr "" |
| 671 | "您会留意到 &d-i; 在本阶段执行 <firstterm>硬件侦测</firstterm> 多次。第一次目" |
| 672 | "的是指定哪些硬件需要安装(比如,您的 CD-ROM 或者网卡)。在第一次运行的时候并不" |
| 673 | "是所有的驱动程序都就绪,硬件侦测会在后续过程里面多次重复。" |
| 674 | |
| 675 | #. Tag: title |
| 676 | #: using-d-i.xml:433 |
| 677 | #, no-c-format |
| 678 | msgid "Check available memory / low memory mode" |
| 679 | msgstr "检测可用内存/小内存模式" |
| 680 | |
| 681 | #. Tag: para |
| 682 | #: using-d-i.xml:435 |
| 683 | #, no-c-format |
| 684 | msgid "" |
| 685 | "One of the first things &d-i; does, is to check available memory. If the " |
| 686 | "available memory is limited, this component will make some changes in the " |
| 687 | "installation process which hopefully will allow you to install &debian; on " |
| 688 | "your system." |
| 689 | msgstr "" |
| 690 | "&d-i; 首先要做的一件事是检测有效的内存。如果内存有限,该组件将修改后续的安装" |
| 691 | "进程,使您可以将 &debian; 安装到您的系统上。" |
| 692 | |
| 693 | #. Tag: para |
| 694 | #: using-d-i.xml:442 |
| 695 | #, no-c-format |
| 696 | msgid "" |
| 697 | "The first measure taken to reduce memory consumption by the installer is to " |
| 698 | "disable translations, which means that the installation can only be done in " |
| 699 | "English. Of course, you can still localize the installed system after the " |
| 700 | "installation has completed." |
| 701 | msgstr "" |
| 702 | "安装程序用于减少内存消耗的第一项措施是关闭翻译,也就是说,安装将只在英文下进" |
| 703 | "行。当然,您在安装完成之后还是可以进行本地化设置。" |
| 704 | |
| 705 | #. Tag: para |
| 706 | #: using-d-i.xml:449 |
| 707 | #, no-c-format |
| 708 | msgid "" |
| 709 | "If that is not sufficient, the installer will further reduce memory " |
| 710 | "consumption by loading only those components essential to complete a basic " |
| 711 | "installation. This reduces the functionality of the installation system. You " |
| 712 | "will be given the opportunity to load additional components manually, but " |
| 713 | "you should be aware that each component you select will use additional " |
| 714 | "memory and thus may cause the installation to fail." |
| 715 | msgstr "" |
| 716 | "如果还不行,安装程序只加载那些完成基本安装的模块,进一步来减少内存消耗。这将" |
| 717 | "减少安装系统的功能。您有机会手动加载额外的组件,但要留意您选择的组件会使用更" |
| 718 | "多的内存,可能会使安装失败。" |
| 719 | |
| 720 | #. Tag: para |
| 721 | #: using-d-i.xml:458 |
| 722 | #, no-c-format |
| 723 | msgid "" |
| 724 | "If the installer runs in low memory mode, it is recommended to create a " |
| 725 | "relatively large swap partition (64–128MB). The swap partition will be " |
| 726 | "used as virtual memory and thus increases the amount of memory available to " |
| 727 | "the system. The installer will activate the swap partition as early as " |
| 728 | "possible in the installation process. Note that heavy use of swap will " |
| 729 | "reduce performance of your system and may lead to high disk activity." |
| 730 | msgstr "" |
| 731 | "如果安装程序运行在小内存模式下,建议创建一个相对较大的交换分区" |
| 732 | "(64–128MB)。交换分区会被当作虚拟内存,使系统可用的内存总量增加。安装程" |
| 733 | "序会在安装过程的尽早阶段激活交换分区。注意,过多地使用交换分区会降低系统性" |
| 734 | "能,增加磁盘活动。" |
| 735 | |
| 736 | #. Tag: para |
| 737 | #: using-d-i.xml:468 |
| 738 | #, no-c-format |
| 739 | msgid "" |
| 740 | "Despite these measures, it is still possible that your system freezes, that " |
| 741 | "unexpected errors occur or that processes are killed by the kernel because " |
| 742 | "the system runs out of memory (which will result in <quote>Out of memory</" |
| 743 | "quote> messages on VT4 and in the syslog)." |
| 744 | msgstr "" |
| 745 | "尽管如此,您的系统还可能冻结,因为系统内存溢出(VT4 和 syslog 上产生 " |
| 746 | "<quote>Out of memory</quote> 信息),出现没有预期的错误,或者进程被内核杀死。" |
| 747 | |
| 748 | #. Tag: para |
| 749 | #: using-d-i.xml:475 |
| 750 | #, no-c-format |
| 751 | msgid "" |
| 752 | "For example, it has been reported that creating a big ext3 file system fails " |
| 753 | "in low memory mode when there is insufficient swap space. If a larger swap " |
| 754 | "doesn't help, try creating the file system as ext2 (which is an essential " |
| 755 | "component of the installer) instead. It is possible to change an ext2 " |
| 756 | "partition to ext3 after the installation." |
| 757 | msgstr "" |
| 758 | "例如,有报告称,小内存模式下,当交换分区不够大,创建一个大的 ext3 文件系统会" |
| 759 | "失败。如果大的交换分区也不能解决问题,请建立 ext2 文件系统(它是安装程序的基本" |
| 760 | "组件)。安装之后可以将 ext2 分区改成 ext3。" |
| 761 | |
| 762 | #. Tag: para |
| 763 | #: using-d-i.xml:483 |
| 764 | #, no-c-format |
| 765 | msgid "" |
| 766 | "It is possible to force the installer to use a higher lowmem level than the " |
| 767 | "one based on available memory by using the boot parameter <quote>lowmem</" |
| 768 | "quote> as described in <xref linkend=\"installer-args\"/>." |
| 769 | msgstr "" |
| 770 | "可以通过引导参数 <quote>lowmem</quote> 强制安装程序使用比实际内存更高的 " |
| 771 | "lowmem 等级,说明见 <xref linkend=\"installer-args\"/>。" |
| 772 | |
| 773 | #. Tag: title |
| 774 | #: using-d-i.xml:498 |
| 775 | #, no-c-format |
| 776 | msgid "Selecting Localization Options" |
| 777 | msgstr "选择地区选项" |
| 778 | |
| 779 | #. Tag: para |
| 780 | #: using-d-i.xml:500 |
| 781 | #, no-c-format |
| 782 | msgid "" |
| 783 | "In most cases the first questions you will be asked concern the selection of " |
| 784 | "localization options to be used both for the installation and for the " |
| 785 | "installed system. The localization options consist of language, country and " |
| 786 | "locales." |
| 787 | msgstr "" |
| 788 | "大多时候,您遇到的第一个问题是关于地区的选项,它用于安装过程和安装后的系统。" |
| 789 | "地区选项由语言,国家和地点组成。" |
| 790 | |
| 791 | #. Tag: para |
| 792 | #: using-d-i.xml:507 |
| 793 | #, no-c-format |
| 794 | msgid "" |
| 795 | "The language you choose will be used for the rest of the installation " |
| 796 | "process, provided a translation of the different dialogs is available. If no " |
| 797 | "valid translation is available for the selected language, the installer will " |
| 798 | "default to English." |
| 799 | msgstr "" |
| 800 | "您选择的语言将用于紧接着的安装过程,对话框已经有各种语言翻译的版本。如果选择" |
| 801 | "的语言没有对应翻译的版本,安装将默认使用英文。" |
| 802 | |
| 803 | #. Tag: para |
| 804 | #: using-d-i.xml:514 |
| 805 | #, no-c-format |
| 806 | msgid "" |
| 807 | "The selected country will be used later in the installation process to pick " |
| 808 | "the default timezone and a Debian mirror appropriate for your geographic " |
| 809 | "location. Language and country together will be used to set the default " |
| 810 | "locale for your system and to help select your keyboard." |
| 811 | msgstr "" |
| 812 | "在安装过程的后面,选择的国家还会被用于设置默认的时区和您所处地理位置的 " |
| 813 | "Debian 镜像。语言和国家可以一起用来设置您系统默认的 locale,并帮助您选择键" |
| 814 | "盘。" |
| 815 | |
| 816 | #. Tag: para |
| 817 | #: using-d-i.xml:521 |
| 818 | #, no-c-format |
| 819 | msgid "" |
| 820 | "You will first be asked to select your preferred language. The language " |
| 821 | "names are listed in both English (left side) and in the language itself " |
| 822 | "(right side); the names on the right side are also shown in the proper " |
| 823 | "script for the language. The list is sorted on the English names. At the top " |
| 824 | "of the list is an extra option that allows you to select the <quote>C</" |
| 825 | "quote> locale instead of a language. Choosing the <quote>C</quote> locale " |
| 826 | "will result in the installation proceding in English; the installed system " |
| 827 | "will have no localization support as the <classname>locales</classname> " |
| 828 | "package will not be installed." |
| 829 | msgstr "" |
| 830 | "您将被首先问到倾向的语言。语言名称同时以英文(左侧)和该语言(右侧)列出;右侧名" |
| 831 | "称是使用该语言来书写。列表以英文名称排列。在列表的顶端是一个额外的选项,允许" |
| 832 | "您使用 <quote>C</quote> locale 替代语言。选择 <quote>C</quote> locale 使得安" |
| 833 | "装过程使用英文;安装的系统不再有本地化支持,<classname>locales</classname> 软" |
| 834 | "件包也不会安装。" |
| 835 | |
| 836 | #. Tag: para |
| 837 | #: using-d-i.xml:533 |
| 838 | #, no-c-format |
| 839 | msgid "" |
| 840 | "If you selected a language that is recognized as an official language for " |
| 841 | "more than one country<footnote> <para> In technical terms: where multiple " |
| 842 | "locales exist for that language with differing country codes. </para> </" |
| 843 | "footnote>, you will next be asked to select a country. If you choose " |
| 844 | "<guimenuitem>Other</guimenuitem> at the bottom of the list, you will be " |
| 845 | "presented with a list of all countries, grouped by continent. If the " |
| 846 | "language has only one country associated with it, that country will be " |
| 847 | "selected automatically." |
| 848 | msgstr "" |
| 849 | "如果您选择的语言被多个国家作为官方语言<footnote> <para> 技术范畴:一种语言针" |
| 850 | "对不同国家代码的不同 locale。</para> </footnote>,会被要求选择国家。如果您在" |
| 851 | "列表底部选择 <guimenuitem>Other</guimenuitem>,将看到按大洲分组的全部国家。如" |
| 852 | "果该语言只关联到一个国家,国家将自动选择。" |
| 853 | |
| 854 | #. Tag: para |
| 855 | #: using-d-i.xml:551 |
| 856 | #, no-c-format |
| 857 | msgid "" |
| 858 | "A default locale will be selected based on the selected language and " |
| 859 | "country. If you are installing at medium or low priority, you will have the " |
| 860 | "option of selecting a different default locale and of selecting additional " |
| 861 | "locales to be generated for the installed system." |
| 862 | msgstr "" |
| 863 | "默认 locale 的选择是基于先前所选的语言和国家。如果您以 medium 或 low 优先级安" |
| 864 | "装,可以选择不同的默认 locale 以及为安装好的系统生成额外的 locale。" |
| 865 | |
| 866 | #. Tag: title |
| 867 | #: using-d-i.xml:566 |
| 868 | #, no-c-format |
| 869 | msgid "Choosing a Keyboard" |
| 870 | msgstr "选择键盘" |
| 871 | |
| 872 | #. Tag: para |
| 873 | #: using-d-i.xml:568 |
| 874 | #, no-c-format |
| 875 | msgid "" |
| 876 | "Keyboards are often tailored to the characters used in a language. Select a " |
| 877 | "layout that conforms to the keyboard you are using, or select something " |
| 878 | "close if the keyboard layout you want isn't represented. Once the system " |
| 879 | "installation is complete, you'll be able to select a keyboard layout from a " |
| 880 | "wider range of choices (run <command>kbdconfig</command> as root after you " |
| 881 | "have completed the installation)." |
| 882 | msgstr "" |
| 883 | "键盘经常按照不同语言使用的字符裁剪。选择一个您的键盘使用的合适布局,或者为没" |
| 884 | "有的布局选择一个接近的。一旦系统安装完毕,您可以从更大范围内您选择键盘的布局 " |
| 885 | "(在安装完之后用 root 执行 <command>kbdconfig</command>)。" |
| 886 | |
| 887 | #. Tag: para |
| 888 | #: using-d-i.xml:578 |
| 889 | #, no-c-format |
| 890 | msgid "" |
| 891 | "Move the highlight to the keyboard selection you desire and press " |
| 892 | "&enterkey;. Use the arrow keys to move the highlight — they are in the " |
| 893 | "same place in all national language keyboard layouts, so they are " |
| 894 | "independent of the keyboard configuration. An 'extended' keyboard is one " |
| 895 | "with <keycap>F1</keycap> through <keycap>F10</keycap> keys along the top row." |
| 896 | msgstr "" |
| 897 | "将高亮显示部分移到选择的键盘,然后按下 &enterkey;。用箭头健移到高亮显示 " |
| 898 | "— 它们位于所以国家键盘布局相同的地方,因此独立于键盘配置。'扩展的'键盘" |
| 899 | "是具有 <keycap>F1</keycap> 到 <keycap>F10</keycap> 健,与顶端平行。" |
| 900 | |
| 901 | #. Tag: para |
| 902 | #: using-d-i.xml:587 |
| 903 | #, no-c-format |
| 904 | msgid "" |
| 905 | "On DECstations there is currently no loadable keymap available, so you have " |
| 906 | "to skip the keyboard selection and keep the default kernel keymap (LK201 " |
| 907 | "US). This may change in the future as it depends on further Linux/MIPS " |
| 908 | "kernel development." |
| 909 | msgstr "" |
| 910 | "当前 DEC 工作站上没有可以加载的 keymap,因此您不得不跳过键盘选项,保持默认的" |
| 911 | "内核 keymap (LK201 US)。随着 Linux/MIPS 内核的开发,将来也许会改变。" |
| 912 | |
| 913 | #. Tag: para |
| 914 | #: using-d-i.xml:594 |
| 915 | #, no-c-format |
| 916 | msgid "" |
| 917 | "There are two keyboard layouts for US keyboards; the qwerty/mac-usb-us " |
| 918 | "(Apple USB) layout will place the Alt function on the <keycap>Command/Apple</" |
| 919 | "keycap> key (in the keyboard position next to the <keycap>space</keycap> key " |
| 920 | "similar to <keycap>Alt</keycap> on PC keyboards), while the qwerty/us " |
| 921 | "(Standard) layout will place the Alt function on the <keycap>Option</keycap> " |
| 922 | "key (engraved with 'alt' on most Mac keyboards). In other respects the two " |
| 923 | "layouts are similar." |
| 924 | msgstr "" |
| 925 | "有两种 US 键盘布局;qwerty/mac-usb-us (Apple USB) 将 Alt 功能放在 " |
| 926 | "<keycap>Command/Apple</keycap> 健 (处于键盘的 <keycap>空格</keycap> 健旁,类" |
| 927 | "似于 PC 键盘的 <keycap>Alt</keycap> ),另外 qwerty/us (Standard) 布局将 Alt " |
| 928 | "功能放在 <keycap>Option</keycap> 健上(在大多数 Mac 键盘上标明 'alt')。其余地" |
| 929 | "方这两种布局相似。" |
| 930 | |
| 931 | #. Tag: title |
| 932 | #: using-d-i.xml:624 |
| 933 | #, no-c-format |
| 934 | msgid "Looking for the Debian Installer ISO Image" |
| 935 | msgstr "寻找 Debian 安装程序 ISO 映像" |
| 936 | |
| 937 | #. Tag: para |
| 938 | #: using-d-i.xml:625 |
| 939 | #, no-c-format |
| 940 | msgid "" |
| 941 | "When installing via the <emphasis>hd-media</emphasis> method, there will be " |
| 942 | "a moment where you need to find and mount the Debian Installer iso image in " |
| 943 | "order to get the rest of the installation files. The component <command>iso-" |
| 944 | "scan</command> does exactly this." |
| 945 | msgstr "" |
| 946 | "当安装是使用 <emphasis>hd-media</emphasis> 方式,将会有一个动作,是寻找和挂" |
| 947 | "载 Debian 安装程序 iso 映像,用于获取其它的安装文件。组件 <command>iso-scan</" |
| 948 | "command> 正是用来完成此任务。" |
| 949 | |
| 950 | #. Tag: para |
| 951 | #: using-d-i.xml:632 |
| 952 | #, no-c-format |
| 953 | msgid "" |
| 954 | "At first, <command>iso-scan</command> automatically mounts all block devices " |
| 955 | "(e.g. partitions) which have some known filesystem on them and sequentially " |
| 956 | "searches for filenames ending with <filename>.iso</filename> (or <filename>." |
| 957 | "ISO</filename> for that matter). Beware that the first attempt scans only " |
| 958 | "files in the root directory and in the first level of subdirectories (i.e. " |
| 959 | "it finds <filename>/<replaceable>whatever</replaceable>.iso</filename>, " |
| 960 | "<filename>/data/<replaceable>whatever</replaceable>.iso</filename>, but not " |
| 961 | "<filename>/data/tmp/<replaceable>whatever</replaceable>.iso</filename>). " |
| 962 | "After an iso image has been found, <command>iso-scan</command> checks its " |
| 963 | "content to determine if the image is a valid Debian iso image or not. In the " |
| 964 | "former case we are done, in the latter <command>iso-scan</command> seeks for " |
| 965 | "another image." |
| 966 | msgstr "" |
| 967 | "首先,<command>iso-scan</command> 自动挂载具有已知文件系统的块设备(比如,分" |
| 968 | "区),然后顺次搜索文件名结尾是 <filename>.iso</filename> (或 <filename>.ISO</" |
| 969 | "filename> 之类)。注意,首次只扫描位于根目录的文件,和第一层子目录 (例如,它找" |
| 970 | "到 <filename>/<replaceable>whatever</replaceable>.iso</filename>,<filename>/" |
| 971 | "data/<replaceable>whatever</replaceable>.iso</filename>,而不是 <filename>/" |
| 972 | "data/tmp/<replaceable>whatever</replaceable>.iso</filename>)。在 iso 映象文件" |
| 973 | "找到后,<command>iso-scan</command>检查它包含的内容,确定该映象文件是不是有效" |
| 974 | "的 Debian iso 映象。如为前者,任务结束;如果是后者,<command>iso-scan</" |
| 975 | "command> 搜索其它的映象。" |
| 976 | |
| 977 | #. Tag: para |
| 978 | #: using-d-i.xml:649 |
| 979 | #, no-c-format |
| 980 | msgid "" |
| 981 | "In case the previous attempt to find an installer iso image fails, " |
| 982 | "<command>iso-scan</command> will ask you whether you would like to perform a " |
| 983 | "more thorough search. This pass doesn't just look into the topmost " |
| 984 | "directories, but really traverses whole filesystem." |
| 985 | msgstr "" |
| 986 | "万一前面尝试寻找 iso 映象失败,<command>iso-scan</command> 会询问您是否原意进" |
| 987 | "行完整的搜索。这次不只查看最上级目录,而是真正地贯穿整个文件系统。" |
| 988 | |
| 989 | #. Tag: para |
| 990 | #: using-d-i.xml:656 |
| 991 | #, no-c-format |
| 992 | msgid "" |
| 993 | "If <command>iso-scan</command> does not discover your installer iso image, " |
| 994 | "reboot back to your original operating system and check if the image is " |
| 995 | "named correctly (ending in <filename>.iso</filename>), if it is placed on a " |
| 996 | "filesystem recognizable by &d-i;, and if it is not corrupted (verify the " |
| 997 | "checksum). Experienced Unix users could do this without rebooting on the " |
| 998 | "second console." |
| 999 | msgstr "" |
| 1000 | "如果 <command>iso-scan</command> 找不到安装 iso 映象,请重新启动返回到您以前" |
| 1001 | "的操作系统,检查映象文件名是否正确(以 <filename>.iso</filename>结尾),是否放" |
| 1002 | "在一个能被 &d-i; 识别的文件系统上,是否损坏(用 checksum 校验)。有经验的 Unix " |
| 1003 | "用户可以在第二个控制台上完成这些动作,而毋须重新启动。" |
| 1004 | |
| 1005 | #. Tag: title |
| 1006 | #: using-d-i.xml:677 |
| 1007 | #, no-c-format |
| 1008 | msgid "Configuring the Network" |
| 1009 | msgstr "配置网络" |
| 1010 | |
| 1011 | #. Tag: para |
| 1012 | #: using-d-i.xml:679 |
| 1013 | #, no-c-format |
| 1014 | msgid "" |
| 1015 | "As you enter this step, if the system detects that you have more than one " |
| 1016 | "network device, you'll be asked to choose which device will be your " |
| 1017 | "<emphasis>primary</emphasis> network interface, i.e. the one which you want " |
| 1018 | "to use for installation. The other interfaces won't be configured at this " |
| 1019 | "time. You may configure additional interfaces after installation is " |
| 1020 | "complete; see the <citerefentry> <refentrytitle>interfaces</refentrytitle> " |
| 1021 | "<manvolnum>5</manvolnum> </citerefentry> man page." |
| 1022 | msgstr "" |
| 1023 | "进入到这一步,如果系统检测到有多于一个的网络接口,您将被要求选择哪个设备是您" |
| 1024 | "的<emphasis>主</emphasis>网络接口,比如,您在安装中要用的那个。其他的网络接口" |
| 1025 | "这时不会配置。您可以在安装完毕之后去配置额外的接口;参考 <citerefentry> " |
| 1026 | "<refentrytitle>interfaces</refentrytitle> <manvolnum>5</manvolnum> </" |
| 1027 | "citerefentry> man 手册。" |
| 1028 | |
| 1029 | #. Tag: para |
| 1030 | #: using-d-i.xml:690 |
| 1031 | #, no-c-format |
| 1032 | msgid "" |
| 1033 | "By default, &d-i; tries to configure your computer's network automatically " |
| 1034 | "via DHCP. If the DHCP probe succeeds, you are done. If the probe fails, it " |
| 1035 | "may be caused by many factors ranging from unplugged network cable, to a " |
| 1036 | "misconfigured DHCP setup. Or maybe you don't have a DHCP server in your " |
| 1037 | "local network at all. For further explanation, check the error messages on " |
| 1038 | "the fourth console. In any case, you will be asked if you want to retry, or " |
| 1039 | "if you want to perform a manual setup. DHCP servers are sometimes really " |
| 1040 | "slow in their responses, so if you are sure everything is in place, try " |
| 1041 | "again." |
| 1042 | msgstr "" |
| 1043 | "默认情况下,&d-i; 会试着用 DHCP 自动配置您的计算机网络。如果侦测 DHCP 成功," |
| 1044 | "这一步就完成。如果失败,造成的原因会有多种因素,从没有接网线到错误设置的 " |
| 1045 | "DHCP,或者您的局域网里面根本就没有 DHCP 服务器。检查第四个控制台上的错误信" |
| 1046 | "息,了解更多的说明。不管怎样,您都会被要求选择是再试一次,还是手动配置。DHCP " |
| 1047 | "服务器有时候响应很慢,如果您确定都正常,请再试一次。" |
| 1048 | |
| 1049 | #. Tag: para |
| 1050 | #: using-d-i.xml:702 |
| 1051 | #, no-c-format |
| 1052 | msgid "" |
| 1053 | "The manual network setup in turn asks you a number of questions about your " |
| 1054 | "network, notably <computeroutput>IP address</computeroutput>, " |
| 1055 | "<computeroutput>Netmask</computeroutput>, <computeroutput>Gateway</" |
| 1056 | "computeroutput>, <computeroutput>Name server addresses</computeroutput>, and " |
| 1057 | "a <computeroutput>Hostname</computeroutput>. Moreover, if you have a " |
| 1058 | "wireless network interface, you will be asked to provide your " |
| 1059 | "<computeroutput>Wireless ESSID</computeroutput> and a <computeroutput>WEP " |
| 1060 | "key</computeroutput>. Fill in the answers from <xref linkend=\"needed-info\"/" |
| 1061 | ">." |
| 1062 | msgstr "" |
| 1063 | "手动配置网络会依次询问一些您网络的问题,值得注意的是 <computeroutput>IP 地址" |
| 1064 | "</computeroutput>、<computeroutput>网络掩码</computeroutput>、" |
| 1065 | "<computeroutput>网关</computeroutput>、<computeroutput>域名服务器地址</" |
| 1066 | "computeroutput>和<computeroutput>主机名</computeroutput>。此外,如果您有无线" |
| 1067 | "网络接口,会被要求提供您的 <computeroutput>无线 ESSID</computeroutput> 和一" |
| 1068 | "个 <computeroutput>WEP 密钥</computeroutput>。填写答案 <xref linkend=" |
| 1069 | "\"needed-info\"/>。" |
| 1070 | |
| 1071 | #. Tag: para |
| 1072 | #: using-d-i.xml:716 |
| 1073 | #, no-c-format |
| 1074 | msgid "" |
| 1075 | "Some technical details you might, or might not, find handy: the program " |
| 1076 | "assumes the network IP address is the bitwise-AND of your system's IP " |
| 1077 | "address and your netmask. The default broadcast address is calculated as the " |
| 1078 | "bitwise OR of your system's IP address with the bitwise negation of the " |
| 1079 | "netmask. It will also guess your gateway. If you can't find any of these " |
| 1080 | "answers, use the offered defaults — if necessary, you can change them " |
| 1081 | "by editing <filename>/etc/network/interfaces</filename> once the system has " |
| 1082 | "been installed." |
| 1083 | msgstr "" |
| 1084 | "您也许需要将一些或许用的着和用不着的技术细节放在手边:程序假定网络 IP 地址是" |
| 1085 | "您系统的 IP 地址和网络掩码按位与。默认的广播地址是通过您系统的 IP 地址和按位" |
| 1086 | "反网络掩码按位或计算得来。它也会猜测您的网关。如果您不能回答这些问题,让系统" |
| 1087 | "猜测 — 可以在系统安装完毕之后来修改它们。如果需要,编辑 <filename>/etc/" |
| 1088 | "network/interfaces</filename>。" |
| 1089 | |
| 1090 | #. Tag: title |
| 1091 | #: using-d-i.xml:761 |
| 1092 | #, no-c-format |
| 1093 | msgid "Configuring the Clock" |
| 1094 | msgstr "配置时钟" |
| 1095 | |
| 1096 | #. Tag: para |
| 1097 | #: using-d-i.xml:763 |
| 1098 | #, no-c-format |
| 1099 | msgid "" |
| 1100 | "The installer will first attempt to connect to a time server on the Internet " |
| 1101 | "(using the <firstterm>NTP</firstterm> protocol) in order to correctly set " |
| 1102 | "the system time. If this does not succeed, the installer will assume the " |
| 1103 | "time and date obtained from the system clock when the installation system " |
| 1104 | "was booted are correct. It is not possible to manually set the system time " |
| 1105 | "during the installation process." |
| 1106 | msgstr "" |
| 1107 | "安装程序首先尝试连接互联网上的时间服务器 (使用 <firstterm>NTP</firstterm> 协" |
| 1108 | "议) 来校准系统时间。如果没有成功,安装程序假设启动时获得的时间和日期是正确" |
| 1109 | "的。在安装过程中没法手动对系统时间进行设置。" |
| 1110 | |
| 1111 | #. Tag: para |
| 1112 | #: using-d-i.xml:781 |
| 1113 | #, no-c-format |
| 1114 | msgid "" |
| 1115 | "Depending on the location selected earlier in the installation process, you " |
| 1116 | "may be shown a list of timezones relevant for that location. If your " |
| 1117 | "location has only one time zone, you will not be asked anything and the " |
| 1118 | "system will assume that time zone." |
| 1119 | msgstr "" |
| 1120 | "基于安装过程前面所选择的地理位置,您将看到系统只列出与其地点相关的时区列表。" |
| 1121 | "如果该地只对应一个时区,那么系统就不会询问而直接使用该时区。" |
| 1122 | |
| 1123 | #. Tag: para |
| 1124 | #: using-d-i.xml:788 |
| 1125 | #, no-c-format |
| 1126 | msgid "" |
| 1127 | "If for some reason you wish to set a time zone for the installed system that " |
| 1128 | "does <emphasis>not</emphasis> match the selected location, there are two " |
| 1129 | "options." |
| 1130 | msgstr "" |
| 1131 | "如果出于某些因素您<emphasis>不想</emphasis>设置时区为所选择的地点,这里有两个" |
| 1132 | "选项。" |
| 1133 | |
| 1134 | #. Tag: para |
| 1135 | #: using-d-i.xml:799 |
| 1136 | #, no-c-format |
| 1137 | msgid "" |
| 1138 | "The simplest option is to just select a different timezone after the " |
| 1139 | "installation has been completed and you've booted into the new system. The " |
| 1140 | "command to do this is:" |
| 1141 | msgstr "" |
| 1142 | "简易的方法是,在安装完成后重新启动进入新系统,选择一个不同的时区。该命令为:" |
| 1143 | |
| 1144 | #. Tag: screen |
| 1145 | #: using-d-i.xml:805 |
| 1146 | #, no-c-format |
| 1147 | msgid "# dpkg-reconfigure tzdata" |
| 1148 | msgstr "# dpkg-reconfigure tzdata" |
| 1149 | |
| 1150 | #. Tag: para |
| 1151 | #: using-d-i.xml:811 |
| 1152 | #, no-c-format |
| 1153 | msgid "" |
| 1154 | "Alternatively, the time zone can be set at the very start of the " |
| 1155 | "installation by passing the parameter <userinput>time/" |
| 1156 | "zone=<replaceable>value</replaceable></userinput> when you boot the " |
| 1157 | "installation system. The value should of course be a valid time zone, for " |
| 1158 | "example <userinput>Europe/London</userinput> or <userinput>UTC</userinput>." |
| 1159 | msgstr "" |
| 1160 | "另外一种方法是,时区可以在安装启动后的安装程序最初阶段通过传入参数 " |
| 1161 | "<userinput>time/zone=<replaceable>value</replaceable></userinput> 进行设置。" |
| 1162 | "其中的 value 当然要求是一个有效的时区,例如 <userinput>Europe/London</" |
| 1163 | "userinput> 或 <userinput>UTC</userinput>。" |
| 1164 | |
| 1165 | #. Tag: para |
| 1166 | #: using-d-i.xml:825 |
| 1167 | #, no-c-format |
| 1168 | msgid "" |
| 1169 | "For automated installations the time zone can also be set using preseeding." |
| 1170 | msgstr "自动安装可以通过预置设置时区。" |
| 1171 | |
| 1172 | #. Tag: title |
| 1173 | #: using-d-i.xml:838 |
| 1174 | #, no-c-format |
| 1175 | msgid "Partitioning and Mount Point Selection" |
| 1176 | msgstr "分区与选择挂载点" |
| 1177 | |
| 1178 | #. Tag: para |
| 1179 | #: using-d-i.xml:839 |
| 1180 | #, no-c-format |
| 1181 | msgid "" |
| 1182 | "At this time, after hardware detection has been executed a final time, &d-i; " |
| 1183 | "should be at its full strength, customized for the user's needs and ready to " |
| 1184 | "do some real work. As the title of this section indicates, the main task of " |
| 1185 | "the next few components lies in partitioning your disks, creating " |
| 1186 | "filesystems, assigning mountpoints and optionally configuring closely " |
| 1187 | "related options like RAID, LVM or encrypted devices." |
| 1188 | msgstr "" |
| 1189 | "现在,经过最后的硬件检测,&d-i; 已经充满活力,按照用户定制,准备就绪。正如本" |
| 1190 | "节标题指明,接下来组件的主要任务是为您的硬盘分区,创建文件系统,安排挂载点," |
| 1191 | "并为近似选项进行配置,比如 RAID、LVM 或加密设备。" |
| 1192 | |
| 1193 | #. Tag: para |
| 1194 | #: using-d-i.xml:860 |
| 1195 | #, no-c-format |
| 1196 | msgid "" |
| 1197 | "If you are uncomfortable with partitioning, or just want to know more " |
| 1198 | "details, see <xref linkend=\"partitioning\"/>." |
| 1199 | msgstr "" |
| 1200 | "要是您对分区还有心存疑虑,或者只是想多了解一些细节,请参阅 <xref linkend=" |
| 1201 | "\"partitioning\"/>。" |
| 1202 | |
| 1203 | #. Tag: para |
| 1204 | #: using-d-i.xml:866 |
| 1205 | #, no-c-format |
| 1206 | msgid "" |
| 1207 | "If a hard disk has previously used under Solaris, the partitioner may not " |
| 1208 | "detect the size of the drive correctly. Creating a new partition table does " |
| 1209 | "not fix this issue. What does help, is to <quote>zero</quote> the first few " |
| 1210 | "sectors of the drive: <informalexample><screen>\n" |
| 1211 | "# dd if=/dev/zero of=/dev/hd<replaceable>X</replaceable> bs=512 count=2; " |
| 1212 | "sync\n" |
| 1213 | "</screen></informalexample> Note that this will make any existing data on " |
| 1214 | "that disk inaccessible." |
| 1215 | msgstr "" |
| 1216 | "如果以前是在 Solaris 下使用硬盘,分区工具可能无法正确检测到磁盘大小。建立一个" |
| 1217 | "新的分区表也无法解决该问题。有效的方法是给磁盘的前面的一些扇区<quote>清零</" |
| 1218 | "quote>:<informalexample><screen>\n" |
| 1219 | "# dd if=/dev/zero of=/dev/hd<replaceable>X</replaceable> bs=512 count=2; " |
| 1220 | "sync\n" |
| 1221 | "</screen></informalexample> 注意,这会是磁盘上已有的数据无法访问。" |
| 1222 | |
| 1223 | #. Tag: para |
| 1224 | #: using-d-i.xml:879 |
| 1225 | #, no-c-format |
| 1226 | msgid "" |
| 1227 | "First you will be given the opportunity to automatically partition either an " |
| 1228 | "entire drive, or available free space on a drive. This is also called " |
| 1229 | "<quote>guided</quote> partitioning. If you do not want to autopartition, " |
| 1230 | "choose <guimenuitem>Manual</guimenuitem> from the menu." |
| 1231 | msgstr "" |
| 1232 | "首先您可以选择对整块硬盘或是其上的空闲空间进行自动分区。这也被称为 <quote>向" |
| 1233 | "导式</quote> 分区。倘若您不想用自动分区,那么也可以选择菜单中的 " |
| 1234 | "<guimenuitem>Manual</guimenuitem> 。" |
| 1235 | |
| 1236 | #. Tag: title |
| 1237 | #: using-d-i.xml:889 |
| 1238 | #, no-c-format |
| 1239 | msgid "Guided Partitioning" |
| 1240 | msgstr "导引式分区" |
| 1241 | |
| 1242 | #. Tag: para |
| 1243 | #: using-d-i.xml:890 |
| 1244 | #, no-c-format |
| 1245 | msgid "" |
| 1246 | "If you choose guided partitioning, you may have three options: to create " |
| 1247 | "partitions directly on the hard disk (classic method), or to create them " |
| 1248 | "using Logical Volume Management (LVM), or to create them using encrypted " |
| 1249 | "LVM<footnote> <para> The installer will encrypt the LVM volume group using a " |
| 1250 | "256 bit AES key and makes use of the kernel's <quote>dm-crypt</quote> " |
| 1251 | "support. </para> </footnote>." |
| 1252 | msgstr "" |
| 1253 | "如果您选择导引式分区,可以有三种选择:直接在硬盘上创建分区(经典方式),或使用" |
| 1254 | "逻辑卷管理(LVM),或使用加密 LVM。<footnote><para> 安装程序将使用 256 位的 " |
| 1255 | "AES 密钥加密 LVM 卷组,并使用内核的 <quote>dm-crypt</quote> 支持。</para> </" |
| 1256 | "footnote>" |
| 1257 | |
| 1258 | #. Tag: para |
| 1259 | #: using-d-i.xml:905 |
| 1260 | #, no-c-format |
| 1261 | msgid "" |
| 1262 | "The option to use (encrypted) LVM may not be available on all architectures." |
| 1263 | msgstr "(加密) LVM 的选项并不是在所有体系下都可用。" |
| 1264 | |
| 1265 | #. Tag: para |
| 1266 | #: using-d-i.xml:910 |
| 1267 | #, no-c-format |
| 1268 | msgid "" |
| 1269 | "When using LVM or encrypted LVM, the installer will create most partitions " |
| 1270 | "inside one big partition; the advantage of this method is that partitions " |
| 1271 | "inside this big partition can be resized relatively easily later. In the " |
| 1272 | "case of encrypted LVM the big partition will not be readable without knowing " |
| 1273 | "a special key phrase, thus providing extra security of your (personal) data." |
| 1274 | msgstr "" |
| 1275 | "使用 LVM 或加密 LVM,安装程序将在一个大分区上创建很多分区;这种方式的优点在于" |
| 1276 | "该大分区内的分区以后改变尺寸相对比较容易。如果没有一个特殊的密码,加密 LVM 的" |
| 1277 | "大分区将无法读取,对您的(私有)数据提供了额外的安全性。" |
| 1278 | |
| 1279 | #. Tag: para |
| 1280 | #: using-d-i.xml:919 |
| 1281 | #, no-c-format |
| 1282 | msgid "" |
| 1283 | "When using encrypted LVM, the installer will also automatically erase the " |
| 1284 | "disk by writing random data to it. This further improves security (as it " |
| 1285 | "makes it impossible to tell which parts of the disk are in use and also " |
| 1286 | "makes sure that any traces of previous installations are erased), but may " |
| 1287 | "take some time depending on the size of your disk." |
| 1288 | msgstr "" |
| 1289 | "使用加密 LVM 时,安装程序将随机写入数据自动清除磁盘。这提升了安全性(使得无法" |
| 1290 | "获知磁盘的哪一部分被使用,并使此前的安装轨迹被清除),根据磁盘的大小会耗费一些" |
| 1291 | "时间。" |
| 1292 | |
| 1293 | #. Tag: para |
| 1294 | #: using-d-i.xml:928 |
| 1295 | #, no-c-format |
| 1296 | msgid "" |
| 1297 | "If you choose guided partitioning using LVM or encrypted LVM, some changes " |
| 1298 | "in the partition table will need to be written to the selected disk while " |
| 1299 | "LVM is being set up. These changes effectively erase all data that is " |
| 1300 | "currently on the selected hard disk and you will not be able to undo them " |
| 1301 | "later. However, the installer will ask you to confirm these changes before " |
| 1302 | "they are written to disk." |
| 1303 | msgstr "" |
| 1304 | "假如您用导引式分区选择 LVM 或加密 LVM,在 LVM 建立的时候,分区表中的一些变更" |
| 1305 | "需要写入到所选的磁盘。这些变更会删除当前硬盘上的数据,以后将无法撤销。当然," |
| 1306 | "安装程序会在写入磁盘之前让您确认。" |
| 1307 | |
| 1308 | #. Tag: para |
| 1309 | #: using-d-i.xml:938 |
| 1310 | #, no-c-format |
| 1311 | msgid "" |
| 1312 | "If you choose guided partitioning (either classic or using (encrypted) LVM) " |
| 1313 | "for a whole disk, you will first be asked to select the disk you want to " |
| 1314 | "use. Check that all your disks are listed and, if you have several disks, " |
| 1315 | "make sure you select the correct one. The order they are listed in may " |
| 1316 | "differ from what you are used to. The size of the disks may help to identify " |
| 1317 | "them." |
| 1318 | msgstr "" |
| 1319 | "假如用导引式分区(经典方式或(加密)LVM)选择整个磁盘,您会首先被要求选择将要使用" |
| 1320 | "的磁盘。检查一下您所有的磁盘都被列出,如果有多个磁盘,确认所选是您真正要使用" |
| 1321 | "的那块。排列的次序可能与以前的不同。磁盘的尺寸将会帮助您识别它们。" |
| 1322 | |
| 1323 | #. Tag: para |
| 1324 | #: using-d-i.xml:947 |
| 1325 | #, no-c-format |
| 1326 | msgid "" |
| 1327 | "Any data on the disk you select will eventually be lost, but you will always " |
| 1328 | "be asked to confirm any changes before they are written to the disk. If you " |
| 1329 | "have selected the classic method of partitioning, you will be able to undo " |
| 1330 | "any changes right until the end; when using (encrypted) LVM this is not " |
| 1331 | "possible." |
| 1332 | msgstr "" |
| 1333 | "所选磁盘上的所有数据将会丢失,但您总会在写入磁盘前得到提示进行确认。如果选择" |
| 1334 | "了经典分区方式,您将可以在整个过程中撤销任何修改;而使用(加密) LVM 将无法撤" |
| 1335 | "销。" |
| 1336 | |
| 1337 | #. Tag: para |
| 1338 | #: using-d-i.xml:955 |
| 1339 | #, no-c-format |
| 1340 | msgid "" |
| 1341 | "Next, you will be able to choose from the schemes listed in the table below. " |
| 1342 | "All schemes have their pros and cons, some of which are discussed in <xref " |
| 1343 | "linkend=\"partitioning\"/>. If you are unsure, choose the first one. Bear in " |
| 1344 | "mind that guided partitioning needs a certain minimal amount of free space " |
| 1345 | "to operate with. If you don't give it at least about 1GB of space (depends " |
| 1346 | "on chosen scheme), guided partitioning will fail." |
| 1347 | msgstr "" |
| 1348 | "下来,您将从下表所列的几个方式中进行选择。每个方式都各有利弊,其中的一些讨论" |
| 1349 | "见 <xref linkend=\"partitioning\"/>。如果没有把握,就选择第一个选项。有一点要" |
| 1350 | "记住,就是使用导引式分区至少需要一定大小的空闲空间才能正常运作。如果没有给它 " |
| 1351 | "1GB 以上的空间(具体大小视所选的方式而不同),那么导引式分区将以失败告终。" |
| 1352 | |
| 1353 | #. Tag: entry |
| 1354 | #: using-d-i.xml:971 |
| 1355 | #, no-c-format |
| 1356 | msgid "Partitioning scheme" |
| 1357 | msgstr "分区方式" |
| 1358 | |
| 1359 | #. Tag: entry |
| 1360 | #: using-d-i.xml:972 |
| 1361 | #, no-c-format |
| 1362 | msgid "Minimum space" |
| 1363 | msgstr "所需最小空间" |
| 1364 | |
| 1365 | #. Tag: entry |
| 1366 | #: using-d-i.xml:973 |
| 1367 | #, no-c-format |
| 1368 | msgid "Created partitions" |
| 1369 | msgstr "所新建的分区" |
| 1370 | |
| 1371 | #. Tag: entry |
| 1372 | #: using-d-i.xml:979 |
| 1373 | #, no-c-format |
| 1374 | msgid "All files in one partition" |
| 1375 | msgstr "所有文件在同一分区" |
| 1376 | |
| 1377 | #. Tag: entry |
| 1378 | #: using-d-i.xml:980 |
| 1379 | #, no-c-format |
| 1380 | msgid "600MB" |
| 1381 | msgstr "600MB" |
| 1382 | |
| 1383 | #. Tag: entry |
| 1384 | #: using-d-i.xml:981 |
| 1385 | #, no-c-format |
| 1386 | msgid "<filename>/</filename>, swap" |
| 1387 | msgstr "<filename>/</filename>, swap" |
| 1388 | |
| 1389 | #. Tag: entry |
| 1390 | #: using-d-i.xml:983 |
| 1391 | #, no-c-format |
| 1392 | msgid "Separate /home partition" |
| 1393 | msgstr "建立 /home 分区" |
| 1394 | |
| 1395 | #. Tag: entry |
| 1396 | #: using-d-i.xml:984 |
| 1397 | #, no-c-format |
| 1398 | msgid "500MB" |
| 1399 | msgstr "500MB" |
| 1400 | |
| 1401 | #. Tag: entry |
| 1402 | #: using-d-i.xml:985 |
| 1403 | #, no-c-format |
| 1404 | msgid "<filename>/</filename>, <filename>/home</filename>, swap" |
| 1405 | msgstr "<filename>/</filename>, <filename>/home</filename>, swap" |
| 1406 | |
| 1407 | #. Tag: entry |
| 1408 | #: using-d-i.xml:989 |
| 1409 | #, no-c-format |
| 1410 | msgid "Separate /home, /usr, /var and /tmp partitions" |
| 1411 | msgstr "分别建立 /home、/usr、/var 和 /tmp 分区" |
| 1412 | |
| 1413 | #. Tag: entry |
| 1414 | #: using-d-i.xml:990 |
| 1415 | #, no-c-format |
| 1416 | msgid "<entry>1GB</entry>" |
| 1417 | msgstr "<entry>1GB</entry>" |
| 1418 | |
| 1419 | #. Tag: entry |
| 1420 | #: using-d-i.xml:991 |
| 1421 | #, no-c-format |
| 1422 | msgid "" |
| 1423 | "<filename>/</filename>, <filename>/home</filename>, <filename>/usr</" |
| 1424 | "filename>, <filename>/var</filename>, <filename>/tmp</filename>, swap" |
| 1425 | msgstr "" |
| 1426 | "<filename>/</filename>, <filename>/home</filename>, <filename>/usr</" |
| 1427 | "filename>, <filename>/var</filename>, <filename>/tmp</filename>, swap" |
| 1428 | |
| 1429 | #. Tag: para |
| 1430 | #: using-d-i.xml:1000 |
| 1431 | #, no-c-format |
| 1432 | msgid "" |
| 1433 | "If you choose guided partitioning using (encrypted) LVM, the installer will " |
| 1434 | "also create a separate <filename>/boot</filename> partition. The other " |
| 1435 | "partitions, including the swap partition, will be created inside the LVM " |
| 1436 | "partition." |
| 1437 | msgstr "" |
| 1438 | "如果您选择使用(加密) LVM 导引式分区,安装程序还会创建一个单独的 <filename>/" |
| 1439 | "boot</filename> 分区。其他的分区,除了交换分区,都会建在 LVM 分区之内。" |
| 1440 | |
| 1441 | #. Tag: para |
| 1442 | #: using-d-i.xml:1006 |
| 1443 | #, no-c-format |
| 1444 | msgid "" |
| 1445 | "If you choose guided partitioning for your IA-64 system, there will be an " |
| 1446 | "additional partition, formatted as a FAT16 bootable filesystem, for the EFI " |
| 1447 | "boot loader. There is also an additional menu item in the formatting menu to " |
| 1448 | "manually set up a partition as an EFI boot partition." |
| 1449 | msgstr "" |
| 1450 | "倘若您为 IA-64 系统选择了导引式分区,就会有一个额外的分区,该分区格式化为 " |
| 1451 | "FAT16 可引导文件系统,用于 EFI boot loader。同时,菜单里也会加一项,让您可以" |
| 1452 | "手动把某个分区作为 EFI 引导分区。" |
| 1453 | |
| 1454 | #. Tag: para |
| 1455 | #: using-d-i.xml:1014 |
| 1456 | #, no-c-format |
| 1457 | msgid "" |
| 1458 | "If you choose guided partitioning for your Alpha system, an additional, " |
| 1459 | "unformatted partition will be allocated at the beginning of your disk to " |
| 1460 | "reserve this space for the aboot boot loader." |
| 1461 | msgstr "" |
| 1462 | "如果您为 Alpha 系统选择导引式分区,一个额外的、未格式化的分区将分配在磁盘的开" |
| 1463 | "始处,为 aboot boot loader 的保留空间。" |
| 1464 | |
| 1465 | #. Tag: para |
| 1466 | #: using-d-i.xml:1020 |
| 1467 | #, no-c-format |
| 1468 | msgid "" |
| 1469 | "After selecting a scheme, the next screen will show your new partition " |
| 1470 | "table, including information on whether and how partitions will be formatted " |
| 1471 | "and where they will be mounted." |
| 1472 | msgstr "" |
| 1473 | "在选定了分区方式后的下一个界面,您会看到关于自己分区的一张表格,上面标明了分" |
| 1474 | "区是否将被格式化,将以何种方式格式化,以及它们将被挂载到哪里的相关信息。" |
| 1475 | |
| 1476 | #. Tag: para |
| 1477 | #: using-d-i.xml:1026 |
| 1478 | #, no-c-format |
| 1479 | msgid "" |
| 1480 | "The list of partitions might look like this: <informalexample><screen>\n" |
| 1481 | " IDE1 master (hda) - 6.4 GB WDC AC36400L\n" |
| 1482 | " #1 primary 16.4 MB B f ext2 /boot\n" |
| 1483 | " #2 primary 551.0 MB swap swap\n" |
| 1484 | " #3 primary 5.8 GB ntfs\n" |
| 1485 | " pri/log 8.2 MB FREE SPACE\n" |
| 1486 | "\n" |
| 1487 | " IDE1 slave (hdb) - 80.0 GB ST380021A\n" |
| 1488 | " #1 primary 15.9 MB ext3\n" |
| 1489 | " #2 primary 996.0 MB fat16\n" |
| 1490 | " #3 primary 3.9 GB xfs /home\n" |
| 1491 | " #5 logical 6.0 GB f ext3 /\n" |
| 1492 | " #6 logical 1.0 GB f ext3 /var\n" |
| 1493 | " #7 logical 498.8 MB ext3\n" |
| 1494 | " #8 logical 551.5 MB swap swap\n" |
| 1495 | " #9 logical 65.8 GB ext2\n" |
| 1496 | "</screen></informalexample> This example shows two IDE harddrives divided " |
| 1497 | "into several partitions; the first disk has some free space. Each partition " |
| 1498 | "line consists of the partition number, its type, size, optional flags, file " |
| 1499 | "system, and mountpoint (if any). Note: this particular setup cannot be " |
| 1500 | "created using guided partitioning but it does show possible variation that " |
| 1501 | "can be achieved using manual partitioning." |
| 1502 | msgstr "" |
| 1503 | "分区表格的格式如下:<informalexample><screen>\n" |
| 1504 | " IDE1 master (hda) - 6.4 GB WDC AC36400L\n" |
| 1505 | " #1 primary 16.4 MB B f ext2 /boot\n" |
| 1506 | " #2 primary 551.0 MB swap swap\n" |
| 1507 | " #3 primary 5.8 GB ntfs\n" |
| 1508 | " pri/log 8.2 MB FREE SPACE\n" |
| 1509 | "\n" |
| 1510 | " IDE1 slave (hdb) - 80.0 GB ST380021A\n" |
| 1511 | " #1 primary 15.9 MB ext3\n" |
| 1512 | " #2 primary 996.0 MB fat16\n" |
| 1513 | " #3 primary 3.9 GB xfs /home\n" |
| 1514 | " #5 logical 6.0 GB f ext3 /\n" |
| 1515 | " #6 logical 1.0 GB f ext3 /var\n" |
| 1516 | " #7 logical 498.8 MB ext3\n" |
| 1517 | " #8 logical 551.5 MB swap swap\n" |
| 1518 | " #9 logical 65.8 GB ext2\n" |
| 1519 | "</screen></informalexample> 本例中有两块 IDE 硬盘,它们分别被分割成了几个分" |
| 1520 | "区。第一块硬盘上还有些空闲空间。表中每行列出了分区编号、类型、大小、选项标" |
| 1521 | "志、文件系统和挂载点(如果有的话)。注意:导引式分区方式不能创建这些特殊的设" |
| 1522 | "置,但使用手动方式分区的结果会有所不同。" |
| 1523 | |
| 1524 | #. Tag: para |
| 1525 | #: using-d-i.xml:1039 |
| 1526 | #, no-c-format |
| 1527 | msgid "" |
| 1528 | "This concludes the guided partitioning. If you are satisfied with the " |
| 1529 | "generated partition table, you can choose <guimenuitem>Finish partitioning " |
| 1530 | "and write changes to disk</guimenuitem> from the menu to implement the new " |
| 1531 | "partition table (as described at the end of this section). If you are not " |
| 1532 | "happy, you can choose to <guimenuitem>Undo changes to partitions</" |
| 1533 | "guimenuitem> and run guided partitioning again, or modify the proposed " |
| 1534 | "changes as described below for manual partitioning." |
| 1535 | msgstr "" |
| 1536 | "接下来,导引式分区就要完成了。如果您对上面生成的分区信息表感到满意,那么请在" |
| 1537 | "菜单中选择 <guimenuitem>Finish partitioning and write changes to disk</" |
| 1538 | "guimenuitem> 一项来创建新分区表(本节末将会对此进行解释)。如果您认为分区设置不" |
| 1539 | "如愿,那么可以选择 <guimenuitem>Undo changes to partitions</guimenuitem>,然" |
| 1540 | "后再次运行导引式分区,或者按照下面的介绍进行手动分区。" |
| 1541 | |
| 1542 | #. Tag: title |
| 1543 | #: using-d-i.xml:1053 |
| 1544 | #, no-c-format |
| 1545 | msgid "Manual Partitioning" |
| 1546 | msgstr "手动分区" |
| 1547 | |
| 1548 | #. Tag: para |
| 1549 | #: using-d-i.xml:1054 |
| 1550 | #, no-c-format |
| 1551 | msgid "" |
| 1552 | "A similar screen to the one shown just above will be displayed if you choose " |
| 1553 | "manual partitioning except that your existing partition table will be shown " |
| 1554 | "and without the mount points. How to manually setup your partition table and " |
| 1555 | "the usage of partitions by your new Debian system will be covered in the " |
| 1556 | "remainder of this section." |
| 1557 | msgstr "" |
| 1558 | "如果您选择手动分区的话,它的界面和上面介绍的导引式分区大体上相同。不同之处在" |
| 1559 | "于,界面上显示的是您当前的分区列表,而且其中并没有挂载点的信息。关于如何手动" |
| 1560 | "设置您的分区表,以及新安装的 Debian 系统将如何使用这些分区,将会在本节的后面" |
| 1561 | "谈到。" |
| 1562 | |
| 1563 | #. Tag: para |
| 1564 | #: using-d-i.xml:1062 |
| 1565 | #, no-c-format |
| 1566 | msgid "" |
| 1567 | "If you select a pristine disk which has neither partitions nor free space on " |
| 1568 | "it, you will be asked if a new partition table should be created (this is " |
| 1569 | "needed so you can create new partitions). After this, a new line entitled " |
| 1570 | "<quote>FREE SPACE</quote> should appear in the table under the selected disk." |
| 1571 | msgstr "" |
| 1572 | "倘若您选用的是一块全新的硬盘,它还没有被分过区,上面也没有空闲空间。那么系统" |
| 1573 | "会要求新建一个分区表(只有这样,您才能创建新的分区)。分区表建好之后,在被选中" |
| 1574 | "的磁盘条目下出现一个新行,上面写着 <quote>FREE SPACE</quote>。" |
| 1575 | |
| 1576 | #. Tag: para |
| 1577 | #: using-d-i.xml:1070 |
| 1578 | #, no-c-format |
| 1579 | msgid "" |
| 1580 | "If you select some free space, you will have the opportunity to create a new " |
| 1581 | "partition. You will have to answer a quick series of questions about its " |
| 1582 | "size, type (primary or logical), and location (beginning or end of the free " |
| 1583 | "space). After this, you will be presented with a detailed overview of your " |
| 1584 | "new partition. The main setting is <guimenuitem>Use as:</guimenuitem>, which " |
| 1585 | "determines if the partition will have a file system on it, or be used for " |
| 1586 | "swap, software RAID, LVM, an encrypted file system, or not be used at all. " |
| 1587 | "Other settings include mountpoint, mount options, and bootable flag; which " |
| 1588 | "settings are shown depends on how the partition is to be used. If you don't " |
| 1589 | "like the preselected defaults, feel free to change them to your liking. E.g. " |
| 1590 | "by selecting the option <guimenuitem>Use as:</guimenuitem>, you can choose a " |
| 1591 | "different filesystem for this partition, including options to use the " |
| 1592 | "partition for swap, software RAID, LVM, or not use it at all. Another nice " |
| 1593 | "feature is the ability to copy data from an existing partition onto this " |
| 1594 | "one. When you are satisfied with your new partition, select " |
| 1595 | "<guimenuitem>Done setting up the partition</guimenuitem> and you will return " |
| 1596 | "to <command>partman</command>'s main screen." |
| 1597 | msgstr "" |
| 1598 | "如果您选中了某块空闲空间,那么就可以在上面新建分区了。接着需要回答一系列简短" |
| 1599 | "的问题,它们会就分区大小、类型(主分区还是逻辑分区)、以及分区的位置(在空闲空间" |
| 1600 | "的开始部分还是在结束部分)向您询问。回答完毕后,您会看到一个新分区的小结。主要" |
| 1601 | "设置是 <guimenuitem>Use as:</guimenuitem>,它决定一个分区上是否会有文件系统," |
| 1602 | "或被用作交换分区、软 RAID、LVM 和加密文件系统,或者根本就放着不用。其他的设置" |
| 1603 | "包括挂载点、挂载选项和启动标识;这些是否显示由分区的使用方式决定。如果您不喜" |
| 1604 | "欢预设的缺省设置的话,尽可以按照自己的喜好更改它们。比如说,选中 " |
| 1605 | "<guimenuitem>Use as:</guimenuitem> 选项,然后您可以让这个分区改用其他的文件系" |
| 1606 | "统,把它用作交换分区、软 RAID、LVM,或者根本就放着不用。另外还有个不错的功" |
| 1607 | "能,就是可以把现有分区的数据拷贝到新分区上。一旦您对新分区的设置感到满意了," |
| 1608 | "就可以选择 <guimenuitem>Done setting up the partition</guimenuitem>,然后会自" |
| 1609 | "动退回到 <command>partman</command> 的主界面。" |
| 1610 | |
| 1611 | #. Tag: para |
| 1612 | #: using-d-i.xml:1092 |
| 1613 | #, no-c-format |
| 1614 | msgid "" |
| 1615 | "If you decide you want to change something about your partition, simply " |
| 1616 | "select the partition, which will bring you to the partition configuration " |
| 1617 | "menu. This is the same screen as is used when creating a new partition, so " |
| 1618 | "you can change the same settings. One thing that may not be very obvious at " |
| 1619 | "a first glance is that you can resize the partition by selecting the item " |
| 1620 | "displaying the size of the partition. Filesystems known to work are at least " |
| 1621 | "fat16, fat32, ext2, ext3 and swap. This menu also allows you to delete a " |
| 1622 | "partition." |
| 1623 | msgstr "" |
| 1624 | "若是您希望修改分区的设置,只要选中该分区,分区的配置菜单就会出现在您的面前。" |
| 1625 | "由于这个界面和新建分区时使用的界面是相同的,所以您可以像以前那样修改那些设置" |
| 1626 | "项。有一件事,可能第一眼看不大出来,就是您还可以通过选中显示分区大小的项目来" |
| 1627 | "调整分区的大小。已知适用的文件系统至少有 fat16、fat32、ext2、ext3 和 swap。在" |
| 1628 | "这个菜单中,您还可以删除分区。" |
| 1629 | |
| 1630 | #. Tag: para |
| 1631 | #: using-d-i.xml:1103 |
| 1632 | #, no-c-format |
| 1633 | msgid "" |
| 1634 | "Be sure to create at least two partitions: one for the <emphasis>root</" |
| 1635 | "emphasis> filesystem (which must be mounted as <filename>/</filename>) and " |
| 1636 | "one for <emphasis>swap</emphasis>. If you forget to mount the root " |
| 1637 | "filesystem, <command>partman</command> won't let you continue until you " |
| 1638 | "correct this issue." |
| 1639 | msgstr "" |
| 1640 | "请确保至少分出两个分区:其中一个作为 <emphasis>root</emphasis> 文件系统(它必" |
| 1641 | "须挂载到 <filename>/</filename>),另一个用于 <emphasis>swap</emphasis>。若是" |
| 1642 | "您忘记了挂载根(root)文件系统的话,<command>partman</command> 会拒绝让您继续下" |
| 1643 | "面的步骤,直到您纠正了这个错误。" |
| 1644 | |
| 1645 | #. Tag: para |
| 1646 | #: using-d-i.xml:1111 |
| 1647 | #, no-c-format |
| 1648 | msgid "" |
| 1649 | "If you forget to select and format an EFI boot partition, <command>partman</" |
| 1650 | "command> will detect this and will not let you continue until you allocate " |
| 1651 | "one." |
| 1652 | msgstr "" |
| 1653 | "如果您忘记选择和格式化一个 EFI 启动分区 <command>partman</command> 会察觉这一" |
| 1654 | "点,不让您继续操作,直到您划分出这样一个分区。" |
| 1655 | |
| 1656 | #. Tag: para |
| 1657 | #: using-d-i.xml:1117 |
| 1658 | #, no-c-format |
| 1659 | msgid "" |
| 1660 | "Capabilities of <command>partman</command> can be extended with installer " |
| 1661 | "modules, but are dependent on your system's architecture. So if you can't " |
| 1662 | "see all promised goodies, check if you have loaded all required modules (e." |
| 1663 | "g. <filename>partman-ext3</filename>, <filename>partman-xfs</filename>, or " |
| 1664 | "<filename>partman-lvm</filename>)." |
| 1665 | msgstr "" |
| 1666 | "由于 <command>partman</command> 的功能是通过安装本套件的各模块功能得以延伸和" |
| 1667 | "扩展的,但是具体又因您系统的体系架构而有所区别。因此,如果您发现安装的实际情" |
| 1668 | "况与我们所言不符,缺少了某些功能特性,那么请检查一下,确保已加载了所有必须的" |
| 1669 | "模块(比如,<filename>partman-ext3</filename>、<filename>partman-xfs</" |
| 1670 | "filename> 或者 <filename>partman-lvm</filename>)。" |
| 1671 | |
| 1672 | #. Tag: para |
| 1673 | #: using-d-i.xml:1125 |
| 1674 | #, no-c-format |
| 1675 | msgid "" |
| 1676 | "After you are satisfied with partitioning, select <guimenuitem>Finish " |
| 1677 | "partitioning and write changes to disk</guimenuitem> from the partitioning " |
| 1678 | "menu. You will be presented with a summary of changes made to the disks and " |
| 1679 | "asked to confirm that the filesystems should be created as requested." |
| 1680 | msgstr "" |
| 1681 | "在您对分区设置感到满意后,就可以选择分区菜单中的 <guimenuitem>Finish " |
| 1682 | "partitioning and write changes to disk</guimenuitem> 一项。在这之后,会出现一" |
| 1683 | "个清单,它列出了即将在硬盘上进行的所有操作。此时,安装程序会让您确认是否就照" |
| 1684 | "此分区。" |
| 1685 | |
| 1686 | #. Tag: title |
| 1687 | #: using-d-i.xml:1153 |
| 1688 | #, no-c-format |
| 1689 | msgid "Configuring Multidisk Devices (Software RAID)" |
| 1690 | msgstr "配置多磁盘设备(软 RAID)" |
| 1691 | |
| 1692 | #. Tag: para |
| 1693 | #: using-d-i.xml:1154 |
| 1694 | #, no-c-format |
| 1695 | msgid "" |
| 1696 | "If you have more than one harddrive<footnote><para> To be honest, you can " |
| 1697 | "construct MD device even from partitions residing on single physical drive, " |
| 1698 | "but that won't bring you anything useful. </para></footnote> in your " |
| 1699 | "computer, you can use <command>mdcfg</command> to setup your drives for " |
| 1700 | "increased performance and/or better reliability of your data. The result is " |
| 1701 | "called <firstterm>Multidisk Device</firstterm> (or after its most famous " |
| 1702 | "variant <firstterm>software RAID</firstterm>)." |
| 1703 | msgstr "" |
| 1704 | "如果有多于一个硬盘<footnote><para> 其实,您可以从单个物理硬盘上不同分区创建 " |
| 1705 | "MD 设备,但这样做不会给您带来任何用处。</para></footnote>安装在您的计算机上," |
| 1706 | "可以用 <command>mdcfg</command> 配置硬盘以提升效能和/或更好的数据可靠性。这种" |
| 1707 | "结果称为<firstterm>多磁盘设备 MD</firstterm>(或者更有名的<firstterm>软 RAID</" |
| 1708 | "firstterm>)。" |
| 1709 | |
| 1710 | #. Tag: para |
| 1711 | #: using-d-i.xml:1168 |
| 1712 | #, no-c-format |
| 1713 | msgid "" |
| 1714 | "MD is basically a bunch of partitions located on different disks and " |
| 1715 | "combined together to form a <emphasis>logical</emphasis> device. This device " |
| 1716 | "can then be used like an ordinary partition (i.e. in <command>partman</" |
| 1717 | "command> you can format it, assign a mountpoint, etc.)." |
| 1718 | msgstr "" |
| 1719 | "MD 本质上是一束位于部分磁盘上的分区,组合在一起形成一个<emphasis>逻辑</" |
| 1720 | "emphasis>设备。该设备可以像正常的分区一样使用(比如可以用 <command>partman</" |
| 1721 | "command> 格式化,分配挂载点,等等)。" |
| 1722 | |
| 1723 | #. Tag: para |
| 1724 | #: using-d-i.xml:1176 |
| 1725 | #, no-c-format |
| 1726 | msgid "" |
| 1727 | "What benefits this brings depends on the type of MD device you are creating. " |
| 1728 | "Currently supported are: <variablelist> <varlistentry> <term>RAID0</" |
| 1729 | "term><listitem><para> Is mainly aimed at performance. RAID0 splits all " |
| 1730 | "incoming data into <firstterm>stripes</firstterm> and distributes them " |
| 1731 | "equally over each disk in the array. This can increase the speed of read/" |
| 1732 | "write operations, but when one of the disks fails, you will lose " |
| 1733 | "<emphasis>everything</emphasis> (part of the information is still on the " |
| 1734 | "healthy disk(s), the other part <emphasis>was</emphasis> on the failed " |
| 1735 | "disk). </para><para> The typical use for RAID0 is a partition for video " |
| 1736 | "editing. </para></listitem> </varlistentry> <varlistentry> <term>RAID1</" |
| 1737 | "term><listitem><para> Is suitable for setups where reliability is the first " |
| 1738 | "concern. It consists of several (usually two) equally-sized partitions where " |
| 1739 | "every partition contains exactly the same data. This essentially means three " |
| 1740 | "things. First, if one of your disks fails, you still have the data mirrored " |
| 1741 | "on the remaining disks. Second, you can use only a fraction of the available " |
| 1742 | "capacity (more precisely, it is the size of the smallest partition in the " |
| 1743 | "RAID). Third, file-reads are load-balanced among the disks, which can " |
| 1744 | "improve performance on a server, such as a file server, that tends to be " |
| 1745 | "loaded with more disk reads than writes. </para><para> Optionally you can " |
| 1746 | "have a spare disk in the array which will take the place of the failed disk " |
| 1747 | "in the case of failure. </para></listitem> </varlistentry> <varlistentry> " |
| 1748 | "<term>RAID5</term><listitem><para> Is a good compromise between speed, " |
| 1749 | "reliability and data redundancy. RAID5 splits all incoming data into stripes " |
| 1750 | "and distributes them equally on all but one disk (similar to RAID0). Unlike " |
| 1751 | "RAID0, RAID5 also computes <firstterm>parity</firstterm> information, which " |
| 1752 | "gets written on the remaining disk. The parity disk is not static (that " |
| 1753 | "would be called RAID4), but is changing periodically, so the parity " |
| 1754 | "information is distributed equally on all disks. When one of the disks " |
| 1755 | "fails, the missing part of information can be computed from remaining data " |
| 1756 | "and its parity. RAID5 must consist of at least three active partitions. " |
| 1757 | "Optionally you can have a spare disk in the array which will take the place " |
| 1758 | "of the failed disk in the case of failure. </para><para> As you can see, " |
| 1759 | "RAID5 has a similar degree of reliability to RAID1 while achieving less " |
| 1760 | "redundancy. On the other hand, it might be a bit slower on write operations " |
| 1761 | "than RAID0 due to computation of parity information. </para></listitem> </" |
| 1762 | "varlistentry> </variablelist> To sum it up:" |
| 1763 | msgstr "" |
| 1764 | "您得到的好处取决于您创建的 MD 类型。当前支持:<variablelist> <varlistentry> " |
| 1765 | "<term>RAID0</term><listitem><para> 它的主要目标是效能。RAID0 将进来的数据分割" |
| 1766 | "成 <firstterm>stripes</firstterm> 然后平均分配到组里面的每个硬盘上。这样可以" |
| 1767 | "提升读/写操作速度,但是一旦其中的一个硬盘损坏,您将丢失<emphasis>一切</" |
| 1768 | "emphasis>(部分信息在好盘上,其他的<emphasis>曾经</emphasis>在坏盘上)。</" |
| 1769 | "para><para> 典型的 RAID0 应用是视频编辑分区。</para></listitem> </" |
| 1770 | "varlistentry> <varlistentry> <term>RAID1</term><listitem><para> 适用于可靠性" |
| 1771 | "作为优先考虑的场合。它由多个(通常两个)相同尺寸的分区组成,每个分区容纳相同的" |
| 1772 | "数据。这意味着三件事。第一,如果其中的一个损坏,您仍然有数据镜像在其余的磁盘" |
| 1773 | "上。第二,您只能使用现有容量中的碎片(更准确的说,它是 RAID 中尺寸最小的磁盘分" |
| 1774 | "区)。第三,文件读取在磁盘间负载平衡,这可以提升服务器的性能,如文件服务器,它" |
| 1775 | "倾向于读的负载大于写。</para><para> 可选择的是,您可以用备用的磁盘放在组中," |
| 1776 | "用于顶替事故中损坏的磁盘。</para></listitem> </varlistentry> <varlistentry> " |
| 1777 | "<term>RAID5</term><listitem><para> 这是一个速度、可靠性和数据冗余都不错的折衷" |
| 1778 | "方案。RAID5 将进来的数据分割成 strips (类似于RAID0),但只平均分配到一个磁盘" |
| 1779 | "上。与 RAID0 不同,RAID5 还会计算<firstterm>奇偶校验</firstterm>信息,这将会" |
| 1780 | "写入其他磁盘。奇偶检验磁盘不是静态的(那被称为 RAID4),会周期性的修改,所以奇" |
| 1781 | "偶校验信息平均分配到所有磁盘。当其中的一个磁盘损坏,丢失信息的部分可以从其他" |
| 1782 | "数据以及奇偶校验计算出来。RAID5 最少需要三个活动的分区。作为选项,您可以用备" |
| 1783 | "用的磁盘放在组中,用于顶替事故中损坏的磁盘。</para><para> 如您所见,RAID5 近" |
| 1784 | "于 RAID1 的可靠性并具有较少冗余。另一方面,它只比 RAID0 在写入的时候慢,这是" |
| 1785 | "因为要计算校验信息。</para></listitem> </varlistentry> </variablelist> 总结:" |
| 1786 | |
| 1787 | #. Tag: entry |
| 1788 | #: using-d-i.xml:1254 |
| 1789 | #, no-c-format |
| 1790 | msgid "Type" |
| 1791 | msgstr "类型" |
| 1792 | |
| 1793 | #. Tag: entry |
| 1794 | #: using-d-i.xml:1255 |
| 1795 | #, no-c-format |
| 1796 | msgid "Minimum Devices" |
| 1797 | msgstr "最少设备" |
| 1798 | |
| 1799 | #. Tag: entry |
| 1800 | #: using-d-i.xml:1256 |
| 1801 | #, no-c-format |
| 1802 | msgid "Spare Device" |
| 1803 | msgstr "备用设备" |
| 1804 | |
| 1805 | #. Tag: entry |
| 1806 | #: using-d-i.xml:1257 |
| 1807 | #, no-c-format |
| 1808 | msgid "Survives disk failure?" |
| 1809 | msgstr "幸免于磁盘损坏?" |
| 1810 | |
| 1811 | #. Tag: entry |
| 1812 | #: using-d-i.xml:1258 |
| 1813 | #, no-c-format |
| 1814 | msgid "Available Space" |
| 1815 | msgstr "可用空间" |
| 1816 | |
| 1817 | #. Tag: entry |
| 1818 | #: using-d-i.xml:1264 |
| 1819 | #, no-c-format |
| 1820 | msgid "RAID0" |
| 1821 | msgstr "RAID0" |
| 1822 | |
| 1823 | # index.docbook:1105, index.docbook:1113 |
| 1824 | #. Tag: entry |
| 1825 | #: using-d-i.xml:1265 using-d-i.xml:1273 |
| 1826 | #, no-c-format |
| 1827 | msgid "<entry>2</entry>" |
| 1828 | msgstr "<entry>2</entry>" |
| 1829 | |
| 1830 | # index.docbook:1106, index.docbook:1107 |
| 1831 | #. Tag: entry |
| 1832 | #: using-d-i.xml:1266 using-d-i.xml:1267 |
| 1833 | #, no-c-format |
| 1834 | msgid "<entry>no</entry>" |
| 1835 | msgstr "<entry>否</entry>" |
| 1836 | |
| 1837 | #. Tag: entry |
| 1838 | #: using-d-i.xml:1268 |
| 1839 | #, no-c-format |
| 1840 | msgid "Size of the smallest partition multiplied by number of devices in RAID" |
| 1841 | msgstr "容量为最小分区乘以 RAID 设备数" |
| 1842 | |
| 1843 | #. Tag: entry |
| 1844 | #: using-d-i.xml:1272 |
| 1845 | #, no-c-format |
| 1846 | msgid "RAID1" |
| 1847 | msgstr "RAID1" |
| 1848 | |
| 1849 | # index.docbook:1114, index.docbook:1122 |
| 1850 | #. Tag: entry |
| 1851 | #: using-d-i.xml:1274 using-d-i.xml:1282 |
| 1852 | #, no-c-format |
| 1853 | msgid "optional" |
| 1854 | msgstr "可选" |
| 1855 | |
| 1856 | # index.docbook:1115, index.docbook:1123 |
| 1857 | #. Tag: entry |
| 1858 | #: using-d-i.xml:1275 using-d-i.xml:1283 |
| 1859 | #, no-c-format |
| 1860 | msgid "<entry>yes</entry>" |
| 1861 | msgstr "<entry>是</entry>" |
| 1862 | |
| 1863 | #. Tag: entry |
| 1864 | #: using-d-i.xml:1276 |
| 1865 | #, no-c-format |
| 1866 | msgid "Size of the smallest partition in RAID" |
| 1867 | msgstr "容量为 RAID 最小分区" |
| 1868 | |
| 1869 | #. Tag: entry |
| 1870 | #: using-d-i.xml:1280 |
| 1871 | #, no-c-format |
| 1872 | msgid "RAID5" |
| 1873 | msgstr "RAID5" |
| 1874 | |
| 1875 | #. Tag: entry |
| 1876 | #: using-d-i.xml:1281 |
| 1877 | #, no-c-format |
| 1878 | msgid "<entry>3</entry>" |
| 1879 | msgstr "<entry>3</entry>" |
| 1880 | |
| 1881 | #. Tag: entry |
| 1882 | #: using-d-i.xml:1284 |
| 1883 | #, no-c-format |
| 1884 | msgid "" |
| 1885 | "Size of the smallest partition multiplied by (number of devices in RAID " |
| 1886 | "minus one)" |
| 1887 | msgstr "容量为最小分区乘以(RAID 设备数量减一)" |
| 1888 | |
| 1889 | #. Tag: para |
| 1890 | #: using-d-i.xml:1292 |
| 1891 | #, no-c-format |
| 1892 | msgid "" |
| 1893 | "If you want to know more about Software RAID, have a look at <ulink url=" |
| 1894 | "\"&url-software-raid-howto;\">Software RAID HOWTO</ulink>." |
| 1895 | msgstr "" |
| 1896 | "如果您想真正全面了解软 RAID,看一下 <ulink url=\"&url-software-raid-howto;" |
| 1897 | "\">Software RAID HOWTO</ulink>。" |
| 1898 | |
| 1899 | #. Tag: para |
| 1900 | #: using-d-i.xml:1297 |
| 1901 | #, no-c-format |
| 1902 | msgid "" |
| 1903 | "To create a MD device, you need to have the desired partitions it should " |
| 1904 | "consist of marked for use in a RAID. (This is done in <command>partman</" |
| 1905 | "command> in the <guimenu>Partition settings</guimenu> menu where you should " |
| 1906 | "select <menuchoice> <guimenu>Use as:</guimenu> <guimenuitem>physical volume " |
| 1907 | "for RAID</guimenuitem> </menuchoice>.)" |
| 1908 | msgstr "" |
| 1909 | "为了创建 MD 设备,您需要将期望的分区标记为供 RAID 使用。(通过 " |
| 1910 | "<guimenu>Partition settings</guimenu> 菜单的 <command>partman</command> 完" |
| 1911 | "成,您应该选择 <menuchoice> <guimenu>Use as:</guimenu> <guimenuitem>physical " |
| 1912 | "volume for RAID</guimenuitem> </menuchoice>。)" |
| 1913 | |
| 1914 | #. Tag: para |
| 1915 | #: using-d-i.xml:1306 |
| 1916 | #, no-c-format |
| 1917 | msgid "" |
| 1918 | "Make sure that the system can be booted with the partitioning scheme you are " |
| 1919 | "planning. In general it will be necessary to create a separate file system " |
| 1920 | "for <filename>/boot</filename> when using RAID for the root (<filename>/</" |
| 1921 | "filename>) file system. Most boot loaders <phrase arch=\"x86\">(including " |
| 1922 | "lilo and grub)</phrase> do support mirrored (not striped!) RAID1, so using " |
| 1923 | "for example RAID5 for <filename>/</filename> and RAID1 for <filename>/boot</" |
| 1924 | "filename> can be an option." |
| 1925 | msgstr "" |
| 1926 | |
| 1927 | #. Tag: para |
| 1928 | #: using-d-i.xml:1318 |
| 1929 | #, fuzzy, no-c-format |
| 1930 | #| msgid "" |
| 1931 | #| "Support for MD is a relatively new addition to the installer. You may " |
| 1932 | #| "experience problems for some RAID levels and in combination with some " |
| 1933 | #| "bootloaders if you try to use MD for the root (<filename>/</filename>) " |
| 1934 | #| "filesystem. For experienced users, it may be possible to work around some " |
| 1935 | #| "of these problems by executing some configuration or installation steps " |
| 1936 | #| "manually from a shell." |
| 1937 | msgid "" |
| 1938 | "Support for MD is a relatively new addition to the installer. You may " |
| 1939 | "experience problems for some RAID levels and in combination with some " |
| 1940 | "bootloaders if you try to use MD for the root (<filename>/</filename>) file " |
| 1941 | "system. For experienced users, it may be possible to work around some of " |
| 1942 | "these problems by executing some configuration or installation steps " |
| 1943 | "manually from a shell." |
| 1944 | msgstr "" |
| 1945 | "在安装程序中支持 MD 是相对新的功能。如果您尝试结合一些 RAID 类型与启动引导器" |
| 1946 | "并将 MD 用于根(<filename>/</filename>)文件系统,您也许会经历一些挫折。对有经" |
| 1947 | "验的用户,从 shell 手动地处理一些配置和安装步骤,也许会绕开这些问题。" |
| 1948 | |
| 1949 | #. Tag: para |
| 1950 | #: using-d-i.xml:1327 |
| 1951 | #, no-c-format |
| 1952 | msgid "" |
| 1953 | "Next, you should choose <guimenuitem>Configure software RAID</guimenuitem> " |
| 1954 | "from the main <command>partman</command> menu. (The menu will only appear " |
| 1955 | "after you mark at least one partition for use as <guimenuitem>physical " |
| 1956 | "volume for RAID</guimenuitem>.) On the first screen of <command>mdcfg</" |
| 1957 | "command> simply select <guimenuitem>Create MD device</guimenuitem>. You will " |
| 1958 | "be presented with a list of supported types of MD devices, from which you " |
| 1959 | "should choose one (e.g. RAID1). What follows depends on the type of MD you " |
| 1960 | "selected." |
| 1961 | msgstr "" |
| 1962 | "下一步,您应该从 <command>partman</command> 主菜单选择 " |
| 1963 | "<guimenuitem>Configure software RAID</guimenuitem>。(菜单只会在您用 " |
| 1964 | "<guimenuitem>physical volume for RAID</guimenuitem> 标记了至少一个分区时出" |
| 1965 | "现。)在 <command>mdcfg</command> 第一个画面选择 <guimenuitem>Create MD " |
| 1966 | "device</guimenuitem>。您将看到被支持的 MD 设备列表,您应从其中选择一项(如 " |
| 1967 | "RAID1)。后续操作会根据您选择的 MD 类型而定。" |
| 1968 | |
| 1969 | #. Tag: para |
| 1970 | #: using-d-i.xml:1340 |
| 1971 | #, no-c-format |
| 1972 | msgid "" |
| 1973 | "RAID0 is simple — you will be issued with the list of available RAID " |
| 1974 | "partitions and your only task is to select the partitions which will form " |
| 1975 | "the MD." |
| 1976 | msgstr "" |
| 1977 | "RAID0 是简单的 — 您会看到可用的 RAID 分区,然后您的任务仅是选择那些想要" |
| 1978 | "组成 MD 的分区。" |
| 1979 | |
| 1980 | #. Tag: para |
| 1981 | #: using-d-i.xml:1347 |
| 1982 | #, no-c-format |
| 1983 | msgid "" |
| 1984 | "RAID1 is a bit more tricky. First, you will be asked to enter the number of " |
| 1985 | "active devices and the number of spare devices which will form the MD. Next, " |
| 1986 | "you need to select from the list of available RAID partitions those that " |
| 1987 | "will be active and then those that will be spare. The count of selected " |
| 1988 | "partitions must be equal to the number provided few seconds ago. Don't " |
| 1989 | "worry. If you make a mistake and select different number of partitions, the " |
| 1990 | "&d-i; won't let you continue until you correct the issue." |
| 1991 | msgstr "" |
| 1992 | "RAID1 需要一些技巧。首先,您将要求输入组成 MD 的活动设备和备用设备数量。其" |
| 1993 | "次,您需要从 RAID 可用分区列表中选择哪些是活动分区,哪些是备用的。选择的分区" |
| 1994 | "总数必须与之前提供的数目相同。不必担心,如果您出错选择了不同的分区数,&d-i; " |
| 1995 | "将不会允许您继续下去,直到纠正错误。" |
| 1996 | |
| 1997 | #. Tag: para |
| 1998 | #: using-d-i.xml:1359 |
| 1999 | #, no-c-format |
| 2000 | msgid "" |
| 2001 | "RAID5 has a similar setup procedure as RAID1 with the exception that you " |
| 2002 | "need to use at least <emphasis>three</emphasis> active partitions." |
| 2003 | msgstr "" |
| 2004 | "RAID5 的配置过程类似于 RAID1,只是您至少需要<emphasis>三个</emphasis>活动分" |
| 2005 | "区。" |
| 2006 | |
| 2007 | #. Tag: para |
| 2008 | #: using-d-i.xml:1367 |
| 2009 | #, no-c-format |
| 2010 | msgid "" |
| 2011 | "It is perfectly possible to have several types of MD at once. For example, " |
| 2012 | "if you have three 200 GB hard drives dedicated to MD, each containing two " |
| 2013 | "100 GB partitions, you can combine the first partitions on all three disks " |
| 2014 | "into the RAID0 (fast 300 GB video editing partition) and use the other three " |
| 2015 | "partitions (2 active and 1 spare) for RAID1 (quite reliable 100 GB partition " |
| 2016 | "for <filename>/home</filename>)." |
| 2017 | msgstr "" |
| 2018 | "完美的解决方案或许是同时使用不同的 MD 类型。例如,您有三块 200 GB 的硬盘打算" |
| 2019 | "用于 MD,每块包含两个 100 GB 的分区,您可以将三块硬盘上的第一组分区组成 " |
| 2020 | "RAID0 (高速的 300 GB 视频编辑分区),其余的三个分区(2 个活动 1 个备用)用于 " |
| 2021 | "RAID1 (相当可靠的 100 GB 分区用于 <filename>/home</filename>)。" |
| 2022 | |
| 2023 | #. Tag: para |
| 2024 | #: using-d-i.xml:1376 |
| 2025 | #, no-c-format |
| 2026 | msgid "" |
| 2027 | "After you setup MD devices to your liking, you can <guimenuitem>Finish</" |
| 2028 | "guimenuitem> <command>mdcfg</command> to return back to the " |
| 2029 | "<command>partman</command> to create filesystems on your new MD devices and " |
| 2030 | "assign them the usual attributes like mountpoints." |
| 2031 | msgstr "" |
| 2032 | "按您需要配置 MD 设备之后,您可以 <guimenuitem>Finish</guimenuitem> " |
| 2033 | "<command>mdcfg</command> 返回到 <command>partman</command>,去创建文件系统到" |
| 2034 | "您的新 MD 设备,并分配挂载点这样的属性。" |
| 2035 | |
| 2036 | #. Tag: title |
| 2037 | #: using-d-i.xml:1391 |
| 2038 | #, no-c-format |
| 2039 | msgid "Configuring the Logical Volume Manager (LVM)" |
| 2040 | msgstr "配置逻辑卷管理(LVM)" |
| 2041 | |
| 2042 | #. Tag: para |
| 2043 | #: using-d-i.xml:1392 |
| 2044 | #, no-c-format |
| 2045 | msgid "" |
| 2046 | "If you are working with computers at the level of system administrator or " |
| 2047 | "<quote>advanced</quote> user, you have surely seen the situation where some " |
| 2048 | "disk partition (usually the most important one) was short on space, while " |
| 2049 | "some other partition was grossly underused and you had to manage this " |
| 2050 | "situation with moving stuff around, symlinking, etc." |
| 2051 | msgstr "" |
| 2052 | "如果您做计算机系统管理员工作或者<quote>高级</quote>用户,一定遇到过磁盘分区" |
| 2053 | "(经常是最重要的那个)空间不足,同时其他的分区却不能平衡使用,然后不得不靠移到" |
| 2054 | "或符号链接等方法来折腾。" |
| 2055 | |
| 2056 | #. Tag: para |
| 2057 | #: using-d-i.xml:1400 |
| 2058 | #, no-c-format |
| 2059 | msgid "" |
| 2060 | "To avoid the described situation you can use Logical Volume Manager (LVM). " |
| 2061 | "Simply said, with LVM you can combine your partitions (<firstterm>physical " |
| 2062 | "volumes</firstterm> in LVM lingo) to form a virtual disk (so called " |
| 2063 | "<firstterm>volume group</firstterm>), which can then be divided into virtual " |
| 2064 | "partitions (<firstterm>logical volumes</firstterm>). The point is that " |
| 2065 | "logical volumes (and of course underlying volume groups) can span across " |
| 2066 | "several physical disks." |
| 2067 | msgstr "" |
| 2068 | "为了避免上面描述的情况,您可以采用逻辑卷管理(LVM)。简而言之,使用 LVM 可以组" |
| 2069 | "合您的分区(<firstterm>物理卷(physical volumes)</firstterm>,LVM 术语)形成一个" |
| 2070 | "虚拟盘(称为<firstterm>卷组(volume group)</firstterm>),它可以被分割成虚拟分区" |
| 2071 | "(<firstterm>逻辑卷(logical volumes)</firstterm>)。逻辑卷(当然底层是卷组)的亮" |
| 2072 | "点在于它可以跨越多个物理磁盘。" |
| 2073 | |
| 2074 | #. Tag: para |
| 2075 | #: using-d-i.xml:1410 |
| 2076 | #, no-c-format |
| 2077 | msgid "" |
| 2078 | "Now when you realize you need more space for your old 160GB <filename>/home</" |
| 2079 | "filename> partition, you can simply add a new 300GB disk to the computer, " |
| 2080 | "join it with your existing volume group and then resize the logical volume " |
| 2081 | "which holds your <filename>/home</filename> filesystem and voila — " |
| 2082 | "your users have some room again on their renewed 460GB partition. This " |
| 2083 | "example is of course a bit oversimplified. If you haven't read it yet, you " |
| 2084 | "should consult the <ulink url=\"&url-lvm-howto;\">LVM HOWTO</ulink>." |
| 2085 | msgstr "" |
| 2086 | "当您认觉得需要更多的空间给已有的 160 GB 的 <filename>/home</filename> 分区" |
| 2087 | "时,只需加一个新的 300GB 磁盘到计算机,添加进已经存在的卷组,然后为 " |
| 2088 | "<filename>/home</filename> 分区的逻辑卷重新设置尺寸,瞧 — 您的用户在更" |
| 2089 | "新的 460GB 分区上又有了空间。这个例子当然过于简单。如果您还还没有读过,应该查" |
| 2090 | "阅 <ulink url=\"&url-lvm-howto;\">LVM HOWTO</ulink>。" |
| 2091 | |
| 2092 | #. Tag: para |
| 2093 | #: using-d-i.xml:1421 |
| 2094 | #, no-c-format |
| 2095 | msgid "" |
| 2096 | "LVM setup in &d-i; is quite simple and completely supported inside " |
| 2097 | "<command>partman</command>. First, you have to mark the partition(s) to be " |
| 2098 | "used as physical volumes for LVM. This is done in the <guimenu>Partition " |
| 2099 | "settings</guimenu> menu where you should select <menuchoice> <guimenu>Use as:" |
| 2100 | "</guimenu> <guimenuitem>physical volume for LVM</guimenuitem> </menuchoice>." |
| 2101 | msgstr "" |
| 2102 | "在 &d-i; 里面设置 LVM 很简单,<command>partman</command> 完全支持。首先,必须" |
| 2103 | "为 LVM 标记您的分区为物理卷。这在 <guimenu>Partition settings</guimenu> 菜单" |
| 2104 | "里完成,那里您应该选择 <menuchoice> <guimenu>Use as:</guimenu> " |
| 2105 | "<guimenuitem>physical volume for LVM</guimenuitem> </menuchoice>" |
| 2106 | |
| 2107 | #. Tag: para |
| 2108 | #: using-d-i.xml:1430 |
| 2109 | #, no-c-format |
| 2110 | msgid "" |
| 2111 | "When you return to the main <command>partman</command> screen, you will see " |
| 2112 | "a new option <guimenuitem>Configure the Logical Volume Manager</" |
| 2113 | "guimenuitem>. When you select that, you will first be asked to confirm " |
| 2114 | "pending changes to the partition table (if any) and after that the LVM " |
| 2115 | "configuration menu will be shown. Above the menu a summary of the LVM " |
| 2116 | "configuration is shown. The menu itself is context sensitive and only shows " |
| 2117 | "valid actions. The possible actions are:" |
| 2118 | msgstr "" |
| 2119 | "当您返回 <command>partman</command> 主界面,将看到一个新选项 " |
| 2120 | "<guimenuitem>Configure the Logical Volume Manager</guimenuitem>。选择它,首先" |
| 2121 | "会被要求确认修改分区表(如果有的话),然后 LVM 配置菜单才显示出来。菜单上部显示" |
| 2122 | "了 LVM 配置的小结。菜单项本身是与内容相关,只显示可用的操作。可能的操作有:" |
| 2123 | |
| 2124 | #. Tag: para |
| 2125 | #: using-d-i.xml:1441 |
| 2126 | #, no-c-format |
| 2127 | msgid "" |
| 2128 | "<guimenuitem>Display configuration details</guimenuitem>: shows LVM device " |
| 2129 | "structure, names and sizes of logical volumes and more" |
| 2130 | msgstr "" |
| 2131 | "<guimenuitem>Display configuration details</guimenuitem>: 显示 LVM 设备结构," |
| 2132 | "名称和逻辑卷尺寸等" |
| 2133 | |
| 2134 | #. Tag: guimenuitem |
| 2135 | #: using-d-i.xml:1446 |
| 2136 | #, no-c-format |
| 2137 | msgid "Create volume group" |
| 2138 | msgstr "Create volume group" |
| 2139 | |
| 2140 | #. Tag: guimenuitem |
| 2141 | #: using-d-i.xml:1449 |
| 2142 | #, no-c-format |
| 2143 | msgid "Create logical volume" |
| 2144 | msgstr "Create logical volume" |
| 2145 | |
| 2146 | #. Tag: guimenuitem |
| 2147 | #: using-d-i.xml:1452 |
| 2148 | #, no-c-format |
| 2149 | msgid "Delete volume group" |
| 2150 | msgstr "Delete volume group" |
| 2151 | |
| 2152 | #. Tag: guimenuitem |
| 2153 | #: using-d-i.xml:1455 |
| 2154 | #, no-c-format |
| 2155 | msgid "Delete logical volume" |
| 2156 | msgstr "Delete logical volume" |
| 2157 | |
| 2158 | #. Tag: guimenuitem |
| 2159 | #: using-d-i.xml:1458 |
| 2160 | #, no-c-format |
| 2161 | msgid "Extend volume group" |
| 2162 | msgstr "Extend volume group" |
| 2163 | |
| 2164 | #. Tag: guimenuitem |
| 2165 | #: using-d-i.xml:1461 |
| 2166 | #, no-c-format |
| 2167 | msgid "Reduce volume group" |
| 2168 | msgstr "Reduce volume group" |
| 2169 | |
| 2170 | #. Tag: para |
| 2171 | #: using-d-i.xml:1463 |
| 2172 | #, no-c-format |
| 2173 | msgid "" |
| 2174 | "<guimenuitem>Finish</guimenuitem>: return to the main <command>partman</" |
| 2175 | "command> screen" |
| 2176 | msgstr "" |
| 2177 | "<guimenuitem>Finish</guimenuitem>: 返回 <command>partman</command> 主界面" |
| 2178 | |
| 2179 | #. Tag: para |
| 2180 | #: using-d-i.xml:1469 |
| 2181 | #, no-c-format |
| 2182 | msgid "" |
| 2183 | "Use the options in that menu to first create a volume group and then create " |
| 2184 | "your logical volumes inside it." |
| 2185 | msgstr "使用该菜单内的选项首先创建卷组,然后在里面创建逻辑卷。" |
| 2186 | |
| 2187 | #. Tag: para |
| 2188 | #: using-d-i.xml:1474 |
| 2189 | #, no-c-format |
| 2190 | msgid "" |
| 2191 | "After you return to the main <command>partman</command> screen, any created " |
| 2192 | "logical volumes will be displayed in the same way as ordinary partitions " |
| 2193 | "(and you should treat them as such)." |
| 2194 | msgstr "" |
| 2195 | "返回到 <command>partman</command> 的主界面之后,可以看到新建的逻辑卷与其他普" |
| 2196 | "通的分区一样(您也应该这样对待它们)。" |
| 2197 | |
| 2198 | #. Tag: title |
| 2199 | #: using-d-i.xml:1488 |
| 2200 | #, no-c-format |
| 2201 | msgid "Configuring Encrypted Volumes" |
| 2202 | msgstr "配置加密卷" |
| 2203 | |
| 2204 | #. Tag: para |
| 2205 | #: using-d-i.xml:1489 |
| 2206 | #, no-c-format |
| 2207 | msgid "" |
| 2208 | "&d-i; allows you to set up encrypted partitions. Every file you write to " |
| 2209 | "such a partition is immediately saved to the device in encrypted form. " |
| 2210 | "Access to the encrypted data is granted only after entering the " |
| 2211 | "<firstterm>passphrase</firstterm> used when the encrypted partition was " |
| 2212 | "originally created. This feature is useful to protect sensitive data in case " |
| 2213 | "your laptop or hard drive gets stolen. The thief might get physical access " |
| 2214 | "to the hard drive, but without knowing the right passphrase, the data on the " |
| 2215 | "hard drive will look like random characters." |
| 2216 | msgstr "" |
| 2217 | "&d-i; 允许您建立加密分区。写入该分区的每个文件都立即存为加密形式。只有在输入 " |
| 2218 | "<firstterm>passphrase</firstterm> 通过认证之后才能访问加密后的数据,口令是在" |
| 2219 | "加密分区创建时设置的。该特性用于保护您被盗的便携机或硬盘上的敏感数据。盗贼或" |
| 2220 | "许可以访问硬盘,但是没有正确的口令,硬盘上的数据看起来就像是随机的字符。" |
| 2221 | |
| 2222 | #. Tag: para |
| 2223 | #: using-d-i.xml:1501 |
| 2224 | #, no-c-format |
| 2225 | msgid "" |
| 2226 | "The two most important partitions to encrypt are: the home partition, where " |
| 2227 | "your private data resides, and the swap partition, where sensitive data " |
| 2228 | "might be stored temporarily during operation. Of course, nothing prevents " |
| 2229 | "you from encrypting any other partitions that might be of interest. For " |
| 2230 | "example <filename>/var</filename> where database servers, mail servers or " |
| 2231 | "print servers store their data, or <filename>/tmp</filename> which is used " |
| 2232 | "by various programs to store potentially interesting temporary files. Some " |
| 2233 | "people may even want to encrypt their whole system. The only exception is " |
| 2234 | "the <filename>/boot</filename> partition which must remain unencrypted, " |
| 2235 | "because currently there is no way to load the kernel from an encrypted " |
| 2236 | "partition." |
| 2237 | msgstr "" |
| 2238 | "有两个需要加密的重要分区:home 分区,驻留您的私人数据,以及交换分区,敏感的数" |
| 2239 | "据在操作时会临时保存在这里。当然,这不影响您加密任何其他的分区。例如,数据库" |
| 2240 | "服务器、邮件服务器或打印服务器上用来保存数据的 <filename>/var</filename>。或" |
| 2241 | "者 /tmp,很多程序用来保存临时文件。有些人或许需要加密整个系统。惟一的例外是," |
| 2242 | "<filename>/boot</filename> 分区必须保持未加密,这是因为当前没有办法从加密分区" |
| 2243 | "加载内核。" |
| 2244 | |
| 2245 | #. Tag: para |
| 2246 | #: using-d-i.xml:1516 |
| 2247 | #, no-c-format |
| 2248 | msgid "" |
| 2249 | "Please note that the performance of encrypted partitions will be less than " |
| 2250 | "that of unencrypted ones because the data needs to be decrypted or encrypted " |
| 2251 | "for every read or write. The performance impact depends on your CPU speed, " |
| 2252 | "chosen cipher and a key length." |
| 2253 | msgstr "" |
| 2254 | "请注意,加密分区的性能将低于未加密的状态,这是由于数据在每次读写时都要进行加" |
| 2255 | "密和解密。性能将与您的 CPU 速度、选择的加密算法和密钥长度紧密相关。" |
| 2256 | |
| 2257 | #. Tag: para |
| 2258 | #: using-d-i.xml:1523 |
| 2259 | #, no-c-format |
| 2260 | msgid "" |
| 2261 | "To use encryption, you have to create a new partition by selecting some free " |
| 2262 | "space in the main partitioning menu. Another option is to choose an existing " |
| 2263 | "partition (e.g. a regular partition, an LVM logical volume or a RAID " |
| 2264 | "volume). In the <guimenu>Partition settings</guimenu> menu, you need to " |
| 2265 | "select <guimenuitem>physical volume for encryption</guimenuitem> at the " |
| 2266 | "<menuchoice> <guimenu>Use as:</guimenu> </menuchoice> option. The menu will " |
| 2267 | "then change to include several cryptographic options for the partition." |
| 2268 | msgstr "" |
| 2269 | "为了使用加密,您必须在主分区菜单选择空闲的空间创建一个新分区。另一种是使用现" |
| 2270 | "有的分区(例如,普通的分区、一个 LVM 逻辑卷或者 RAID 卷)。在 " |
| 2271 | "<guimenu>Partition setting</guimenu> 菜单,您需要选择 <guimenuitem>physical " |
| 2272 | "volume for encryption</guimenuitem>,其位于 <menuchoice> <guimenu>Use as:</" |
| 2273 | "guimenu> </menuchoice> 选项。菜单将包含分区的加密选项。" |
| 2274 | |
| 2275 | #. Tag: para |
| 2276 | #: using-d-i.xml:1534 |
| 2277 | #, no-c-format |
| 2278 | msgid "" |
| 2279 | "&d-i; supports several encryption methods. The default method is " |
| 2280 | "<firstterm>dm-crypt</firstterm> (included in newer Linux kernels, able to " |
| 2281 | "host LVM physical volumes), the other is <firstterm>loop-AES</firstterm> " |
| 2282 | "(older, maintained separately from the Linux kernel tree). Unless you have " |
| 2283 | "compelling reasons to do otherwise, it is recommended to use the default." |
| 2284 | msgstr "" |
| 2285 | "&d-i; 支持多种加密方法。默认的方法为 <firstterm>dm-crypt</firstterm> (已经包" |
| 2286 | "含在新的 Linux 内核中,用于 LVM 物理卷),另外一种是 <firstterm>loop-AES</" |
| 2287 | "firstterm> (旧方法,在 Linux 内核树之外单独维护)。除非您另有特别的原因,推荐" |
| 2288 | "使用默认的方法。" |
| 2289 | |
| 2290 | #. Tag: para |
| 2291 | #: using-d-i.xml:1546 |
| 2292 | #, no-c-format |
| 2293 | msgid "" |
| 2294 | "First, let's have a look at the options available when you select " |
| 2295 | "<userinput>Device-mapper (dm-crypt)</userinput> as the encryption method. As " |
| 2296 | "always: when in doubt, use the defaults, because they have been carefully " |
| 2297 | "chosen with security in mind." |
| 2298 | msgstr "" |
| 2299 | "首先,让我们来看看选择 <userinput>Device-mapper (dm-crypt)</userinput> 作为加" |
| 2300 | "密方法后可用的选项。一般规律:如果不能确定,就使用默认项,因为它们是经过审慎" |
| 2301 | "的安全考虑的选择。" |
| 2302 | |
| 2303 | #. Tag: term |
| 2304 | #: using-d-i.xml:1556 |
| 2305 | #, no-c-format |
| 2306 | msgid "Encryption: <userinput>aes</userinput>" |
| 2307 | msgstr "Encryption: <userinput>aes</userinput>" |
| 2308 | |
| 2309 | #. Tag: para |
| 2310 | #: using-d-i.xml:1558 |
| 2311 | #, no-c-format |
| 2312 | msgid "" |
| 2313 | "This option lets you select the encryption algorithm (<firstterm>cipher</" |
| 2314 | "firstterm>) which will be used to encrypt the data on the partition. &d-i; " |
| 2315 | "currently supports the following block ciphers: <firstterm>aes</firstterm>, " |
| 2316 | "<firstterm>blowfish</firstterm>, <firstterm>serpent</firstterm>, and " |
| 2317 | "<firstterm>twofish</firstterm>. It is beyond the scope of this document to " |
| 2318 | "discuss the qualities of these different algorithms, however, it might help " |
| 2319 | "your decision to know that in 2000, <emphasis>AES</emphasis> was chosen by " |
| 2320 | "the American National Institute of Standards and Technology as the standard " |
| 2321 | "encryption algorithm for protecting sensitive information in the 21st " |
| 2322 | "century." |
| 2323 | msgstr "" |
| 2324 | "该选项让您选择加密算法(<firstterm>cipher</firstterm>),它用来加密分区上的数" |
| 2325 | "据。&d-i; 当前支持以下 block ciphers:<firstterm>aes</firstterm>、" |
| 2326 | "<firstterm>blowfish</firstterm>、<firstterm>serpent</firstterm> 和 " |
| 2327 | "<firstterm>twofish</firstterm>。讨论这些算法的质量超出了本文的范畴,但是,您" |
| 2328 | "应该知道,在 2000 年,<emphasis>AES</emphasis> 被 American National " |
| 2329 | "Institute of Standards and Technology 选择作为标准的加密算法,用于保护 21 世" |
| 2330 | "纪的敏感信息。" |
| 2331 | |
| 2332 | #. Tag: term |
| 2333 | #: using-d-i.xml:1576 |
| 2334 | #, no-c-format |
| 2335 | msgid "Key size: <userinput>256</userinput>" |
| 2336 | msgstr "Key size: <userinput>256</userinput>" |
| 2337 | |
| 2338 | #. Tag: para |
| 2339 | #: using-d-i.xml:1578 |
| 2340 | #, no-c-format |
| 2341 | msgid "" |
| 2342 | "Here you can specify the length of the encryption key. With a larger key " |
| 2343 | "size, the strength of the encryption is generally improved. On the other " |
| 2344 | "hand, increasing the length of the key usually has a negative impact on " |
| 2345 | "performance. Available key sizes vary depending on the cipher." |
| 2346 | msgstr "" |
| 2347 | "这里您可以指定密钥长度。使用较长的密钥,加密的能力自然得到提升。另一方面,增" |
| 2348 | "加长度自然会降低性能。cipher 决定可用的密钥长度。" |
| 2349 | |
| 2350 | #. Tag: term |
| 2351 | #: using-d-i.xml:1590 |
| 2352 | #, no-c-format |
| 2353 | msgid "IV algorithm: <userinput>cbc-essiv:sha256</userinput>" |
| 2354 | msgstr "IV algorithm: <userinput>cbc-essiv:sha256</userinput>" |
| 2355 | |
| 2356 | #. Tag: para |
| 2357 | #: using-d-i.xml:1592 |
| 2358 | #, no-c-format |
| 2359 | msgid "" |
| 2360 | "The <firstterm>Initialization Vector</firstterm> or <firstterm>IV</" |
| 2361 | "firstterm> algorithm is used in cryptography to ensure that applying the " |
| 2362 | "cipher on the same <firstterm>clear text</firstterm> data with the same key " |
| 2363 | "always produces a unique <firstterm>cipher text</firstterm>. The idea is to " |
| 2364 | "prevent the attacker from deducing information from repeated patterns in the " |
| 2365 | "encrypted data." |
| 2366 | msgstr "" |
| 2367 | "<firstterm>Initialization Vector</firstterm> 或 <firstterm>IV</firstterm> 算" |
| 2368 | "法是确保加密过程中用同一个密钥对于同一 <firstterm>clear text</firstterm> 将产" |
| 2369 | "生惟一的 <firstterm>cipher text</firstterm>。用于防止攻击者根据加密数据中的重" |
| 2370 | "复模板推断信息。" |
| 2371 | |
| 2372 | #. Tag: para |
| 2373 | #: using-d-i.xml:1602 |
| 2374 | #, no-c-format |
| 2375 | msgid "" |
| 2376 | "From the provided alternatives, the default <userinput>cbc-essiv:sha256</" |
| 2377 | "userinput> is currently the least vulnerable to known attacks. Use the other " |
| 2378 | "alternatives only when you need to ensure compatibility with some previously " |
| 2379 | "installed system that is not able to use newer algorithms." |
| 2380 | msgstr "" |
| 2381 | "与其替代者比较,默认的 <userinput>cbc-essiv:sha256</userinput> 是当前已知的具" |
| 2382 | "有最少的攻击漏洞。您只有在需要保持与以前安装的系统兼容,而它们无法使用新的算" |
| 2383 | "法时,才使用其他的算法。" |
| 2384 | |
| 2385 | #. Tag: term |
| 2386 | #: using-d-i.xml:1614 |
| 2387 | #, no-c-format |
| 2388 | msgid "Encryption key: <userinput>Passphrase</userinput>" |
| 2389 | msgstr "Encryption key: <userinput>Passphrase</userinput>" |
| 2390 | |
| 2391 | #. Tag: para |
| 2392 | #: using-d-i.xml:1616 |
| 2393 | #, no-c-format |
| 2394 | msgid "Here you can choose the type of the encryption key for this partition." |
| 2395 | msgstr "这里您可以为分区选择所使用的加密密钥类型。" |
| 2396 | |
| 2397 | #. Tag: term |
| 2398 | #: using-d-i.xml:1622 |
| 2399 | #, no-c-format |
| 2400 | msgid "Passphrase" |
| 2401 | msgstr "Passphrase" |
| 2402 | |
| 2403 | #. Tag: para |
| 2404 | #: using-d-i.xml:1623 |
| 2405 | #, no-c-format |
| 2406 | msgid "" |
| 2407 | "The encryption key will be computed<footnote> <para> Using a passphrase as " |
| 2408 | "the key currently means that the partition will be set up using <ulink url=" |
| 2409 | "\"&url-luks;\">LUKS</ulink>. </para></footnote> on the basis of a passphrase " |
| 2410 | "which you will be able to enter later in the process." |
| 2411 | msgstr "" |
| 2412 | "加密密钥将基于 passphrase 计算<footnote> <para> 使用 passphrase 作为密钥意味" |
| 2413 | "着建立分区是使用 <ulink url=\"&url-luks;\">LUKS</ulink>。</para></footnote>," |
| 2414 | "使用时要求输入。" |
| 2415 | |
| 2416 | #. Tag: term |
| 2417 | #: using-d-i.xml:1638 using-d-i.xml:1731 |
| 2418 | #, no-c-format |
| 2419 | msgid "Random key" |
| 2420 | msgstr "Random key" |
| 2421 | |
| 2422 | #. Tag: para |
| 2423 | #: using-d-i.xml:1639 |
| 2424 | #, no-c-format |
| 2425 | msgid "" |
| 2426 | "A new encryption key will be generated from random data each time you try to " |
| 2427 | "bring up the encrypted partition. In other words: on every shutdown the " |
| 2428 | "content of the partition will be lost as the key is deleted from memory. (Of " |
| 2429 | "course, you could try to guess the key with a brute force attack, but unless " |
| 2430 | "there is an unknown weakness in the cipher algorithm, it is not achievable " |
| 2431 | "in our lifetime.)" |
| 2432 | msgstr "" |
| 2433 | "当您每次使用加密分区的时候,会从随机数据中生成一个新的加密密钥。换句话说:每" |
| 2434 | "次关机驻留在内存里面的密钥删除以后分区上的内容将丢失。(当然,您会猜想该密钥将" |
| 2435 | "面临暴力破解,但是除非加密算法中有未知的弱点,这辈子也不会被攻破。)" |
| 2436 | |
| 2437 | #. Tag: para |
| 2438 | #: using-d-i.xml:1648 |
| 2439 | #, no-c-format |
| 2440 | msgid "" |
| 2441 | "Random keys are useful for swap partitions because you do not need to bother " |
| 2442 | "yourself with remembering the passphrase or wiping sensitive information " |
| 2443 | "from the swap partition before shutting down your computer. However, it also " |
| 2444 | "means that you will <emphasis>not</emphasis> be able to use the " |
| 2445 | "<quote>suspend-to-disk</quote> functionality offered by newer Linux kernels " |
| 2446 | "as it will be impossible (during a subsequent boot) to recover the suspended " |
| 2447 | "data written to the swap partition." |
| 2448 | msgstr "" |
| 2449 | "随机密钥用于交换分区,这样您就不必为记住 passphrase 或关机前清除交换分区上的" |
| 2450 | "敏感信息而费神。然而,这也意味着您将<emphasis>无法</emphasis>使用新 Linux 内" |
| 2451 | "核提供的 <quote>suspend-to-disk</quote> 功能,因为它将无法(在下次启动时)恢复" |
| 2452 | "写入到交换分区的数据。" |
| 2453 | |
| 2454 | #. Tag: term |
| 2455 | #: using-d-i.xml:1667 using-d-i.xml:1744 |
| 2456 | #, no-c-format |
| 2457 | msgid "Erase data: <userinput>yes</userinput>" |
| 2458 | msgstr "Erase data: <userinput>yes</userinput>" |
| 2459 | |
| 2460 | #. Tag: para |
| 2461 | #: using-d-i.xml:1669 |
| 2462 | #, no-c-format |
| 2463 | msgid "" |
| 2464 | "Determines whether the content of this partition should be overwritten with " |
| 2465 | "random data before setting up the encryption. This is recommended because it " |
| 2466 | "might otherwise be possible for an attacker to discern which parts of the " |
| 2467 | "partition are in use and which are not. In addition, this will make it " |
| 2468 | "harder to recover any leftover data from previous " |
| 2469 | "installations<footnote><para> It is believed that the guys from three-letter " |
| 2470 | "agencies can restore the data even after several rewrites of the " |
| 2471 | "magnetooptical media, though. </para></footnote>." |
| 2472 | msgstr "" |
| 2473 | "决定在建立加密前是否使用随机数据覆盖分区内容。推荐这种方式,否则攻击者将会发" |
| 2474 | "现分区的哪些部分使用而哪些没有使用。另外,这将使安装前的内容很难恢复" |
| 2475 | "<footnote><para>据信那些三个缩写字母部门的家伙可以恢复经过多次覆盖的磁记录设" |
| 2476 | "备上的数据。</para></footnote>。" |
| 2477 | |
| 2478 | #. Tag: para |
| 2479 | #: using-d-i.xml:1689 |
| 2480 | #, no-c-format |
| 2481 | msgid "" |
| 2482 | "If you select <menuchoice> <guimenu>Encryption method:</guimenu> " |
| 2483 | "<guimenuitem>Loopback (loop-AES)</guimenuitem> </menuchoice>, the menu " |
| 2484 | "changes to provide the following options:" |
| 2485 | msgstr "" |
| 2486 | "如果您选择了 <menuchoice> <guimenu>Encryption method:</guimenu> " |
| 2487 | "<guimenuitem>Loopback (loop-AES)</guimenuitem> </menuchoice>,菜单选项将变成" |
| 2488 | "下面内容:" |
| 2489 | |
| 2490 | #. Tag: term |
| 2491 | #: using-d-i.xml:1698 |
| 2492 | #, no-c-format |
| 2493 | msgid "Encryption: <userinput>AES256</userinput>" |
| 2494 | msgstr "Encryption: <userinput>AES256</userinput>" |
| 2495 | |
| 2496 | #. Tag: para |
| 2497 | #: using-d-i.xml:1700 |
| 2498 | #, no-c-format |
| 2499 | msgid "" |
| 2500 | "For loop-AES, unlike dm-crypt, the options for cipher and key size are " |
| 2501 | "combined, so you can select both at the same time. Please see the above " |
| 2502 | "sections on ciphers and key sizes for further information." |
| 2503 | msgstr "" |
| 2504 | "不像 dm-crypt,loop-AES 选项的 cipher 和密钥长度是组合在一起的,这样您可以同" |
| 2505 | "时选取。请查阅前面关于 cipher 和密钥长度的章节了解更多信息。" |
| 2506 | |
| 2507 | #. Tag: term |
| 2508 | #: using-d-i.xml:1710 |
| 2509 | #, no-c-format |
| 2510 | msgid "Encryption key: <userinput>Keyfile (GnuPG)</userinput>" |
| 2511 | msgstr "Encryption key: <userinput>Keyfile (GnuPG)</userinput>" |
| 2512 | |
| 2513 | #. Tag: para |
| 2514 | #: using-d-i.xml:1712 |
| 2515 | #, no-c-format |
| 2516 | msgid "Here you can select the type of the encryption key for this partition." |
| 2517 | msgstr "这里您可以为分区选择加密密钥的类型。" |
| 2518 | |
| 2519 | #. Tag: term |
| 2520 | #: using-d-i.xml:1718 |
| 2521 | #, no-c-format |
| 2522 | msgid "Keyfile (GnuPG)" |
| 2523 | msgstr "Keyfile (GnuPG)" |
| 2524 | |
| 2525 | #. Tag: para |
| 2526 | #: using-d-i.xml:1719 |
| 2527 | #, no-c-format |
| 2528 | msgid "" |
| 2529 | "The encryption key will be generated from random data during the " |
| 2530 | "installation. Moreover this key will be encrypted with <application>GnuPG</" |
| 2531 | "application>, so to use it, you will need to enter the proper passphrase " |
| 2532 | "(you will be asked to provide one later in the process)." |
| 2533 | msgstr "" |
| 2534 | "加密密钥会在安装过程中使用随机数据生成。并且该密钥使用 <application>GnuPG</" |
| 2535 | "application> 加密。要使用它,您需要输入正确的 passphrase (在以后会要求提供)。" |
| 2536 | |
| 2537 | #. Tag: para |
| 2538 | #: using-d-i.xml:1732 |
| 2539 | #, no-c-format |
| 2540 | msgid "Please see the section on random keys above." |
| 2541 | msgstr "请查阅前面有关随机密钥的章节。" |
| 2542 | |
| 2543 | #. Tag: para |
| 2544 | #: using-d-i.xml:1746 |
| 2545 | #, no-c-format |
| 2546 | msgid "Please see the the section on erasing data above." |
| 2547 | msgstr "请查阅前面有关删除数据的章节。" |
| 2548 | |
| 2549 | #. Tag: para |
| 2550 | #: using-d-i.xml:1756 |
| 2551 | #, no-c-format |
| 2552 | msgid "" |
| 2553 | "Please note that the <emphasis>graphical</emphasis> version of the installer " |
| 2554 | "still has some limitations when compared to the textual one. For " |
| 2555 | "cryptography it means you can set up only volumes using a " |
| 2556 | "<emphasis>passphrase</emphasis> as the encryption key." |
| 2557 | msgstr "" |
| 2558 | "请注意,<emphasis>图形界面</emphasis>安装程序与文本界面的相比将有一些限制。对" |
| 2559 | "于加密,您将只能使用 <emphasis>passphrases</emphasis> 作为加密密钥建立卷。" |
| 2560 | |
| 2561 | #. Tag: para |
| 2562 | #: using-d-i.xml:1764 |
| 2563 | #, no-c-format |
| 2564 | msgid "" |
| 2565 | "After you have selected the desired parameters for your encrypted " |
| 2566 | "partitions, return back to the main partitioning menu. There should now be a " |
| 2567 | "new menu item called <guimenu>Configure encrypted volumes</guimenu>. After " |
| 2568 | "you select it, you will be asked to confirm the deletion of data on " |
| 2569 | "partitions marked to be erased and possibly other actions such as writing a " |
| 2570 | "new partition table. For large partitions this might take some time." |
| 2571 | msgstr "" |
| 2572 | "当您选择好加密分区参数之后,返回分区主菜单。现在会有一个新的菜单项 " |
| 2573 | "<guimenu>Configure encrypted volumes</guimenu>。选择它,您会被要求确认删除所" |
| 2574 | "标记分区上的数据,以及写新分区表等动作。对于大的分区,这会花一些时间。" |
| 2575 | |
| 2576 | #. Tag: para |
| 2577 | #: using-d-i.xml:1774 |
| 2578 | #, no-c-format |
| 2579 | msgid "" |
| 2580 | "Next you will be asked to enter a passphrase for partitions configured to " |
| 2581 | "use one. Good passphrases should be longer than 8 characters, should be a " |
| 2582 | "mixture of letters, numbers and other characters and should not contain " |
| 2583 | "common dictionary words or information easily associable with you (such as " |
| 2584 | "birthdates, hobbies, pet names, names of family members or relatives, etc.)." |
| 2585 | msgstr "" |
| 2586 | "接下来,您会被要求输入 passphrase 用于配置的分区。好的口令应该长于 8 个字符," |
| 2587 | "并混合字母、数字和其他字符,而不应该是普通词典中的单词或者容易与您相关的信息" |
| 2588 | "(比如生日、爱好、宠物的名字、以及家里其他成员的名字,等等)。" |
| 2589 | |
| 2590 | #. Tag: para |
| 2591 | #: using-d-i.xml:1783 |
| 2592 | #, no-c-format |
| 2593 | msgid "" |
| 2594 | "Before you input any passphrases, you should have made sure that your " |
| 2595 | "keyboard is configured correctly and generates the expected characters. If " |
| 2596 | "you are unsure, you can switch to the second virtual console and type some " |
| 2597 | "text at the prompt. This ensures that you won't be surprised later, e.g. by " |
| 2598 | "trying to input a passphrase using a qwerty keyboard layout when you used an " |
| 2599 | "azerty layout during the installation. This situation can have several " |
| 2600 | "causes. Maybe you switched to another keyboard layout during the " |
| 2601 | "installation, or the selected keyboard layout might not have been set up yet " |
| 2602 | "when entering the passphrase for the root file system." |
| 2603 | msgstr "" |
| 2604 | "在输入任何 passphrase 之前,您应该确定键盘配置正确可以输入所需要的字符。如果" |
| 2605 | "您不能肯定,可以切换到第二虚拟控制台,在提示符下敲一些文字。这能保证您以后不" |
| 2606 | "必惊慌失措,例如,想要使用 qwerty 键盘输入的 passphrase,而在安装时却使用的" |
| 2607 | "是 azerty 布局。造成的原因有多种。也许是您在安装过程中改变了键盘布局,或者是" |
| 2608 | "所选择的键盘布局未能正确建立,而且是在为根文件系统输入 passphrase 的时候。" |
| 2609 | |
| 2610 | #. Tag: para |
| 2611 | #: using-d-i.xml:1796 |
| 2612 | #, no-c-format |
| 2613 | msgid "" |
| 2614 | "If you selected to use methods other than a passphrase to create encryption " |
| 2615 | "keys, they will be generated now. Because the kernel may not have gathered a " |
| 2616 | "sufficient amount of entropy at this early stage of the installation, the " |
| 2617 | "process may take a long time. You can help speed up the process by " |
| 2618 | "generating entropy: e.g. by pressing random keys, or by switching to the " |
| 2619 | "shell on the second virtual console and generating some network and disk " |
| 2620 | "traffic (downloading some files, feeding big files into <filename>/dev/null</" |
| 2621 | "filename>, etc.). This will be repeated for each partition to be encrypted." |
| 2622 | msgstr "" |
| 2623 | "如果您选择 passphrase 之外的方法创建加密密钥,它们现在就会生成。因为内核在安" |
| 2624 | "装的早期阶段还没有足够的熵,过程会长一些。您可以产生一些熵以加快速度:例如," |
| 2625 | "随机的按下一些键,或者切换到第二虚拟控制台的 shell 产生一些网络或磁盘的动作" |
| 2626 | "(下载一些文件,将一些大文件送到 <filename>/dev/null</filename> 等等)。这个过" |
| 2627 | "程在每个要加密的分区重复进行。" |
| 2628 | |
| 2629 | #. Tag: para |
| 2630 | #: using-d-i.xml:1812 |
| 2631 | #, no-c-format |
| 2632 | msgid "" |
| 2633 | "After returning to the main partitioning menu, you will see all encrypted " |
| 2634 | "volumes as additional partitions which can be configured in the same way as " |
| 2635 | "ordinary partitions. The following example shows two different volumes. The " |
| 2636 | "first one is encrypted via dm-crypt, the second one via loop-AES. " |
| 2637 | "<informalexample><screen>\n" |
| 2638 | "Encrypted volume (<replaceable>sda2_crypt</replaceable>) - 115.1 GB Linux " |
| 2639 | "device-mapper\n" |
| 2640 | " #1 115.1 GB F ext3\n" |
| 2641 | "\n" |
| 2642 | "Loopback (<replaceable>loop0</replaceable>) - 515.2 MB AES256 keyfile\n" |
| 2643 | " #1 515.2 MB F ext3\n" |
| 2644 | "</screen></informalexample> Now is the time to assign mount points to the " |
| 2645 | "volumes and optionally change the file system types if the defaults do not " |
| 2646 | "suit you." |
| 2647 | msgstr "" |
| 2648 | "返回主分区菜单后,您将看到所有的加密卷作为额外的分区,它们可以像其他的普通分" |
| 2649 | "区一样配置。下面例子中显示了两种不同的卷。第一个是使用 dm-crypt 加密的,第二" |
| 2650 | "个采用 loop-AES。<informalexample><screen>\n" |
| 2651 | "Encrypted volume (<replaceable>sda2_crypt</replaceable>) - 115.1 GB Linux " |
| 2652 | "device-mapper\n" |
| 2653 | " #1 115.1 GB F ext3\n" |
| 2654 | "\n" |
| 2655 | "Loopback (<replaceable>loop0</replaceable>) - 515.2 MB AES256 keyfile\n" |
| 2656 | " #1 515.2 MB F ext3\n" |
| 2657 | "</screen></informalexample> 现在可以给卷设置挂载点,如果默认的文件系统类型对" |
| 2658 | "您不合适,可以进行修改。" |
| 2659 | |
| 2660 | #. Tag: para |
| 2661 | #: using-d-i.xml:1825 |
| 2662 | #, no-c-format |
| 2663 | msgid "" |
| 2664 | "One thing to note here are the identifiers in parentheses " |
| 2665 | "(<replaceable>sda2_crypt</replaceable> and <replaceable>loop0</replaceable> " |
| 2666 | "in this case) and the mount points you assigned to each encrypted volume. " |
| 2667 | "You will need this information later when booting the new system. The " |
| 2668 | "differences between ordinary boot process and boot process with encryption " |
| 2669 | "involved will be covered later in <xref linkend=\"mount-encrypted-volumes\"/" |
| 2670 | ">." |
| 2671 | msgstr "" |
| 2672 | "这里有一点要注意,即 parentheses 里的标识(本例中 <replaceable>sda2_crypt</" |
| 2673 | "replaceable> 和 <replaceable>loop0</replaceable>),以及您为每个加密卷所设置的" |
| 2674 | "加载点。当启动新系统的时候您会需要此信息。有关普通引导过程和使用加密后引导过" |
| 2675 | "程的差异,将在后面的 <xref linkend=\"mount-encrypted-volumes\"/> 说明。" |
| 2676 | |
| 2677 | #. Tag: para |
| 2678 | #: using-d-i.xml:1835 |
| 2679 | #, no-c-format |
| 2680 | msgid "" |
| 2681 | "Once you are satisfied with the partitioning scheme, continue with the " |
| 2682 | "installation." |
| 2683 | msgstr "当您满意分区之后,可以继续安装过程。" |
| 2684 | |
| 2685 | #. Tag: title |
| 2686 | #: using-d-i.xml:1846 |
| 2687 | #, no-c-format |
| 2688 | msgid "Installing the Base System" |
| 2689 | msgstr "安装基本系统" |
| 2690 | |
| 2691 | #. Tag: para |
| 2692 | #: using-d-i.xml:1847 |
| 2693 | #, no-c-format |
| 2694 | msgid "" |
| 2695 | "Although this stage is the least problematic, it consumes a significant " |
| 2696 | "fraction of the install because it downloads, verifies and unpacks the whole " |
| 2697 | "base system. If you have a slow computer or network connection, this could " |
| 2698 | "take some time." |
| 2699 | msgstr "" |
| 2700 | "尽管这一阶段少有问题,但却需要大量时间用于整个基本系统的下载、校验和解包。如" |
| 2701 | "果您用较慢的计算机或网络,这要花费好一会儿时间。" |
| 2702 | |
| 2703 | #. Tag: para |
| 2704 | #: using-d-i.xml:1860 |
| 2705 | #, no-c-format |
| 2706 | msgid "" |
| 2707 | "During installation of the base system, package unpacking and setup messages " |
| 2708 | "are redirected to <userinput>tty4</userinput>. You can access this terminal " |
| 2709 | "by pressing <keycombo><keycap>Left Alt</keycap><keycap>F4</keycap></" |
| 2710 | "keycombo>; get back to the main installer process with " |
| 2711 | "<keycombo><keycap>Left Alt</keycap><keycap>F1</keycap></keycombo>." |
| 2712 | msgstr "" |
| 2713 | "在基本系统安装期间,软件包解包和配置信息重定向到 <userinput>tty4</" |
| 2714 | "userinput>。您可以通过按下 <keycombo><keycap>左 Alt</keycap><keycap>F4</" |
| 2715 | "keycap></keycombo> 访问该终端;返回主安装进程使用 <keycombo><keycap>左 Alt</" |
| 2716 | "keycap><keycap>F1</keycap></keycombo>。" |
| 2717 | |
| 2718 | #. Tag: para |
| 2719 | #: using-d-i.xml:1869 |
| 2720 | #, no-c-format |
| 2721 | msgid "" |
| 2722 | "The unpack/setup messages generated during this phase are also saved in " |
| 2723 | "<filename>/var/log/syslog</filename>. You can check them there if the " |
| 2724 | "installation is performed over a serial console." |
| 2725 | msgstr "" |
| 2726 | "在安装程序通过串口控制台执行的情况下,基本系统安装时解包/配置信息保存在 " |
| 2727 | "<filename>/var/log/syslog</filename>。" |
| 2728 | |
| 2729 | #. Tag: para |
| 2730 | #: using-d-i.xml:1875 |
| 2731 | #, no-c-format |
| 2732 | msgid "" |
| 2733 | "As part of the installation, a Linux kernel will be installed. At the " |
| 2734 | "default priority, the installer will choose one for you that best matches " |
| 2735 | "your hardware. In lower priority modes, you will be able to choose from a " |
| 2736 | "list of available kernels." |
| 2737 | msgstr "" |
| 2738 | "作为安装的一部分,Linux 内核也要安装。在默认的优先级下,安装程序会选择一个与" |
| 2739 | "您硬件最匹配的内核。在较低的优先级下,您可以从列表中选择一个有效的内核。" |
| 2740 | |
| 2741 | #. Tag: title |
| 2742 | #: using-d-i.xml:1887 |
| 2743 | #, no-c-format |
| 2744 | msgid "Setting Up Users And Passwords" |
| 2745 | msgstr "设置用户和密码" |
| 2746 | |
| 2747 | #. Tag: para |
| 2748 | #: using-d-i.xml:1888 |
| 2749 | #, no-c-format |
| 2750 | msgid "" |
| 2751 | "After the base system has been installed, the installer will allow you to " |
| 2752 | "set up the <quote>root</quote> account and/or an account for the first user. " |
| 2753 | "Other user accounts can be created after the installation has been completed." |
| 2754 | msgstr "" |
| 2755 | "系统安装之后,安装程序要求您创建 <quote>root</quote> 帐号和/或第一个用户帐" |
| 2756 | "号。其他的用户帐号可以在安装完成之后创建。" |
| 2757 | |
| 2758 | #. Tag: title |
| 2759 | #: using-d-i.xml:1902 |
| 2760 | #, no-c-format |
| 2761 | msgid "Set the Root Password" |
| 2762 | msgstr "设置 root 密码" |
| 2763 | |
| 2764 | #. Tag: para |
| 2765 | #: using-d-i.xml:1906 |
| 2766 | #, no-c-format |
| 2767 | msgid "" |
| 2768 | "The <emphasis>root</emphasis> account is also called the <emphasis>super-" |
| 2769 | "user</emphasis>; it is a login that bypasses all security protection on your " |
| 2770 | "system. The root account should only be used to perform system " |
| 2771 | "administration, and only used for as short a time as possible." |
| 2772 | msgstr "" |
| 2773 | "<emphasis>root</emphasis> 帐户也被称为<emphasis>超级用户</emphasis>;系统中的" |
| 2774 | "所有的安全防护措施对以该身份登录的都是无效的。root 帐户应该仅用来进行系统管" |
| 2775 | "理,而且使用时间应该尽可能短。" |
| 2776 | |
| 2777 | #. Tag: para |
| 2778 | #: using-d-i.xml:1914 |
| 2779 | #, no-c-format |
| 2780 | msgid "" |
| 2781 | "Any password you create should contain at least 6 characters, and should " |
| 2782 | "contain both upper- and lower-case characters, as well as punctuation " |
| 2783 | "characters. Take extra care when setting your root password, since it is " |
| 2784 | "such a powerful account. Avoid dictionary words or use of any personal " |
| 2785 | "information which could be guessed." |
| 2786 | msgstr "" |
| 2787 | "您所创建的任何密码都应该包含至少 6 个字符,同时包含大小写字母,并且最好带有标" |
| 2788 | "点符号等特殊字符。因为超级用户具有最高权限,因此在您设置 root 密码时尤其需要" |
| 2789 | "小心。请避免采用能够在字典中查到的单词或者很容易猜测的个人信息。" |
| 2790 | |
| 2791 | #. Tag: para |
| 2792 | #: using-d-i.xml:1922 |
| 2793 | #, no-c-format |
| 2794 | msgid "" |
| 2795 | "If anyone ever tells you they need your root password, be extremely wary. " |
| 2796 | "You should normally never give your root password out, unless you are " |
| 2797 | "administering a machine with more than one system administrator." |
| 2798 | msgstr "" |
| 2799 | "如果他人向您索取您的 root 密码,也需要特别谨慎。除非您所管理的系统有多位管理" |
| 2800 | "员,否则通常不应该将超级用户密码交给别人。" |
| 2801 | |
| 2802 | #. Tag: title |
| 2803 | #: using-d-i.xml:1932 |
| 2804 | #, no-c-format |
| 2805 | msgid "Create an Ordinary User" |
| 2806 | msgstr "创建一个普通用户" |
| 2807 | |
| 2808 | #. Tag: para |
| 2809 | #: using-d-i.xml:1934 |
| 2810 | #, no-c-format |
| 2811 | msgid "" |
| 2812 | "The system will ask you whether you wish to create an ordinary user account " |
| 2813 | "at this point. This account should be your main personal log-in. You should " |
| 2814 | "<emphasis>not</emphasis> use the root account for daily use or as your " |
| 2815 | "personal login." |
| 2816 | msgstr "" |
| 2817 | "系统会询问您现在是否希望创建一个普通帐户。您将使用该帐户进行日常登录操作。切" |
| 2818 | "记,平时<emphasis>不要</emphasis>使用 root 帐户登录或者将其作为个人帐号使用。" |
| 2819 | |
| 2820 | #. Tag: para |
| 2821 | #: using-d-i.xml:1943 |
| 2822 | #, no-c-format |
| 2823 | msgid "" |
| 2824 | "Why not? Well, one reason to avoid using root's privileges is that it is " |
| 2825 | "very easy to do irreparable damage as root. Another reason is that you might " |
| 2826 | "be tricked into running a <emphasis>Trojan-horse</emphasis> program — " |
| 2827 | "that is a program that takes advantage of your super-user powers to " |
| 2828 | "compromise the security of your system behind your back. Any good book on " |
| 2829 | "Unix system administration will cover this topic in more detail — " |
| 2830 | "consider reading one if it is new to you." |
| 2831 | msgstr "" |
| 2832 | "为什么呢?避免使用 root 特权帐户的一个原因是,它很容易对系统造成无法挽回的破" |
| 2833 | "坏。另一个原因是,您有可能被恶意诱使运行<emphasis>特洛伊木马</emphasis>程序 " |
| 2834 | "— 这是一种利用超级用户权限在您未知的情况下损害系统安全的程序。任何合格" |
| 2835 | "的 Unix 系统管理书籍中都会涉及到这一主题 — 如果您不是很了解这方面的内" |
| 2836 | "容,建议找一本进行学习。" |
| 2837 | |
| 2838 | #. Tag: para |
| 2839 | #: using-d-i.xml:1953 |
| 2840 | #, no-c-format |
| 2841 | msgid "" |
| 2842 | "You will first be prompted for the user's full name. Then you'll be asked " |
| 2843 | "for a name for the user account; generally your first name or something " |
| 2844 | "similar will suffice and indeed will be the default. Finally, you will be " |
| 2845 | "prompted for a password for this account." |
| 2846 | msgstr "" |
| 2847 | "您首先会被要求输入用户的全名。然后要求输入用户帐号名;通常您的名字或者类似的" |
| 2848 | "便满足要求,并为缺省值。最后,您将要求输入该帐号的密码。" |
| 2849 | |
| 2850 | #. Tag: para |
| 2851 | #: using-d-i.xml:1960 |
| 2852 | #, no-c-format |
| 2853 | msgid "" |
| 2854 | "If at any point after installation you would like to create another account, " |
| 2855 | "use the <command>adduser</command> command." |
| 2856 | msgstr "" |
| 2857 | "如果在安装完毕后还希望建立其它新帐户,请使用 <command>adduser</command> 命" |
| 2858 | "令。" |
| 2859 | |
| 2860 | #. Tag: title |
| 2861 | #: using-d-i.xml:1971 |
| 2862 | #, no-c-format |
| 2863 | msgid "Installing Additional Software" |
| 2864 | msgstr "安装额外的软件" |
| 2865 | |
| 2866 | #. Tag: para |
| 2867 | #: using-d-i.xml:1972 |
| 2868 | #, no-c-format |
| 2869 | msgid "" |
| 2870 | "At this point you have a usable but limited system. Most users will want to " |
| 2871 | "install additional software on the system to tune it to their needs, and the " |
| 2872 | "installer allows you do so. This step can take even longer than installing " |
| 2873 | "the base system if you have a slow computer or network connection." |
| 2874 | msgstr "" |
| 2875 | "现在,您拥有了一个可用但有限的系统。大多数用户会安装额外的软件,并根据他们的" |
| 2876 | "需求进行调整,安装程序允许您这么做。如果您的电脑或网络比较慢,这一步或许比安" |
| 2877 | "装基本系统还要花时间。" |
| 2878 | |
| 2879 | #. Tag: title |
| 2880 | #: using-d-i.xml:1987 |
| 2881 | #, no-c-format |
| 2882 | msgid "Configuring apt" |
| 2883 | msgstr "配置 apt" |
| 2884 | |
| 2885 | #. Tag: para |
| 2886 | #: using-d-i.xml:1989 |
| 2887 | #, no-c-format |
| 2888 | msgid "" |
| 2889 | "One of the tools used to install packages on a &debian; system is a program " |
| 2890 | "called <command>apt-get</command>, from the <classname>apt</classname> " |
| 2891 | "package<footnote> <para> Note that the program which actually installs the " |
| 2892 | "packages is called <command>dpkg</command>. However, this program is more of " |
| 2893 | "a low-level tool. <command>apt-get</command> is a higher-level tool, which " |
| 2894 | "will invoke <command>dpkg</command> as appropriate. It knows how to retrieve " |
| 2895 | "packages from your CD, the network, or wherever. It is also able to " |
| 2896 | "automatically install other packages which are required to make the package " |
| 2897 | "you're trying to install work correctly. </para> </footnote>. Other front-" |
| 2898 | "ends for package management, like <command>aptitude</command> and " |
| 2899 | "<command>synaptic</command>, are also in use. These front-ends are " |
| 2900 | "recommended for new users, since they integrate some additional features " |
| 2901 | "(package searching and status checks) in a nice user interface. In fact, " |
| 2902 | "<command>aptitude</command> is now the recommended utility for package " |
| 2903 | "management." |
| 2904 | msgstr "" |
| 2905 | "在 &debian; 系统上,<command>apt-get</command> 是一个人们用来安装软件包的程" |
| 2906 | "序,它被包含在 <classname>apt</classname> 软件包中<footnote> <para> 其实,真" |
| 2907 | "正用来安装软件包的程序是 <command>dpkg</command>。但这是一个比较底层的工具。" |
| 2908 | "<command>apt-get</command> 是一个高级工具,它可以在适当的时候调用 " |
| 2909 | "<command>dpkg</command>。它知道从您的光盘、网络或其它地方获取软件包。它还可以" |
| 2910 | "在安装某个软件包时自动安装所需的其它软件包。</para> </footnote>。其他的包管理" |
| 2911 | "前端程序,像 <command>aptitude</command> 和 <command>synaptic</command> 也在" |
| 2912 | "使用。这些前端软件推荐给新用户使用,因为它们在良好的用户界面下集成了一些其他" |
| 2913 | "特性(搜索包与状态检验)。事实上,<command>aptitude</command> 现在已经建议作为" |
| 2914 | "软件包管理工具使用。" |
| 2915 | |
| 2916 | #. Tag: para |
| 2917 | #: using-d-i.xml:2013 |
| 2918 | #, no-c-format |
| 2919 | msgid "" |
| 2920 | "<command>apt</command> must be configured so that it knows from where to " |
| 2921 | "retrieve packages. The results of this configuration are written to the file " |
| 2922 | "<filename>/etc/apt/sources.list</filename>. You can examine and edit this " |
| 2923 | "file to your liking after the installation is complete." |
| 2924 | msgstr "" |
| 2925 | "您必须设置 <command>apt</command>,使它明白该从哪里获取软件包。设置的结果写入" |
| 2926 | "到 <filename>/etc/apt/sources.list</filename> 文件里面,安装完成后您可以检查" |
| 2927 | "并编辑成自己喜欢的地方。" |
| 2928 | |
| 2929 | #. Tag: para |
| 2930 | #: using-d-i.xml:2020 |
| 2931 | #, no-c-format |
| 2932 | msgid "" |
| 2933 | "If you are installing at default priority, the installer will largely take " |
| 2934 | "care of the configuration automatically, based on the installation method " |
| 2935 | "you are using and possibly using choices made earlier in the installation. " |
| 2936 | "In most cases the installer will automatically add a security mirror and, if " |
| 2937 | "you are installing the stable distribution, a mirror for the " |
| 2938 | "<quote>volatile</quote> update service." |
| 2939 | msgstr "" |
| 2940 | "如果您在默认优先级下进行安装,安装程序会自动处理大部分配置,它是根据您使用的" |
| 2941 | "安装方法以及在安装开始时所做的选择。如果您安装的是稳定版,大多数情况下安装程" |
| 2942 | "序程序会自动加上安全镜像,它是 <quote>volatile</quote> 更新服务的镜像。" |
| 2943 | |
| 2944 | #. Tag: para |
| 2945 | #: using-d-i.xml:2029 |
| 2946 | #, no-c-format |
| 2947 | msgid "" |
| 2948 | "If you are installing at a lower priority (e.g. in expert mode), you will be " |
| 2949 | "able to make more decisions yourself. You can choose whether or not to use " |
| 2950 | "the security and/or volatile update services, and you can choose to add " |
| 2951 | "packages from the <quote>contrib</quote> and <quote>non-free</quote> " |
| 2952 | "sections of the archive." |
| 2953 | msgstr "" |
| 2954 | "如果您采用较低的优先级安装 (比如,expert 模式),就要自己做更多的判定。您可以" |
| 2955 | "选择是否使用安全、或者 volatile 更新服务,并能选择从 <quote>contrib</quote> " |
| 2956 | "和 <quote>non-free</quote> 软件仓库里面添加软件包。" |
| 2957 | |
| 2958 | #. Tag: title |
| 2959 | #: using-d-i.xml:2040 |
| 2960 | #, no-c-format |
| 2961 | msgid "Installing from more than one CD or DVD" |
| 2962 | msgstr "" |
| 2963 | |
| 2964 | #. Tag: para |
| 2965 | #: using-d-i.xml:2042 |
| 2966 | #, no-c-format |
| 2967 | msgid "" |
| 2968 | "If you are installing from a CD or a DVD that is part of a larger set, the " |
| 2969 | "installer will ask if you want to scan additional CDs or DVDs. If you have " |
| 2970 | "additional CDs or DVDs available, you probably want to do this so the " |
| 2971 | "installer can use the packages included on them." |
| 2972 | msgstr "" |
| 2973 | |
| 2974 | #. Tag: para |
| 2975 | #: using-d-i.xml:2049 |
| 2976 | #, no-c-format |
| 2977 | msgid "" |
| 2978 | "If you do not have any additional CDs or DVDs, that is no problem: using " |
| 2979 | "them is not required. If you also do not use a network mirror (as explained " |
| 2980 | "in the next section), it can mean that not all packages belonging to the " |
| 2981 | "tasks you select in the next step of the installation can be installed." |
| 2982 | msgstr "" |
| 2983 | |
| 2984 | #. Tag: para |
| 2985 | #: using-d-i.xml:2057 |
| 2986 | #, no-c-format |
| 2987 | msgid "" |
| 2988 | "Packages are included on CDs (and DVDs) in the order of their popularity. " |
| 2989 | "This means that for most uses only the first CDs in a set are needed and " |
| 2990 | "that only very few people actually use any of the packages included on the " |
| 2991 | "last CDs in a set." |
| 2992 | msgstr "" |
| 2993 | |
| 2994 | #. Tag: para |
| 2995 | #: using-d-i.xml:2064 |
| 2996 | #, no-c-format |
| 2997 | msgid "" |
| 2998 | "It also means that buying or downloading and burning a full CD set is just a " |
| 2999 | "waste of money as you'll never use most of them. In most cases you are " |
| 3000 | "better off getting only the first 3 to 8 CDs and installing any additional " |
| 3001 | "packages you may need from the Internet by using a mirror. The same goes for " |
| 3002 | "DVD sets: the first DVD, or maybe the first two DVDs will cover most needs." |
| 3003 | msgstr "" |
| 3004 | |
| 3005 | #. Tag: para |
| 3006 | #: using-d-i.xml:2073 |
| 3007 | #, no-c-format |
| 3008 | msgid "" |
| 3009 | "A good rule of thumb is that for a regular desktop installation (using the " |
| 3010 | "GNOME desktop environment) only the first three CDs are needed. For the " |
| 3011 | "alternative desktop environments (KDE or Xfce), additional CDs are needed. " |
| 3012 | "The first DVD easily covers all three desktop environments." |
| 3013 | msgstr "" |
| 3014 | |
| 3015 | #. Tag: para |
| 3016 | #: using-d-i.xml:2081 |
| 3017 | #, no-c-format |
| 3018 | msgid "" |
| 3019 | "If you do scan multiple CDs or DVDs, the installer will prompt you to " |
| 3020 | "exchange them when it needs packages from another CD/DVD than the one " |
| 3021 | "currently in the drive. Note that only CDs or DVDs that belong to the same " |
| 3022 | "set should be scanned. The order in which they are scanned does not really " |
| 3023 | "matter, but scanning them in ascending order will reduce the chance of " |
| 3024 | "mistakes." |
| 3025 | msgstr "" |
| 3026 | |
| 3027 | #. Tag: title |
| 3028 | #: using-d-i.xml:2094 |
| 3029 | #, no-c-format |
| 3030 | msgid "Using a network mirror" |
| 3031 | msgstr "使用网络镜像" |
| 3032 | |
| 3033 | #. Tag: para |
| 3034 | #: using-d-i.xml:2096 |
| 3035 | #, fuzzy, no-c-format |
| 3036 | #| msgid "" |
| 3037 | #| "One question that will be asked in most cases is whether or not to use a " |
| 3038 | #| "network mirror as a source for packages. In most cases the default answer " |
| 3039 | #| "should be fine, but there are some exceptions." |
| 3040 | msgid "" |
| 3041 | "One question that will be asked during most installs is whether or not to " |
| 3042 | "use a network mirror as a source for packages. In most cases the default " |
| 3043 | "answer should be fine, but there are some exceptions." |
| 3044 | msgstr "" |
| 3045 | "经常会有一个问题被问到,是否需要使用网络镜像作为软件包的源。多数情况下默认答" |
| 3046 | "案会很好,但还是有一些例外。" |
| 3047 | |
| 3048 | #. Tag: para |
| 3049 | #: using-d-i.xml:2102 |
| 3050 | #, no-c-format |
| 3051 | msgid "" |
| 3052 | "If you are <emphasis>not</emphasis> installing from a full CD or DVD or " |
| 3053 | "using a full CD/DVD image, you really should use a network mirror as " |
| 3054 | "otherwise you will end up with only a very minimal system. However, if you " |
| 3055 | "have a limited Internet connection it is best <emphasis>not</emphasis> to " |
| 3056 | "select the <literal>desktop</literal> task in the next step of the " |
| 3057 | "installation." |
| 3058 | msgstr "" |
| 3059 | "如果<emphasis>没有</emphasis>使用完整版的 CD 或 DVD,或者完整版的 CD/DVD 映" |
| 3060 | "像,您就应该使用网络镜像,否则只能得到一个有限的系统。然而,假如您有互联网连" |
| 3061 | "接限制,在安装过程的下一步最好<emphasis>不要</emphasis>选择 " |
| 3062 | "<literal>desktop</literal> 任务。" |
| 3063 | |
| 3064 | #. Tag: para |
| 3065 | #: using-d-i.xml:2111 |
| 3066 | #, fuzzy, no-c-format |
| 3067 | #| msgid "" |
| 3068 | #| "If you are installing from a full CD or using a CD image (not DVD), using " |
| 3069 | #| "a network mirror is not required, but is still strongly recommended " |
| 3070 | #| "because a single CD contains only a fairly limited number of packages. " |
| 3071 | #| "The installer currently does not support using multiple CD or DVD images " |
| 3072 | #| "during the installation<footnote> <para> Adding that option is planned. </" |
| 3073 | #| "para> </footnote>. If you have a limited Internet connection it may still " |
| 3074 | #| "be best to <emphasis>not</emphasis> select a network mirror here, but to " |
| 3075 | #| "finish the installation using only what's available on the CD and install " |
| 3076 | #| "additional packages after the installation (i.e. after you have rebooted " |
| 3077 | #| "into the new system)." |
| 3078 | msgid "" |
| 3079 | "If you are installing from a single full CD or using a full CD image, using " |
| 3080 | "a network mirror is not required, but is still strongly recommended because " |
| 3081 | "a single CD contains only a fairly limited number of packages. If you have a " |
| 3082 | "limited Internet connection it may still be best to <emphasis>not</emphasis> " |
| 3083 | "select a network mirror here, but to finish the installation using only " |
| 3084 | "what's available on the CD and selectively install additional packages after " |
| 3085 | "the installation (i.e. after you have rebooted into the new system)." |
| 3086 | msgstr "" |
| 3087 | "如果您是从完整的 CD 或 CD 映像(非 DVD)安装,虽然添加网络镜像并不是必须的,但" |
| 3088 | "仍建议您采用,这是因为单张 CD 所能容纳的软件包数量是有限的。安装程序当前还不" |
| 3089 | "支持使用多 CD 或 DVD 映像方式进行安装<footnote> <para> 这项功能已列入计划。</" |
| 3090 | "para> </footnote>。假如您有互联网连接限制,这里最好<emphasis>不要</emphasis>" |
| 3091 | "选择网络镜像,只在安装以后(比如,重新启动到新系统)完成 CD 上所具有的以及额外" |
| 3092 | "的软件包。" |
| 3093 | |
| 3094 | #. Tag: para |
| 3095 | #: using-d-i.xml:2122 |
| 3096 | #, no-c-format |
| 3097 | msgid "" |
| 3098 | "If you are installing from a DVD or using a DVD image, any packages needed " |
| 3099 | "during the installation should be present on the first DVD. The same is true " |
| 3100 | "if you have scanned multiple CDs as explained in the previous section. Use " |
| 3101 | "of a network mirror is optional." |
| 3102 | msgstr "" |
| 3103 | |
| 3104 | #. Tag: para |
| 3105 | #: using-d-i.xml:2129 |
| 3106 | #, no-c-format |
| 3107 | msgid "" |
| 3108 | "One advantage of adding a network mirror is that updates that have occurred " |
| 3109 | "since the CD/DVD set was created and have been included in a point release, " |
| 3110 | "will become available for installation, thus extending the life of your CD/" |
| 3111 | "DVD set without compromising the security or stability of the installed " |
| 3112 | "system." |
| 3113 | msgstr "" |
| 3114 | |
| 3115 | #. Tag: para |
| 3116 | #: using-d-i.xml:2136 |
| 3117 | #, fuzzy, no-c-format |
| 3118 | #| msgid "" |
| 3119 | #| "In summary: selecting a network mirror is generally a good idea, except " |
| 3120 | #| "if you do not have a good Internet connection. If the current version of " |
| 3121 | #| "a package is available on the CD/DVD, the installer will always use that. " |
| 3122 | #| "The amount of data that will be downloaded if you do select a mirror thus " |
| 3123 | #| "depends on a) the tasks you select in the next step of the installation, " |
| 3124 | #| "b) which packages are needed for those tasks, and c) which of those " |
| 3125 | #| "packages are present on the CD/DVD." |
| 3126 | msgid "" |
| 3127 | "In summary: selecting a network mirror is generally a good idea, except if " |
| 3128 | "you do not have a good Internet connection. If the current version of a " |
| 3129 | "package is available from CD/DVD, the installer will always use that. The " |
| 3130 | "amount of data that will be downloaded if you do select a mirror thus " |
| 3131 | "depends on" |
| 3132 | msgstr "" |
| 3133 | "总结:除非您不具备良好的互联网连接,选择网络镜像通常是一个好方法。如果 CD/" |
| 3134 | "DVD 上有软件包当前的版本,安装程序总会从这里安装。如果您选择了镜像,需要下载" |
| 3135 | "的数据量取决于 a) 安装时下一步选择的任务,b) 这些任务所需要的软件包 和 c) 这" |
| 3136 | "些软件包有哪些在 CD/DVD 上。" |
| 3137 | |
| 3138 | #. Tag: para |
| 3139 | #: using-d-i.xml:2145 |
| 3140 | #, no-c-format |
| 3141 | msgid "the tasks you select in the next step of the installation," |
| 3142 | msgstr "" |
| 3143 | |
| 3144 | #. Tag: para |
| 3145 | #: using-d-i.xml:2150 |
| 3146 | #, no-c-format |
| 3147 | msgid "which packages are needed for those tasks," |
| 3148 | msgstr "" |
| 3149 | |
| 3150 | #. Tag: para |
| 3151 | #: using-d-i.xml:2155 |
| 3152 | #, no-c-format |
| 3153 | msgid "" |
| 3154 | "which of those packages are present on the CDs or DVDs you have scanned, and" |
| 3155 | msgstr "" |
| 3156 | |
| 3157 | #. Tag: para |
| 3158 | #: using-d-i.xml:2160 |
| 3159 | #, no-c-format |
| 3160 | msgid "" |
| 3161 | "whether any updated versions of packages included on the CDs or DVDs are " |
| 3162 | "available from a mirror (either a regular package mirror, or a mirror for " |
| 3163 | "security or volatile updates)." |
| 3164 | msgstr "" |
| 3165 | |
| 3166 | #. Tag: para |
| 3167 | #: using-d-i.xml:2169 |
| 3168 | #, fuzzy, no-c-format |
| 3169 | #| msgid "" |
| 3170 | #| "Note that even if you choose not to use a network mirror, some packages " |
| 3171 | #| "may still be downloaded from the Internet if there is a security or " |
| 3172 | #| "volatile update available for them and those services have been " |
| 3173 | #| "configured." |
| 3174 | msgid "" |
| 3175 | "Note that the last point means that, even if you choose not to use a network " |
| 3176 | "mirror, some packages may still be downloaded from the Internet if there is " |
| 3177 | "a security or volatile update available for them and those services have " |
| 3178 | "been configured." |
| 3179 | msgstr "" |
| 3180 | "注意,即使您没有选择使用网络镜像,如果配置了安全检测服务,并且软件包有安全或 " |
| 3181 | "volatile 更新,仍然会从互联网下载更新后的软件包。" |
| 3182 | |
| 3183 | #. Tag: title |
| 3184 | #: using-d-i.xml:2185 |
| 3185 | #, no-c-format |
| 3186 | msgid "Selecting and Installing Software" |
| 3187 | msgstr "选择和安装软件" |
| 3188 | |
| 3189 | #. Tag: para |
| 3190 | #: using-d-i.xml:2187 |
| 3191 | #, no-c-format |
| 3192 | msgid "" |
| 3193 | "During the installation process, you are given the opportunity to select " |
| 3194 | "additional software to install. Rather than picking individual software " |
| 3195 | "packages from the &num-of-distrib-pkgs; available packages, this stage of " |
| 3196 | "the installation process focuses on selecting and installing predefined " |
| 3197 | "collections of software to quickly set up your computer to perform various " |
| 3198 | "tasks." |
| 3199 | msgstr "" |
| 3200 | "安装过程中,您有机会选择安装额外的软件包。不像从 &num-of-distrib-pkgs; 个软件" |
| 3201 | "包里面里面选择单独的软件包,这一阶段安装过程着眼于安装一组预先定义的软件包," |
| 3202 | "来快速建立您的计算机应对各种任务。" |
| 3203 | |
| 3204 | #. Tag: para |
| 3205 | #: using-d-i.xml:2196 |
| 3206 | #, no-c-format |
| 3207 | msgid "" |
| 3208 | "So, you have the ability to choose <emphasis>tasks</emphasis> first, and " |
| 3209 | "then add on more individual packages later. These tasks loosely represent a " |
| 3210 | "number of different jobs or things you want to do with your computer, such " |
| 3211 | "as <quote>Desktop environment</quote>, <quote>Web server</quote>, or " |
| 3212 | "<quote>Print server</quote><footnote> <para> You should know that to present " |
| 3213 | "this list, the installer is merely invoking the <command>tasksel</command> " |
| 3214 | "program. It can be run at any time after installation to install more " |
| 3215 | "packages (or remove them), or you can use a more fine-grained tool such as " |
| 3216 | "<command>aptitude</command>. If you are looking for a specific single " |
| 3217 | "package, after installation is complete, simply run <userinput>aptitude " |
| 3218 | "install <replaceable>package</replaceable></userinput>, where " |
| 3219 | "<replaceable>package</replaceable> is the name of the package you are " |
| 3220 | "looking for. </para> </footnote>. <xref linkend=\"tasksel-size-list\"/> " |
| 3221 | "lists the space requirements for the available tasks." |
| 3222 | msgstr "" |
| 3223 | "于是,您可以先选择<emphasis>任务</emphasis>,然后再单独添加软件包。任务松散地" |
| 3224 | "代表了您要在计算机上从事的一系列工作,比如<quote>桌面环境</quote>、" |
| 3225 | "<quote>Web 服务器</quote>或者<quote>打印服务器</quote><footnote> <para> 您应" |
| 3226 | "该知道,呈现这个列表,安装程序仅仅是执行 <command>tasksel</command> 程序。它" |
| 3227 | "可以在安装之后的任何时间安装(或删除)其他软件包,或者使用更精致的工具,例如 " |
| 3228 | "<command>aptitude</command>。如果您需要一个特定的软件包,在安装之后,只须执" |
| 3229 | "行 <userinput>aptitude install <replaceable>package</replaceable></" |
| 3230 | "userinput>,其中 <replaceable>package</replaceable> 是您需要的软件包名。</" |
| 3231 | "para> </footnote>。<xref linkend=\"tasksel-size-list\"/> 列出了各种任务所需的" |
| 3232 | "空间。" |
| 3233 | |
| 3234 | #. Tag: para |
| 3235 | #: using-d-i.xml:2223 |
| 3236 | #, no-c-format |
| 3237 | msgid "" |
| 3238 | "Some tasks may be pre-selected based on the characteristics of the computer " |
| 3239 | "you are installing. If you disagree with these selections you can un-select " |
| 3240 | "the tasks. You can even opt to install no tasks at all at this point." |
| 3241 | msgstr "" |
| 3242 | "注意,根据所安装电脑的特征,有些任务被预先选择。如果您不需要它们,可以取消这" |
| 3243 | "些任务。此时甚至可以不选中任何任务。" |
| 3244 | |
| 3245 | #. Tag: para |
| 3246 | #: using-d-i.xml:2230 |
| 3247 | #, no-c-format |
| 3248 | msgid "" |
| 3249 | "The <quote>Desktop environment</quote> task will install the GNOME desktop " |
| 3250 | "environment. The options offered by the installer currently do not allow to " |
| 3251 | "select a different desktop environment such as for example KDE." |
| 3252 | msgstr "" |
| 3253 | "<quote>桌面环境</quote>任务将安装 Gnome 桌面环境。当前安装程序提供的选项不能" |
| 3254 | "选其他的桌面环境,比如 KDE。" |
| 3255 | |
| 3256 | #. Tag: para |
| 3257 | #: using-d-i.xml:2238 |
| 3258 | #, no-c-format |
| 3259 | msgid "" |
| 3260 | "It is possible to get the installer to install KDE by using preseeding (see " |
| 3261 | "<xref linkend=\"preseed-pkgsel\"/>) or by adding <literal>tasks=\"standard, " |
| 3262 | "kde-desktop\"</literal> at the boot prompt when starting the " |
| 3263 | "installer<footnote> <para> A more lightweight Xfce desktop environment can " |
| 3264 | "be selected by using <literal>xfce-desktop</literal> instead of <literal>kde-" |
| 3265 | "desktop</literal>. If you are installing on a laptop, you could also add " |
| 3266 | "<literal>laptop</literal> to the tasks to be installed. </para> </footnote>. " |
| 3267 | "However, this will only work if the packages needed for KDE are actually " |
| 3268 | "available. If you are installing using a full CD image, they will need to be " |
| 3269 | "downloaded from a mirror as KDE packages are not included on the first full " |
| 3270 | "CD; installing KDE this way should work fine if you are using a DVD image or " |
| 3271 | "any other installation method." |
| 3272 | msgstr "" |
| 3273 | "安装程序可以使用预置(参阅 <xref linkend=\"preseed-pkgsel\"/>)来安装 KDE,或者" |
| 3274 | "在启动安装程序时添加 <literal>tasks=\"standard, kde-desktop\"</literal> 到引" |
| 3275 | "导参数<footnote> <para> 更轻量级的 Xfce 桌面环境可以用 <literal>xfce-" |
| 3276 | "desktop</literal> 替换 <literal>kde-desktop</literal> 来选择。如果安装到便携" |
| 3277 | "机上,您还可以添加 <literal>laptop</literal> 任务。</para> </footnote>。然" |
| 3278 | "而,这只在 KDE 所需的软件包存在时才工作。如果您通过完整的 CD 映像安装,因为 " |
| 3279 | "CD 上没有 KDE 的软件包,它们需要从镜像网站下载。如果您使用的是 DVD 映像或其他" |
| 3280 | "安装方法,安装 KDE 就没有问题。" |
| 3281 | |
| 3282 | #. Tag: para |
| 3283 | #: using-d-i.xml:2258 |
| 3284 | #, no-c-format |
| 3285 | msgid "" |
| 3286 | "The various server tasks will install software roughly as follows. DNS " |
| 3287 | "server: <classname>bind9</classname>; File server: <classname>samba</" |
| 3288 | "classname>, <classname>nfs</classname>; Mail server: <classname>exim4</" |
| 3289 | "classname>, <classname>spamassassin</classname>, <classname>uw-imap</" |
| 3290 | "classname>; Print server: <classname>cups</classname>; SQL database: " |
| 3291 | "<classname>postgresql</classname>; Web server: <classname>apache</classname>." |
| 3292 | msgstr "" |
| 3293 | "各种服务器任务大概会安装这些软件。DNS 服务器:<classname>bind9</classname>;" |
| 3294 | "文件服务器:<classname>samba</classname>、<classname>nfs</classname>;邮件服" |
| 3295 | "务器:<classname>exim4</classname>、<classname>spamassassin</classname>、" |
| 3296 | "<classname>uw-imap</classname>;打印服务器:<classname>cups</classname>;SQL " |
| 3297 | "服务器:<classname>postgresql</classname>:Web 服务器:<classname>apache</" |
| 3298 | "classname>。" |
| 3299 | |
| 3300 | #. Tag: para |
| 3301 | #: using-d-i.xml:2270 |
| 3302 | #, no-c-format |
| 3303 | msgid "" |
| 3304 | "Once you've selected your tasks, select &BTN-CONT;. At this point, " |
| 3305 | "<command>aptitude</command> will install the packages that are part of the " |
| 3306 | "tasks you've selected." |
| 3307 | msgstr "" |
| 3308 | "一旦您确定了任务,请选择 &BTN-CONT;。此时,<command>aptitude</command> 将安装" |
| 3309 | "选中的软件包。" |
| 3310 | |
| 3311 | #. Tag: para |
| 3312 | #: using-d-i.xml:2277 |
| 3313 | #, no-c-format |
| 3314 | msgid "" |
| 3315 | "In the standard user interface of the installer, you can use the space bar " |
| 3316 | "to toggle selection of a task." |
| 3317 | msgstr "在安装程序的标准用户界面下,您可以使用空格键切换任务的选择。" |
| 3318 | |
| 3319 | #. Tag: para |
| 3320 | #: using-d-i.xml:2283 |
| 3321 | #, no-c-format |
| 3322 | msgid "" |
| 3323 | "You should be aware that especially the Desktop task is very large. " |
| 3324 | "Especially when installing from a normal CD-ROM in combination with a mirror " |
| 3325 | "for packages not on the CD-ROM, the installer may want to retrieve a lot of " |
| 3326 | "packages over the network. If you have a relatively slow Internet " |
| 3327 | "connection, this can take a long time. There is no option to cancel the " |
| 3328 | "installation of packages once it has started." |
| 3329 | msgstr "" |
| 3330 | "您应当清楚桌面任务非常巨大。特别是当使用 CD-ROM 而安装 CD-ROM 上没有的软件" |
| 3331 | "包,安装程序将从网上下载大量的软件包。如果您的互联网接入较慢,这将花很长时" |
| 3332 | "间。一旦启动,安装软件包过程将无法取消。" |
| 3333 | |
| 3334 | #. Tag: para |
| 3335 | #: using-d-i.xml:2292 |
| 3336 | #, no-c-format |
| 3337 | msgid "" |
| 3338 | "Even when packages are included on the CD-ROM, the installer may still " |
| 3339 | "retrieve them from the mirror if the version available on the mirror is more " |
| 3340 | "recent than the one included on the CD-ROM. If you are installing the stable " |
| 3341 | "distribution, this can happen after a point release (an update of the " |
| 3342 | "original stable release); if you are installing the testing distribution " |
| 3343 | "this will happen if you are using an older image." |
| 3344 | msgstr "" |
| 3345 | "即使软件包在 CD-ROM 上,如果镜像服务器上的版本更新,安装程序还是会从镜像上获" |
| 3346 | "取这些软件包。如果您安装的是稳定版,这会出现在次版本发布之后(主稳定版本的更" |
| 3347 | "新);如果您安装的是测试版本,这会出现在使用旧映像安装时。" |
| 3348 | |
| 3349 | #. Tag: para |
| 3350 | #: using-d-i.xml:2301 |
| 3351 | #, no-c-format |
| 3352 | msgid "" |
| 3353 | "Each package you selected with <command>tasksel</command> is downloaded, " |
| 3354 | "unpacked and then installed in turn by the <command>apt-get</command> and " |
| 3355 | "<command>dpkg</command> programs. If a particular program needs more " |
| 3356 | "information from the user, it will prompt you during this process." |
| 3357 | msgstr "" |
| 3358 | "通过 <command>tasksel</command> 选择的每个软件包,都是使用 <command>apt-get</" |
| 3359 | "command> 和 <command>dpkg</command> 程序依次进行下载、解压和安装。如果某个程" |
| 3360 | "序需要用户提供信息,它会在此过程中给出提示。" |
| 3361 | |
| 3362 | #. Tag: title |
| 3363 | #: using-d-i.xml:2314 |
| 3364 | #, no-c-format |
| 3365 | msgid "Making Your System Bootable" |
| 3366 | msgstr "创建启动系统" |
| 3367 | |
| 3368 | #. Tag: para |
| 3369 | #: using-d-i.xml:2316 |
| 3370 | #, no-c-format |
| 3371 | msgid "" |
| 3372 | "If you are installing a diskless workstation, obviously, booting off the " |
| 3373 | "local disk isn't a meaningful option, and this step will be skipped. <phrase " |
| 3374 | "arch=\"sparc\">You may wish to set OpenBoot to boot from the network by " |
| 3375 | "default; see <xref linkend=\"boot-dev-select-sun\"/>.</phrase>" |
| 3376 | msgstr "" |
| 3377 | "如果您是安装无盘工作站,显然,从本机启动是没有意义的选项,这一步可以跳过。" |
| 3378 | "<phrase arch=\"sparc\">您也许希望默认设置 OpenBoot 为网络启动;参阅 <xref " |
| 3379 | "linkend=\"boot-dev-select-sun\"/>。</phrase>" |
| 3380 | |
| 3381 | #. Tag: title |
| 3382 | #: using-d-i.xml:2331 |
| 3383 | #, no-c-format |
| 3384 | msgid "Detecting other operating systems" |
| 3385 | msgstr "检测其他的操作系统" |
| 3386 | |
| 3387 | #. Tag: para |
| 3388 | #: using-d-i.xml:2333 |
| 3389 | #, no-c-format |
| 3390 | msgid "" |
| 3391 | "Before a boot loader is installed, the installer will attempt to probe for " |
| 3392 | "other operating systems which are installed on the machine. If it finds a " |
| 3393 | "supported operating system, you will be informed of this during the boot " |
| 3394 | "loader installation step, and the computer will be configured to boot this " |
| 3395 | "other operating system in addition to Debian." |
| 3396 | msgstr "" |
| 3397 | "在 boot loader 安装之前,安装程序会试着侦测已经安装到计算机上的其他操作系统。" |
| 3398 | "如果它找到支持的操作系统,您将在启动 boot loader 安装步骤里得到提示。与 " |
| 3399 | "Debian 一起,计算机也将配置为可以启动其他操作系统。" |
| 3400 | |
| 3401 | #. Tag: para |
| 3402 | #: using-d-i.xml:2341 |
| 3403 | #, no-c-format |
| 3404 | msgid "" |
| 3405 | "Note that multiple operating systems booting on a single machine is still " |
| 3406 | "something of a black art. The automatic support for detecting and setting up " |
| 3407 | "boot loaders to boot other operating systems varies by architecture and even " |
| 3408 | "by subarchitecture. If it does not work you should consult your boot " |
| 3409 | "manager's documentation for more information." |
| 3410 | msgstr "" |
| 3411 | "注意,从单机上启动多个操作系统仍然是黑色艺术。自动支持检测和设置 boot loader " |
| 3412 | "启动其他操作系统,会依系统甚至是子系统而变化。如果它不能工作,您应该参考启动" |
| 3413 | "管理器的文档了解更多信息。" |
| 3414 | |
| 3415 | #. Tag: title |
| 3416 | #: using-d-i.xml:2359 |
| 3417 | #, no-c-format |
| 3418 | msgid "Install <command>aboot</command> on a Hard Disk" |
| 3419 | msgstr "安装 <command>aboot</command> 到硬盘上" |
| 3420 | |
| 3421 | #. Tag: para |
| 3422 | #: using-d-i.xml:2360 |
| 3423 | #, no-c-format |
| 3424 | msgid "" |
| 3425 | "If you have booted from SRM and you select this option, the installer will " |
| 3426 | "write <command>aboot</command> to the first sector of the disk on which you " |
| 3427 | "installed Debian. Be <emphasis>very</emphasis> careful — it is " |
| 3428 | "<emphasis>not</emphasis> possible to boot multiple operating systems (e.g. " |
| 3429 | "GNU/Linux, Free/Open/NetBSD, OSF/1 a.k.a. Digital Unix a.k.a. Tru64 Unix, or " |
| 3430 | "OpenVMS) from the same disk. If you also have a different operating system " |
| 3431 | "installed on the disk where you have installed Debian, you will have to boot " |
| 3432 | "GNU/Linux from a floppy instead." |
| 3433 | msgstr "" |
| 3434 | "如果您从 SRM 启动,并选择该项,安装程序将写入 <command>aboot</command> 到安" |
| 3435 | "装 Debian 磁盘的第一个扇区。要<emphasis>特别</emphasis>小心 — 它也许" |
| 3436 | "<emphasis>不能</emphasis>从同一个磁盘上启动多个操作系统(如,GNU/Linux、Free/" |
| 3437 | "Open/NetBSD、OSF/1 又名 Digital Unix 又名 Tru64 Unix 或 OpenVMS)。如果您在安" |
| 3438 | "装 Debian 的磁盘上装有不同的操作系统,将不得不从一个软盘启动 GNU/Linux。" |
| 3439 | |
| 3440 | #. Tag: title |
| 3441 | #: using-d-i.xml:2380 |
| 3442 | #, no-c-format |
| 3443 | msgid "<command>palo</command>-installer" |
| 3444 | msgstr "<command>palo</command>-installer" |
| 3445 | |
| 3446 | #. Tag: para |
| 3447 | #: using-d-i.xml:2381 |
| 3448 | #, no-c-format |
| 3449 | msgid "" |
| 3450 | "The bootloader on PA-RISC is <quote>palo</quote>. <command>PALO</command> is " |
| 3451 | "similar in configuration and usage to <command>LILO</command>, with a few " |
| 3452 | "exceptions. First of all, <command>PALO</command> allows you to boot any " |
| 3453 | "kernel image on your boot partition. This is because <command>PALO</command> " |
| 3454 | "can actually read Linux partitions." |
| 3455 | msgstr "" |
| 3456 | "PA-RISC 上的 bootloader 是 <quote>palo</quote>。<command>PALO</command> 的配" |
| 3457 | "置和用法类似于 <command>LILO</command>,只有个别地方不同。首先," |
| 3458 | "<command>PALO</command> 允许您从引导分区启动任何内核映象。这是因为 " |
| 3459 | "<command>PALO</command> 能真正地读 Linux 分区。" |
| 3460 | |
| 3461 | #. Tag: para |
| 3462 | #: using-d-i.xml:2390 |
| 3463 | #, no-c-format |
| 3464 | msgid "hppa FIXME ( need more info )" |
| 3465 | msgstr "hppa FIXME ( need more info )" |
| 3466 | |
| 3467 | #. Tag: title |
| 3468 | #: using-d-i.xml:2402 |
| 3469 | #, no-c-format |
| 3470 | msgid "Install the <command>Grub</command> Boot Loader on a Hard Disk" |
| 3471 | msgstr "硬盘上 <command>Grub</command> Boot Loader 的安装" |
| 3472 | |
| 3473 | #. Tag: para |
| 3474 | #: using-d-i.xml:2404 |
| 3475 | #, no-c-format |
| 3476 | msgid "" |
| 3477 | "The main &architecture; boot loader is called <quote>grub</quote>. Grub is a " |
| 3478 | "flexible and robust boot loader and a good default choice for new users and " |
| 3479 | "old hands alike." |
| 3480 | msgstr "" |
| 3481 | "&architecture; 上主要的 boot loader 是 <quote>grub</quote>。Grub 是个灵活和稳" |
| 3482 | "定的 boot loader,它对新手和老手都是一个不错的缺省选择。" |
| 3483 | |
| 3484 | #. Tag: para |
| 3485 | #: using-d-i.xml:2410 |
| 3486 | #, no-c-format |
| 3487 | msgid "" |
| 3488 | "By default, grub will be installed into the Master Boot Record (MBR), where " |
| 3489 | "it will take over complete control of the boot process. If you prefer, you " |
| 3490 | "can install it elsewhere. See the grub manual for complete information." |
| 3491 | msgstr "" |
| 3492 | "缺省情况下,grub 会被装在主引导区(MBR)。如果装在那里的话,它将会完全主宰启动" |
| 3493 | "的整个过程。如果喜欢的话,您可以把 grub 装在其他地方。若要全面和完整的信息," |
| 3494 | "请参阅 grub 的手册。" |
| 3495 | |
| 3496 | #. Tag: para |
| 3497 | #: using-d-i.xml:2416 |
| 3498 | #, no-c-format |
| 3499 | msgid "" |
| 3500 | "If you do not want to install grub, use the &BTN-GOBACK; button to get to " |
| 3501 | "the main menu, and from there select whatever bootloader you would like to " |
| 3502 | "use." |
| 3503 | msgstr "" |
| 3504 | "如果您并不想安装 grub,请使用 &BTN-GOBACK; 按钮回到主菜单,并从中选择您想要使" |
| 3505 | "用的任何 bootloader。" |
| 3506 | |
| 3507 | #. Tag: title |
| 3508 | #: using-d-i.xml:2429 |
| 3509 | #, no-c-format |
| 3510 | msgid "Install the <command>LILO</command> Boot Loader on a Hard Disk" |
| 3511 | msgstr "硬盘上 <command>LILO</command> Boot Loader 的安装" |
| 3512 | |
| 3513 | #. Tag: para |
| 3514 | #: using-d-i.xml:2431 |
| 3515 | #, no-c-format |
| 3516 | msgid "" |
| 3517 | "The second &architecture; boot loader is called <quote>LILO</quote>. It is " |
| 3518 | "an old complex program which offers lots of functionality, including DOS, " |
| 3519 | "Windows, and OS/2 boot management. Please carefully read the instructions in " |
| 3520 | "the directory <filename>/usr/share/doc/lilo/</filename> if you have special " |
| 3521 | "needs; also see the <ulink url=\"&url-lilo-howto;\">LILO mini-HOWTO</ulink>." |
| 3522 | msgstr "" |
| 3523 | "第二个 &architecture; boot loader 名叫 <quote>LILO</quote>。它是个老派的强大" |
| 3524 | "程序,提供了很多功能,包括对 DOS、Windows 以及 OS/2 的引导 管理。如果有特别的" |
| 3525 | "要求的话,请您仔细阅读 <filename>/usr/share/doc/lilo/</filename> 目录里的提示" |
| 3526 | "和教程,同时,也可以参考一下 <ulink url=\"&url-lilo-howto;\">LILO mini-" |
| 3527 | "HOWTO</ulink>。" |
| 3528 | |
| 3529 | #. Tag: para |
| 3530 | #: using-d-i.xml:2441 |
| 3531 | #, no-c-format |
| 3532 | msgid "" |
| 3533 | "Currently the LILO installation will only create menu entries for other " |
| 3534 | "operating systems if these can be <firstterm>chainloaded</firstterm>. This " |
| 3535 | "means you may have to manually add a menu entry for operating systems like " |
| 3536 | "GNU/Linux and GNU/Hurd after the installation." |
| 3537 | msgstr "" |
| 3538 | "当前 LILO 安装时只能为那些可以 <firstterm>chainloaded</firstterm> 的操作系统" |
| 3539 | "创建菜单项。就是说您不得不在安装之后手动添加 GNU/Linux 和 GNU/Hurd 这类操作系" |
| 3540 | "统。" |
| 3541 | |
| 3542 | #. Tag: para |
| 3543 | #: using-d-i.xml:2449 |
| 3544 | #, no-c-format |
| 3545 | msgid "" |
| 3546 | "&d-i; offers you three choices on where to install the <command>LILO</" |
| 3547 | "command> boot loader:" |
| 3548 | msgstr "&d-i; 提供给您三种选择去哪安装 <command>LILO</command> boot loader:" |
| 3549 | |
| 3550 | #. Tag: term |
| 3551 | #: using-d-i.xml:2456 |
| 3552 | #, no-c-format |
| 3553 | msgid "Master Boot Record (MBR)" |
| 3554 | msgstr "主引导区(MBR)" |
| 3555 | |
| 3556 | #. Tag: para |
| 3557 | #: using-d-i.xml:2456 |
| 3558 | #, no-c-format |
| 3559 | msgid "" |
| 3560 | "This way the <command>LILO</command> will take complete control of the boot " |
| 3561 | "process." |
| 3562 | msgstr "这种方式 <command>LILO</command> 将完全控制启动过程。" |
| 3563 | |
| 3564 | #. Tag: term |
| 3565 | #: using-d-i.xml:2463 |
| 3566 | #, no-c-format |
| 3567 | msgid "new Debian partition" |
| 3568 | msgstr "新 Debian 分区" |
| 3569 | |
| 3570 | #. Tag: para |
| 3571 | #: using-d-i.xml:2463 |
| 3572 | #, no-c-format |
| 3573 | msgid "" |
| 3574 | "Choose this if you want to use another boot manager. <command>LILO</command> " |
| 3575 | "will install itself at the beginning of the new Debian partition and it will " |
| 3576 | "serve as a secondary boot loader." |
| 3577 | msgstr "" |
| 3578 | "如果您想使用其它启动管理,选择此方式。<command>LILO</command> 将它自己安装到" |
| 3579 | "新 Debian 分区的起始位置,并能作为第二 boot loader。" |
| 3580 | |
| 3581 | #. Tag: term |
| 3582 | #: using-d-i.xml:2472 |
| 3583 | #, no-c-format |
| 3584 | msgid "Other choice" |
| 3585 | msgstr "其它选择" |
| 3586 | |
| 3587 | #. Tag: para |
| 3588 | #: using-d-i.xml:2472 |
| 3589 | #, no-c-format |
| 3590 | msgid "" |
| 3591 | "Useful for advanced users who want to install <command>LILO</command> " |
| 3592 | "somewhere else. In this case you will be asked for desired location. You can " |
| 3593 | "use traditional device names such as <filename>/dev/hda</filename> or " |
| 3594 | "<filename>/dev/sda</filename>." |
| 3595 | msgstr "" |
| 3596 | "对于高级用户,把 <command>LILO</command> 安装到其它地方会很有用。这种方式下," |
| 3597 | "您会被问到需要安装的位置。您可以采用传统的设备命名,如 <filename>/dev/hda</" |
| 3598 | "filename> 或 <filename>/dev/sda</filename>。" |
| 3599 | |
| 3600 | #. Tag: para |
| 3601 | #: using-d-i.xml:2482 |
| 3602 | #, no-c-format |
| 3603 | msgid "" |
| 3604 | "If you can no longer boot into Windows 9x (or DOS) after this step, you'll " |
| 3605 | "need to use a Windows 9x (MS-DOS) boot disk and use the <userinput>fdisk /" |
| 3606 | "mbr</userinput> command to reinstall the MS-DOS master boot record — " |
| 3607 | "however, this means that you'll need to use some other way to get back into " |
| 3608 | "Debian!" |
| 3609 | msgstr "" |
| 3610 | "如果此步之后无法启动 Windows 9x (或 DOS),您需要使用一个 Windows 9x (MS-DOS) " |
| 3611 | "启动盘,并用 <userinput>fdisk /mbr</userinput> 命令重新安装 MS-DOS 主引导记" |
| 3612 | "录 — 但这也意味着您要使用其他方法才能启动 Debian!" |
| 3613 | |
| 3614 | #. Tag: title |
| 3615 | #: using-d-i.xml:2498 |
| 3616 | #, no-c-format |
| 3617 | msgid "Install the <command>ELILO</command> Boot Loader on a Hard Disk" |
| 3618 | msgstr "安装 <command>ELILO</command> Boot Loader 到硬盘" |
| 3619 | |
| 3620 | #. Tag: para |
| 3621 | #: using-d-i.xml:2500 |
| 3622 | #, no-c-format |
| 3623 | msgid "" |
| 3624 | "The &architecture; boot loader is called <quote>elilo</quote>. It is modeled " |
| 3625 | "on the <quote>lilo</quote> boot loader for the x86 architecture and uses a " |
| 3626 | "similar configuration file. However, instead of writing an MBR or partition " |
| 3627 | "boot record to the disk, it copies the necessary files to a separate FAT " |
| 3628 | "formatted disk partition and modifies the <guimenuitem>EFI Boot Manager</" |
| 3629 | "guimenuitem> menu in the firmware to point to the files in the EFI " |
| 3630 | "partition. The <command>elilo</command> boot loader is really in two parts. " |
| 3631 | "The <filename>/usr/sbin/elilo</filename> command manages the partition and " |
| 3632 | "copies files into it. The <filename>elilo.efi</filename> program is copied " |
| 3633 | "into the EFI partition and then run by the <quote>EFI Boot Manager</quote> " |
| 3634 | "to do the actual work of loading and starting the Linux kernel." |
| 3635 | msgstr "" |
| 3636 | "&architecture; boot loader 称为 <quote>elilo</quote>。它模仿 x86 体系上的 " |
| 3637 | "<quote>lilo</quote> boot loader 并使用类似的配置文件。然而,与写入 MBR 或分区" |
| 3638 | "引导记录到磁盘不同,它将必要的文件复制到单独的 FAT 格式化过的磁盘分区,并修" |
| 3639 | "改 <guimenuitem>EFI Boot Manager</guimenuitem> 固件里的菜单指向 EFI 分区的文" |
| 3640 | "件。<command>elilo</command> boot loader 实际上是两部分。<filename>/usr/sbin/" |
| 3641 | "elilo</filename> 命令管理分区和复制文件。<filename>elilo.efi</filename> 程序" |
| 3642 | "被复制到 EFI 分区,然后被 <quote>EFI Boot Manager</quote> 调用执行真正地加载" |
| 3643 | "和启动 Linux 内核的工作。" |
| 3644 | |
| 3645 | #. Tag: para |
| 3646 | #: using-d-i.xml:2516 |
| 3647 | #, no-c-format |
| 3648 | msgid "" |
| 3649 | "The <quote>elilo</quote> configuration and installation is done as the last " |
| 3650 | "step of installing the packages of the base installation. &d-i; will present " |
| 3651 | "you with a list of potential disk partitions that it has found suitable for " |
| 3652 | "an EFI partition. Select the partition you set up earlier in the " |
| 3653 | "installation, typically a partition on the same disk that contains your " |
| 3654 | "<emphasis>root</emphasis> filesystem." |
| 3655 | msgstr "" |
| 3656 | "<quote>elilo</quote> 配置与安装在基本系统安装软件包的最后一步完成。&d-i; 会给" |
| 3657 | "您列出适合 EFI 分区的磁盘分区列表。选择您安装前期配置的分区,典型的分区是与 " |
| 3658 | "<emphasis>root</emphasis> 文件系统相同的磁盘。" |
| 3659 | |
| 3660 | #. Tag: title |
| 3661 | #: using-d-i.xml:2528 |
| 3662 | #, no-c-format |
| 3663 | msgid "Choose the correct partition!" |
| 3664 | msgstr "选择正确的分区!" |
| 3665 | |
| 3666 | #. Tag: para |
| 3667 | #: using-d-i.xml:2530 |
| 3668 | #, no-c-format |
| 3669 | msgid "" |
| 3670 | "The criteria for selecting a partition is that it is FAT format filesystem " |
| 3671 | "with its <emphasis>boot</emphasis> flag set. &d-i; may show multiple choices " |
| 3672 | "depending on what it finds from scanning all of the disks of the system " |
| 3673 | "including EFI partitions of other system disks and EFI diagnostic " |
| 3674 | "partitions. Remember, <command>elilo</command> may format the partition " |
| 3675 | "during the installation, erasing any previous contents!" |
| 3676 | msgstr "" |
| 3677 | "选择分区的准则是格式化为 FAT 的文件系统并有 <emphasis>boot</emphasis> 标志。" |
| 3678 | "&d-i; 可能会显示多个选择,这取决于被扫描的包含 EFI 分区的磁盘和 EFI 诊断分" |
| 3679 | "区。切记,<command>elilo</command> 可能会在安装时格式化分区,这将清除以前的所" |
| 3680 | "有内容!" |
| 3681 | |
| 3682 | #. Tag: title |
| 3683 | #: using-d-i.xml:2545 |
| 3684 | #, no-c-format |
| 3685 | msgid "EFI Partition Contents" |
| 3686 | msgstr "EFI 分区内容" |
| 3687 | |
| 3688 | #. Tag: para |
| 3689 | #: using-d-i.xml:2547 |
| 3690 | #, no-c-format |
| 3691 | msgid "" |
| 3692 | "The EFI partition is a FAT filesystem format partition on one of the hard " |
| 3693 | "disks of the system, usually the same disk that contains the <emphasis>root</" |
| 3694 | "emphasis> filesystem. It is normally not mounted on a running system as it " |
| 3695 | "is only needed by the <quote>EFI Boot Manager</quote> to load the system and " |
| 3696 | "the installer part of the <command>elilo</command> writes to the filesystem " |
| 3697 | "directly. The <command>/usr/sbin/elilo</command> utility writes the " |
| 3698 | "following files into the <filename>efi/debian</filename> directory of the " |
| 3699 | "EFI partition during the installation. Note that the <quote>EFI Boot " |
| 3700 | "Manager</quote> would find these files using the path " |
| 3701 | "<filename>fs<replaceable>n</replaceable>:\\efi\\debian</filename>. There may " |
| 3702 | "be other files in this filesystem as well over time as the system is updated " |
| 3703 | "or re-configured." |
| 3704 | msgstr "" |
| 3705 | "EFI 分区是存在于系统中的一个硬盘上,它是 FAT 文件系统格式的分区,通常也是包" |
| 3706 | "含 <emphasis>root</emphasis> 文件系统的同一磁盘。它通常不会挂载在一个运行的系" |
| 3707 | "统上,而只被 <quote>EFI Boot Manager</quote> 用于加载系统和安装部分的 " |
| 3708 | "<command>elilo</command> 去直接写入文件系统。<command>/usr/sbin/elilo</" |
| 3709 | "command> 工具在安装时将下列文件写入 EFI 分区的 <filename>efi/debian</" |
| 3710 | "filename> 目录。注意 <quote>EFI Boot Manager</quote> 会找到这些文件,路径是 " |
| 3711 | "<filename>fs<replaceable>n</replaceable>:\\efi\\debian</filename>。经过一段时" |
| 3712 | "间,系统更新或重新配置,文件系统中也许会有其他文件。" |
| 3713 | |
| 3714 | #. Tag: filename |
| 3715 | #: using-d-i.xml:2569 |
| 3716 | #, no-c-format |
| 3717 | msgid "elilo.conf" |
| 3718 | msgstr "elilo.conf" |
| 3719 | |
| 3720 | #. Tag: para |
| 3721 | #: using-d-i.xml:2570 |
| 3722 | #, no-c-format |
| 3723 | msgid "" |
| 3724 | "This is the configuration file read by the boot loader when it starts. It is " |
| 3725 | "a copy of the <filename>/etc/elilo.conf</filename> with the filenames re-" |
| 3726 | "written to refer to files in the EFI partition." |
| 3727 | msgstr "" |
| 3728 | "这是启动时 boot loader 读取的配置文件。它是 <filename>/etc/elilo.conf</" |
| 3729 | "filename> 的复制,其文件名重写成 EFI 分区上的文件。" |
| 3730 | |
| 3731 | #. Tag: filename |
| 3732 | #: using-d-i.xml:2579 |
| 3733 | #, no-c-format |
| 3734 | msgid "elilo.efi" |
| 3735 | msgstr "elilo.efi" |
| 3736 | |
| 3737 | #. Tag: para |
| 3738 | #: using-d-i.xml:2580 |
| 3739 | #, no-c-format |
| 3740 | msgid "" |
| 3741 | "This is the boot loader program that the <quote>EFI Boot Manager</quote> " |
| 3742 | "runs to boot the system. It is the program behind the <guimenuitem>Debian " |
| 3743 | "GNU/Linux</guimenuitem> menu item of the <quote>EFI Boot Manager</quote> " |
| 3744 | "command menu." |
| 3745 | msgstr "" |
| 3746 | "这是用于启动系统的 <quote>EFI Boot Manager</quote> boot loader 程序。也是 " |
| 3747 | "<guimenuitem>Debian GNU/Linux</guimenuitem> 菜单项背后的程序,位于 " |
| 3748 | "<quote>EFI Boot Manager</quote> 命令菜单。" |
| 3749 | |
| 3750 | #. Tag: filename |
| 3751 | #: using-d-i.xml:2590 |
| 3752 | #, no-c-format |
| 3753 | msgid "initrd.img" |
| 3754 | msgstr "initrd.img" |
| 3755 | |
| 3756 | #. Tag: para |
| 3757 | #: using-d-i.xml:2591 |
| 3758 | #, no-c-format |
| 3759 | msgid "" |
| 3760 | "This is the initial root filesystem used to boot the kernel. It is a copy of " |
| 3761 | "the file referenced in the <filename>/etc/elilo.conf</filename>. In a " |
| 3762 | "standard Debian installation it would be the file in <filename>/boot</" |
| 3763 | "filename> pointed to by the symbolic link <filename>/initrd.img</filename>." |
| 3764 | msgstr "" |
| 3765 | "这是用于启动内核最初的文件系统。它是引用 <filename>/etc/elilo.conf</" |
| 3766 | "filename> 的复制文件。在标准的 Debian 安装程序程序中他是 <filename>/boot</" |
| 3767 | "filename> 符号链接 <filename>/initrd.img</filename> 指向的文件。" |
| 3768 | |
| 3769 | #. Tag: filename |
| 3770 | #: using-d-i.xml:2603 |
| 3771 | #, no-c-format |
| 3772 | msgid "readme.txt" |
| 3773 | msgstr "readme.txt" |
| 3774 | |
| 3775 | #. Tag: para |
| 3776 | #: using-d-i.xml:2604 |
| 3777 | #, no-c-format |
| 3778 | msgid "" |
| 3779 | "This is a small text file warning you that the contents of the directory are " |
| 3780 | "managed by the <command>elilo</command> and that any local changes would be " |
| 3781 | "lost at the next time <filename>/usr/sbin/elilo</filename> is run." |
| 3782 | msgstr "" |
| 3783 | "这个小文本文件用于警告您那些被 <command>elilo</command> 管理的目录中的内容," |
| 3784 | "任何本地修改在下次 <filename>/usr/sbin/elilo</filename> 运行时将丢失。" |
| 3785 | |
| 3786 | #. Tag: filename |
| 3787 | #: using-d-i.xml:2614 |
| 3788 | #, no-c-format |
| 3789 | msgid "vmlinuz" |
| 3790 | msgstr "vmlinuz" |
| 3791 | |
| 3792 | #. Tag: para |
| 3793 | #: using-d-i.xml:2615 |
| 3794 | #, no-c-format |
| 3795 | msgid "" |
| 3796 | "This is the compressed kernel itself. It is a copy of the file referenced in " |
| 3797 | "the <filename>/etc/elilo.conf</filename>. In a standard Debian installation " |
| 3798 | "it would be the file in <filename>/boot</filename> pointed to by the " |
| 3799 | "symbolic link <filename>/vmlinuz</filename>." |
| 3800 | msgstr "" |
| 3801 | "此为压缩内核本身。它是引用 <filename>/etc/elilo.conf</filename> 的复制文件。" |
| 3802 | "在标准的 Debian 安装程序程序中他是 <filename>/boot</filename> 符号链接 " |
| 3803 | "<filename>/vmlinuz</filename> 指向的文件。" |
| 3804 | |
| 3805 | #. Tag: title |
| 3806 | #: using-d-i.xml:2635 |
| 3807 | #, no-c-format |
| 3808 | msgid "<command>arcboot</command>-installer" |
| 3809 | msgstr "<command>arcboot</command>-installer" |
| 3810 | |
| 3811 | #. Tag: para |
| 3812 | #: using-d-i.xml:2636 |
| 3813 | #, no-c-format |
| 3814 | msgid "" |
| 3815 | "The boot loader on SGI machines is <command>arcboot</command>. It has to be " |
| 3816 | "installed on the same hard disk as the kernel (this is done automatically by " |
| 3817 | "the installer). Arcboot supports different configurations which are set up " |
| 3818 | "in <filename>/etc/arcboot.conf</filename>. Each configuration has a unique " |
| 3819 | "name, the default setup as created by the installer is <quote>linux</quote>. " |
| 3820 | "After arcboot has been installed, the system can be booted from hard disk by " |
| 3821 | "setting some firmware environment variables entering " |
| 3822 | "<informalexample><screen>\n" |
| 3823 | "<userinput> setenv SystemPartition scsi(<replaceable>scsi</replaceable>)disk" |
| 3824 | "(<replaceable>disk</replaceable>)rdisk(0)partition(0)</userinput>\n" |
| 3825 | "<userinput> setenv OSLoadPartition scsi(<replaceable>scsi</replaceable>)disk" |
| 3826 | "(<replaceable>disk</replaceable>)rdisk(0)partition(<replaceable>partnr</" |
| 3827 | "replaceable>)</userinput>\n" |
| 3828 | "<userinput> setenv OSLoader arcboot</userinput>\n" |
| 3829 | "<userinput> setenv OSLoadFilename <replaceable>config</replaceable></" |
| 3830 | "userinput>\n" |
| 3831 | "<userinput> setenv AutoLoad yes</userinput>\n" |
| 3832 | "</screen></informalexample> on the firmware prompt, and then typing " |
| 3833 | "<command>boot</command>." |
| 3834 | msgstr "" |
| 3835 | "SGI 机器上的 boot loader 是 <command>arcboot</command>。它必须被安装到与内核" |
| 3836 | "相同的磁盘上(安装程序自动完成)。arcboot 可以支持不同的设置,它们的在 " |
| 3837 | "<filename>/etc/arcboot.conf</filename> 里建立。每个设置有单独的名称,安装程序" |
| 3838 | "创建的默认设置为 <quote>linux</quote>。arcboot 安装之后,系统可以从硬盘启动," |
| 3839 | "这需要固件提示时设置一些固件环境变量 <informalexample><screen>\n" |
| 3840 | "<userinput> setenv SystemPartition scsi(<replaceable>scsi</replaceable>)disk" |
| 3841 | "(<replaceable>disk</replaceable>)rdisk(0)partition(0)</userinput>\n" |
| 3842 | "<userinput> setenv OSLoadPartition scsi(<replaceable>scsi</replaceable>)disk" |
| 3843 | "(<replaceable>disk</replaceable>)rdisk(0)partition(<replaceable>partnr</" |
| 3844 | "replaceable>)</userinput>\n" |
| 3845 | "<userinput> setenv OSLoader arcboot</userinput>\n" |
| 3846 | "<userinput> setenv OSLoadFilename <replaceable>config</replaceable></" |
| 3847 | "userinput>\n" |
| 3848 | "<userinput> setenv AutoLoad yes</userinput>\n" |
| 3849 | "</screen></informalexample> ,然后键入 <command>boot</command>。" |
| 3850 | |
| 3851 | #. Tag: replaceable |
| 3852 | #: using-d-i.xml:2655 |
| 3853 | #, no-c-format |
| 3854 | msgid "scsi" |
| 3855 | msgstr "scsi" |
| 3856 | |
| 3857 | #. Tag: para |
| 3858 | #: using-d-i.xml:2656 |
| 3859 | #, no-c-format |
| 3860 | msgid "" |
| 3861 | "is the SCSI bus to be booted from, this is <userinput>0</userinput> for the " |
| 3862 | "onboard controllers" |
| 3863 | msgstr "是启动的 SCSI 总线,<userinput>0</userinput> 为板载控制器" |
| 3864 | |
| 3865 | #. Tag: replaceable |
| 3866 | #: using-d-i.xml:2664 |
| 3867 | #, no-c-format |
| 3868 | msgid "disk" |
| 3869 | msgstr "disk" |
| 3870 | |
| 3871 | #. Tag: para |
| 3872 | #: using-d-i.xml:2665 |
| 3873 | #, no-c-format |
| 3874 | msgid "" |
| 3875 | "is the SCSI ID of the hard disk on which <command>arcboot</command> is " |
| 3876 | "installed" |
| 3877 | msgstr "硬盘的 SCSI ID,<command>arcboot</command> 安装在其上" |
| 3878 | |
| 3879 | # index.docbook:1643, index.docbook:1712 |
| 3880 | #. Tag: replaceable |
| 3881 | #: using-d-i.xml:2673 using-d-i.xml:2742 |
| 3882 | #, no-c-format |
| 3883 | msgid "partnr" |
| 3884 | msgstr "partnr" |
| 3885 | |
| 3886 | #. Tag: para |
| 3887 | #: using-d-i.xml:2674 |
| 3888 | #, no-c-format |
| 3889 | msgid "" |
| 3890 | "is the number of the partition on which <filename>/etc/arcboot.conf</" |
| 3891 | "filename> resides" |
| 3892 | msgstr "分区号,<filename>/etc/arcboot.conf</filename> 处于该分区" |
| 3893 | |
| 3894 | #. Tag: replaceable |
| 3895 | #: using-d-i.xml:2682 |
| 3896 | #, no-c-format |
| 3897 | msgid "config" |
| 3898 | msgstr "config" |
| 3899 | |
| 3900 | #. Tag: para |
| 3901 | #: using-d-i.xml:2683 |
| 3902 | #, no-c-format |
| 3903 | msgid "" |
| 3904 | "is the name of the configuration entry in <filename>/etc/arcboot.conf</" |
| 3905 | "filename>, which is <quote>linux</quote> by default." |
| 3906 | msgstr "" |
| 3907 | "<filename>/etc/arcboot.conf</filename> 上设置的入口名,默认为 <quote>linux</" |
| 3908 | "quote> 。" |
| 3909 | |
| 3910 | #. Tag: title |
| 3911 | #: using-d-i.xml:2704 |
| 3912 | #, no-c-format |
| 3913 | msgid "<command>delo</command>-installer" |
| 3914 | msgstr "<command>delo</command>-installer" |
| 3915 | |
| 3916 | #. Tag: para |
| 3917 | #: using-d-i.xml:2705 |
| 3918 | #, no-c-format |
| 3919 | msgid "" |
| 3920 | "The boot loader on DECstations is <command>DELO</command>. It has to be " |
| 3921 | "installed on the same hard disk as the kernel (this is done automatically by " |
| 3922 | "the installer). DELO supports different configurations which are set up in " |
| 3923 | "<filename>/etc/delo.conf</filename>. Each configuration has a unique name, " |
| 3924 | "the default setup as created by the installer is <quote>linux</quote>. After " |
| 3925 | "DELO has been installed, the system can be booted from hard disk by entering " |
| 3926 | "<informalexample><screen>\n" |
| 3927 | "<userinput>boot <replaceable>#</replaceable>/rz<replaceable>id</replaceable> " |
| 3928 | "<replaceable>partnr</replaceable>/<replaceable>name</replaceable></" |
| 3929 | "userinput>\n" |
| 3930 | "</screen></informalexample> on the firmware prompt." |
| 3931 | msgstr "" |
| 3932 | "DECstations 上的 boot loader 是 <command>DELO</command>。它必须被安装到与内核" |
| 3933 | "相同的磁盘上(安装程序自动完成)。DELO 可以支持不同的设置,它们的配置在" |
| 3934 | "<filename>/etc/delo.conf</filename>。每个设置有单独的文件,安装程序创建的默认" |
| 3935 | "设置为 <quote>linux</quote>。DELO 安装之后,系统可以从硬盘启动,这需要固件提" |
| 3936 | "示时设置一些固件环境变量 <informalexample><screen>\n" |
| 3937 | "<userinput>boot <replaceable>#</replaceable>/rz<replaceable>id</replaceable> " |
| 3938 | "<replaceable>partnr</replaceable>/<replaceable>name</replaceable></" |
| 3939 | "userinput>\n" |
| 3940 | "</screen></informalexample> 。" |
| 3941 | |
| 3942 | #. Tag: replaceable |
| 3943 | #: using-d-i.xml:2724 |
| 3944 | #, no-c-format |
| 3945 | msgid "<replaceable>#</replaceable>" |
| 3946 | msgstr "<replaceable>#</replaceable>" |
| 3947 | |
| 3948 | #. Tag: para |
| 3949 | #: using-d-i.xml:2725 |
| 3950 | #, no-c-format |
| 3951 | msgid "" |
| 3952 | "is the TurboChannel device to be booted from, on most DECstations this is " |
| 3953 | "<userinput>3</userinput> for the onboard controllers" |
| 3954 | msgstr "" |
| 3955 | "是启动的 TurboChannel 设备,在 DEC 工作站上板载控制器是 <userinput>3</" |
| 3956 | "userinput>" |
| 3957 | |
| 3958 | #. Tag: replaceable |
| 3959 | #: using-d-i.xml:2733 |
| 3960 | #, no-c-format |
| 3961 | msgid "<replaceable>id</replaceable>" |
| 3962 | msgstr "<replaceable>id</replaceable>" |
| 3963 | |
| 3964 | #. Tag: para |
| 3965 | #: using-d-i.xml:2734 |
| 3966 | #, no-c-format |
| 3967 | msgid "" |
| 3968 | "is the SCSI ID of the hard disk on which <command>DELO</command> is installed" |
| 3969 | msgstr "硬盘上的 SCSI ID,<command>DELO</command> 安装在其上" |
| 3970 | |
| 3971 | #. Tag: para |
| 3972 | #: using-d-i.xml:2743 |
| 3973 | #, no-c-format |
| 3974 | msgid "" |
| 3975 | "is the number of the partition on which <filename>/etc/delo.conf</filename> " |
| 3976 | "resides" |
| 3977 | msgstr "分区号,<filename>/etc/delo.conf</filename> 处于此分区" |
| 3978 | |
| 3979 | #. Tag: replaceable |
| 3980 | #: using-d-i.xml:2751 |
| 3981 | #, no-c-format |
| 3982 | msgid "name" |
| 3983 | msgstr "name" |
| 3984 | |
| 3985 | #. Tag: para |
| 3986 | #: using-d-i.xml:2752 |
| 3987 | #, no-c-format |
| 3988 | msgid "" |
| 3989 | "is the name of the configuration entry in <filename>/etc/delo.conf</" |
| 3990 | "filename>, which is <quote>linux</quote> by default." |
| 3991 | msgstr "" |
| 3992 | "<filename>/etc/delo.conf</filename>上设置的入口名,默认为 <quote>linux</" |
| 3993 | "quote>" |
| 3994 | |
| 3995 | #. Tag: para |
| 3996 | #: using-d-i.xml:2762 |
| 3997 | #, no-c-format |
| 3998 | msgid "" |
| 3999 | "In case <filename>/etc/delo.conf</filename> is on the first partition on the " |
| 4000 | "disk and the default configuration shall be booted, it is sufficient to use" |
| 4001 | msgstr "" |
| 4002 | "尽管 <filename>/etc/delo.conf</filename> 位于硬盘的第一个分区,并且应该引导默" |
| 4003 | "认的设置,但也可以用" |
| 4004 | |
| 4005 | #. Tag: screen |
| 4006 | #: using-d-i.xml:2768 |
| 4007 | #, no-c-format |
| 4008 | msgid "<userinput>boot #/rz<replaceable>id</replaceable></userinput>" |
| 4009 | msgstr "<userinput>boot #/rz<replaceable>id</replaceable></userinput>" |
| 4010 | |
| 4011 | #. Tag: title |
| 4012 | #: using-d-i.xml:2778 |
| 4013 | #, no-c-format |
| 4014 | msgid "Install <command>Yaboot</command> on a Hard Disk" |
| 4015 | msgstr "安装 <command>Yaboot</command> 至硬盘" |
| 4016 | |
| 4017 | #. Tag: para |
| 4018 | #: using-d-i.xml:2779 |
| 4019 | #, no-c-format |
| 4020 | msgid "" |
| 4021 | "Newer (mid 1998 and on) PowerMacs use <command>yaboot</command> as their " |
| 4022 | "boot loader. The installer will set up <command>yaboot</command> " |
| 4023 | "automatically, so all you need is a small 820k partition named " |
| 4024 | "<quote>bootstrap</quote> with type <emphasis>Apple_Bootstrap</emphasis> " |
| 4025 | "created back in the partitioning component. If this step completes " |
| 4026 | "successfully then your disk should now be bootable and OpenFirmware will be " |
| 4027 | "set to boot &debian;." |
| 4028 | msgstr "" |
| 4029 | "新的(1998 年以后)的 PowerMacs 使用 <command>yaboot</command> 作为它们的 boot " |
| 4030 | "loader。安装程序自动配置 <command>yaboot</command>,您只需一个 820k 的小分" |
| 4031 | "区,命名为 <quote>bootstrap</quote>,类型为 <emphasis>Apple_Bootstrap</" |
| 4032 | "emphasis> 这由分区组件创建。如果这步完全成功,硬盘就可以启动,OpenFireware 将" |
| 4033 | "设为启动 &debian;。" |
| 4034 | |
| 4035 | #. Tag: title |
| 4036 | #: using-d-i.xml:2797 |
| 4037 | #, no-c-format |
| 4038 | msgid "Install <command>Quik</command> on a Hard Disk" |
| 4039 | msgstr "安装 <command>Quik</command> 至硬盘" |
| 4040 | |
| 4041 | #. Tag: para |
| 4042 | #: using-d-i.xml:2798 |
| 4043 | #, no-c-format |
| 4044 | msgid "" |
| 4045 | "The boot loader for OldWorld Power Macintosh machines is <command>quik</" |
| 4046 | "command>. You can also use it on CHRP. The installer will attempt to set up " |
| 4047 | "<command>quik</command> automatically. The setup has been known to work on " |
| 4048 | "7200, 7300, and 7600 Powermacs, and on some Power Computing clones." |
| 4049 | msgstr "" |
| 4050 | "用于 OldWorld Power Macintosh 机器的 boot loader 是 <command>quik</command>。" |
| 4051 | "您可以将它用于 CHRP。安装程序会自动配置 <command>quik</command>。该配置已知可" |
| 4052 | "以工作在 7200,7300 和 7600 Powermacs,以及一些 Power Computing 克隆。" |
| 4053 | |
| 4054 | #. Tag: title |
| 4055 | #: using-d-i.xml:2814 |
| 4056 | #, no-c-format |
| 4057 | msgid "<command>zipl</command>-installer" |
| 4058 | msgstr "<command>zipl</command>-installer" |
| 4059 | |
| 4060 | #. Tag: para |
| 4061 | #: using-d-i.xml:2815 |
| 4062 | #, no-c-format |
| 4063 | msgid "" |
| 4064 | "The boot loader on &arch-title; is <quote>zipl</quote>. <command>ZIPL</" |
| 4065 | "command> is similar in configuration and usage to <command>LILO</command>, " |
| 4066 | "with a few exceptions. Please take a look at <quote>LINUX for &arch-title; " |
| 4067 | "Device Drivers and Installation Commands</quote> from IBM's developerWorks " |
| 4068 | "web site if you want to know more about <command>ZIPL</command>." |
| 4069 | msgstr "" |
| 4070 | "&arch-title; 上的 boot loader 是 <quote>zipl</quote>。<command>ZIPL</" |
| 4071 | "command> 的配置和用法类似于 <command>LILO</command>,只有少许不同。如果您想了" |
| 4072 | "解更多,请参考 <quote>LINUX for &arch-title; Device Drivers and Installation " |
| 4073 | "Commands</quote>,它位于 IBM 的 developerWorks 网站<command>ZIPL</command>。" |
| 4074 | |
| 4075 | #. Tag: title |
| 4076 | #: using-d-i.xml:2832 |
| 4077 | #, no-c-format |
| 4078 | msgid "Install the <command>SILO</command> Boot Loader on a Hard Disk" |
| 4079 | msgstr "安装 <command>SILO</command> Boot Loader 到硬盘" |
| 4080 | |
| 4081 | #. Tag: para |
| 4082 | #: using-d-i.xml:2834 |
| 4083 | #, no-c-format |
| 4084 | msgid "" |
| 4085 | "The standard &architecture; boot loader is called <quote>silo</quote>. It is " |
| 4086 | "documented in <filename>/usr/share/doc/silo/</filename>. <command>SILO</" |
| 4087 | "command> is similar in configuration and usage to <command>LILO</command>, " |
| 4088 | "with a few exceptions. First of all, <command>SILO</command> allows you to " |
| 4089 | "boot any kernel image on your drive, even if it is not listed in <filename>/" |
| 4090 | "etc/silo.conf</filename>. This is because <command>SILO</command> can " |
| 4091 | "actually read Linux partitions. Also, <filename>/etc/silo.conf</filename> is " |
| 4092 | "read at boot time, so there is no need to rerun <command>silo</command> " |
| 4093 | "after installing a new kernel like you would with <command>LILO</command>. " |
| 4094 | "<command>SILO</command> can also read UFS partitions, which means it can " |
| 4095 | "boot SunOS/Solaris partitions as well. This is useful if you want to install " |
| 4096 | "GNU/Linux alongside an existing SunOS/Solaris install." |
| 4097 | msgstr "" |
| 4098 | "&architecture; 上标准的 boot loader 称为 <quote>silo</quote>。它的文档位于 " |
| 4099 | "<filename>/usr/share/doc/silo/</filename>。<command>SILO</command> 的配置和用" |
| 4100 | "法类似于 <command>LILO</command>,只有少许不同。首先,<command>SILO</" |
| 4101 | "command> 允许您从磁盘上引导内核映象,即使它没有列入 <filename>/etc/silo." |
| 4102 | "conf</filename>。这是因为 <command>SILO</command> 可以真正地读取 Linux 分区。" |
| 4103 | "当然,<filename>/etc/silo.conf</filename> 是在启动时读取,也就不需要在安装新" |
| 4104 | "内核之后再执行 <command>silo</command>,就像您用 <command>LILO</command>。" |
| 4105 | "<command>SILO</command> 也可以读取 UFS 分区,就是说它可以从 SunOS/Solaris 分" |
| 4106 | "区启动。这对于安装 GNU/Linux 到一个已经存在 SunOS/Solaris 的系统很有用。" |
| 4107 | |
| 4108 | #. Tag: title |
| 4109 | #: using-d-i.xml:2859 |
| 4110 | #, no-c-format |
| 4111 | msgid "Continue Without Boot Loader" |
| 4112 | msgstr "不使用 boot loader 继续进行" |
| 4113 | |
| 4114 | #. Tag: para |
| 4115 | #: using-d-i.xml:2861 |
| 4116 | #, no-c-format |
| 4117 | msgid "" |
| 4118 | "This option can be used to complete the installation even when no boot " |
| 4119 | "loader is to be installed, either because the arch/subarch doesn't provide " |
| 4120 | "one, or because none is desired (e.g. you will use existing boot loader). " |
| 4121 | "<phrase arch=\"m68k\">This option is especially useful for Macintosh, Atari, " |
| 4122 | "and Amiga systems, where the original operating system must be maintained on " |
| 4123 | "the box and used to boot GNU/Linux.</phrase>" |
| 4124 | msgstr "" |
| 4125 | "该选项用于完成安装而不安装 boot loader,这种情况要么是体系/子体系不支持,要么" |
| 4126 | "是因为不想要(比如,您想使用已经存在的 boot loader)<phrase arch=\"m68k\">这个" |
| 4127 | "选项对 Macintosh、Atari 和 Amiga 系统特别有用,因为它们本来的操作系统必须保持" |
| 4128 | "在机器上,以用于启动 GNU/Linux。</phrase>" |
| 4129 | |
| 4130 | #. Tag: para |
| 4131 | #: using-d-i.xml:2870 |
| 4132 | #, no-c-format |
| 4133 | msgid "" |
| 4134 | "If you plan to manually configure your bootloader, you should check the name " |
| 4135 | "of the installed kernel in <filename>/target/boot</filename>. You should " |
| 4136 | "also check that directory for the presence of an <firstterm>initrd</" |
| 4137 | "firstterm>; if one is present, you will probably have to instruct your " |
| 4138 | "bootloader to use it. Other information you will need are the disk and " |
| 4139 | "partition you selected for your <filename>/</filename> filesystem and, if " |
| 4140 | "you chose to install <filename>/boot</filename> on a separate partition, " |
| 4141 | "also your <filename>/boot</filename> filesystem." |
| 4142 | msgstr "" |
| 4143 | "如果您打算手动设置 bootloader,需要检测安装的内核,它位于 <filename>/target/" |
| 4144 | "boot</filename>。您还需要检测 <firstterm>initrd</firstterm> 存在的目录;如果" |
| 4145 | "有,也许需要指导 bootloader 使用它。其他需要的信息,包括您为 <filename>/</" |
| 4146 | "filename> 文件系统选择的磁盘和分区,并且,如果您打算安装 <filename>/boot</" |
| 4147 | "filename> 到一个独立的分区,还需要 <filename>/boot</filename> 文件系统。" |
| 4148 | |
| 4149 | #. Tag: title |
| 4150 | #: using-d-i.xml:2887 |
| 4151 | #, no-c-format |
| 4152 | msgid "Finishing the Installation" |
| 4153 | msgstr "完成安装" |
| 4154 | |
| 4155 | #. Tag: para |
| 4156 | #: using-d-i.xml:2888 |
| 4157 | #, no-c-format |
| 4158 | msgid "" |
| 4159 | "This is the last step in the Debian installation process during which the " |
| 4160 | "installer will do any last minute tasks. It mostly consists of tidying up " |
| 4161 | "after the &d-i;." |
| 4162 | msgstr "" |
| 4163 | "这是在您 Debian 安装过程的最后一步。在这最后的几分钟工作里,主要进行一些 &d-" |
| 4164 | "i; 之后的清理。" |
| 4165 | |
| 4166 | #. Tag: title |
| 4167 | #: using-d-i.xml:2901 |
| 4168 | #, no-c-format |
| 4169 | msgid "Setting the System Clock" |
| 4170 | msgstr "设置系统时钟" |
| 4171 | |
| 4172 | #. Tag: para |
| 4173 | #: using-d-i.xml:2903 |
| 4174 | #, no-c-format |
| 4175 | msgid "" |
| 4176 | "The installer may ask you if the computer's clock is set to UTC. Normally " |
| 4177 | "this question is avoided if possible and the installer tries to work out " |
| 4178 | "whether the clock is set to UTC based on things like what other operating " |
| 4179 | "systems are installed." |
| 4180 | msgstr "" |
| 4181 | "安装程序可能会询问是否计算机的时钟设置为 UTC。通常会尽量避免这个问题,而且安" |
| 4182 | "装程序依据是否有其他系统已经安装这类事情,来决定时钟要不要设为 UTC。" |
| 4183 | |
| 4184 | #. Tag: para |
| 4185 | #: using-d-i.xml:2910 |
| 4186 | #, no-c-format |
| 4187 | msgid "" |
| 4188 | "In expert mode you will always be able to choose whether or not the clock is " |
| 4189 | "set to UTC. <phrase arch=\"m68k;powerpc\">Macintosh hardware clocks are " |
| 4190 | "normally set to local time. If you want to dual-boot, select local time " |
| 4191 | "instead of UTC.</phrase> <phrase arch=\"x86\">Systems that (also) run Dos or " |
| 4192 | "Windows are normally set to local time. If you want to dual-boot, select " |
| 4193 | "local time instead of UTC.</phrase>" |
| 4194 | msgstr "" |
| 4195 | "在 expert 模式下,您总是可以选择时钟是否设为 UTC。<phrase arch=\"m68k;powerpc" |
| 4196 | "\">Macintosh 硬件时钟一般设为本地时间。如果您需要多重引导,请选择本地时间而不" |
| 4197 | "是 GMT。</phrase> <phrase arch=\"x86\">(还要)运行 Dos 或 Windows 的系统通常设" |
| 4198 | "为本地时间。如果您需要多重引导,请选择本地时间而不是 GMT。</phrase>" |
| 4199 | |
| 4200 | #. Tag: para |
| 4201 | #: using-d-i.xml:2921 |
| 4202 | #, no-c-format |
| 4203 | msgid "" |
| 4204 | "At this point &d-i; will also attempt to save the current time to the " |
| 4205 | "system's hardware clock. This will be done either in UTC or local time, " |
| 4206 | "depending on the selection that was just made." |
| 4207 | msgstr "" |
| 4208 | "此时,&d-i; 将保存当前的时间到系统的硬件时钟。它可以是 UTC 或者本地时间,这取" |
| 4209 | "决于刚才的选择。" |
| 4210 | |
| 4211 | #. Tag: title |
| 4212 | #: using-d-i.xml:2936 |
| 4213 | #, no-c-format |
| 4214 | msgid "Reboot the System" |
| 4215 | msgstr "重新启动系统" |
| 4216 | |
| 4217 | #. Tag: para |
| 4218 | #: using-d-i.xml:2938 |
| 4219 | #, no-c-format |
| 4220 | msgid "" |
| 4221 | "You will be prompted to remove the boot media (CD, floppy, etc) that you " |
| 4222 | "used to boot the installer. After that the system will be rebooted into your " |
| 4223 | "new Debian system." |
| 4224 | msgstr "" |
| 4225 | "您会被提示拿出用于安装启动的媒介(CD、软盘等)。之后,系统会启动到您的新 " |
| 4226 | "Debian 系统。" |
| 4227 | |
| 4228 | #. Tag: para |
| 4229 | #: using-d-i.xml:2944 |
| 4230 | #, no-c-format |
| 4231 | msgid "" |
| 4232 | "After a final prompt the system will be halted because rebooting is not " |
| 4233 | "supported on &arch-title;. You then need to IPL &debian; from the DASD which " |
| 4234 | "you selected for the root filesystem during the first steps of the " |
| 4235 | "installation." |
| 4236 | msgstr "" |
| 4237 | "最后一个提示信息后,由于重启不被 &arch-title; 支持,系统将关机。您需要 DASD " |
| 4238 | "上的 IPL &debian;,它在安装步骤第一步里被选做根文件系统。" |
| 4239 | |
| 4240 | #. Tag: title |
| 4241 | #: using-d-i.xml:2957 |
| 4242 | #, no-c-format |
| 4243 | msgid "Miscellaneous" |
| 4244 | msgstr "杂项" |
| 4245 | |
| 4246 | #. Tag: para |
| 4247 | #: using-d-i.xml:2958 |
| 4248 | #, no-c-format |
| 4249 | msgid "" |
| 4250 | "The components listed in this section are usually not involved in the " |
| 4251 | "installation process, but are waiting in the background to help the user in " |
| 4252 | "case something goes wrong." |
| 4253 | msgstr "" |
| 4254 | "这里的组件通常不在安装进程之内,但会在后台待命,以帮助用户遇到麻烦时处理问" |
| 4255 | "题。" |
| 4256 | |
| 4257 | #. Tag: title |
| 4258 | #: using-d-i.xml:2971 |
| 4259 | #, no-c-format |
| 4260 | msgid "Saving the installation logs" |
| 4261 |