diff options
Diffstat (limited to 'po/zh_CN/preseed.po')
-rw-r--r-- | po/zh_CN/preseed.po | 508 |
1 files changed, 233 insertions, 275 deletions
diff --git a/po/zh_CN/preseed.po b/po/zh_CN/preseed.po index e45e6c61c..bd55bfd37 100644 --- a/po/zh_CN/preseed.po +++ b/po/zh_CN/preseed.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: d-i-manual\n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" -"POT-Creation-Date: 2010-10-29 05:56+0000\n" +"POT-Creation-Date: 2010-12-29 12:07+0000\n" "PO-Revision-Date: 2010-11-04 18:18+0800\n" "Last-Translator: Ji YongGang <jungleji@gmail.com>\n" "Language-Team: debian-chinese-gb <debian-chinese-gb@debian.org>\n" @@ -314,9 +314,9 @@ msgstr "" "其他的预置方法,您需要在启动的时候告诉安装程序所使用的文件。这通过给内核传递" "引导参数完成,可以在启动时手动指定,或者编辑 bootloader 的配置文件<phrase " "arch=\"linux-any\">(如: <filename>syslinux.cfg</filename>),并在内核的附加行" -"后面添加参数。</phrase><phrase arch=\"kfreebsd-any\">(如: " -"<filename>grub.cfg</filename>),并为内核添加一个新<literal>设置</literal>行。" -"</phrase><phrase arch=\"hurd-any\">(如: <filename>grub.cfg</filename>),并在 " +"后面添加参数。</phrase><phrase arch=\"kfreebsd-any\">(如: <filename>grub." +"cfg</filename>),并为内核添加一个新<literal>设置</literal>行。</" +"phrase><phrase arch=\"hurd-any\">(如: <filename>grub.cfg</filename>),并在 " "<filename>gnumach.gz</filename> 行后添加参数。</phrase>" #. Tag: para @@ -1172,14 +1172,22 @@ msgstr "" "的一些例子(像键盘选择和 bootloader 安装)可能不恰当,需要用适合您架构的 " "debconf 设置替换。" +#. Tag: para +#: preseed.xml:689 +#, no-c-format +msgid "" +"Details on how the different Debian Installer components actually work can " +"be found in <xref linkend=\"module-details\"/>." +msgstr "" + #. Tag: title -#: preseed.xml:692 +#: preseed.xml:697 #, no-c-format msgid "Localization" msgstr "本地化" #. Tag: para -#: preseed.xml:693 +#: preseed.xml:698 #, no-c-format msgid "" "Setting localization values will only work if you are using initrd " @@ -1189,7 +1197,7 @@ msgstr "" "设置本地信息只适用于使用 initrd 预置。其他方式下这些问题是在询问之后加载的。" #. Tag: para -#: preseed.xml:699 +#: preseed.xml:704 #, no-c-format msgid "" "The locale can be used to specify both language and country and can be any " @@ -1205,7 +1213,7 @@ msgstr "" "userinput>。" #. Tag: para -#: preseed.xml:708 +#: preseed.xml:713 #, no-c-format msgid "" "Although this method is very easy to use, it does not allow preseeding of " @@ -1224,7 +1232,7 @@ msgstr "" "因此另一种方法是单独预置各值。语言和国家可以在引导参数里面指定。" #. Tag: screen -#: preseed.xml:723 +#: preseed.xml:728 #, no-c-format msgid "" "# Preseeding only locale sets language, country and locale.\n" @@ -1248,7 +1256,7 @@ msgstr "" "#d-i localechooser/supported-locales en_US.UTF-8, nl_NL.UTF-8" #. Tag: para -#: preseed.xml:725 +#: preseed.xml:730 #, no-c-format msgid "" "Keyboard configuration consists of selecting a keyboard architecture and a " @@ -1260,7 +1268,7 @@ msgstr "" "因此通常不必预置。keymap 必须对 &d-i; 所选择的键盘体系有效。" #. Tag: screen -#: preseed.xml:732 +#: preseed.xml:737 #, no-c-format msgid "" "# Keyboard selection.\n" @@ -1276,7 +1284,7 @@ msgstr "" "#d-i console-keymaps-usb/keymap select mac-usb-us" #. Tag: para -#: preseed.xml:734 +#: preseed.xml:739 #, no-c-format msgid "" "To skip keyboard configuration, preseed <classname>console-tools/archs</" @@ -1287,7 +1295,7 @@ msgstr "" "tools/archs</classname>。这将导致内核 keymap 保持活动。" #. Tag: para -#: preseed.xml:743 +#: preseed.xml:748 #, no-c-format msgid "" "The changes in the input layer for 2.6 kernels have made the keyboard " @@ -1298,13 +1306,13 @@ msgstr "" "<quote>PC</quote> (<userinput>at</userinput>) keymap。" #. Tag: title -#: preseed.xml:753 +#: preseed.xml:758 #, no-c-format msgid "Network configuration" msgstr "网络设置" #. Tag: para -#: preseed.xml:754 +#: preseed.xml:759 #, no-c-format msgid "" "Of course, preseeding the network configuration won't work if you're loading " @@ -1317,7 +1325,7 @@ msgstr "" "助。如果您计划从网络加载预置文件,应该使用传递网络设置给内核引导参数的方式。" #. Tag: para -#: preseed.xml:762 +#: preseed.xml:767 #, no-c-format msgid "" "If you need to pick a particular interface when netbooting before loading a " @@ -1328,7 +1336,7 @@ msgstr "" "<userinput>interface=<replaceable>eth1</replaceable></userinput>。" #. Tag: para -#: preseed.xml:768 +#: preseed.xml:773 #, no-c-format msgid "" "Although preseeding the network configuration is normally not possible when " @@ -1344,19 +1352,19 @@ msgstr "" "再运行一次,这需要将下面的命令包含在 <quote>preseed/run</quote> 脚本里面:" #. Tag: screen -#: preseed.xml:778 +#: preseed.xml:783 #, no-c-format msgid "killall.sh; netcfg" msgstr "killall.sh; netcfg" #. Tag: para -#: preseed.xml:780 +#: preseed.xml:785 #, no-c-format msgid "The following debconf variables are relevant for network configuration." msgstr "下面的 debconf 变量与网络配置相关。" #. Tag: screen -#: preseed.xml:786 +#: preseed.xml:791 #, no-c-format msgid "" "# Disable network configuration entirely. This is useful for cdrom\n" @@ -1458,7 +1466,7 @@ msgstr "" "#d-i hw-detect/load_firmware boolean true" #. Tag: para -#: preseed.xml:788 +#: preseed.xml:793 #, no-c-format msgid "" "Please note that <command>netcfg</command> will automatically determine the " @@ -1477,13 +1485,13 @@ msgstr "" "quote> 确定不使用网关。" #. Tag: title -#: preseed.xml:804 +#: preseed.xml:809 #, no-c-format msgid "Network console" msgstr "网络控制台" #. Tag: screen -#: preseed.xml:806 +#: preseed.xml:811 #, no-c-format msgid "" "# Use the following settings if you wish to make use of the network-console\n" @@ -1501,13 +1509,13 @@ msgstr "" "#d-i network-console/password-again password r00tme" #. Tag: title -#: preseed.xml:811 +#: preseed.xml:816 #, no-c-format msgid "Mirror settings" msgstr "镜像设置" #. Tag: para -#: preseed.xml:812 +#: preseed.xml:817 #, no-c-format msgid "" "Depending on the installation method you use, a mirror may be used to " @@ -1519,7 +1527,7 @@ msgstr "" "安装的系统建立 <filename>/etc/apt/sources.list</filename>。" #. Tag: para -#: preseed.xml:819 +#: preseed.xml:824 #, no-c-format msgid "" "The parameter <classname>mirror/suite</classname> determines the suite for " @@ -1528,7 +1536,7 @@ msgstr "" "参数 <classname>mirror/suite</classname> 决定了安装好的系统使用的套件。" #. Tag: para -#: preseed.xml:824 +#: preseed.xml:829 #, no-c-format msgid "" "The parameter <classname>mirror/udeb/suite</classname> determines the suite " @@ -1543,7 +1551,7 @@ msgstr "" "常安装程序会自动安装并使用正确的值而毋需手动设置。" #. Tag: screen -#: preseed.xml:835 +#: preseed.xml:840 #, no-c-format msgid "" "# If you select ftp, the mirror/country string does not need to be set.\n" @@ -1571,13 +1579,131 @@ msgstr "" "#d-i mirror/udeb/suite string testing" #. Tag: title -#: preseed.xml:840 +#: preseed.xml:845 +#, no-c-format +msgid "Account setup" +msgstr "帐号设置" + +#. Tag: para +#: preseed.xml:846 +#, no-c-format +msgid "" +"The password for the root account and name and password for a first regular " +"user's account can be preseeded. For the passwords you can use either clear " +"text values or MD5 <emphasis>hashes</emphasis>." +msgstr "" +"root 帐号的密码和第一个普通用户的名字和密码都可以预置。您可以给密码使用纯文本" +"或 MD5 <emphasis>哈希</emphasis> 值。" + +#. Tag: para +#: preseed.xml:853 +#, no-c-format +msgid "" +"Be aware that preseeding passwords is not completely secure as everyone with " +"access to the preconfiguration file will have the knowledge of these " +"passwords. Using MD5 hashes is considered slightly better in terms of " +"security but it might also give a false sense of security as access to a MD5 " +"hash allows for brute force attacks." +msgstr "" +"要知道预置密码并不安全,每个可以访问预置文件的用户都可以看到这些密码。使用 " +"MD5 哈希值相对安全一些,但也会造成安全的假象,MD5 哈希值也可以被暴力破解。" + +#. Tag: screen +#: preseed.xml:863 +#, no-c-format +msgid "" +"# Skip creation of a root account (normal user account will be able to\n" +"# use sudo).\n" +"#d-i passwd/root-login boolean false\n" +"# Alternatively, to skip creation of a normal user account.\n" +"#d-i passwd/make-user boolean false\n" +"\n" +"# Root password, either in clear text\n" +"#d-i passwd/root-password password r00tme\n" +"#d-i passwd/root-password-again password r00tme\n" +"# or encrypted using an MD5 hash.\n" +"#d-i passwd/root-password-crypted password [MD5 hash]\n" +"\n" +"# To create a normal user account.\n" +"#d-i passwd/user-fullname string Debian User\n" +"#d-i passwd/username string debian\n" +"# Normal user's password, either in clear text\n" +"#d-i passwd/user-password password insecure\n" +"#d-i passwd/user-password-again password insecure\n" +"# or encrypted using an MD5 hash.\n" +"#d-i passwd/user-password-crypted password [MD5 hash]\n" +"# Create the first user with the specified UID instead of the default.\n" +"#d-i passwd/user-uid string 1010\n" +"\n" +"# The user account will be added to some standard initial groups. To\n" +"# override that, use this.\n" +"#d-i passwd/user-default-groups string audio cdrom video" +msgstr "" +"# Skip creation of a root account (normal user account will be able to\n" +"# use sudo).\n" +"#d-i passwd/root-login boolean false\n" +"# Alternatively, to skip creation of a normal user account.\n" +"#d-i passwd/make-user boolean false\n" +"\n" +"# Root password, either in clear text\n" +"#d-i passwd/root-password password r00tme\n" +"#d-i passwd/root-password-again password r00tme\n" +"# or encrypted using an MD5 hash.\n" +"#d-i passwd/root-password-crypted password [MD5 hash]\n" +"\n" +"# To create a normal user account.\n" +"#d-i passwd/user-fullname string Debian User\n" +"#d-i passwd/username string debian\n" +"# Normal user's password, either in clear text\n" +"#d-i passwd/user-password password insecure\n" +"#d-i passwd/user-password-again password insecure\n" +"# or encrypted using an MD5 hash.\n" +"#d-i passwd/user-password-crypted password [MD5 hash]\n" +"# Create the first user with the specified UID instead of the default.\n" +"#d-i passwd/user-uid string 1010\n" +"\n" +"# The user account will be added to some standard initial groups. To\n" +"# override that, use this.\n" +"#d-i passwd/user-default-groups string audio cdrom video" + +#. Tag: para +#: preseed.xml:865 +#, no-c-format +msgid "" +"The <classname>passwd/root-password-crypted</classname> and " +"<classname>passwd/user-password-crypted</classname> variables can also be " +"preseeded with <quote>!</quote> as their value. In that case, the " +"corresponding account is disabled. This may be convenient for the root " +"account, provided of course that an alternative method is set up to allow " +"administrative activities or root login (for instance by using SSH key " +"authentication or <command>sudo</command>)." +msgstr "" +"<classname>passwd/root-password-crypted</classname> 和 <classname>passwd/" +"user-password-crypted</classname> 值可以使用 <quote>!</quote> 作为他们的预置" +"值。这种情况下,对应的帐号关闭。它常用于 root 帐号,用其他替代方法允许管理或 " +"root 登录(例如使用 SSH key 认证或 sudo)。" + +#. Tag: para +#: preseed.xml:875 +#, no-c-format +msgid "" +"The following command can be used to generate an MD5 hash for a password:" +msgstr "下面的命令可用于生成密码的 MD5 值。" + +#. Tag: screen +#: preseed.xml:879 +#, no-c-format +msgid "$ printf \"r00tme\" | mkpasswd -s -m md5" +msgstr "$ printf \"r00tme\" | mkpasswd -s -m md5" + +#. Tag: title +#: preseed.xml:885 #, no-c-format msgid "Clock and time zone setup" msgstr "时钟与时区设置" #. Tag: screen -#: preseed.xml:842 +#: preseed.xml:887 #, no-c-format msgid "" "# Controls whether or not the hardware clock is set to UTC.\n" @@ -1605,13 +1731,13 @@ msgstr "" "#d-i clock-setup/ntp-server string ntp.example.com" #. Tag: title -#: preseed.xml:847 +#: preseed.xml:892 #, no-c-format msgid "Partitioning" msgstr "分区" #. Tag: para -#: preseed.xml:848 +#: preseed.xml:893 #, no-c-format msgid "" "Using preseeding to partition the harddisk is limited to what is supported " @@ -1625,7 +1751,7 @@ msgstr "" "义方案,用户自定义的方案文件或预置文件包含的方案。" #. Tag: para -#: preseed.xml:856 +#: preseed.xml:901 #, no-c-format msgid "" "Preseeding of advanced partition setups using RAID, LVM and encryption is " @@ -1636,7 +1762,7 @@ msgstr "" "性不足。" #. Tag: para -#: preseed.xml:862 +#: preseed.xml:907 #, no-c-format msgid "" "The examples below only provide basic information on the use of recipes. For " @@ -1655,7 +1781,7 @@ msgstr "" "改变。" #. Tag: para -#: preseed.xml:876 +#: preseed.xml:921 #, no-c-format msgid "" "The identification of disks is dependent on the order in which their drivers " @@ -1666,13 +1792,13 @@ msgstr "" "确的那一个。" #. Tag: title -#: preseed.xml:885 +#: preseed.xml:930 #, no-c-format msgid "Partitioning example" msgstr "分区示例" #. Tag: screen -#: preseed.xml:887 +#: preseed.xml:932 #, no-c-format msgid "" "# If the system has free space you can choose to only partition that space.\n" @@ -1822,42 +1948,34 @@ msgstr "" "d-i partman/confirm_nooverwrite boolean true" #. Tag: title -#: preseed.xml:891 +#: preseed.xml:936 #, no-c-format msgid "Partitioning using RAID" msgstr "使用 RAID 分区" #. Tag: para -#: preseed.xml:892 +#: preseed.xml:937 #, no-c-format -#| msgid "" -#| "You can also use preseeding to set up partitions on software RAID arrays. " -#| "Supported are RAID levels 0, 1, 5, 6 and 10, creating degraded arrays and " -#| "specifying spare devices. If you are using RAID 1, you can preseed grub " -#| "to install to all devices used in the array; see <xref linkend=\"preseed-" -#| "bootloader\"/>." msgid "" "You can also use preseeding to set up partitions on software RAID arrays. " "Supported are RAID levels 0, 1, 5, 6 and 10, creating degraded arrays and " "specifying spare devices." -msgstr "您可以使用预置来建立软 RAID 阵列。支持 RAID 等级 0、1、5、6 和 10,建立降级阵列(degraded arrays)和指定额外设备。" +msgstr "" +"您可以使用预置来建立软 RAID 阵列。支持 RAID 等级 0、1、5、6 和 10,建立降级阵" +"列(degraded arrays)和指定额外设备。" #. Tag: para -#: preseed.xml:898 +#: preseed.xml:943 #, no-c-format -#| msgid "" -#| "You can also use preseeding to set up partitions on software RAID arrays. " -#| "Supported are RAID levels 0, 1, 5, 6 and 10, creating degraded arrays and " -#| "specifying spare devices. If you are using RAID 1, you can preseed grub " -#| "to install to all devices used in the array; see <xref linkend=\"preseed-" -#| "bootloader\"/>." msgid "" "If you are using RAID 1, you can preseed grub to install to all devices used " "in the array; see <xref linkend=\"preseed-bootloader\"/>." -msgstr "如果是使用 RAID 1,您可以预置 grub 安装所有的阵列中的设备; 参见 <xref linkend=\"preseed-bootloader\"/>。" +msgstr "" +"如果是使用 RAID 1,您可以预置 grub 安装所有的阵列中的设备; 参见 <xref " +"linkend=\"preseed-bootloader\"/>。" #. Tag: para -#: preseed.xml:905 +#: preseed.xml:950 #, no-c-format msgid "" "This type of automated partitioning is easy to get wrong. It is also " @@ -1871,7 +1989,7 @@ msgstr "" "<filename>/var/log/syslog</filename>。" #. Tag: screen -#: preseed.xml:915 +#: preseed.xml:960 #, no-c-format msgid "" "# The method should be set to \"raid\".\n" @@ -1975,13 +2093,13 @@ msgstr "" "d-i partman/confirm_nooverwrite boolean true" #. Tag: title -#: preseed.xml:920 +#: preseed.xml:965 #, no-c-format msgid "Controlling how partitions are mounted" msgstr "分区挂载控制" #. Tag: para -#: preseed.xml:921 +#: preseed.xml:966 #, no-c-format msgid "" "Normally, filesystems are mounted using a universally unique identifier " @@ -1997,7 +2115,7 @@ msgstr "" "系统仍然使用 UUID 方式挂载。" #. Tag: para -#: preseed.xml:930 +#: preseed.xml:975 #, no-c-format msgid "" "Devices with stable names, such as LVM logical volumes, will continue to use " @@ -2007,7 +2125,7 @@ msgstr "" "挂载。" #. Tag: para -#: preseed.xml:937 +#: preseed.xml:982 #, no-c-format msgid "" "Traditional device names may change based on the order in which the kernel " @@ -2021,7 +2139,7 @@ msgstr "" "后会出现一些随机的情况。" #. Tag: screen -#: preseed.xml:947 +#: preseed.xml:992 #, no-c-format msgid "" "# The default is to mount by UUID, but you can also choose \"traditional\" " @@ -2039,13 +2157,13 @@ msgstr "" "#d-i partman/mount_style select uuid" #. Tag: title -#: preseed.xml:953 +#: preseed.xml:998 #, no-c-format msgid "Base system installation" msgstr "基本系统安装" #. Tag: para -#: preseed.xml:954 +#: preseed.xml:999 #, no-c-format msgid "" "There is actually not very much that can be preseeded for this stage of the " @@ -2054,7 +2172,7 @@ msgid "" msgstr "本阶段的安装并没有多少东西需要预置。仅有一个与内核安装相关的问题。" #. Tag: screen -#: preseed.xml:961 +#: preseed.xml:1006 #, no-c-format msgid "" "# Configure APT to not install recommended packages by default. Use of this\n" @@ -2064,7 +2182,8 @@ msgid "" "\n" "# Select the initramfs generator used to generate the initrd for 2.6 " "kernels.\n" -"#d-i base-installer/kernel/linux/initramfs-generators string initramfs-tools\n" +"#d-i base-installer/kernel/linux/initramfs-generators string initramfs-" +"tools\n" "\n" "# The kernel image (meta) package to be installed; \"none\" can be used if " "no\n" @@ -2078,7 +2197,8 @@ msgstr "" "\n" "# Select the initramfs generator used to generate the initrd for 2.6 " "kernels.\n" -"#d-i base-installer/kernel/linux/initramfs-generators string initramfs-tools\n" +"#d-i base-installer/kernel/linux/initramfs-generators string initramfs-" +"tools\n" "\n" "# The kernel image (meta) package to be installed; \"none\" can be used if " "no\n" @@ -2086,131 +2206,13 @@ msgstr "" "#d-i base-installer/kernel/image string &kernelpackage;-2.6-486" #. Tag: title -#: preseed.xml:966 -#, no-c-format -msgid "Account setup" -msgstr "帐号设置" - -#. Tag: para -#: preseed.xml:967 -#, no-c-format -msgid "" -"The password for the root account and name and password for a first regular " -"user's account can be preseeded. For the passwords you can use either clear " -"text values or MD5 <emphasis>hashes</emphasis>." -msgstr "" -"root 帐号的密码和第一个普通用户的名字和密码都可以预置。您可以给密码使用纯文本" -"或 MD5 <emphasis>哈希</emphasis> 值。" - -#. Tag: para -#: preseed.xml:974 -#, no-c-format -msgid "" -"Be aware that preseeding passwords is not completely secure as everyone with " -"access to the preconfiguration file will have the knowledge of these " -"passwords. Using MD5 hashes is considered slightly better in terms of " -"security but it might also give a false sense of security as access to a MD5 " -"hash allows for brute force attacks." -msgstr "" -"要知道预置密码并不安全,每个可以访问预置文件的用户都可以看到这些密码。使用 " -"MD5 哈希值相对安全一些,但也会造成安全的假象,MD5 哈希值也可以被暴力破解。" - -#. Tag: screen -#: preseed.xml:984 -#, no-c-format -msgid "" -"# Skip creation of a root account (normal user account will be able to\n" -"# use sudo).\n" -"#d-i passwd/root-login boolean false\n" -"# Alternatively, to skip creation of a normal user account.\n" -"#d-i passwd/make-user boolean false\n" -"\n" -"# Root password, either in clear text\n" -"#d-i passwd/root-password password r00tme\n" -"#d-i passwd/root-password-again password r00tme\n" -"# or encrypted using an MD5 hash.\n" -"#d-i passwd/root-password-crypted password [MD5 hash]\n" -"\n" -"# To create a normal user account.\n" -"#d-i passwd/user-fullname string Debian User\n" -"#d-i passwd/username string debian\n" -"# Normal user's password, either in clear text\n" -"#d-i passwd/user-password password insecure\n" -"#d-i passwd/user-password-again password insecure\n" -"# or encrypted using an MD5 hash.\n" -"#d-i passwd/user-password-crypted password [MD5 hash]\n" -"# Create the first user with the specified UID instead of the default.\n" -"#d-i passwd/user-uid string 1010\n" -"\n" -"# The user account will be added to some standard initial groups. To\n" -"# override that, use this.\n" -"#d-i passwd/user-default-groups string audio cdrom video" -msgstr "" -"# Skip creation of a root account (normal user account will be able to\n" -"# use sudo).\n" -"#d-i passwd/root-login boolean false\n" -"# Alternatively, to skip creation of a normal user account.\n" -"#d-i passwd/make-user boolean false\n" -"\n" -"# Root password, either in clear text\n" -"#d-i passwd/root-password password r00tme\n" -"#d-i passwd/root-password-again password r00tme\n" -"# or encrypted using an MD5 hash.\n" -"#d-i passwd/root-password-crypted password [MD5 hash]\n" -"\n" -"# To create a normal user account.\n" -"#d-i passwd/user-fullname string Debian User\n" -"#d-i passwd/username string debian\n" -"# Normal user's password, either in clear text\n" -"#d-i passwd/user-password password insecure\n" -"#d-i passwd/user-password-again password insecure\n" -"# or encrypted using an MD5 hash.\n" -"#d-i passwd/user-password-crypted password [MD5 hash]\n" -"# Create the first user with the specified UID instead of the default.\n" -"#d-i passwd/user-uid string 1010\n" -"\n" -"# The user account will be added to some standard initial groups. To\n" -"# override that, use this.\n" -"#d-i passwd/user-default-groups string audio cdrom video" - -#. Tag: para -#: preseed.xml:986 -#, no-c-format -msgid "" -"The <classname>passwd/root-password-crypted</classname> and " -"<classname>passwd/user-password-crypted</classname> variables can also be " -"preseeded with <quote>!</quote> as their value. In that case, the " -"corresponding account is disabled. This may be convenient for the root " -"account, provided of course that an alternative method is set up to allow " -"administrative activities or root login (for instance by using SSH key " -"authentication or <command>sudo</command>)." -msgstr "" -"<classname>passwd/root-password-crypted</classname> 和 <classname>passwd/" -"user-password-crypted</classname> 值可以使用 <quote>!</quote> 作为他们的预置" -"值。这种情况下,对应的帐号关闭。它常用于 root 帐号,用其他替代方法允许管理或 " -"root 登录(例如使用 SSH key 认证或 sudo)。" - -#. Tag: para -#: preseed.xml:996 -#, no-c-format -msgid "" -"The following command can be used to generate an MD5 hash for a password:" -msgstr "下面的命令可用于生成密码的 MD5 值。" - -#. Tag: screen -#: preseed.xml:1000 -#, no-c-format -msgid "$ printf \"r00tme\" | mkpasswd -s -m md5" -msgstr "$ printf \"r00tme\" | mkpasswd -s -m md5" - -#. Tag: title -#: preseed.xml:1006 +#: preseed.xml:1011 #, no-c-format msgid "Apt setup" msgstr "设置 apt" #. Tag: para -#: preseed.xml:1007 +#: preseed.xml:1012 #, no-c-format msgid "" "Setup of the <filename>/etc/apt/sources.list</filename> and basic " @@ -2223,7 +2225,7 @@ msgstr "" "仓库。" #. Tag: screen -#: preseed.xml:1015 +#: preseed.xml:1020 #, no-c-format msgid "" "# You can choose to install non-free and contrib software.\n" @@ -2281,13 +2283,13 @@ msgstr "" "#d-i debian-installer/allow_unauthenticated boolean true" #. Tag: title -#: preseed.xml:1020 +#: preseed.xml:1025 #, no-c-format msgid "Package selection" msgstr "选择软件包" #. Tag: para -#: preseed.xml:1021 +#: preseed.xml:1026 #, no-c-format msgid "" "You can choose to install any combination of tasks that are available. " @@ -2295,73 +2297,73 @@ msgid "" msgstr "您可以选择安装存在的任务的组合。本文编撰时已有的任务包括:" #. Tag: userinput -#: preseed.xml:1030 +#: preseed.xml:1035 #, no-c-format msgid "standard" msgstr "standard" #. Tag: userinput -#: preseed.xml:1033 +#: preseed.xml:1038 #, no-c-format msgid "desktop" msgstr "desktop" #. Tag: userinput -#: preseed.xml:1036 +#: preseed.xml:1041 #, no-c-format msgid "gnome-desktop" msgstr "gnome-desktop" #. Tag: userinput -#: preseed.xml:1039 +#: preseed.xml:1044 #, no-c-format msgid "kde-desktop" msgstr "kde-desktop" #. Tag: userinput -#: preseed.xml:1042 +#: preseed.xml:1047 #, no-c-format msgid "web-server" msgstr "web-server" #. Tag: userinput -#: preseed.xml:1045 +#: preseed.xml:1050 #, no-c-format msgid "print-server" msgstr "print-server" #. Tag: userinput -#: preseed.xml:1048 +#: preseed.xml:1053 #, no-c-format msgid "dns-server" msgstr "dns-server" #. Tag: userinput -#: preseed.xml:1051 +#: preseed.xml:1056 #, no-c-format msgid "file-server" msgstr "file-server" #. Tag: userinput -#: preseed.xml:1054 +#: preseed.xml:1059 #, no-c-format msgid "mail-server" msgstr "mail-server" #. Tag: userinput -#: preseed.xml:1057 +#: preseed.xml:1062 #, no-c-format msgid "sql-database" msgstr "sql-database" #. Tag: userinput -#: preseed.xml:1060 +#: preseed.xml:1065 #, no-c-format msgid "laptop" msgstr "laptop" #. Tag: para -#: preseed.xml:1064 +#: preseed.xml:1069 #, no-c-format msgid "" "You can also choose to install no tasks, and force the installation of a set " @@ -2372,7 +2374,7 @@ msgstr "" "<userinput>standard</userinput> 任务。" #. Tag: para -#: preseed.xml:1070 +#: preseed.xml:1075 #, no-c-format msgid "" "If you want to install some individual packages in addition to packages " @@ -2386,7 +2388,7 @@ msgstr "" "命令行上使用。" #. Tag: screen -#: preseed.xml:1080 +#: preseed.xml:1085 #, no-c-format msgid "" "#tasksel tasksel/first multiselect standard, web-server\n" @@ -2424,62 +2426,14 @@ msgstr "" "#popularity-contest popularity-contest/participate boolean false" #. Tag: title -#: preseed.xml:1085 +#: preseed.xml:1090 #, no-c-format msgid "Boot loader installation" msgstr "安装 bootloader" #. Tag: screen -#: preseed.xml:1087 -#, no-c-format -#| msgid "" -#| "<phrase arch=\"linux-any\"># Grub is the default boot loader (for x86). " -#| "If you want lilo installed\n" -#| "# instead, uncomment this:\n" -#| "#d-i grub-installer/skip boolean true\n" -#| "# To also skip installing lilo, and install no bootloader, uncomment " -#| "this\n" -#| "# too:\n" -#| "#d-i lilo-installer/skip boolean true</phrase>\n" -#| "<phrase arch=\"kfreebsd-any;hurd-any\"># To install no bootloader, " -#| "uncomment this\n" -#| "#d-i grub-installer/skip boolean true</phrase>\n" -#| "\n" -#| "# With a few exceptions for unusual partitioning setups, GRUB 2 is now " -#| "the\n" -#| "# default. If you need GRUB Legacy for some particular reason, then\n" -#| "# uncomment this:\n" -#| "#d-i grub-installer/grub2_instead_of_grub_legacy boolean false\n" -#| "\n" -#| "# This is fairly safe to set, it makes grub install automatically to the " -#| "MBR\n" -#| "# if no other operating system is detected on the machine.\n" -#| "d-i grub-installer/only_debian boolean true\n" -#| "\n" -#| "# This one makes grub-installer install to the MBR if it also finds some " -#| "other\n" -#| "# OS, which is less safe as it might not be able to boot that other OS.\n" -#| "d-i grub-installer/with_other_os boolean true\n" -#| "\n" -#| "# Alternatively, if you want to install to a location other than the " -#| "mbr,\n" -#| "# uncomment and edit these lines:\n" -#| "#d-i grub-installer/only_debian boolean false\n" -#| "#d-i grub-installer/with_other_os boolean false\n" -#| "#d-i grub-installer/bootdev string (hd0,0)\n" -#| "# To install grub to multiple disks:\n" -#| "#d-i grub-installer/bootdev string (hd0,0) (hd1,0) (hd2,0)\n" -#| "\n" -#| "# Optional password for grub, either in clear text\n" -#| "#d-i grub-installer/password password r00tme\n" -#| "#d-i grub-installer/password-again password r00tme\n" -#| "# or encrypted using an MD5 hash, see grub-md5-crypt(8).\n" -#| "#d-i grub-installer/password-crypted password [MD5 hash]\n" -#| "\n" -#| "# Use the following option to add additional boot parameters for the\n" -#| "# installed system (if supported by the bootloader installer).\n" -#| "# Note: options passed to the installer will be added automatically.\n" -#| "#d-i debian-installer/add-kernel-opts string nousb" +#: preseed.xml:1092 +#, no-c-format msgid "" "<phrase arch=\"linux-any\"># Grub is the default boot loader (for x86). If " "you want lilo installed\n" @@ -2528,13 +2482,15 @@ msgid "" "# Note: options passed to the installer will be added automatically.\n" "#d-i debian-installer/add-kernel-opts string nousb" msgstr "" -"<phrase arch=\"linux-any\"># Grub is the default boot loader (for x86). If you want lilo installed\n" +"<phrase arch=\"linux-any\"># Grub is the default boot loader (for x86). If " +"you want lilo installed\n" "# instead, uncomment this:\n" "#d-i grub-installer/skip boolean true\n" "# To also skip installing lilo, and install no bootloader, uncomment this\n" "# too:\n" "#d-i lilo-installer/skip boolean true</phrase>\n" -"<phrase arch=\"kfreebsd-any;hurd-any\"># To install no bootloader, uncomment this\n" +"<phrase arch=\"kfreebsd-any;hurd-any\"># To install no bootloader, uncomment " +"this\n" "#d-i grub-installer/skip boolean true</phrase>\n" "\n" "# With a few exceptions for unusual partitioning setups, GRUB 2 is now the\n" @@ -2542,11 +2498,13 @@ msgstr "" "# uncomment this:\n" "#d-i grub-installer/grub2_instead_of_grub_legacy boolean false\n" "\n" -"# This is fairly safe to set, it makes grub install automatically to the MBR\n" +"# This is fairly safe to set, it makes grub install automatically to the " +"MBR\n" "# if no other operating system is detected on the machine.\n" "d-i grub-installer/only_debian boolean true\n" "\n" -"# This one makes grub-installer install to the MBR if it also finds some other\n" +"# This one makes grub-installer install to the MBR if it also finds some " +"other\n" "# OS, which is less safe as it might not be able to boot that other OS.\n" "d-i grub-installer/with_other_os boolean true\n" "\n" @@ -2572,7 +2530,7 @@ msgstr "" "#d-i debian-installer/add-kernel-opts string nousb" #. Tag: para -#: preseed.xml:1089 +#: preseed.xml:1094 #, no-c-format msgid "" "An MD5 hash for a password for <classname>grub</classname> can be generated " @@ -2584,13 +2542,13 @@ msgstr "" "令。" #. Tag: title -#: preseed.xml:1099 +#: preseed.xml:1104 #, no-c-format msgid "Finishing up the installation" msgstr "完成安装" #. Tag: screen -#: preseed.xml:1101 +#: preseed.xml:1106 #, no-c-format msgid "" "# During installations from serial console, the regular virtual consoles\n" @@ -2630,13 +2588,13 @@ msgstr "" "#d-i debian-installer/exit/poweroff boolean true" #. Tag: title -#: preseed.xml:1106 +#: preseed.xml:1111 #, no-c-format msgid "Preseeding other packages" msgstr "预置其他的软件包" #. Tag: screen -#: preseed.xml:1108 +#: preseed.xml:1113 #, no-c-format msgid "" "# Depending on what software you choose to install, or if things go wrong\n" @@ -2656,19 +2614,19 @@ msgstr "" "# debconf-get-selections >> file" #. Tag: title -#: preseed.xml:1115 +#: preseed.xml:1120 #, no-c-format msgid "Advanced options" msgstr "高级选项" #. Tag: title -#: preseed.xml:1118 +#: preseed.xml:1123 #, no-c-format msgid "Running custom commands during the installation" msgstr "安装过程中运行用户命令" #. Tag: para -#: preseed.xml:1119 +#: preseed.xml:1124 #, no-c-format msgid "" "A very powerful and flexible option offered by the preconfiguration tools is " @@ -2678,7 +2636,7 @@ msgstr "" "本。" #. Tag: screen -#: preseed.xml:1127 +#: preseed.xml:1132 #, no-c-format msgid "" "# d-i preseeding is inherently not secure. Nothing in the installer checks\n" @@ -2726,13 +2684,13 @@ msgstr "" "#d-i preseed/late_command string apt-install zsh; in-target chsh -s /bin/zsh" #. Tag: title -#: preseed.xml:1132 +#: preseed.xml:1137 #, no-c-format msgid "Using preseeding to change default values" msgstr "使用预置修改默认值" #. Tag: para -#: preseed.xml:1133 +#: preseed.xml:1138 #, no-c-format msgid "" "It is possible to use preseeding to change the default answer for a " @@ -2756,7 +2714,7 @@ msgstr "" "这对于测试和调试您的预置文件很有帮助。" #. Tag: para -#: preseed.xml:1147 +#: preseed.xml:1152 #, no-c-format msgid "" "Note that the <quote>d-i</quote> owner should only be used for variables " @@ -2769,7 +2727,7 @@ msgstr "" "\"preseed-bootparms\"/> 的脚注。" #. Tag: para -#: preseed.xml:1154 +#: preseed.xml:1159 #, no-c-format msgid "" "If you are preseeding using boot parameters, you can make the installer ask " @@ -2790,13 +2748,13 @@ msgstr "" "在安装时显示出来的问题对应的参数,而不是<quote>内部的</quote>参数。" #. Tag: title -#: preseed.xml:1168 +#: preseed.xml:1173 #, no-c-format msgid "Chainloading preconfiguration files" msgstr "预置文件链" #. Tag: para -#: preseed.xml:1169 +#: preseed.xml:1174 #, no-c-format msgid "" "It is possible to include other preconfiguration files from a " @@ -2810,7 +2768,7 @@ msgstr "" "外的文件里面。" #. Tag: screen -#: preseed.xml:1179 +#: preseed.xml:1184 #, no-c-format msgid "" "# More than one file can be listed, separated by spaces; all will be\n" @@ -2860,7 +2818,7 @@ msgstr "" "#d-i preseed/run string foo.sh" #. Tag: para -#: preseed.xml:1181 +#: preseed.xml:1186 #, no-c-format msgid "" "It is also possible to chainload from the initrd or file preseeding phase, " |