| 3 |
msgstr "" |
msgstr "" |
| 4 |
"Project-Id-Version: d-i-manual\n" |
"Project-Id-Version: d-i-manual\n" |
| 5 |
"POT-Creation-Date: 2001-02-09 01:25+0100\n" |
"POT-Creation-Date: 2001-02-09 01:25+0100\n" |
| 6 |
"PO-Revision-Date: 2005-10-09 13:49+0800\n" |
"PO-Revision-Date: 2005-11-25 11:05+0800\n" |
| 7 |
"Last-Translator: Ji YongGang<jungle@soforge.com>\n" |
"Last-Translator: Ji YongGang<jungle@soforge.com>\n" |
| 8 |
"Language-Team: debian-chinese-gb <debian-chinese-gb@lists.debian.org>\n" |
"Language-Team: debian-chinese-gb <debian-chinese-gb@lists.debian.org>\n" |
| 9 |
"MIME-Version: 1.0\n" |
"MIME-Version: 1.0\n" |
| 809 |
|
|
| 810 |
#. Tag: screen |
#. Tag: screen |
| 811 |
#: random-bits.xml:51 |
#: random-bits.xml:51 |
| 812 |
#, fuzzy, no-c-format |
#, no-c-format |
| 813 |
msgid "" |
msgid "" |
| 814 |
"#### Startup.\n" |
"#### Startup.\n" |
| 815 |
"\n" |
"\n" |
| 1207 |
"# If you feel comfortable modifying the installer's initrd image,\n" |
"# If you feel comfortable modifying the installer's initrd image,\n" |
| 1208 |
"# you can also place a preseed file in the root directory of the initrd's\n" |
"# you can also place a preseed file in the root directory of the initrd's\n" |
| 1209 |
"# filesystem, named \"preseed.cfg\" -- the installer will always use this\n" |
"# filesystem, named \"preseed.cfg\" -- the installer will always use this\n" |
| 1210 |
"# file if it is present. Otherwise, be sure to copy this file to the " |
"# file if it is present. Otherwise, be sure to copy this file to the location\n" |
|
"location\n" |
|
| 1211 |
"# you specify.\n" |
"# you specify.\n" |
| 1212 |
"#\n" |
"#\n" |
| 1213 |
"# To make sure the installer gets the right preseed file, you can specify\n" |
"# To make sure the installer gets the right preseed file, you can specify\n" |
| 1231 |
"#\n" |
"#\n" |
| 1232 |
"# While you're at it, you may want to throw a debconf/priority=critical in\n" |
"# While you're at it, you may want to throw a debconf/priority=critical in\n" |
| 1233 |
"# there, to avoid most questions even if the preseeding below misses some.\n" |
"# there, to avoid most questions even if the preseeding below misses some.\n" |
| 1234 |
"# And you might set the timeout to 1 in syslinux.cfg to avoid needing to " |
"# And you might set the timeout to 1 in syslinux.cfg to avoid needing to hit\n" |
|
"hit\n" |
|
| 1235 |
"# enter to boot the installer.\n" |
"# enter to boot the installer.\n" |
| 1236 |
"#\n" |
"#\n" |
| 1237 |
"# Note that the 2.4 kernel accepts a maximum of 8 command line options and\n" |
"# Note that the 2.4 kernel accepts a maximum of 8 command line options and\n" |
| 1315 |
"# You can choose from any of the predefined partitioning recipes:\n" |
"# You can choose from any of the predefined partitioning recipes:\n" |
| 1316 |
"d-i partman-auto/choose_recipe \\\n" |
"d-i partman-auto/choose_recipe \\\n" |
| 1317 |
" select All files in one partition (recommended for new users)\n" |
" select All files in one partition (recommended for new users)\n" |
| 1318 |
"#d-i partman-auto/choose_recipe select Desktop machine\n" |
"#d-i partman-auto/choose_recipe \\\n" |
| 1319 |
"#d-i partman-auto/choose_recipe select Multi-user workstation\n" |
"# select Separate /home partition\n" |
| 1320 |
|
"#d-i partman-auto/choose_recipe \\\n" |
| 1321 |
|
"# select Separate /home, /usr, /var, and /tmp partitions\n" |
| 1322 |
"\n" |
"\n" |
| 1323 |
"# Or provide a recipe of your own...\n" |
"# Or provide a recipe of your own...\n" |
| 1324 |
"# The recipe format is documented in the file devel/partman-auto-recipe." |
"# The recipe format is documented in the file devel/partman-auto-recipe.txt.\n" |
|
"txt.\n" |
|
| 1325 |
"# If you have a way to get a recipe file into the d-i environment, you can\n" |
"# If you have a way to get a recipe file into the d-i environment, you can\n" |
| 1326 |
"# just point at it.\n" |
"# just point at it.\n" |
| 1327 |
"#d-i partman-auto/expert_recipe_file string /hd-media/recipe\n" |
"#d-i partman-auto/expert_recipe_file string /hd-media/recipe\n" |
| 1358 |
"# instead, uncomment this:\n" |
"# instead, uncomment this:\n" |
| 1359 |
"#d-i grub-installer/skip boolean true\n" |
"#d-i grub-installer/skip boolean true\n" |
| 1360 |
"\n" |
"\n" |
| 1361 |
"# This is fairly safe to set, it makes grub install automatically to the " |
"# This is fairly safe to set, it makes grub install automatically to the MBR\n" |
|
"MBR\n" |
|
| 1362 |
"# if no other operating system is detected on the machine.\n" |
"# if no other operating system is detected on the machine.\n" |
| 1363 |
"d-i grub-installer/only_debian boolean true\n" |
"d-i grub-installer/only_debian boolean true\n" |
| 1364 |
"\n" |
"\n" |
| 1365 |
"# This one makes grub-installer install to the MBR if if finds some other " |
"# This one makes grub-installer install to the MBR if if finds some other OS\n" |
|
"OS\n" |
|
| 1366 |
"# too, which is less safe as it might not be able to boot that other OS.\n" |
"# too, which is less safe as it might not be able to boot that other OS.\n" |
| 1367 |
"d-i grub-installer/with_other_os boolean true\n" |
"d-i grub-installer/with_other_os boolean true\n" |
| 1368 |
"\n" |
"\n" |
| 1417 |
"# Avoid the final message.\n" |
"# Avoid the final message.\n" |
| 1418 |
"base-config base-config/login note\n" |
"base-config base-config/login note\n" |
| 1419 |
"\n" |
"\n" |
| 1420 |
"# If you installed a display manager, but don't want to start it " |
"# If you installed a display manager, but don't want to start it immediately\n" |
|
"immediately\n" |
|
| 1421 |
"# after base-config finishes.\n" |
"# after base-config finishes.\n" |
| 1422 |
"#base-config base-config/start-display-manager boolean false\n" |
"#base-config base-config/start-display-manager boolean false\n" |
| 1423 |
"\n" |
"\n" |
| 1519 |
"# Uncomment if you have an LCD display.\n" |
"# Uncomment if you have an LCD display.\n" |
| 1520 |
"#xserver-xfree86 xserver-xfree86/config/monitor/lcd boolean true\n" |
"#xserver-xfree86 xserver-xfree86/config/monitor/lcd boolean true\n" |
| 1521 |
"# X has three configuration paths for the monitor. Here's how to preseed\n" |
"# X has three configuration paths for the monitor. Here's how to preseed\n" |
| 1522 |
"# the \"medium\" path, which is always available. The \"simple\" path may " |
"# the \"medium\" path, which is always available. The \"simple\" path may not\n" |
|
"not\n" |
|
| 1523 |
"# be available, and the \"advanced\" path asks too many questions.\n" |
"# be available, and the \"advanced\" path asks too many questions.\n" |
| 1524 |
"xserver-xfree86 xserver-xfree86/config/monitor/selection-method \\\n" |
"xserver-xfree86 xserver-xfree86/config/monitor/selection-method \\\n" |
| 1525 |
" select medium\n" |
" select medium\n" |