summaryrefslogtreecommitdiff
path: root/po/ja
diff options
context:
space:
mode:
Diffstat (limited to 'po/ja')
-rw-r--r--po/ja/boot-installer.po784
-rw-r--r--po/ja/hardware.po593
-rw-r--r--po/ja/install-methods.po308
-rw-r--r--po/ja/partitioning.po178
-rw-r--r--po/ja/preseed.po326
-rw-r--r--po/ja/random-bits.po315
-rw-r--r--po/ja/using-d-i.po396
7 files changed, 1648 insertions, 1252 deletions
diff --git a/po/ja/boot-installer.po b/po/ja/boot-installer.po
index f2180ee2f..08ffaa025 100644
--- a/po/ja/boot-installer.po
+++ b/po/ja/boot-installer.po
@@ -4,7 +4,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n"
-"POT-Creation-Date: 2014-08-26 20:40+0000\n"
+"POT-Creation-Date: 2015-01-09 19:07+0000\n"
"PO-Revision-Date: 2013-04-04 07:35+0900\n"
"Last-Translator: KURASAWA Nozomu (nabetaro) <nabetaro@debian.or.jp>\n"
"Language-Team: Japanese <debian-japanese@lists.debian.org>\n"
@@ -103,8 +103,8 @@ msgid "Booting by TFTP"
msgstr "TFTP からの起動"
#. Tag: para
-#: boot-installer.xml:70 boot-installer.xml:630 boot-installer.xml:1252
-#: boot-installer.xml:1436 boot-installer.xml:1759 boot-installer.xml:1869
+#: boot-installer.xml:70 boot-installer.xml:689 boot-installer.xml:1311
+#: boot-installer.xml:1495 boot-installer.xml:1818 boot-installer.xml:1928
#, fuzzy, no-c-format
#| msgid ""
#| "Booting from the network requires that you have a network connection and "
@@ -118,8 +118,8 @@ msgstr ""
"(DHCP, RARP, BOOTP) が必要です。"
#. Tag: para
-#: boot-installer.xml:76 boot-installer.xml:636 boot-installer.xml:1258
-#: boot-installer.xml:1442 boot-installer.xml:1765 boot-installer.xml:1875
+#: boot-installer.xml:76 boot-installer.xml:695 boot-installer.xml:1317
+#: boot-installer.xml:1501 boot-installer.xml:1824 boot-installer.xml:1934
#, no-c-format
msgid ""
"Older systems such as the 715 might require the use of an RBOOT server "
@@ -128,8 +128,8 @@ msgstr ""
"715 のような古いシステムは、BOOTP サーバではなく RBOOT サーバが必要です。"
#. Tag: para
-#: boot-installer.xml:81 boot-installer.xml:641 boot-installer.xml:1263
-#: boot-installer.xml:1447 boot-installer.xml:1770 boot-installer.xml:1880
+#: boot-installer.xml:81 boot-installer.xml:700 boot-installer.xml:1322
+#: boot-installer.xml:1506 boot-installer.xml:1829 boot-installer.xml:1939
#, fuzzy, no-c-format
#| msgid ""
#| "The installation method to support network booting is described in <xref "
@@ -271,15 +271,87 @@ msgid ""
msgstr ""
#. Tag: title
-#: boot-installer.xml:286 boot-installer.xml:865 boot-installer.xml:1522
-#: boot-installer.xml:1903
+#: boot-installer.xml:160
+#, fuzzy, no-c-format
+#| msgid "Booting from USB memory stick"
+msgid "Booting from a USB stick in u-boot"
+msgstr "USB メモリからの起動"
+
+#. Tag: para
+#: boot-installer.xml:161
+#, no-c-format
+msgid ""
+"Many modern u-boot versions have USB support and allow booting from USB mass "
+"storage devices such as USB sticks. Unfortunately the exact steps required "
+"to do that can vary quite a bit from device to device."
+msgstr ""
+
+#. Tag: para
+#: boot-installer.xml:168
+#, no-c-format
+msgid ""
+"U-Boot v2014.10 has introduced a common commandline handling and autoboot "
+"framework. This allows building generic boot images that work on any system "
+"implementing this framework. The &d-i; supports installation from a USB "
+"stick on such systems, but unfortunately not all platforms have adopted this "
+"new framework yet."
+msgstr ""
+
+#. Tag: para
+#: boot-installer.xml:177
+#, no-c-format
+msgid ""
+"To build a bootable USB stick for installing &debian;, unpack the hd-media "
+"tarball (see <xref linkend=\"where-files\"/>) onto a USB stick formatted "
+"with a filesystem supported by the u-boot version on your device. For modern "
+"u-boot versions, any of FAT16 / FAT32 / ext2 / ext3 / ext4 usually works. "
+"Then copy the ISO image file of the first &debian; installation CD or DVD "
+"onto the stick."
+msgstr ""
+
+#. Tag: para
+#: boot-installer.xml:187
+#, no-c-format
+msgid ""
+"The autoboot framework in modern u-boot versions works similar to the boot "
+"ordering options in a PC BIOS, i.e. it checks a list of possible boot "
+"devices for a valid boot image and starts the first one it finds. If there "
+"is no operating system installed, plugging in the USB stick and powering up "
+"the system should result in starting the installer. You can also initiate "
+"the USB-boot process any time from the u-boot prompt by entering the "
+"<quote>run usb_boot</quote> command."
+msgstr ""
+
+#. Tag: para
+#: boot-installer.xml:197
+#, no-c-format
+msgid ""
+"One problem that can come up when booting from a USB stick while using a "
+"serial console can be a console baudrate mismatch. If a console variable is "
+"defined in u-boot, the &d-i; boot script automatically passes it to the "
+"kernel to set the primary console device and, if applicable, the console "
+"baudrate. Unfortunately the handling of the console variable varies from "
+"platform to platform - on some platforms, the console variable includes the "
+"baudrate (as in <quote>console=ttyS0,115200</quote>), while on other "
+"platforms the console variable contains only the device (as in "
+"<quote>console=ttyS0</quote>). The latter case leads to a garbled console "
+"output when the default baudrate differs between u-boot and the kernel. "
+"Modern u-boot versions often use 115200 baud while the kernel still defaults "
+"to the traditional 9600 baud. If this happens, you should manually set the "
+"console variable to contain the correct baudrate for your system and then "
+"start the installer with the <quote>run usb_boot</quote> command."
+msgstr ""
+
+#. Tag: title
+#: boot-installer.xml:345 boot-installer.xml:924 boot-installer.xml:1581
+#: boot-installer.xml:1962
#, no-c-format
msgid "Booting from a CD-ROM"
msgstr "CD-ROM からの起動"
#. Tag: para
-#: boot-installer.xml:292 boot-installer.xml:871 boot-installer.xml:1528
-#: boot-installer.xml:1909
+#: boot-installer.xml:351 boot-installer.xml:930 boot-installer.xml:1587
+#: boot-installer.xml:1968
#, no-c-format
msgid ""
"The easiest route for most people will be to use a set of &debian; CDs. If "
@@ -295,8 +367,8 @@ msgstr ""
"</phrase>CD-ROM をドライブに入れて再起動し、次の章に進んでください。"
#. Tag: para
-#: boot-installer.xml:303 boot-installer.xml:882 boot-installer.xml:1539
-#: boot-installer.xml:1920
+#: boot-installer.xml:362 boot-installer.xml:941 boot-installer.xml:1598
+#: boot-installer.xml:1979
#, no-c-format
msgid ""
"Note that certain CD drives may require special drivers, and thus be "
@@ -311,8 +383,8 @@ msgstr ""
"ついて読んでください。"
#. Tag: para
-#: boot-installer.xml:311 boot-installer.xml:890 boot-installer.xml:1547
-#: boot-installer.xml:1928
+#: boot-installer.xml:370 boot-installer.xml:949 boot-installer.xml:1606
+#: boot-installer.xml:1987
#, fuzzy, no-c-format
#| msgid ""
#| "Even if you cannot boot from CD-ROM, you can probably install the "
@@ -334,8 +406,8 @@ msgstr ""
"ください。"
#. Tag: para
-#: boot-installer.xml:319 boot-installer.xml:898 boot-installer.xml:1555
-#: boot-installer.xml:1936
+#: boot-installer.xml:378 boot-installer.xml:957 boot-installer.xml:1614
+#: boot-installer.xml:1995
#, no-c-format
msgid ""
"If you have problems booting, see <xref linkend=\"boot-troubleshooting\"/>."
@@ -343,19 +415,19 @@ msgstr ""
"起動に問題があれば、<xref linkend=\"boot-troubleshooting\"/> をご覧ください。"
#. Tag: title
-#: boot-installer.xml:393
+#: boot-installer.xml:452
#, no-c-format
msgid "Booting from Windows"
msgstr "Windows からの起動"
#. Tag: para
-#: boot-installer.xml:394
+#: boot-installer.xml:453
#, no-c-format
msgid "To start the installer from Windows, you can either"
msgstr "Windows からインストーラを起動するには、"
#. Tag: para
-#: boot-installer.xml:399
+#: boot-installer.xml:458
#, no-c-format
msgid ""
"obtain CD-ROM/DVD-ROM<phrase condition=\"bootable-usb\"> or USB memory "
@@ -369,7 +441,7 @@ msgstr ""
"のインストールメディアを得るか、"
#. Tag: para
-#: boot-installer.xml:407
+#: boot-installer.xml:466
#, no-c-format
msgid ""
"download a standalone Windows executable, which is available as tools/win32-"
@@ -379,7 +451,7 @@ msgstr ""
"れだけで起動する Windows の実行ファイルをダウンロードします。"
#. Tag: para
-#: boot-installer.xml:415
+#: boot-installer.xml:474
#, no-c-format
msgid ""
"If you use an installation CD or DVD, a pre-installation program should be "
@@ -394,7 +466,7 @@ msgstr ""
"きます。"
#. Tag: para
-#: boot-installer.xml:423
+#: boot-installer.xml:482
#, no-c-format
msgid ""
"After the program has been started, a few preliminary questions will be "
@@ -405,13 +477,13 @@ msgstr ""
"gnu; インストーラを起動する準備が整います。"
#. Tag: title
-#: boot-installer.xml:433
+#: boot-installer.xml:492
#, no-c-format
msgid "Booting from DOS using loadlin"
msgstr "loadlin を用いた DOS からの起動"
#. Tag: para
-#: boot-installer.xml:434
+#: boot-installer.xml:493
#, no-c-format
msgid ""
"Boot into DOS (not Windows). To do this, you can for instance boot from a "
@@ -421,7 +493,7 @@ msgstr ""
"スクから起動します。"
#. Tag: para
-#: boot-installer.xml:439
+#: boot-installer.xml:498
#, no-c-format
msgid ""
"If you can access the installation CD, change the current drive to the CD-"
@@ -439,7 +511,7 @@ msgstr ""
"ブを変更します。"
#. Tag: para
-#: boot-installer.xml:449
+#: boot-installer.xml:508
#, no-c-format
msgid ""
"Enter the subdirectory for the flavor you chose, e.g., "
@@ -461,7 +533,7 @@ msgstr ""
"ください。カーネルが読み込まれインストーラシステムが起動します。"
#. Tag: title
-#: boot-installer.xml:467
+#: boot-installer.xml:526
#, no-c-format
msgid ""
"Booting from Linux using <command>LILO</command> or <command>GRUB</command>"
@@ -469,7 +541,7 @@ msgstr ""
"<command>LILO</command> や <command>GRUB</command> を用いた Linux からの起動"
#. Tag: para
-#: boot-installer.xml:470
+#: boot-installer.xml:529
#, no-c-format
msgid ""
"To boot the installer from hard disk, you must first download and place the "
@@ -480,7 +552,7 @@ msgstr ""
"なりません。"
#. Tag: para
-#: boot-installer.xml:475
+#: boot-installer.xml:534
#, no-c-format
msgid ""
"If you intend to use the hard drive only for booting and then download "
@@ -498,7 +570,7 @@ msgstr ""
"できます。(注意して行ってください)"
#. Tag: para
-#: boot-installer.xml:485
+#: boot-installer.xml:544
#, no-c-format
msgid ""
"Alternatively, if you intend to keep an existing partition on the hard drive "
@@ -516,7 +588,7 @@ msgstr ""
"ンストールできます。"
#. Tag: para
-#: boot-installer.xml:494
+#: boot-installer.xml:553
#, no-c-format
msgid ""
"For <command>LILO</command>, you will need to configure two essential things "
@@ -534,7 +606,7 @@ msgstr ""
"itemizedlist> <filename>/etc/lilo.conf</filename> の例を示します。"
#. Tag: screen
-#: boot-installer.xml:515
+#: boot-installer.xml:574
#, no-c-format
msgid ""
"image=/boot/newinstall/vmlinuz\n"
@@ -546,7 +618,7 @@ msgstr ""
" initrd=/boot/newinstall/initrd.gz"
#. Tag: para
-#: boot-installer.xml:515
+#: boot-installer.xml:574
#, no-c-format
msgid ""
"For more details, refer to the <citerefentry><refentrytitle>initrd</"
@@ -562,7 +634,7 @@ msgstr ""
"ださい。"
#. Tag: para
-#: boot-installer.xml:524
+#: boot-installer.xml:583
#, no-c-format
msgid ""
"The procedure for <command>GRUB1</command> is quite similar. Locate your "
@@ -578,7 +650,7 @@ msgstr ""
"ティションにあると仮定します)。"
#. Tag: screen
-#: boot-installer.xml:532
+#: boot-installer.xml:591
#, no-c-format
msgid ""
"title New Install\n"
@@ -593,7 +665,7 @@ msgstr ""
# trans: for instance for example?
#. Tag: para
-#: boot-installer.xml:534
+#: boot-installer.xml:593
#, no-c-format
msgid ""
"The procedure for <command>GRUB2</command> is very similar. The file is "
@@ -605,7 +677,7 @@ msgstr ""
"インストーラのエントリは以下の例の様になります。"
#. Tag: screen
-#: boot-installer.xml:540
+#: boot-installer.xml:599
#, no-c-format
msgid ""
"menuentry 'New Install' {\n"
@@ -625,7 +697,7 @@ msgstr ""
"}"
#. Tag: para
-#: boot-installer.xml:542
+#: boot-installer.xml:601
#, no-c-format
msgid ""
"From here on, there should be no difference between <command>GRUB</command> "
@@ -635,13 +707,13 @@ msgstr ""
"ん。"
#. Tag: title
-#: boot-installer.xml:551
+#: boot-installer.xml:610
#, no-c-format
msgid "Booting from USB Memory Stick"
msgstr "USB メモリからの起動"
#. Tag: para
-#: boot-installer.xml:552
+#: boot-installer.xml:611
#, no-c-format
msgid ""
"Let's assume you have prepared everything from <xref linkend=\"boot-dev-"
@@ -659,13 +731,13 @@ msgstr ""
"するか、単に &enterkey; を押してください。"
#. Tag: title
-#: boot-installer.xml:566 boot-installer.xml:1809
+#: boot-installer.xml:625 boot-installer.xml:1868
#, no-c-format
msgid "Booting from Floppies"
msgstr "フロッピーからの起動"
#. Tag: para
-#: boot-installer.xml:567 boot-installer.xml:1817
+#: boot-installer.xml:626 boot-installer.xml:1876
#, no-c-format
msgid ""
"You will have already downloaded the floppy images you needed and created "
@@ -675,7 +747,7 @@ msgstr ""
"既にダウンロードし、それらのイメージからフロッピーは作成済みかと思います。"
#. Tag: para
-#: boot-installer.xml:574
+#: boot-installer.xml:633
#, no-c-format
msgid ""
"To boot from the installer boot floppy, place it in the primary floppy "
@@ -686,7 +758,7 @@ msgstr ""
"れてください。"
#. Tag: para
-#: boot-installer.xml:580
+#: boot-installer.xml:639
#, no-c-format
msgid ""
"For installing from an LS-120 drive (ATAPI version) with a set of floppies, "
@@ -704,7 +776,7 @@ msgstr ""
"dev/hdc</userinput> と入力します。"
#. Tag: para
-#: boot-installer.xml:590
+#: boot-installer.xml:649
#, no-c-format
msgid ""
"Note that on some machines, <keycombo><keycap>Control</keycap> <keycap>Alt</"
@@ -720,7 +792,7 @@ msgstr ""
"トールを行うときは、ハードリブートを用いてください。"
#. Tag: para
-#: boot-installer.xml:599
+#: boot-installer.xml:658
#, no-c-format
msgid ""
"The floppy disk will be accessed, and you should then see a screen that "
@@ -730,7 +802,7 @@ msgstr ""
"に <prompt>boot:</prompt> というプロンプトが表示されます。"
#. Tag: para
-#: boot-installer.xml:605
+#: boot-installer.xml:664
#, no-c-format
msgid ""
"Once you press &enterkey;, you should see the message "
@@ -747,7 +819,7 @@ msgstr ""
"\"kernel-msgs\"/> で説明します。"
#. Tag: para
-#: boot-installer.xml:614
+#: boot-installer.xml:673
#, no-c-format
msgid ""
"After booting from the boot floppy, the root floppy is requested. Insert the "
@@ -761,26 +833,26 @@ msgstr ""
"起動します。"
#. Tag: title
-#: boot-installer.xml:624 boot-installer.xml:1234 boot-installer.xml:1376
-#: boot-installer.xml:1430 boot-installer.xml:1753 boot-installer.xml:1863
+#: boot-installer.xml:683 boot-installer.xml:1293 boot-installer.xml:1435
+#: boot-installer.xml:1489 boot-installer.xml:1812 boot-installer.xml:1922
#, no-c-format
msgid "Booting with TFTP"
msgstr "TFTP での起動"
#. Tag: para
-#: boot-installer.xml:649
+#: boot-installer.xml:708
#, no-c-format
msgid "There are various ways to do a TFTP boot on i386."
msgstr "i386 での TFTP ブートはいろいろな方法があります。"
#. Tag: title
-#: boot-installer.xml:655
+#: boot-installer.xml:714
#, no-c-format
msgid "NIC or Motherboard that support PXE"
msgstr "PXE をサポートする NIC・マザーボード"
#. Tag: para
-#: boot-installer.xml:656
+#: boot-installer.xml:715
#, no-c-format
msgid ""
"It could be that your Network Interface Card or Motherboard provides PXE "
@@ -794,13 +866,13 @@ msgstr ""
"BIOS を設定することができます。"
#. Tag: title
-#: boot-installer.xml:667
+#: boot-installer.xml:726
#, no-c-format
msgid "NIC with Network BootROM"
msgstr "ネットワーク BootROM がある NIC"
#. Tag: para
-#: boot-installer.xml:668
+#: boot-installer.xml:727
#, no-c-format
msgid ""
"It could be that your Network Interface Card provides TFTP boot "
@@ -810,7 +882,7 @@ msgstr ""
"せん。"
#. Tag: para
-#: boot-installer.xml:673
+#: boot-installer.xml:732
#, no-c-format
msgid ""
"Let us (<email>&email-debian-boot-list;</email>) know how did you manage it. "
@@ -820,13 +892,13 @@ msgstr ""
"ださい。この文書に参加をお願いします。"
#. Tag: title
-#: boot-installer.xml:681
+#: boot-installer.xml:740
#, no-c-format
msgid "Etherboot"
msgstr "Etherboot"
#. Tag: para
-#: boot-installer.xml:682
+#: boot-installer.xml:741
#, no-c-format
msgid ""
"The <ulink url=\"http://www.etherboot.org\">etherboot project</ulink> "
@@ -836,13 +908,13 @@ msgstr ""
"TFTP ブートを行うブートディスケットとブート ROM を提供しています。"
#. Tag: title
-#: boot-installer.xml:692
+#: boot-installer.xml:751
#, no-c-format
msgid "The Boot Screen"
msgstr "ブート画面"
#. Tag: para
-#: boot-installer.xml:693
+#: boot-installer.xml:752
#, no-c-format
msgid ""
"When the installer boots, you should be presented with a friendly graphical "
@@ -878,7 +950,7 @@ msgstr ""
"ため、オプションの数は、ほぼ 2 倍になります。"
#. Tag: para
-#: boot-installer.xml:705
+#: boot-installer.xml:764
#, fuzzy, no-c-format
#| msgid ""
#| "For a normal installation, select either the <quote>Install</quote> or "
@@ -899,7 +971,7 @@ msgstr ""
"択済み)、&enterkey; を押してインストーラを起動してください。"
#. Tag: para
-#: boot-installer.xml:713
+#: boot-installer.xml:772
#, no-c-format
msgid ""
"The <quote>Advanced options</quote> entry gives access to a second menu that "
@@ -911,7 +983,7 @@ msgstr ""
"セスできます。"
#. Tag: para
-#: boot-installer.xml:719
+#: boot-installer.xml:778
#, no-c-format
msgid ""
"If you wish or need to add any boot parameters for either the installer or "
@@ -929,7 +1001,7 @@ msgstr ""
"ニューに戻り、行った変更を取り消します。"
#. Tag: para
-#: boot-installer.xml:728
+#: boot-installer.xml:787
#, no-c-format
msgid ""
"Choosing the <quote>Help</quote> entry will result in the first help screen "
@@ -961,7 +1033,7 @@ msgstr ""
"<userinput>install fb=false</userinput>)。"
#. Tag: para
-#: boot-installer.xml:746
+#: boot-installer.xml:805
#, no-c-format
msgid ""
"The keyboard is assumed to have a default American English layout at this "
@@ -979,7 +1051,7 @@ msgstr ""
"す。"
#. Tag: para
-#: boot-installer.xml:756
+#: boot-installer.xml:815
#, no-c-format
msgid ""
"If you are using a system that has the BIOS configured to use serial "
@@ -999,7 +1071,7 @@ msgstr ""
"Remote Assistant</quote> (IRA) のテキストコンソールを含みます。"
#. Tag: para
-#: boot-installer.xml:766
+#: boot-installer.xml:825
#, no-c-format
msgid ""
"To bypass the graphical boot screen you can either blindly press &escapekey; "
@@ -1019,13 +1091,13 @@ msgstr ""
"fb=false</userinput> を追加したくなるでしょう。"
#. Tag: title
-#: boot-installer.xml:782
+#: boot-installer.xml:841
#, no-c-format
msgid "The Graphical Installer"
msgstr ""
#. Tag: para
-#: boot-installer.xml:783
+#: boot-installer.xml:842
#, no-c-format
msgid ""
"The graphical version of the installer is only available for a limited "
@@ -1036,7 +1108,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:791
+#: boot-installer.xml:850
#, no-c-format
msgid ""
"Although the functionality is identical, the graphical installer still has a "
@@ -1048,7 +1120,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:800
+#: boot-installer.xml:859
#, no-c-format
msgid ""
"The graphical installer is available with all CD images and with the hd-"
@@ -1062,7 +1134,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:811
+#: boot-installer.xml:870
#, no-c-format
msgid ""
"There is also a graphical installer image that can be netbooted. And there "
@@ -1074,7 +1146,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:824
+#: boot-installer.xml:883
#, no-c-format
msgid ""
"For &arch-title;, currently only an experimental <quote>mini</quote> ISO "
@@ -1086,7 +1158,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:838
+#: boot-installer.xml:897
#, no-c-format
msgid ""
"Just as with the text-based installer it is possible to add boot parameters "
@@ -1094,7 +1166,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:844
+#: boot-installer.xml:903
#, no-c-format
msgid ""
"The graphical installer requires significantly more memory to run than the "
@@ -1104,7 +1176,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: boot-installer.xml:851
+#: boot-installer.xml:910
#, no-c-format
msgid ""
"If the amount of memory in your system is below &minimum-memory;, the "
@@ -1114,13 +1186,13 @@ msgid ""
msgstr ""
#. Tag: title
-#: boot-installer.xml:906
+#: boot-installer.xml:965
#, no-c-format
msgid "CD Contents"
msgstr "CD の内容"
#. Tag: para
-#: boot-installer.xml:908
+#: boot-installer.xml:967
#, no-c-format
msgid ""
"There are three basic variations of &debian; Install CDs. The "
@@ -1144,7 +1216,7 @@ msgstr ""
"をインストールできます。"
#. Tag: para
-#: boot-installer.xml:924
+#: boot-installer.xml:983
#, no-c-format
msgid ""
"The IA-64 architecture uses the next generation Extensible Firmware "
@@ -1170,7 +1242,7 @@ msgstr ""
"を意味します。"
#. Tag: para
-#: boot-installer.xml:940
+#: boot-installer.xml:999
#, no-c-format
msgid ""
"The &debian; Installer CD contains a small EFI partition where the "
@@ -1186,7 +1258,7 @@ msgstr ""
"のファイルは下に記述したように EFI シェルから読むことができます。"
#. Tag: para
-#: boot-installer.xml:949
+#: boot-installer.xml:1008
#, no-c-format
msgid ""
"Most of the details of how <command>ELILO</command> actually loads and "
@@ -1209,7 +1281,7 @@ msgstr ""
"確認します。"
#. Tag: para
-#: boot-installer.xml:961
+#: boot-installer.xml:1020
#, no-c-format
msgid ""
"The EFI Boot Manager is presented as the last step of the firmware "
@@ -1232,13 +1304,13 @@ msgstr ""
"ださい。"
#. Tag: title
-#: boot-installer.xml:980
+#: boot-installer.xml:1039
#, no-c-format
msgid "IMPORTANT"
msgstr "重要"
#. Tag: para
-#: boot-installer.xml:981
+#: boot-installer.xml:1040
#, no-c-format
msgid ""
"The EFI Boot Manager will select a default boot action, typically the first "
@@ -1257,13 +1329,13 @@ msgstr ""
"ジャに戻ることができます。"
#. Tag: title
-#: boot-installer.xml:993
+#: boot-installer.xml:1052
#, no-c-format
msgid "Option 1: Booting from the Boot Option Maintenance Menu"
msgstr "オプション 1: 起動オプションメンテナンスメニューからの起動"
#. Tag: para
-#: boot-installer.xml:1000
+#: boot-installer.xml:1059
#, no-c-format
msgid ""
"Insert the CD in the DVD/CD drive and reboot the machine. The firmware will "
@@ -1274,7 +1346,7 @@ msgstr ""
"と、ファームウェアが EFI ブートマネージャの画面やメニューを表示する。"
#. Tag: para
-#: boot-installer.xml:1006
+#: boot-installer.xml:1065
#, no-c-format
msgid ""
"Select <command>Boot Maintenance Menu</command> from the menu with the arrow "
@@ -1284,7 +1356,7 @@ msgstr ""
"<command>ENTER</command> を押す。ここで新しいメニューを表示する。"
#. Tag: para
-#: boot-installer.xml:1012
+#: boot-installer.xml:1071
#, no-c-format
msgid ""
"Select <command>Boot From a File</command> from the menu with the arrow keys "
@@ -1302,7 +1374,7 @@ msgstr ""
"に気がつくだろう。"
#. Tag: para
-#: boot-installer.xml:1023
+#: boot-installer.xml:1082
#, no-c-format
msgid ""
"You can choose either of the entries that refer to the CD/DVD drive. Select "
@@ -1319,7 +1391,7 @@ msgstr ""
"移ることを要求し、CD の起動可能部分のディレクトリ一覧を表示するだろう。"
#. Tag: para
-#: boot-installer.xml:1034
+#: boot-installer.xml:1093
#, no-c-format
msgid ""
"You will only need this step if you chose <command>Debian Inst [Acpi ...</"
@@ -1334,7 +1406,7 @@ msgstr ""
"<command>ENTER</command> を押すと、ブートロードシーケンスを開始する。"
#. Tag: para
-#: boot-installer.xml:1046
+#: boot-installer.xml:1105
#, no-c-format
msgid ""
"These steps start the &debian; boot loader which will display a menu page "
@@ -1345,13 +1417,13 @@ msgstr ""
"ブートローダを起動します。起動カーネルやオプションの選択に移行してください。"
#. Tag: title
-#: boot-installer.xml:1056
+#: boot-installer.xml:1115
#, no-c-format
msgid "Option 2: Booting from the EFI Shell"
msgstr "オプション 2: EFI シェルからの起動"
#. Tag: para
-#: boot-installer.xml:1057
+#: boot-installer.xml:1116
#, no-c-format
msgid ""
"If, for some reason, option 1 is not successful, reboot the machine and when "
@@ -1365,7 +1437,7 @@ msgstr ""
"ください。"
#. Tag: para
-#: boot-installer.xml:1068
+#: boot-installer.xml:1127
#, no-c-format
msgid ""
"Insert the CD in the DVD/CD drive and reboot the machine. The firmware will "
@@ -1376,7 +1448,7 @@ msgstr ""
"と、ファームウェアが EFI ブートマネージャの画面やメニューを表示する。"
#. Tag: para
-#: boot-installer.xml:1074
+#: boot-installer.xml:1133
#, no-c-format
msgid ""
"Select <command>EFI Shell</command> from the menu with the arrow keys and "
@@ -1398,7 +1470,7 @@ msgstr ""
"化するのに数秒よけいにかかる可能性がある。"
#. Tag: para
-#: boot-installer.xml:1088
+#: boot-installer.xml:1147
#, no-c-format
msgid ""
"Examine the output from the shell looking for the CDROM drive. It is most "
@@ -1411,7 +1483,7 @@ msgstr ""
"filename> という、起動可能パーティションを持つ他のデバイスとして表される。"
#. Tag: para
-#: boot-installer.xml:1095
+#: boot-installer.xml:1154
#, no-c-format
msgid ""
"Enter <command>fs<replaceable>n</replaceable>:</command> and press "
@@ -1425,7 +1497,7 @@ msgstr ""
"される。"
#. Tag: para
-#: boot-installer.xml:1102
+#: boot-installer.xml:1161
#, no-c-format
msgid ""
"Enter <command>elilo</command> and press <command>ENTER</command>. This will "
@@ -1435,7 +1507,7 @@ msgstr ""
"ブートローダが起動される。"
#. Tag: para
-#: boot-installer.xml:1109
+#: boot-installer.xml:1168
#, no-c-format
msgid ""
"As with option 1, these steps start the &debian; boot loader which will "
@@ -1450,13 +1522,13 @@ msgstr ""
"ます。起動カーネルやオプションの選択に進んでください。"
#. Tag: title
-#: boot-installer.xml:1123
+#: boot-installer.xml:1182
#, no-c-format
msgid "Installing using a Serial Console"
msgstr "シリアルコンソールを用いたインストール"
#. Tag: para
-#: boot-installer.xml:1125
+#: boot-installer.xml:1184
#, no-c-format
msgid ""
"You may choose to perform an install using a monitor and keyboard or using a "
@@ -1477,7 +1549,7 @@ msgstr ""
"定されています。"
#. Tag: para
-#: boot-installer.xml:1136
+#: boot-installer.xml:1195
#, no-c-format
msgid ""
"In most circumstances, you will want the installer to use the same baud rate "
@@ -1490,7 +1562,7 @@ msgstr ""
"<command>baud</command> コマンドを使って取得できます。"
#. Tag: para
-#: boot-installer.xml:1143
+#: boot-installer.xml:1202
#, no-c-format
msgid ""
"If there is not an option available that is configured for the serial device "
@@ -1506,7 +1578,7 @@ msgstr ""
"力してください。"
#. Tag: para
-#: boot-installer.xml:1154
+#: boot-installer.xml:1213
#, no-c-format
msgid ""
"Most IA-64 boxes ship with a default console setting of 9600 baud. This "
@@ -1524,7 +1596,7 @@ msgstr ""
"ニューの説明をご覧ください。"
#. Tag: para
-#: boot-installer.xml:1163
+#: boot-installer.xml:1222
#, no-c-format
msgid ""
"If you select the wrong console type, you will be able to select the kernel "
@@ -1537,13 +1609,13 @@ msgstr ""
"める前に、再起動する必要があるでしょう。"
#. Tag: title
-#: boot-installer.xml:1172
+#: boot-installer.xml:1231
#, no-c-format
msgid "Selecting the Boot Kernel and Options"
msgstr "起動カーネルやオプションの選択"
#. Tag: para
-#: boot-installer.xml:1174
+#: boot-installer.xml:1233
#, no-c-format
msgid ""
"The boot loader will display a form with a menu list and a text window with "
@@ -1563,7 +1635,7 @@ msgstr ""
"明します。"
#. Tag: para
-#: boot-installer.xml:1186
+#: boot-installer.xml:1245
#, no-c-format
msgid ""
"Consult the <classname>General</classname> help screen for the description "
@@ -1585,7 +1657,7 @@ msgstr ""
"可能性があります。以下の手順で選択しインストールを開始してください。"
#. Tag: para
-#: boot-installer.xml:1204
+#: boot-installer.xml:1263
#, no-c-format
msgid ""
"Select the kernel version and installation mode most appropriate to your "
@@ -1594,7 +1666,7 @@ msgstr ""
"カーネルのバージョンと目的に対して最も適切なモードを、矢印キーで選択する。"
#. Tag: para
-#: boot-installer.xml:1209
+#: boot-installer.xml:1268
#, no-c-format
msgid ""
"Enter any boot parameters by typing at the keyboard. The text will be "
@@ -1606,7 +1678,7 @@ msgstr ""
"定を行う。"
#. Tag: para
-#: boot-installer.xml:1216
+#: boot-installer.xml:1275
#, no-c-format
msgid ""
"Press <command>ENTER</command>. This will load and start the kernel. The "
@@ -1617,7 +1689,7 @@ msgstr ""
"は &debian; インストーラの第 1 画面に通常の初期化メッセージを表示する。"
#. Tag: para
-#: boot-installer.xml:1225 boot-installer.xml:1362
+#: boot-installer.xml:1284 boot-installer.xml:1421
#, no-c-format
msgid ""
"Proceed to the next chapter to continue the installation where you will set "
@@ -1627,7 +1699,7 @@ msgstr ""
"ンストールを続けるのには、次章に進んでください。"
#. Tag: para
-#: boot-installer.xml:1236
+#: boot-installer.xml:1295
#, no-c-format
msgid ""
"Booting an IA-64 system from the network is similar to a CD boot. The only "
@@ -1646,7 +1718,7 @@ msgstr ""
"トールと同じ手順で、システムのインストールを行うことになります。"
#. Tag: para
-#: boot-installer.xml:1271
+#: boot-installer.xml:1330
#, no-c-format
msgid ""
"Network booting an IA-64 system requires two architecture-specific actions. "
@@ -1660,13 +1732,13 @@ msgstr ""
"ロードができるよう EFI ブートマネージャに定義しなければなりません。"
#. Tag: title
-#: boot-installer.xml:1282
+#: boot-installer.xml:1341
#, no-c-format
msgid "Configuring the Server"
msgstr "サーバの設定"
#. Tag: para
-#: boot-installer.xml:1283
+#: boot-installer.xml:1342
#, no-c-format
msgid ""
"A suitable TFTP entry for network booting an IA-64 system looks something "
@@ -1690,7 +1762,7 @@ msgstr ""
"することが目的であることに注意してください。"
#. Tag: para
-#: boot-installer.xml:1293
+#: boot-installer.xml:1352
#, no-c-format
msgid ""
"Extract the <filename>netboot.tar.gz</filename> file into the directory used "
@@ -1706,7 +1778,7 @@ msgstr ""
"installer</filename> ディレクトリを作成します。"
#. Tag: screen
-#: boot-installer.xml:1303
+#: boot-installer.xml:1362
#, no-c-format
msgid ""
"# cd /var/lib/tftp\n"
@@ -1724,7 +1796,7 @@ msgstr ""
"[...]"
#. Tag: para
-#: boot-installer.xml:1303
+#: boot-installer.xml:1362
#, no-c-format
msgid ""
"The <filename>netboot.tar.gz</filename> contains an <filename>elilo.conf</"
@@ -1745,13 +1817,13 @@ msgstr ""
"classname> パッケージで提供されるドキュメントを参照してください。"
#. Tag: title
-#: boot-installer.xml:1320
+#: boot-installer.xml:1379
#, no-c-format
msgid "Configuring the Client"
msgstr "クライアントの設定"
#. Tag: para
-#: boot-installer.xml:1321
+#: boot-installer.xml:1380
#, no-c-format
msgid ""
"To configure the client to support TFTP booting, start by booting to EFI and "
@@ -1781,7 +1853,7 @@ msgstr ""
"いるか、確認した方がいいでしょう。"
#. Tag: para
-#: boot-installer.xml:1353
+#: boot-installer.xml:1412
#, no-c-format
msgid ""
"The boot loader will display its prompt after it has downloaded and "
@@ -1796,13 +1868,13 @@ msgstr ""
"らカーネルの読み込みが完了すれば、&debian; インストーラを起動します。"
#. Tag: title
-#: boot-installer.xml:1379 boot-installer.xml:1403
+#: boot-installer.xml:1438 boot-installer.xml:1462
#, no-c-format
msgid "SGI TFTP Booting"
msgstr "SGI の TFTP での起動"
#. Tag: para
-#: boot-installer.xml:1380
+#: boot-installer.xml:1439
#, no-c-format
msgid ""
"After entering the command monitor use <informalexample><screen>\n"
@@ -1824,13 +1896,13 @@ msgstr ""
"</screen></informalexample> とします。"
#. Tag: title
-#: boot-installer.xml:1400 boot-installer.xml:2155
+#: boot-installer.xml:1459 boot-installer.xml:2214
#, no-c-format
msgid "Boot Parameters"
msgstr "ブートパラメータ"
#. Tag: para
-#: boot-installer.xml:1404
+#: boot-installer.xml:1463
#, no-c-format
msgid ""
"On SGI machines you can append boot parameters to the <command>bootp():</"
@@ -1840,7 +1912,7 @@ msgstr ""
"トパラメータを追加します。"
#. Tag: para
-#: boot-installer.xml:1409
+#: boot-installer.xml:1468
#, no-c-format
msgid ""
"Following the <command>bootp():</command> command you can give the path and "
@@ -1858,19 +1930,19 @@ msgstr ""
"command> を通して渡せます:"
#. Tag: screen
-#: boot-installer.xml:1419
+#: boot-installer.xml:1478
#, no-c-format
msgid "bootp(): append=\"root=/dev/sda1\""
msgstr "bootp(): append=\"root=/dev/sda1\""
#. Tag: title
-#: boot-installer.xml:1462
+#: boot-installer.xml:1521
#, no-c-format
msgid "s390 Limitations"
msgstr "s390 の制限"
#. Tag: para
-#: boot-installer.xml:1463
+#: boot-installer.xml:1522
#, no-c-format
msgid ""
"In order to run the installation system a working network setup and ssh "
@@ -1880,7 +1952,7 @@ msgstr ""
"ssh セッションが使えることが必要となります。"
#. Tag: para
-#: boot-installer.xml:1468
+#: boot-installer.xml:1527
#, no-c-format
msgid ""
"The booting process starts with a network setup that prompts you for several "
@@ -1893,13 +1965,13 @@ msgstr ""
"にログインします。すると標準のインストールシステムが起動されます。"
#. Tag: title
-#: boot-installer.xml:1479
+#: boot-installer.xml:1538
#, no-c-format
msgid "s390 Boot Parameters"
msgstr "s390 ブートパラメータ"
#. Tag: para
-#: boot-installer.xml:1480
+#: boot-installer.xml:1539
#, no-c-format
msgid ""
"On S/390 you can append boot parameters in the parm file. This file can "
@@ -1918,7 +1990,7 @@ msgstr ""
"を空白で区切ることなく、結合してカーネルに渡します。"
#. Tag: para
-#: boot-installer.xml:1497
+#: boot-installer.xml:1556
#, no-c-format
msgid ""
"If you boot the installer in a logical partition (LPAR) or virtual machine "
@@ -1958,7 +2030,7 @@ msgstr ""
"加する必要があります。"
#. Tag: para
-#: boot-installer.xml:1562
+#: boot-installer.xml:1621
#, no-c-format
msgid ""
"Currently, the only &arch-title; subarchitectures that support CD-ROM "
@@ -1976,7 +2048,7 @@ msgstr ""
"フォルト CD-ROM から起動できます。"
#. Tag: para
-#: boot-installer.xml:1571
+#: boot-installer.xml:1630
#, no-c-format
msgid ""
"To boot a PowerMac from an external Firewire CD/DVD drive invoke Open "
@@ -1994,13 +2066,13 @@ msgstr ""
"</screen></informalexample>"
#. Tag: screen
-#: boot-installer.xml:1582
+#: boot-installer.xml:1641
#, no-c-format
msgid "0 &gt; boot cd:,\\install\\yaboot"
msgstr "0 &gt; boot cd:,\\install\\yaboot"
#. Tag: para
-#: boot-installer.xml:1584
+#: boot-installer.xml:1643
#, no-c-format
msgid ""
"OldWorld PowerMacs will not boot a &debian; CD, because OldWorld computers "
@@ -2016,7 +2088,7 @@ msgstr ""
"ピードライブを使い、必要とされたファイルのために CD を指定してください。"
#. Tag: para
-#: boot-installer.xml:1593
+#: boot-installer.xml:1652
#, no-c-format
msgid ""
"To boot &debian; CD/DVD on Pegasos II machine, hold <keycap>Esc</keycap> key "
@@ -2028,13 +2100,13 @@ msgstr ""
"が表示されたら以下を入力してください。"
#. Tag: screen
-#: boot-installer.xml:1599
+#: boot-installer.xml:1658
#, no-c-format
msgid "boot cd install/pegasos"
msgstr "boot cd install/pegasos"
#. Tag: para
-#: boot-installer.xml:1601
+#: boot-installer.xml:1660
#, no-c-format
msgid ""
"On YDL Powerstation machine, pres <keycap>s</keycap> immediately after "
@@ -2046,19 +2118,19 @@ msgstr ""
"のプロンプトが表示されたら以下を入力してください。"
#. Tag: screen
-#: boot-installer.xml:1606
+#: boot-installer.xml:1665
#, no-c-format
msgid "0 > boot cdrom"
msgstr "0 > boot cdrom"
#. Tag: title
-#: boot-installer.xml:1612
+#: boot-installer.xml:1671
#, no-c-format
msgid "Booting from Hard Disk"
msgstr "ハードディスクからの起動"
#. Tag: para
-#: boot-installer.xml:1618
+#: boot-installer.xml:1677
#, no-c-format
msgid ""
"Booting from an existing operating system is often a convenient option; for "
@@ -2068,7 +2140,7 @@ msgstr ""
"のシステムについては、インストールをサポートする唯一の方法です。"
#. Tag: para
-#: boot-installer.xml:1624
+#: boot-installer.xml:1683
#, no-c-format
msgid ""
"To boot the installer from hard disk, you will have already completed "
@@ -2080,13 +2152,13 @@ msgstr ""
"があります。"
#. Tag: title
-#: boot-installer.xml:1644
+#: boot-installer.xml:1703
#, no-c-format
msgid "Booting OldWorld PowerMacs from MacOS"
msgstr "MacOS からの OldWorld PowerMac の起動"
#. Tag: para
-#: boot-installer.xml:1645
+#: boot-installer.xml:1704
#, no-c-format
msgid ""
"If you set up BootX in <xref linkend=\"files-oldworld\"/>, you can use it to "
@@ -2108,13 +2180,13 @@ msgstr ""
"タンをクリックすると、MacOS がシャットダウンして、インストーラが起動します。"
#. Tag: title
-#: boot-installer.xml:1663
+#: boot-installer.xml:1722
#, no-c-format
msgid "Booting NewWorld Macs from OpenFirmware"
msgstr "OpenFirmware からの NewWorld Mac の起動"
#. Tag: para
-#: boot-installer.xml:1664
+#: boot-installer.xml:1723
#, no-c-format
msgid ""
"You will have already placed the <filename>vmlinux</filename>, "
@@ -2160,19 +2232,19 @@ msgstr ""
"が開始されるはずです。"
#. Tag: title
-#: boot-installer.xml:1696
+#: boot-installer.xml:1755
#, no-c-format
msgid "Booting from USB memory stick"
msgstr "USB メモリからの起動"
#. Tag: para
-#: boot-installer.xml:1697
+#: boot-installer.xml:1756
#, no-c-format
msgid "Currently, NewWorld PowerMac systems are known to support USB booting."
msgstr "現在、NewWorld PowerMac は USB からの起動をサポートしています。"
#. Tag: para
-#: boot-installer.xml:1703
+#: boot-installer.xml:1762
#, no-c-format
msgid ""
"Make sure you have prepared everything from <xref linkend=\"boot-usb-files\"/"
@@ -2187,7 +2259,7 @@ msgstr ""
"覧ください。"
#. Tag: para
-#: boot-installer.xml:1712
+#: boot-installer.xml:1771
#, no-c-format
msgid ""
"You will need to work out where the USB storage device appears in the device "
@@ -2209,7 +2281,7 @@ msgstr ""
"えています。"
#. Tag: para
-#: boot-installer.xml:1724
+#: boot-installer.xml:1783
#, no-c-format
msgid ""
"Having worked out the device path, use a command like this to boot the "
@@ -2235,7 +2307,7 @@ msgstr ""
"Firmware に指示しています。"
#. Tag: para
-#: boot-installer.xml:1738
+#: boot-installer.xml:1797
#, no-c-format
msgid ""
"The system should now boot up, and you should be presented with the "
@@ -2246,7 +2318,7 @@ msgstr ""
"加の起動引数を入力するか、単に &enterkey; を押してください。"
#. Tag: para
-#: boot-installer.xml:1744
+#: boot-installer.xml:1803
#, no-c-format
msgid ""
"This boot method is new, and may be difficult to get to work on some "
@@ -2258,7 +2330,7 @@ msgstr ""
"ンストールレポートを出してください。"
#. Tag: para
-#: boot-installer.xml:1778
+#: boot-installer.xml:1837
#, no-c-format
msgid "Currently, PReP and New World PowerMac systems support netbooting."
msgstr ""
@@ -2266,7 +2338,7 @@ msgstr ""
"す。"
#. Tag: para
-#: boot-installer.xml:1782
+#: boot-installer.xml:1841
#, no-c-format
msgid ""
"On machines with Open Firmware, such as NewWorld Power Macs, enter the boot "
@@ -2302,7 +2374,7 @@ msgstr ""
"ションの説明が得られます。"
#. Tag: para
-#: boot-installer.xml:1810
+#: boot-installer.xml:1869
#, no-c-format
msgid ""
"Booting from floppies is supported for &arch-title;, although it is "
@@ -2316,7 +2388,7 @@ msgstr ""
"ん。"
#. Tag: para
-#: boot-installer.xml:1822
+#: boot-installer.xml:1881
#, no-c-format
msgid ""
"To boot from the <filename>boot-floppy-hfs.img</filename> floppy, place it "
@@ -2328,7 +2400,7 @@ msgstr ""
"てください。"
#. Tag: para
-#: boot-installer.xml:1828
+#: boot-installer.xml:1887
#, no-c-format
msgid ""
"For those not familiar with Macintosh floppy operations: a floppy placed in "
@@ -2342,7 +2414,7 @@ msgstr ""
"ションをチェックします。"
#. Tag: para
-#: boot-installer.xml:1835
+#: boot-installer.xml:1894
#, no-c-format
msgid ""
"After booting, the <filename>root.bin</filename> floppy is requested. Insert "
@@ -2354,13 +2426,13 @@ msgstr ""
"れると、インストーラプログラムが自動的に起動します。"
#. Tag: title
-#: boot-installer.xml:1846
+#: boot-installer.xml:1905
#, no-c-format
msgid "PowerPC Boot Parameters"
msgstr "PowerPC ブートパラメータ"
#. Tag: para
-#: boot-installer.xml:1847
+#: boot-installer.xml:1906
#, no-c-format
msgid ""
"Many older Apple monitors used a 640x480 67Hz mode. If your video appears "
@@ -2376,7 +2448,7 @@ msgstr ""
"userinput> に変えてください。"
#. Tag: para
-#: boot-installer.xml:1888
+#: boot-installer.xml:1947
#, no-c-format
msgid ""
"On machines with OpenBoot, simply enter the boot monitor on the machine "
@@ -2396,7 +2468,7 @@ msgstr ""
"パラメータを渡せます。"
#. Tag: para
-#: boot-installer.xml:1943
+#: boot-installer.xml:2002
#, no-c-format
msgid ""
"Most OpenBoot versions support the <userinput>boot cdrom</userinput> command "
@@ -2408,13 +2480,13 @@ msgstr ""
"システムならセカンダリのマスター) から起動せよ、という命令の別名です。"
#. Tag: title
-#: boot-installer.xml:1952
+#: boot-installer.xml:2011
#, no-c-format
msgid "IDPROM Messages"
msgstr "IDPROM メッセージ"
#. Tag: para
-#: boot-installer.xml:1953
+#: boot-installer.xml:2012
#, no-c-format
msgid ""
"If you cannot boot because you get messages about a problem with "
@@ -2429,13 +2501,13 @@ msgstr ""
"\">Sun NVRAM FAQ</ulink> を見てください。"
#. Tag: title
-#: boot-installer.xml:1972
+#: boot-installer.xml:2031
#, no-c-format
msgid "Accessibility"
msgstr "アクセシビリティ"
#. Tag: para
-#: boot-installer.xml:1973
+#: boot-installer.xml:2032
#, no-c-format
msgid ""
"Some users may need specific support because of e.g. some visual impairment. "
@@ -2463,13 +2535,13 @@ msgstr ""
"キーボードとして認識することに注意してください。"
#. Tag: title
-#: boot-installer.xml:1993
+#: boot-installer.xml:2052
#, no-c-format
msgid "Installer front-end"
msgstr ""
#. Tag: para
-#: boot-installer.xml:1994
+#: boot-installer.xml:2053
#, no-c-format
msgid ""
"The &debian; installer supports several front-ends for asking questions, "
@@ -2481,13 +2553,13 @@ msgid ""
msgstr ""
#. Tag: title
-#: boot-installer.xml:2006
+#: boot-installer.xml:2065
#, no-c-format
msgid "USB Braille Displays"
msgstr "USB 点字ディスプレイ"
#. Tag: para
-#: boot-installer.xml:2007
+#: boot-installer.xml:2066
#, no-c-format
msgid ""
"USB braille displays should be automatically detected. A textual version of "
@@ -2508,13 +2580,13 @@ msgstr ""
"す。"
#. Tag: title
-#: boot-installer.xml:2022
+#: boot-installer.xml:2081
#, no-c-format
msgid "Serial Braille Displays"
msgstr "シリアル接続点字ディスプレイ"
#. Tag: para
-#: boot-installer.xml:2023
+#: boot-installer.xml:2082
#, no-c-format
msgid ""
"Serial braille displays cannot safely be automatically detected (since that "
@@ -2553,13 +2625,13 @@ msgstr ""
"ブサイト</ulink> にドキュメントがあります。"
#. Tag: title
-#: boot-installer.xml:2046 boot-installer.xml:3053
+#: boot-installer.xml:2105 boot-installer.xml:3114
#, no-c-format
msgid "Software Speech Synthesis"
msgstr "ソフトウェア音声合成"
#. Tag: para
-#: boot-installer.xml:2047
+#: boot-installer.xml:2106
#, no-c-format
msgid ""
"Support for software speech synthesis is available on all installer images "
@@ -2577,7 +2649,7 @@ msgstr ""
"サポートを自動的にインストールします。"
#. Tag: para
-#: boot-installer.xml:2056
+#: boot-installer.xml:2115
#, no-c-format
msgid ""
"The first question (language) is spoken in english, and the remainder of "
@@ -2588,7 +2660,7 @@ msgstr ""
"で発声します (<classname>espeak</classname> が有効な場合)。"
#. Tag: para
-#: boot-installer.xml:2062
+#: boot-installer.xml:2121
#, no-c-format
msgid ""
"The default speech rate is quite slow. To make it faster, press "
@@ -2611,13 +2683,13 @@ msgstr ""
"ください。"
#. Tag: title
-#: boot-installer.xml:2081
+#: boot-installer.xml:2140
#, no-c-format
msgid "Hardware Speech Synthesis"
msgstr "ハードウェア音声合成"
#. Tag: para
-#: boot-installer.xml:2082
+#: boot-installer.xml:2141
#, no-c-format
msgid ""
"Support for hardware speech synthesis devices is available on all installer "
@@ -2631,7 +2703,7 @@ msgstr ""
"install</quote> エントリを選択する必要があります。"
#. Tag: para
-#: boot-installer.xml:2089
+#: boot-installer.xml:2148
#, no-c-format
msgid ""
"Hardware speech synthesis devices cannot be automatically detected. You thus "
@@ -2652,13 +2724,13 @@ msgstr ""
"ポートをターゲットシステムに自動でインストールします。"
#. Tag: title
-#: boot-installer.xml:2104
+#: boot-installer.xml:2163
#, no-c-format
msgid "Board Devices"
msgstr "基板デバイス"
#. Tag: para
-#: boot-installer.xml:2105
+#: boot-installer.xml:2164
#, no-c-format
msgid ""
"Some accessibility devices are actual boards that are plugged inside the "
@@ -2674,7 +2746,7 @@ msgstr ""
"これにより使用できる言語が減ってしまいます。"
#. Tag: para
-#: boot-installer.xml:2113
+#: boot-installer.xml:2172
#, no-c-format
msgid ""
"If desired a textual version of the bootloader can be activated before "
@@ -2684,13 +2756,13 @@ msgstr ""
"<userinput>h</userinput> &enterkey; をタイプしてください。"
#. Tag: title
-#: boot-installer.xml:2121
+#: boot-installer.xml:2180
#, no-c-format
msgid "High-Contrast Theme"
msgstr "高コントラストテーマ"
#. Tag: para
-#: boot-installer.xml:2122
+#: boot-installer.xml:2181
#, no-c-format
msgid ""
"For users with low vision, the installer can use a high-contrast color theme "
@@ -2702,13 +2774,13 @@ msgstr ""
"<userinput>theme=dark</userinput> を追加してください。"
#. Tag: title
-#: boot-installer.xml:2131
+#: boot-installer.xml:2190
#, no-c-format
msgid "Preseeding"
msgstr "preseed の利用"
#. Tag: para
-#: boot-installer.xml:2132
+#: boot-installer.xml:2191
#, no-c-format
msgid ""
"Alternatively, &debian; can be installed completely automatically by using "
@@ -2718,13 +2790,13 @@ msgstr ""
"これは <xref linkend=\"appendix-preseed\"/> にドキュメントがあります。"
#. Tag: title
-#: boot-installer.xml:2140
+#: boot-installer.xml:2199
#, no-c-format
msgid "Accessibility of the installed system"
msgstr "インストールしたシステムのアクセシビリティ"
#. Tag: para
-#: boot-installer.xml:2141
+#: boot-installer.xml:2200
#, no-c-format
msgid ""
"Documentation on accessibility of the installed system is available on the "
@@ -2736,7 +2808,7 @@ msgstr ""
"で利用できます。"
#. Tag: para
-#: boot-installer.xml:2156
+#: boot-installer.xml:2215
#, no-c-format
msgid ""
"Boot parameters are Linux kernel parameters which are generally used to make "
@@ -2750,7 +2822,7 @@ msgstr ""
"あるのです。"
#. Tag: para
-#: boot-installer.xml:2163
+#: boot-installer.xml:2222
#, no-c-format
msgid ""
"If this is the first time you're booting the system, try the default boot "
@@ -2764,7 +2836,7 @@ msgstr ""
"ステムに伝えるためのパラメータを調べ、あとで再起動します。"
#. Tag: para
-#: boot-installer.xml:2170
+#: boot-installer.xml:2229
#, no-c-format
msgid ""
"Information on many boot parameters can be found in the <ulink url=\"http://"
@@ -2780,13 +2852,13 @@ msgstr ""
"に含まれています。"
#. Tag: title
-#: boot-installer.xml:2182
+#: boot-installer.xml:2241
#, no-c-format
msgid "Boot console"
msgstr "ブートコンソール"
#. Tag: para
-#: boot-installer.xml:2184
+#: boot-installer.xml:2243
#, no-c-format
msgid ""
"If you are booting with a serial console, generally the kernel will "
@@ -2805,19 +2877,25 @@ msgstr ""
"ルデバイスで、通常 <filename>ttyS0</filename> のようになります。"
#. Tag: para
-#: boot-installer.xml:2196
-#, no-c-format
+#: boot-installer.xml:2255
+#, fuzzy, no-c-format
+#| msgid ""
+#| "You may need to specify parameters for the serial port, such as speed and "
+#| "parity, for instance <userinput>console=ttyS0,9600n8</userinput>; other "
+#| "typical speeds may be 57600 or 115200."
msgid ""
"You may need to specify parameters for the serial port, such as speed and "
"parity, for instance <userinput>console=ttyS0,9600n8</userinput>; other "
-"typical speeds may be 57600 or 115200."
+"typical speeds may be 57600 or 115200. Be sure to specify this option after "
+"<quote>---</quote>, so that it is copied into the bootloader configuration "
+"for the installed system (if supported by the installer for the bootloader)."
msgstr ""
"通信速度やパリティといった、シリアルポート用のパラメータを指定する必要がある"
"かもしれません。例えば <userinput>console=ttyS0,9600n8</userinput>。他の速度"
"としては 57600 や 115200 が代表的です。"
#. Tag: para
-#: boot-installer.xml:2202
+#: boot-installer.xml:2263
#, no-c-format
msgid ""
"In order to ensure the terminal type used by the installer matches your "
@@ -2844,7 +2922,7 @@ msgstr ""
"換できます。"
#. Tag: para
-#: boot-installer.xml:2218
+#: boot-installer.xml:2279
#, no-c-format
msgid ""
"For &arch-title; the serial devices are <filename>ttya</filename> or "
@@ -2858,13 +2936,13 @@ msgstr ""
"を設定しても結構です。"
#. Tag: title
-#: boot-installer.xml:2230
+#: boot-installer.xml:2291
#, no-c-format
msgid "&debian; Installer Parameters"
msgstr "&debian; Installer パラメータ"
#. Tag: para
-#: boot-installer.xml:2231
+#: boot-installer.xml:2292
#, no-c-format
msgid ""
"The installation system recognizes a few additional boot "
@@ -2878,7 +2956,7 @@ msgstr ""
"ニックしてしまいます。</para> </footnote>をいくつか認識します。"
#. Tag: para
-#: boot-installer.xml:2244
+#: boot-installer.xml:2305
#, no-c-format
msgid ""
"A number of parameters have a <quote>short form</quote> that helps avoid the "
@@ -2893,20 +2971,20 @@ msgstr ""
"ルの例は、通常、短縮形も使用しています。"
#. Tag: term
-#: boot-installer.xml:2256
+#: boot-installer.xml:2317
#, no-c-format
msgid "debconf/priority (priority)"
msgstr "debconf/priority (priority)"
#. Tag: para
-#: boot-installer.xml:2257
+#: boot-installer.xml:2318
#, no-c-format
msgid "This parameter sets the lowest priority of messages to be displayed."
msgstr ""
"このパラメータには、表示するメッセージのもっとも低い優先度を設定します。"
#. Tag: para
-#: boot-installer.xml:2261
+#: boot-installer.xml:2322
#, no-c-format
msgid ""
"The default installation uses <userinput>priority=high</userinput>. This "
@@ -2920,7 +2998,7 @@ msgstr ""
"な優先度に調整します。"
#. Tag: para
-#: boot-installer.xml:2268
+#: boot-installer.xml:2329
#, no-c-format
msgid ""
"If you add <userinput>priority=medium</userinput> as boot parameter, you "
@@ -2939,13 +3017,13 @@ msgstr ""
"なメッセージだけを表示し、大騒ぎせずに正しい設定をしようとします。"
#. Tag: term
-#: boot-installer.xml:2282
+#: boot-installer.xml:2343
#, no-c-format
msgid "DEBIAN_FRONTEND"
msgstr "DEBIAN_FRONTEND"
#. Tag: para
-#: boot-installer.xml:2283
+#: boot-installer.xml:2344
#, no-c-format
msgid ""
"This boot parameter controls the type of user interface used for the "
@@ -2981,13 +3059,13 @@ msgstr ""
"エンドを使用します。"
#. Tag: term
-#: boot-installer.xml:2314
+#: boot-installer.xml:2375
#, no-c-format
msgid "BOOT_DEBUG"
msgstr "BOOT_DEBUG"
#. Tag: para
-#: boot-installer.xml:2315
+#: boot-installer.xml:2376
#, no-c-format
msgid ""
"Setting this boot parameter to 2 will cause the installer's boot process to "
@@ -3000,49 +3078,49 @@ msgstr ""
"できます。(シェルを終了すると起動プロセスを継続します)"
#. Tag: userinput
-#: boot-installer.xml:2324
+#: boot-installer.xml:2385
#, no-c-format
msgid "BOOT_DEBUG=0"
msgstr "BOOT_DEBUG=0"
#. Tag: para
-#: boot-installer.xml:2325
+#: boot-installer.xml:2386
#, no-c-format
msgid "This is the default."
msgstr "デフォルトです。"
#. Tag: userinput
-#: boot-installer.xml:2329
+#: boot-installer.xml:2390
#, no-c-format
msgid "BOOT_DEBUG=1"
msgstr "BOOT_DEBUG=1"
#. Tag: para
-#: boot-installer.xml:2330
+#: boot-installer.xml:2391
#, no-c-format
msgid "More verbose than usual."
msgstr "通常よりも詳細です。"
#. Tag: userinput
-#: boot-installer.xml:2334
+#: boot-installer.xml:2395
#, no-c-format
msgid "BOOT_DEBUG=2"
msgstr "BOOT_DEBUG=2"
#. Tag: para
-#: boot-installer.xml:2335
+#: boot-installer.xml:2396
#, no-c-format
msgid "Lots of debugging information."
msgstr "デバッグ情報を大量に表示します。"
#. Tag: userinput
-#: boot-installer.xml:2339
+#: boot-installer.xml:2400
#, no-c-format
msgid "BOOT_DEBUG=3"
msgstr "BOOT_DEBUG=3"
#. Tag: para
-#: boot-installer.xml:2340
+#: boot-installer.xml:2401
#, no-c-format
msgid ""
"Shells are run at various points in the boot process to allow detailed "
@@ -3052,13 +3130,13 @@ msgstr ""
"起動を続けるにはシェルから抜けてください。"
#. Tag: term
-#: boot-installer.xml:2354
+#: boot-installer.xml:2415
#, no-c-format
msgid "INSTALL_MEDIA_DEV"
msgstr "INSTALL_MEDIA_DEV"
#. Tag: para
-#: boot-installer.xml:2355
+#: boot-installer.xml:2416
#, no-c-format
msgid ""
"The value of the parameter is the path to the device to load the &debian; "
@@ -3070,7 +3148,7 @@ msgstr ""
"す。"
#. Tag: para
-#: boot-installer.xml:2361
+#: boot-installer.xml:2422
#, no-c-format
msgid ""
"The boot floppy, which normally scans all floppies it can to find the root "
@@ -3080,19 +3158,19 @@ msgstr ""
"が、このパラメータで 1 つのデバイスを探すように上書きできます。"
#. Tag: term
-#: boot-installer.xml:2372
+#: boot-installer.xml:2433
#, no-c-format
msgid "log_host"
msgstr "log_host"
#. Tag: term
-#: boot-installer.xml:2373
+#: boot-installer.xml:2434
#, no-c-format
msgid "log_port"
msgstr "log_port"
#. Tag: para
-#: boot-installer.xml:2374
+#: boot-installer.xml:2435
#, no-c-format
msgid ""
"Causes the installer to send log messages to a remote syslog on the "
@@ -3104,13 +3182,13 @@ msgstr ""
"ポートのデフォルト値を、標準 syslog ポートの 514 とします。"
#. Tag: term
-#: boot-installer.xml:2385
+#: boot-installer.xml:2446
#, no-c-format
msgid "lowmem"
msgstr "lowmem"
#. Tag: para
-#: boot-installer.xml:2386
+#: boot-installer.xml:2447
#, no-c-format
msgid ""
"Can be used to force the installer to a lowmem level higher than the one the "
@@ -3122,13 +3200,13 @@ msgstr ""
"す。<xref linkend=\"lowmem\"/> もご覧ください。"
#. Tag: term
-#: boot-installer.xml:2396
+#: boot-installer.xml:2457
#, no-c-format
msgid "noshell"
msgstr "noshell"
#. Tag: para
-#: boot-installer.xml:2397
+#: boot-installer.xml:2458
#, no-c-format
msgid ""
"Prevents the installer from offering interactive shells on tty2 and tty3. "
@@ -3138,13 +3216,13 @@ msgstr ""
"リティが限られている、無人インストールの際に便利です。"
#. Tag: term
-#: boot-installer.xml:2406
+#: boot-installer.xml:2467
#, no-c-format
msgid "debian-installer/framebuffer (fb)"
msgstr "debian-installer/framebuffer (fb)"
#. Tag: para
-#: boot-installer.xml:2407
+#: boot-installer.xml:2468
#, no-c-format
msgid ""
"Some architectures use the kernel framebuffer to offer installation in a "
@@ -3162,13 +3240,13 @@ msgstr ""
"の兆候です。"
#. Tag: para
-#: boot-installer.xml:2416
+#: boot-installer.xml:2477
#, no-c-format
msgid "Such problems have been reported on hppa."
msgstr "そのような問題が、hppa について報告されています。"
#. Tag: para
-#: boot-installer.xml:2420
+#: boot-installer.xml:2481
#, no-c-format
msgid ""
"Because of display problems on some systems, framebuffer support is "
@@ -3186,13 +3264,13 @@ msgstr ""
"<userinput>fb=true</userinput> というパラメータを試してください。"
#. Tag: term
-#: boot-installer.xml:2434
+#: boot-installer.xml:2495
#, no-c-format
msgid "debian-installer/theme (theme)"
msgstr "debian-installer/theme (theme)"
#. Tag: para
-#: boot-installer.xml:2435
+#: boot-installer.xml:2496
#, no-c-format
msgid ""
"A theme determines how the user interface of the installer looks (colors, "
@@ -3208,13 +3286,13 @@ msgstr ""
"と指定してテーマを設定してください。"
#. Tag: term
-#: boot-installer.xml:2447 boot-installer.xml:2680
+#: boot-installer.xml:2508 boot-installer.xml:2741
#, no-c-format
msgid "netcfg/disable_autoconfig"
msgstr "netcfg/disable_autoconfig"
#. Tag: para
-#: boot-installer.xml:2448
+#: boot-installer.xml:2509
#, no-c-format
msgid ""
"By default, the &d-i; automatically probes for network configuration via "
@@ -3227,7 +3305,7 @@ msgstr ""
"きません。自動設定が失敗する場合のみ、手動ネットワーク設定を行えます。"
#. Tag: para
-#: boot-installer.xml:2455
+#: boot-installer.xml:2516
#, no-c-format
msgid ""
"If you have an IPv6 router or a DHCP server on your local network, but want "
@@ -3242,13 +3320,13 @@ msgstr ""
"パラメータを使用できます。"
#. Tag: term
-#: boot-installer.xml:2466
+#: boot-installer.xml:2527
#, no-c-format
msgid "hw-detect/start_pcmcia"
msgstr "hw-detect/start_pcmcia"
#. Tag: para
-#: boot-installer.xml:2467
+#: boot-installer.xml:2528
#, no-c-format
msgid ""
"Set to <userinput>false</userinput> to prevent starting PCMCIA services, if "
@@ -3259,13 +3337,13 @@ msgstr ""
"ピュータには、そういう行儀悪さがあることが知られています。"
#. Tag: term
-#: boot-installer.xml:2477
+#: boot-installer.xml:2538
#, no-c-format
msgid "disk-detect/dmraid/enable (dmraid)"
msgstr "disk-detect/dmraid/enable (dmraid)"
#. Tag: para
-#: boot-installer.xml:2478
+#: boot-installer.xml:2539
#, no-c-format
msgid ""
"Set to <userinput>true</userinput> to enable support for Serial ATA RAID "
@@ -3279,13 +3357,13 @@ msgstr ""
"\"&url-d-i-wiki;\">&debian; Installer Wiki</ulink> にあります。"
#. Tag: term
-#: boot-installer.xml:2489
+#: boot-installer.xml:2550
#, no-c-format
msgid "preseed/url (url)"
msgstr "preseed/url (url)"
#. Tag: para
-#: boot-installer.xml:2490
+#: boot-installer.xml:2551
#, no-c-format
msgid ""
"Specify the url to a preconfiguration file to download and use for "
@@ -3296,13 +3374,13 @@ msgstr ""
"い。"
#. Tag: term
-#: boot-installer.xml:2499
+#: boot-installer.xml:2560
#, no-c-format
msgid "preseed/file (file)"
msgstr "preseed/file (file)"
#. Tag: para
-#: boot-installer.xml:2500
+#: boot-installer.xml:2561
#, no-c-format
msgid ""
"Specify the path to a preconfiguration file to load for automating the "
@@ -3312,13 +3390,13 @@ msgstr ""
"<xref linkend=\"automatic-install\"/> を参照してください。"
#. Tag: term
-#: boot-installer.xml:2509
+#: boot-installer.xml:2570
#, no-c-format
msgid "preseed/interactive"
msgstr "preseed/interactive"
#. Tag: para
-#: boot-installer.xml:2510
+#: boot-installer.xml:2571
#, no-c-format
msgid ""
"Set to <userinput>true</userinput> to display questions even if they have "
@@ -3333,13 +3411,13 @@ msgstr ""
"す。詳細は、<xref linkend=\"preseed-seenflag\"/> をご覧ください。"
#. Tag: term
-#: boot-installer.xml:2522
+#: boot-installer.xml:2583
#, no-c-format
msgid "auto-install/enable (auto)"
msgstr "auto-install/enable (auto)"
#. Tag: para
-#: boot-installer.xml:2523
+#: boot-installer.xml:2584
#, no-c-format
msgid ""
"Delay questions that are normally asked before preseeding is possible until "
@@ -3351,13 +3429,13 @@ msgstr ""
"auto\"/> をご覧ください。"
#. Tag: term
-#: boot-installer.xml:2534
+#: boot-installer.xml:2595
#, no-c-format
msgid "finish-install/keep-consoles"
msgstr "finish-install/keep-consoles"
#. Tag: para
-#: boot-installer.xml:2535
+#: boot-installer.xml:2596
#, no-c-format
msgid ""
"During installations from serial or management console, the regular virtual "
@@ -3369,13 +3447,13 @@ msgstr ""
"れを回避するには <userinput>true</userinput> をセットしてください。"
#. Tag: term
-#: boot-installer.xml:2546
+#: boot-installer.xml:2607
#, no-c-format
msgid "cdrom-detect/eject"
msgstr "cdrom-detect/eject"
#. Tag: para
-#: boot-installer.xml:2547
+#: boot-installer.xml:2608
#, no-c-format
msgid ""
"By default, before rebooting, &d-i; automatically ejects the optical media "
@@ -3393,7 +3471,7 @@ msgstr ""
"ムライン、キャディタイプのドライブは、自動的にメディアをリロードできません。"
#. Tag: para
-#: boot-installer.xml:2556
+#: boot-installer.xml:2617
#, no-c-format
msgid ""
"Set to <userinput>false</userinput> to disable automatic ejection, and be "
@@ -3405,13 +3483,13 @@ msgstr ""
"要があります。"
#. Tag: term
-#: boot-installer.xml:2567
+#: boot-installer.xml:2628
#, no-c-format
msgid "base-installer/install-recommends (recommends)"
msgstr "base-installer/install-recommends (recommends)"
#. Tag: para
-#: boot-installer.xml:2568
+#: boot-installer.xml:2629
#, no-c-format
msgid ""
"By setting this option to <userinput>false</userinput>, the package "
@@ -3425,7 +3503,7 @@ msgstr ""
"base\"/> をご覧ください。"
#. Tag: para
-#: boot-installer.xml:2575
+#: boot-installer.xml:2636
#, no-c-format
msgid ""
"Note that this option allows to have a leaner system, but can also result in "
@@ -3440,13 +3518,13 @@ msgstr ""
"ンは、経験豊富なユーザにしか有用ではないでしょう。"
#. Tag: term
-#: boot-installer.xml:2587
+#: boot-installer.xml:2648
#, no-c-format
msgid "debian-installer/allow_unauthenticated"
msgstr "debian-installer/allow_unauthenticated"
#. Tag: para
-#: boot-installer.xml:2588
+#: boot-installer.xml:2649
#, no-c-format
msgid ""
"By default the installer requires that repositories be authenticated using a "
@@ -3459,13 +3537,13 @@ msgstr ""
"い。<emphasis role=\"bold\">警告: 危険です。お勧めしません。</emphasis>"
#. Tag: term
-#: boot-installer.xml:2599
+#: boot-installer.xml:2660
#, no-c-format
msgid "ramdisk_size"
msgstr "ramdisk_size"
#. Tag: para
-#: boot-installer.xml:2600
+#: boot-installer.xml:2661
#, no-c-format
msgid ""
"This parameter should already be set to a correct value where needed; set it "
@@ -3477,13 +3555,13 @@ msgstr ""
"い。値は kB で指定してください。"
#. Tag: term
-#: boot-installer.xml:2610
+#: boot-installer.xml:2671
#, no-c-format
msgid "rescue/enable"
msgstr "rescue/enable"
#. Tag: para
-#: boot-installer.xml:2611
+#: boot-installer.xml:2672
#, no-c-format
msgid ""
"Set to <userinput>true</userinput> to enter rescue mode rather than "
@@ -3493,13 +3571,13 @@ msgstr ""
"userinput> にセットしてください。<xref linkend=\"rescue\"/> をご覧ください。"
#. Tag: title
-#: boot-installer.xml:2624
+#: boot-installer.xml:2685
#, no-c-format
msgid "Using boot parameters to answer questions"
msgstr "ブートパラメータで質問に答える"
#. Tag: para
-#: boot-installer.xml:2625
+#: boot-installer.xml:2686
#, no-c-format
msgid ""
"With some exceptions, a value can be set at the boot prompt for any question "
@@ -3512,25 +3590,25 @@ msgstr ""
"bootparms\"/> にあります。特殊な例を以下に示します。"
#. Tag: term
-#: boot-installer.xml:2637
+#: boot-installer.xml:2698
#, no-c-format
msgid "debian-installer/language (language)"
msgstr "debian-installer/language (language)"
#. Tag: term
-#: boot-installer.xml:2638
+#: boot-installer.xml:2699
#, no-c-format
msgid "debian-installer/country (country)"
msgstr "debian-installer/country (country)"
#. Tag: term
-#: boot-installer.xml:2639
+#: boot-installer.xml:2700
#, no-c-format
msgid "debian-installer/locale (locale)"
msgstr "debian-installer/locale (locale)"
#. Tag: para
-#: boot-installer.xml:2640
+#: boot-installer.xml:2701
#, no-c-format
msgid ""
"There are two ways to specify the language, country and locale to use for "
@@ -3540,7 +3618,7 @@ msgstr ""
"ふたつあります。"
#. Tag: para
-#: boot-installer.xml:2645
+#: boot-installer.xml:2706
#, no-c-format
msgid ""
"The first and easiest is to pass only the parameter <literal>locale</"
@@ -3559,7 +3637,7 @@ msgstr ""
"ないということです。"
#. Tag: para
-#: boot-installer.xml:2654
+#: boot-installer.xml:2715
#, no-c-format
msgid ""
"The second, more flexible option is to specify <literal>language</literal> "
@@ -3575,13 +3653,13 @@ msgstr ""
"UTF-8</userinput>"
#. Tag: term
-#: boot-installer.xml:2666
+#: boot-installer.xml:2727
#, no-c-format
msgid "anna/choose_modules (modules)"
msgstr "anna/choose_modules (modules)"
#. Tag: para
-#: boot-installer.xml:2667
+#: boot-installer.xml:2728
#, no-c-format
msgid ""
"Can be used to automatically load installer components that are not loaded "
@@ -3597,7 +3675,7 @@ msgstr ""
"\"pppoe\"/> をご覧ください) </phrase>が便利です。"
#. Tag: para
-#: boot-installer.xml:2681
+#: boot-installer.xml:2742
#, no-c-format
msgid ""
"Set to <userinput>true</userinput> if you want to disable IPv6 "
@@ -3607,13 +3685,13 @@ msgstr ""
"には、<userinput>true</userinput> と設定します。"
#. Tag: term
-#: boot-installer.xml:2690
+#: boot-installer.xml:2751
#, no-c-format
msgid "mirror/protocol (protocol)"
msgstr "mirror/protocol (protocol)"
#. Tag: para
-#: boot-installer.xml:2691
+#: boot-installer.xml:2752
#, no-c-format
msgid ""
"By default the installer will use the http protocol to download files from "
@@ -3630,13 +3708,13 @@ msgstr ""
"ホスト名を手入力しなければならないことに注意してください。"
#. Tag: term
-#: boot-installer.xml:2704
+#: boot-installer.xml:2765
#, no-c-format
msgid "tasksel:tasksel/first (tasks)"
msgstr "tasksel:tasksel/first (tasks)"
#. Tag: para
-#: boot-installer.xml:2705
+#: boot-installer.xml:2766
#, no-c-format
msgid ""
"Can be used to select tasks that are not available from the interactive task "
@@ -3648,13 +3726,13 @@ msgstr ""
"ださい。"
#. Tag: title
-#: boot-installer.xml:2719
+#: boot-installer.xml:2780
#, no-c-format
msgid "Passing parameters to kernel modules"
msgstr "カーネルモジュールへパラメータを渡す"
#. Tag: para
-#: boot-installer.xml:2720
+#: boot-installer.xml:2781
#, no-c-format
msgid ""
"If drivers are compiled into the kernel, you can pass parameters to them as "
@@ -3677,7 +3755,7 @@ msgstr ""
"ステムに伝播します。"
#. Tag: para
-#: boot-installer.xml:2733
+#: boot-installer.xml:2794
#, no-c-format
msgid ""
"Note that it is now quite rare that parameters need to be passed to modules. "
@@ -3691,7 +3769,7 @@ msgstr ""
"は、未だにパラメータを手で設定しなければなりません。"
#. Tag: para
-#: boot-installer.xml:2740
+#: boot-installer.xml:2801
#, no-c-format
msgid ""
"The syntax to use to set parameters for modules is: "
@@ -3712,19 +3790,19 @@ msgstr ""
"スカードで BNC (coax) を使用し、IRQ 10 を設定する場合は、以下のようにします。"
#. Tag: screen
-#: boot-installer.xml:2750
+#: boot-installer.xml:2811
#, no-c-format
msgid "3c509.xcvr=3 3c509.irq=10"
msgstr "3c509.xcvr=3 3c509.irq=10"
#. Tag: title
-#: boot-installer.xml:2756
+#: boot-installer.xml:2817
#, no-c-format
msgid "Blacklisting kernel modules"
msgstr "カーネルモジュールのブラックリスト化"
#. Tag: para
-#: boot-installer.xml:2757
+#: boot-installer.xml:2818
#, no-c-format
msgid ""
"Sometimes it may be necessary to blacklist a module to prevent it from being "
@@ -3742,7 +3820,7 @@ msgstr ""
"因となります。"
#. Tag: para
-#: boot-installer.xml:2766
+#: boot-installer.xml:2827
#, no-c-format
msgid ""
"You can blacklist a module using the following syntax: "
@@ -3758,7 +3836,7 @@ msgstr ""
"が有効になります。"
#. Tag: para
-#: boot-installer.xml:2774
+#: boot-installer.xml:2835
#, no-c-format
msgid ""
"Note that a module may still be loaded by the installation system itself. "
@@ -3772,19 +3850,19 @@ msgstr ""
"げます。"
#. Tag: title
-#: boot-installer.xml:2790
+#: boot-installer.xml:2851
#, no-c-format
msgid "Troubleshooting the Installation Process"
msgstr "インストールプロセスのトラブルシューティング"
#. Tag: title
-#: boot-installer.xml:2795
+#: boot-installer.xml:2856
#, no-c-format
msgid "CD-ROM Reliability"
msgstr "CD-ROM の信頼性"
#. Tag: para
-#: boot-installer.xml:2796
+#: boot-installer.xml:2857
#, no-c-format
msgid ""
"Sometimes, especially with older CD-ROM drives, the installer may fail to "
@@ -3798,7 +3876,7 @@ msgstr ""
"す。"
#. Tag: para
-#: boot-installer.xml:2803
+#: boot-installer.xml:2864
#, no-c-format
msgid ""
"There are many different possible causes for these problems. We can only "
@@ -3809,13 +3887,13 @@ msgstr ""
"法を提供することしかできません。後はあなた次第です。"
#. Tag: para
-#: boot-installer.xml:2809
+#: boot-installer.xml:2870
#, no-c-format
msgid "There are two very simple things that you should try first."
msgstr "まずはじめに試すのは、以下の 2 点です。"
#. Tag: para
-#: boot-installer.xml:2814
+#: boot-installer.xml:2875
#, no-c-format
msgid ""
"If the CD-ROM does not boot, check that it was inserted correctly and that "
@@ -3825,7 +3903,7 @@ msgstr ""
"さい。"
#. Tag: para
-#: boot-installer.xml:2820
+#: boot-installer.xml:2881
#, no-c-format
msgid ""
"If the installer fails to recognize a CD-ROM, try just running the option "
@@ -3839,7 +3917,7 @@ msgstr ""
"ます。"
#. Tag: para
-#: boot-installer.xml:2830
+#: boot-installer.xml:2891
#, no-c-format
msgid ""
"If this does not work, then try the suggestions in the subsections below. "
@@ -3851,7 +3929,7 @@ msgstr ""
"という用語を用いています。"
#. Tag: para
-#: boot-installer.xml:2836
+#: boot-installer.xml:2897
#, no-c-format
msgid ""
"If you cannot get the installation working from CD-ROM, try one of the other "
@@ -3861,13 +3939,13 @@ msgstr ""
"さい。"
#. Tag: title
-#: boot-installer.xml:2844
+#: boot-installer.xml:2905
#, no-c-format
msgid "Common issues"
msgstr "共通の問題"
#. Tag: para
-#: boot-installer.xml:2847
+#: boot-installer.xml:2908
#, no-c-format
msgid ""
"Some older CD-ROM drives do not support reading from discs that were burned "
@@ -3877,7 +3955,7 @@ msgstr ""
"ディスクからの読み込みをサポートしていない物があります。"
#. Tag: para
-#: boot-installer.xml:2864
+#: boot-installer.xml:2925
#, no-c-format
msgid ""
"Some very old CD-ROM drives do not work correctly if <quote>direct memory "
@@ -3887,19 +3965,19 @@ msgstr ""
"(DMA) が有効だと、正しく動作しない物があります。"
#. Tag: title
-#: boot-installer.xml:2875
+#: boot-installer.xml:2936
#, no-c-format
msgid "How to investigate and maybe solve issues"
msgstr "調査および問題解決の方法"
#. Tag: para
-#: boot-installer.xml:2876
+#: boot-installer.xml:2937
#, no-c-format
msgid "If the CD-ROM fails to boot, try the suggestions listed below."
msgstr "CD-ROM が起動に失敗したら、以下のことを試してください。"
#. Tag: para
-#: boot-installer.xml:2881
+#: boot-installer.xml:2942
#, no-c-format
msgid ""
"Check that your BIOS actually supports booting from CD-ROM (only an issue "
@@ -3909,7 +3987,7 @@ msgstr ""
"み問題あり)、BIOS で CD からの起動を有効にしているかをチェックしてください。"
#. Tag: para
-#: boot-installer.xml:2888
+#: boot-installer.xml:2949
#, no-c-format
msgid ""
"If you downloaded an iso image, check that the md5sum of that image matches "
@@ -3934,7 +4012,7 @@ msgstr ""
"み込むのにイメージのサイズを利用します。"
#. Tag: screen
-#: boot-installer.xml:2901
+#: boot-installer.xml:2962
#, no-c-format
msgid ""
"$ dd if=/dev/cdrom | \\\n"
@@ -3956,7 +4034,7 @@ msgstr ""
"134486016 bytes (134 MB) copied, 97.474 seconds, 1.4 MB/s"
#. Tag: para
-#: boot-installer.xml:2906
+#: boot-installer.xml:2967
#, no-c-format
msgid ""
"If, after the installer has been booted successfully, the CD-ROM is not "
@@ -3976,7 +4054,7 @@ msgstr ""
"に切り替えて、シェルを有効にしてください。"
#. Tag: para
-#: boot-installer.xml:2918
+#: boot-installer.xml:2979
#, no-c-format
msgid ""
"Switch to VT4 or view the contents of <filename>/var/log/syslog</filename> "
@@ -3988,7 +4066,7 @@ msgstr ""
"示してください。その後、<command>dmesg</command> の出力でもチェックできます。"
#. Tag: para
-#: boot-installer.xml:2925
+#: boot-installer.xml:2986
#, no-c-format
msgid ""
"Check in the output of <command>dmesg</command> if your CD-ROM drive was "
@@ -4018,7 +4096,7 @@ msgstr ""
"むのを試せます。"
#. Tag: para
-#: boot-installer.xml:2939
+#: boot-installer.xml:3000
#, no-c-format
msgid ""
"Check that there is a device node for your CD-ROM drive under <filename>/dev/"
@@ -4030,7 +4108,7 @@ msgstr ""
"<filename>/dev/cdrom</filename> にもあるかもしれません。"
#. Tag: para
-#: boot-installer.xml:2947
+#: boot-installer.xml:3008
#, no-c-format
msgid ""
"Use the <command>mount</command> command to check if the CD-ROM is already "
@@ -4047,7 +4125,7 @@ msgstr ""
"チェックしてください。"
#. Tag: para
-#: boot-installer.xml:2957
+#: boot-installer.xml:3018
#, no-c-format
msgid ""
"Check if DMA is currently enabled: <informalexample><screen>\n"
@@ -4073,7 +4151,7 @@ msgstr ""
"クトリで操作してください。"
#. Tag: para
-#: boot-installer.xml:2972
+#: boot-installer.xml:3033
#, no-c-format
msgid ""
"If there are any problems during the installation, try checking the "
@@ -4086,13 +4164,13 @@ msgstr ""
"ションを一般的なテストとして使用できます。"
#. Tag: title
-#: boot-installer.xml:2987
+#: boot-installer.xml:3048
#, no-c-format
msgid "Floppy Disk Reliability"
msgstr "フロッピーディスクの信頼性"
#. Tag: para
-#: boot-installer.xml:2989
+#: boot-installer.xml:3050
#, no-c-format
msgid ""
"The biggest problem for people using floppy disks to install &debian; seems "
@@ -4102,7 +4180,7 @@ msgstr ""
"は、フロッピーディスクの信頼性だと思います。"
#. Tag: para
-#: boot-installer.xml:2994
+#: boot-installer.xml:3055
#, no-c-format
msgid ""
"The boot floppy is the floppy with the worst problems, because it is read by "
@@ -4120,7 +4198,7 @@ msgstr ""
"ディスク I/O エラーに関するメッセージが大量に表示されます。"
#. Tag: para
-#: boot-installer.xml:3003
+#: boot-installer.xml:3064
#, no-c-format
msgid ""
"If you are having the installation stall at a particular floppy, the first "
@@ -4137,7 +4215,7 @@ msgstr ""
"ムで書き込んでみると、うまくいくこともあるようです。"
#. Tag: para
-#: boot-installer.xml:3012
+#: boot-installer.xml:3073
#, no-c-format
msgid ""
"One user reports he had to write the images to floppy <emphasis>three</"
@@ -4149,7 +4227,7 @@ msgstr ""
"して確認するといいでしょう。"
#. Tag: para
-#: boot-installer.xml:3018
+#: boot-installer.xml:3079
#, no-c-format
msgid ""
"Normally you should not have to download a floppy image again, but if you "
@@ -4161,7 +4239,7 @@ msgstr ""
"フロッピーでは、何も問題なくいったそうです。"
#. Tag: para
-#: boot-installer.xml:3024
+#: boot-installer.xml:3085
#, no-c-format
msgid ""
"Other users have reported that simply rebooting a few times with the same "
@@ -4173,13 +4251,13 @@ msgstr ""
"ウェアのフロッピードライバのできが悪かったためでしょう。"
#. Tag: title
-#: boot-installer.xml:3033
+#: boot-installer.xml:3094
#, no-c-format
msgid "Boot Configuration"
msgstr "起動設定"
#. Tag: para
-#: boot-installer.xml:3035
+#: boot-installer.xml:3096
#, no-c-format
msgid ""
"If you have problems and the kernel hangs during the boot process, doesn't "
@@ -4192,7 +4270,7 @@ msgstr ""
"\"/> の説明に従ってブートパラメータを確認してください。"
#. Tag: para
-#: boot-installer.xml:3044
+#: boot-installer.xml:3105
#, no-c-format
msgid ""
"In some cases, malfunctions can be caused by missing device firmware (see "
@@ -4204,7 +4282,7 @@ msgstr ""
"> を参照)。"
#. Tag: para
-#: boot-installer.xml:3055
+#: boot-installer.xml:3116
#, no-c-format
msgid ""
"If software speech synthesis does not work, there is most probably an issue "
@@ -4221,37 +4299,37 @@ msgstr ""
"(Live CD など) で実行し、その結果をバグ報告してください。"
#. Tag: userinput
-#: boot-installer.xml:3066
+#: boot-installer.xml:3127
#, no-c-format
msgid "dmesg"
msgstr "dmesg"
#. Tag: userinput
-#: boot-installer.xml:3068
+#: boot-installer.xml:3129
#, no-c-format
msgid "lspci"
msgstr "lspci"
#. Tag: userinput
-#: boot-installer.xml:3070
+#: boot-installer.xml:3131
#, no-c-format
msgid "lsmod"
msgstr "lsmod"
#. Tag: userinput
-#: boot-installer.xml:3072
+#: boot-installer.xml:3133
#, no-c-format
msgid "amixer"
msgstr "amixer"
#. Tag: title
-#: boot-installer.xml:3080 boot-installer.xml:3191
+#: boot-installer.xml:3141 boot-installer.xml:3252
#, no-c-format
msgid "Common &arch-title; Installation Problems"
msgstr "&arch-title; へのインストールに共通の問題"
#. Tag: para
-#: boot-installer.xml:3081
+#: boot-installer.xml:3142
#, no-c-format
msgid ""
"There are some common installation problems that can be solved or avoided by "
@@ -4261,7 +4339,7 @@ msgstr ""
"ラメータで解決したり、確実にバイパスして回避したりできます。"
#. Tag: para
-#: boot-installer.xml:3132
+#: boot-installer.xml:3193
#, no-c-format
msgid ""
"If your screen begins to show a weird picture while the kernel boots, eg. "
@@ -4281,13 +4359,13 @@ msgstr ""
"ください。"
#. Tag: title
-#: boot-installer.xml:3146
+#: boot-installer.xml:3207
#, no-c-format
msgid "System Freeze During the PCMCIA Configuration Phase"
msgstr "PCMCIA 設定中のシステムフリーズ"
#. Tag: para
-#: boot-installer.xml:3147
+#: boot-installer.xml:3208
#, no-c-format
msgid ""
"Some very old laptop models produced by Dell are known to crash when PCMCIA "
@@ -4307,7 +4385,7 @@ msgstr ""
"が起きるリソース範囲を除外できます。"
#. Tag: para
-#: boot-installer.xml:3157
+#: boot-installer.xml:3218
#, no-c-format
msgid ""
"Alternatively, you can boot the installer in expert mode. You will then be "
@@ -4329,19 +4407,19 @@ msgstr ""
"あればカンマを省略しなければならないことに注意してください。"
#. Tag: para
-#: boot-installer.xml:3192
+#: boot-installer.xml:3253
#, no-c-format
msgid "There are some common installation problems that are worth mentioning."
msgstr "以下、言及しておくべき、インストール時の一般的な問題があります。"
#. Tag: title
-#: boot-installer.xml:3198
+#: boot-installer.xml:3259
#, no-c-format
msgid "Misdirected video output"
msgstr "ビデオ出力先の間違い"
#. Tag: para
-#: boot-installer.xml:3199
+#: boot-installer.xml:3260
#, no-c-format
msgid ""
"It is fairly common for &arch-title; to have two video cards in one machine, "
@@ -4367,7 +4445,7 @@ msgstr ""
"userinput> をインストーラに与えて起動してください。"
#. Tag: para
-#: boot-installer.xml:3213
+#: boot-installer.xml:3274
#, no-c-format
msgid ""
"Note that you may also have to manually add this parameter to the silo "
@@ -4381,13 +4459,13 @@ msgstr ""
"filename> のビデオドライバを修正してください。"
#. Tag: title
-#: boot-installer.xml:3224
+#: boot-installer.xml:3285
#, no-c-format
msgid "Failure to Boot or Install from CD-ROM"
msgstr "起動に失敗ないし CD-ROM からインストール"
#. Tag: para
-#: boot-installer.xml:3225
+#: boot-installer.xml:3286
#, no-c-format
msgid ""
"Some Sparc systems are notoriously difficult to boot from CD-ROM and even if "
@@ -4399,20 +4477,20 @@ msgstr ""
"システムで報告されています。"
#. Tag: para
-#: boot-installer.xml:3231
+#: boot-installer.xml:3292
#, no-c-format
msgid "We recommend to install such systems by netbooting the installer."
msgstr ""
"そのようなシステムでは、インストーラをネットから起動するのをお勧めします。"
#. Tag: title
-#: boot-installer.xml:3240
+#: boot-installer.xml:3301
#, no-c-format
msgid "Interpreting the Kernel Startup Messages"
msgstr "カーネルの起動時メッセージの意味"
#. Tag: para
-#: boot-installer.xml:3242
+#: boot-installer.xml:3303
#, no-c-format
msgid ""
"During the boot sequence, you may see many messages in the form "
@@ -4450,13 +4528,13 @@ msgstr ""
"baking\"/> 参照)</phrase>。"
#. Tag: title
-#: boot-installer.xml:3267
+#: boot-installer.xml:3328
#, no-c-format
msgid "Reporting Installation Problems"
msgstr "インストールで発生した問題の報告"
#. Tag: para
-#: boot-installer.xml:3268
+#: boot-installer.xml:3329
#, no-c-format
msgid ""
"If you get through the initial boot phase but cannot complete the install, "
@@ -4475,7 +4553,7 @@ msgstr ""
"バグ報告を送る際に、バグ報告にこの情報を付けることができます。"
#. Tag: para
-#: boot-installer.xml:3279
+#: boot-installer.xml:3340
#, no-c-format
msgid ""
"Other pertinent installation messages may be found in <filename>/var/log/</"
@@ -4487,13 +4565,13 @@ msgstr ""
"installer/</filename> にあるはずです。"
#. Tag: title
-#: boot-installer.xml:3290
+#: boot-installer.xml:3351
#, no-c-format
msgid "Submitting Installation Reports"
msgstr "インストールレポートの送信"
#. Tag: para
-#: boot-installer.xml:3291
+#: boot-installer.xml:3352
#, no-c-format
msgid ""
"If you still have problems, please submit an installation report. We also "
@@ -4506,7 +4584,7 @@ msgstr ""
"さんのハードウェア設定情報を手に入れることができます。"
#. Tag: para
-#: boot-installer.xml:3298
+#: boot-installer.xml:3359
#, no-c-format
msgid ""
"Note that your installation report will be published in the Debian Bug "
@@ -4518,7 +4596,7 @@ msgstr ""
"ない e-mail アドレスを使用してください。"
#. Tag: para
-#: boot-installer.xml:3304
+#: boot-installer.xml:3365
#, no-c-format
msgid ""
"If you have a working &debian; system, the easiest way to send an "
@@ -4537,7 +4615,7 @@ msgstr ""
"て、<command>reportbug installation-reports</command> を実行してください。"
#. Tag: para
-#: boot-installer.xml:3314
+#: boot-installer.xml:3375
#, no-c-format
msgid ""
"Alternatively you can use this template when filling out installation "
diff --git a/po/ja/hardware.po b/po/ja/hardware.po
index 1da93759f..bdac5ed5c 100644
--- a/po/ja/hardware.po
+++ b/po/ja/hardware.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n"
-"POT-Creation-Date: 2014-10-05 18:15+0000\n"
+"POT-Creation-Date: 2015-01-09 19:07+0000\n"
"PO-Revision-Date: 2013-10-06 23:04+0900\n"
"Last-Translator: KURASAWA Nozomu (nabetaro) <nabetaro@debian.or.jp>\n"
"Language-Team: Japanese <debian-japanese@lists.debian.org>\n"
@@ -480,8 +480,8 @@ msgid "Both AMD64 and Intel 64 processors are supported."
msgstr "AMD64 と Intel 64 プロセッサの両方をサポートしています。"
#. Tag: title
-#: hardware.xml:282 hardware.xml:603 hardware.xml:622 hardware.xml:701
-#: hardware.xml:759 hardware.xml:789
+#: hardware.xml:282 hardware.xml:627 hardware.xml:646 hardware.xml:704
+#: hardware.xml:762 hardware.xml:792
#, no-c-format
msgid "CPU, Main Boards, and Video Support"
msgstr "CPU・マザーボード・ビデオのサポート"
@@ -757,37 +757,43 @@ msgstr ""
#. Tag: para
#: hardware.xml:497
#, no-c-format
-msgid "LinkSprite pcDuino"
+msgid "LeMaker Banana Pi"
msgstr ""
#. Tag: para
#: hardware.xml:500
#, no-c-format
-msgid "Mele A1000"
+msgid "LinkSprite pcDuino"
msgstr ""
#. Tag: para
#: hardware.xml:503
#, no-c-format
-msgid "Miniand Hackberry"
+msgid "Mele A1000"
msgstr ""
#. Tag: para
#: hardware.xml:506
#, no-c-format
+msgid "Miniand Hackberry"
+msgstr ""
+
+#. Tag: para
+#: hardware.xml:509
+#, no-c-format
msgid ""
"Olimex A10-Olinuxino-LIME / A10s-Olinuxino Micro / A13-Olinuxino / A13-"
-"Olinuxino Micro / A20-Olinuxino Micro"
+"Olinuxino Micro / A20-Olinuxino-LIME / A20-Olinuxino Micro"
msgstr ""
#. Tag: para
-#: hardware.xml:510
+#: hardware.xml:514
#, no-c-format
msgid "PineRiver Mini X-Plus"
msgstr ""
#. Tag: para
-#: hardware.xml:516
+#: hardware.xml:520
#, no-c-format
msgid ""
"System support for Allwinner sunXi-based devices is limited to drivers and "
@@ -796,7 +802,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: hardware.xml:522
+#: hardware.xml:526
#, no-c-format
msgid ""
"The mainline Linux kernel generally supports serial console, ethernet, SATA, "
@@ -806,13 +812,13 @@ msgid ""
msgstr ""
#. Tag: term
-#: hardware.xml:533
+#: hardware.xml:537
#, no-c-format
msgid "SolidRun Cubox-i2eX / Cubox-i4Pro"
msgstr ""
#. Tag: para
-#: hardware.xml:535
+#: hardware.xml:539
#, no-c-format
msgid ""
"The Cubox-i series is a set of small, cubical-shaped systems based on the "
@@ -820,11 +826,32 @@ msgid ""
"to drivers and device-tree information available in the mainline Linux "
"kernel; the Freescale 3.0 kernel series for the Cubox-i is not supported by "
"Debian. Available drivers in the mainline kernel include serial console, "
-"ethernet, USB, MMC/SD-card and basic local display support over HDMI."
+"ethernet, USB, MMC/SD-card and display support over HDMI (console and X11). "
+"In addition to that, the eSATA port on the Cubox-i4Pro is supported."
+msgstr ""
+
+#. Tag: term
+#: hardware.xml:554
+#, no-c-format
+msgid "Wandboard Quad"
msgstr ""
#. Tag: para
-#: hardware.xml:550
+#: hardware.xml:556
+#, no-c-format
+msgid ""
+"The Wandboard Quad is a development board based on the Freescale i.MX6 Quad "
+"SoC. System support for it is limited to drivers and device-tree information "
+"available in the mainline Linux kernel; the wandboard-specific 3.0 and 3.10 "
+"kernel series from wandboard.org are not supported by Debian. The mainline "
+"kernel includes driver support for serial console, display via HDMI (console "
+"and X11), ethernet, USB, MMC/SD and SATA. Support for the onboard audio "
+"options (analog, S/PDIF, HDMI-Audio) and for the onboard WLAN/Bluetooth "
+"module is not available in &debian; 8."
+msgstr ""
+
+#. Tag: para
+#: hardware.xml:574
#, no-c-format
msgid ""
"Generally, the ARM multiplatform support in the Linux kernel allows running "
@@ -837,7 +864,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: hardware.xml:561
+#: hardware.xml:585
#, no-c-format
msgid ""
"When using &d-i; on such systems, you have to manually make the system "
@@ -846,19 +873,19 @@ msgid ""
msgstr ""
#. Tag: title
-#: hardware.xml:570
+#: hardware.xml:594
#, no-c-format
msgid "Platforms no longer supported by Debian/armhf"
msgstr ""
#. Tag: term
-#: hardware.xml:574
+#: hardware.xml:598
#, no-c-format
msgid "EfikaMX"
msgstr ""
#. Tag: para
-#: hardware.xml:575
+#: hardware.xml:599
#, no-c-format
msgid ""
"The EfikaMX platform (Genesi Efika Smartbook and Genesi EfikaMX nettop) has "
@@ -869,7 +896,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: hardware.xml:583
+#: hardware.xml:607
#, no-c-format
msgid ""
"Using the armmp multiplatform kernel on the EfikaMX platform would require "
@@ -877,7 +904,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: hardware.xml:604
+#: hardware.xml:628
#, no-c-format
msgid ""
"There are two major support <emphasis>&architecture;</emphasis> flavors: PA-"
@@ -895,7 +922,7 @@ msgstr ""
"ランドも使用できるようになるでしょう。"
#. Tag: para
-#: hardware.xml:623
+#: hardware.xml:647
#, no-c-format
msgid ""
"Complete information concerning supported peripherals can be found at <ulink "
@@ -907,13 +934,13 @@ msgstr ""
"なことのみ説明します。"
#. Tag: title
-#: hardware.xml:631 hardware.xml:736
+#: hardware.xml:655 hardware.xml:739
#, no-c-format
msgid "<title>CPU</title>"
msgstr "<title>CPU</title>"
#. Tag: para
-#: hardware.xml:632
+#: hardware.xml:656
#, no-c-format
msgid ""
"Nearly all x86-based (IA-32) processors still in use in personal computers "
@@ -927,46 +954,20 @@ msgstr ""
"Intel P4 Xeon といったプロセッサもサポートしています。"
#. Tag: para
-#: hardware.xml:639
+#: hardware.xml:663
#, no-c-format
msgid ""
"However, &debian; GNU/Linux &releasename; will <emphasis>not</emphasis> run "
-"on 386 or earlier processors. Despite the architecture name \"i386\", "
-"support for actual 80386 processors (and their clones) was dropped with the "
-"Sarge (r3.1) release of &debian;<footnote> <para> We have long tried to "
-"avoid this, but in the end it was necessary due a unfortunate series of "
-"issues with the compiler and the kernel, starting with an bug in the C++ ABI "
-"provided by GCC. You should still be able to run &debian; GNU/Linux on "
-"actual 80386 processors if you compile your own kernel and compile all "
-"packages from source, but that is beyond the scope of this manual. </para> </"
-"footnote>. (No version of Linux has ever supported the 286 or earlier chips "
-"in the series.) All i486 and later processors are still supported<footnote> "
-"<para> Many &debian; packages will actually run slightly faster on modern "
-"computers as a positive side effect of dropping support for these old chips. "
-"The i486, introduced in 1989, has three opcodes (bswap, cmpxchg, and xadd) "
-"which the i386, introduced in 1986, did not have. Previously, these could "
-"not be easily used by most &debian; packages; now they can. </para> </"
-"footnote>."
-msgstr ""
-"しかし &debian; GNU/Linux &releasename; は、386 以前のプロセッサでは"
-"<emphasis>動作しません</emphasis>。アーキテクチャ名が \"i386\" であるにもかか"
-"わらず、実際の 80386 プロセッサ (とそのクローン) のサポートは、&debian; の "
-"Sarge (r3.1) リリースで打ち切られました<footnote> <para> 私たちは打ち切りを避"
-"けようと努力してきましたが、GCC の提供する C++ ABI のバグに始まるコンパイラと"
-"カーネルの問題により、最終的にそうせざるを得なくなりました。自分のカーネルと"
-"すべてのパッケージをソースからコンパイルすれば、まだ 80386 プロセッサで "
-"&debian; GNU/Linux が動作するかもしれませんが、本マニュアルの範疇を越えてしま"
-"います。</para> </footnote>。(Linux では 286 やそれ以前のチップをサポートした"
-"ことはありません) i486 以降のすべてのプロセッサをサポートしています"
-"<footnote> <para> 古いチップをサポートしないことによる正の影響として、多くの "
-"&debian; パッケージが昨今のコンピュータ上で、多少速く動作することが挙げられま"
-"す。1989 年に発売された i486 では、オペコードを 3 つ (bswap, cmpxchg, xadd) "
-"持っていますが、1986 年に発売された i386 にはありません。以前はほとんどの "
-"&debian; パッケージでこれを使用できませんでしたが、現在では使用できます。</"
-"para> </footnote>。"
-
-#. Tag: para
-#: hardware.xml:672
+"on 486 or earlier processors. Despite the architecture name \"i386\", "
+"support for actual 80386 and 80486 processors (and their clones) was dropped "
+"with the Sarge (r3.1) and Squeeze (r6.0) releases of &debian;, respectively. "
+"The Intel Pentium and clones, including those without an FPU (Floating-Point "
+"Unit or math coprocessor), are supported. The Intel Quark is <emphasis>not</"
+"emphasis> supported, due to hardware errata."
+msgstr ""
+
+#. Tag: para
+#: hardware.xml:675
#, no-c-format
msgid ""
"If your system has a 64-bit processor from the AMD64 or Intel 64 families, "
@@ -978,13 +979,13 @@ msgstr ""
"amd64 アーキテクチャ用インストーラを使用した方がいいと思います。"
#. Tag: title
-#: hardware.xml:681
+#: hardware.xml:684
#, no-c-format
msgid "I/O Bus"
msgstr "I/O バス"
#. Tag: para
-#: hardware.xml:682
+#: hardware.xml:685
#, no-c-format
msgid ""
"The system bus is the part of the motherboard which allows the CPU to "
@@ -1000,7 +1001,7 @@ msgstr ""
"のどれかが使われています。"
#. Tag: para
-#: hardware.xml:702
+#: hardware.xml:705
#, no-c-format
msgid ""
"&debian; on &arch-title; supports the following platforms: <itemizedlist> "
@@ -1034,7 +1035,7 @@ msgstr ""
"グリスト</ulink>に連絡してください。"
#. Tag: para
-#: hardware.xml:737
+#: hardware.xml:740
#, no-c-format
msgid ""
"On SGI IP22, SGI Indy, Indigo 2 and Challenge S with R4000, R4400, R4600 and "
@@ -1048,7 +1049,7 @@ msgstr ""
"います。"
#. Tag: para
-#: hardware.xml:743
+#: hardware.xml:746
#, no-c-format
msgid ""
"Some MIPS machines can be operated in both big and little endian mode. For "
@@ -1060,7 +1061,7 @@ msgstr ""
"チャの文書をご覧ください。"
#. Tag: para
-#: hardware.xml:760
+#: hardware.xml:763
#, fuzzy, no-c-format
#| msgid ""
#| "&debian; on &arch-title; supports the following platforms: <itemizedlist> "
@@ -1100,7 +1101,7 @@ msgstr ""
"ください。"
#. Tag: para
-#: hardware.xml:790
+#: hardware.xml:793
#, no-c-format
msgid ""
"For &debian-gnu; &release; only the PMac (Power-Macintosh or PowerMac) and "
@@ -1110,13 +1111,13 @@ msgstr ""
"キテクチャと PreP サブアーキテクチャのみサポートしています。"
#. Tag: title
-#: hardware.xml:811
+#: hardware.xml:814
#, no-c-format
msgid "Kernel Flavours"
msgstr "カーネルフレーバー"
#. Tag: para
-#: hardware.xml:813
+#: hardware.xml:816
#, no-c-format
msgid ""
"There are two flavours of the powerpc kernel in &debian;, based on the CPU "
@@ -1126,13 +1127,13 @@ msgstr ""
"種類あります。"
#. Tag: term
-#: hardware.xml:820
+#: hardware.xml:823
#, no-c-format
msgid "<term>powerpc</term>"
msgstr "<term>powerpc</term>"
#. Tag: para
-#: hardware.xml:821
+#: hardware.xml:824
#, no-c-format
msgid ""
"This kernel flavour supports the PowerPC 601, 603, 604, 740, 750, and 7400 "
@@ -1144,31 +1145,31 @@ msgstr ""
"このいずれかのプロセッサを使用しています。"
#. Tag: term
-#: hardware.xml:831
+#: hardware.xml:834
#, no-c-format
msgid "powerpc-smp"
msgstr "powerpc-smp"
#. Tag: para
-#: hardware.xml:832
+#: hardware.xml:835
#, no-c-format
msgid "All Apple PowerMac G4 SMP machines."
msgstr "Apple PowerMac G4 SMP の全マシン"
#. Tag: term
-#: hardware.xml:840
+#: hardware.xml:843
#, no-c-format
msgid "power64"
msgstr "power64"
#. Tag: para
-#: hardware.xml:841
+#: hardware.xml:844
#, no-c-format
msgid "The power64 kernel flavour supports the following CPUs:"
msgstr "power64 カーネルフレーバーは以下の CPU をサポートしています。"
#. Tag: para
-#: hardware.xml:845
+#: hardware.xml:848
#, no-c-format
msgid ""
"The POWER3 processor is used in older IBM 64-bit server systems: known "
@@ -1180,7 +1181,7 @@ msgstr ""
"7044-170, 7043-260, 7044-270 です。"
#. Tag: para
-#: hardware.xml:851
+#: hardware.xml:854
#, no-c-format
msgid ""
"The POWER4 processor is used in more recent IBM 64-bit server systems: known "
@@ -1190,7 +1191,7 @@ msgstr ""
"す。よく知られたモデルは、pSeries 615, 630, 650, 655, 670, 690 です。"
#. Tag: para
-#: hardware.xml:856
+#: hardware.xml:859
#, no-c-format
msgid ""
"Systems using the PPC970 processor (Apple G5, YDL PowerStation, IBM "
@@ -1202,19 +1203,19 @@ msgstr ""
"カーネルフレーバーを使用します。"
#. Tag: para
-#: hardware.xml:862
+#: hardware.xml:865
#, no-c-format
msgid "Newer IBM systems using POWER5, POWER6, and POWER7 processors."
msgstr "POWER5、POWER6、POWER7 プロセッサを使用した新しめの IBM システム。"
#. Tag: title
-#: hardware.xml:895
+#: hardware.xml:898
#, no-c-format
msgid "Power Macintosh (pmac) subarchitecture"
msgstr "Power Macintosh (pmac) サブアーキテクチャ"
#. Tag: para
-#: hardware.xml:897
+#: hardware.xml:900
#, no-c-format
msgid ""
"Apple (and briefly a few other manufacturers &mdash; Power Computing, for "
@@ -1228,7 +1229,7 @@ msgstr ""
"に分類されています。"
#. Tag: para
-#: hardware.xml:904
+#: hardware.xml:907
#, no-c-format
msgid ""
"OldWorld systems are most Power Macintoshes with a floppy drive and a PCI "
@@ -1242,7 +1243,7 @@ msgstr ""
"規則を持つ iMac 以前の PowerPC モデルも OldWorld です。"
#. Tag: para
-#: hardware.xml:912
+#: hardware.xml:915
#, no-c-format
msgid ""
"The so called NewWorld PowerMacs are any PowerMacs in translucent colored "
@@ -1257,7 +1258,7 @@ msgstr ""
"れ、MacOS 用に <quote>ROM in RAM</quote> システムを使用しています。"
#. Tag: para
-#: hardware.xml:920
+#: hardware.xml:923
#, no-c-format
msgid ""
"Specifications for Apple hardware are available at <ulink url=\"http://www."
@@ -1271,392 +1272,392 @@ msgstr ""
"\">AppleSpec Legacy</ulink> から入手できます。"
#. Tag: entry
-#: hardware.xml:936 hardware.xml:1071 hardware.xml:1115 hardware.xml:1148
+#: hardware.xml:939 hardware.xml:1074 hardware.xml:1118 hardware.xml:1151
#, no-c-format
msgid "Model Name/Number"
msgstr "モデル名/型番"
#. Tag: entry
-#: hardware.xml:937
+#: hardware.xml:940
#, no-c-format
msgid "Generation"
msgstr "世代"
#. Tag: entry
-#: hardware.xml:943
+#: hardware.xml:946
#, no-c-format
msgid "Apple"
msgstr "Apple"
#. Tag: entry
-#: hardware.xml:944
+#: hardware.xml:947
#, no-c-format
msgid "iMac Bondi Blue, 5 Flavors, Slot Loading"
msgstr "iMac ボンダイブルー、5 色、スロットローディング"
#. Tag: entry
-#: hardware.xml:945 hardware.xml:948 hardware.xml:951 hardware.xml:954
-#: hardware.xml:957 hardware.xml:960 hardware.xml:963 hardware.xml:966
-#: hardware.xml:969 hardware.xml:972 hardware.xml:975 hardware.xml:978
-#: hardware.xml:981 hardware.xml:984 hardware.xml:987 hardware.xml:990
+#: hardware.xml:948 hardware.xml:951 hardware.xml:954 hardware.xml:957
+#: hardware.xml:960 hardware.xml:963 hardware.xml:966 hardware.xml:969
+#: hardware.xml:972 hardware.xml:975 hardware.xml:978 hardware.xml:981
+#: hardware.xml:984 hardware.xml:987 hardware.xml:990 hardware.xml:993
#, no-c-format
msgid "NewWorld"
msgstr "NewWorld"
#. Tag: entry
-#: hardware.xml:947
+#: hardware.xml:950
#, no-c-format
msgid "iMac Summer 2000, Early 2001"
msgstr "iMac 2000 年夏モデル、2001 年年初モデル"
#. Tag: entry
-#: hardware.xml:950
+#: hardware.xml:953
#, no-c-format
msgid "iMac G5"
msgstr "iMac G5"
#. Tag: entry
-#: hardware.xml:953
+#: hardware.xml:956
#, no-c-format
msgid "iBook, iBook SE, iBook Dual USB"
msgstr "iBook, iBook SE, iBook Dual USB"
#. Tag: entry
-#: hardware.xml:956
+#: hardware.xml:959
#, no-c-format
msgid "iBook2"
msgstr "iBook2"
#. Tag: entry
-#: hardware.xml:959
+#: hardware.xml:962
#, no-c-format
msgid "iBook G4"
msgstr "iBook G4"
#. Tag: entry
-#: hardware.xml:962
+#: hardware.xml:965
#, no-c-format
msgid "Power Macintosh Blue and White (B&amp;W) G3"
msgstr "Power Macintosh Blue and White (B&amp;W) G3"
#. Tag: entry
-#: hardware.xml:965
+#: hardware.xml:968
#, no-c-format
msgid "Power Macintosh G4 PCI, AGP, Cube"
msgstr "Power Macintosh G4 PCI, AGP, Cube"
#. Tag: entry
-#: hardware.xml:968
+#: hardware.xml:971
#, no-c-format
msgid "Power Macintosh G4 Gigabit Ethernet"
msgstr "Power Macintosh G4 Gigabit Ethernet"
#. Tag: entry
-#: hardware.xml:971
+#: hardware.xml:974
#, no-c-format
msgid "Power Macintosh G4 Digital Audio, Quicksilver"
msgstr "Power Macintosh G4 Digital Audio, Quicksilver"
#. Tag: entry
-#: hardware.xml:974
+#: hardware.xml:977
#, no-c-format
msgid "Power Macintosh G5"
msgstr "Power Macintosh G5"
#. Tag: entry
-#: hardware.xml:977
+#: hardware.xml:980
#, no-c-format
msgid "PowerBook G3 FireWire Pismo (2000)"
msgstr "PowerBook G3 FireWire Pismo (2000)"
#. Tag: entry
-#: hardware.xml:980
+#: hardware.xml:983
#, no-c-format
msgid "PowerBook G3 Lombard (1999)"
msgstr "PowerBook G3 Lombard (1999)"
#. Tag: entry
-#: hardware.xml:983
+#: hardware.xml:986
#, no-c-format
msgid "PowerBook G4 Titanium"
msgstr "PowerBook G4 Titanium"
#. Tag: entry
-#: hardware.xml:986
+#: hardware.xml:989
#, no-c-format
msgid "PowerBook G4 Aluminum"
msgstr "PowerBook G4 Aluminum"
#. Tag: entry
-#: hardware.xml:989
+#: hardware.xml:992
#, no-c-format
msgid "Xserve G5"
msgstr "Xserve G5"
#. Tag: entry
-#: hardware.xml:992
+#: hardware.xml:995
#, no-c-format
msgid "Performa 4400, 54xx, 5500"
msgstr "Performa 4400, 54xx, 5500"
#. Tag: entry
-#: hardware.xml:993 hardware.xml:996 hardware.xml:999 hardware.xml:1002
-#: hardware.xml:1005 hardware.xml:1008 hardware.xml:1011 hardware.xml:1014
-#: hardware.xml:1017 hardware.xml:1020 hardware.xml:1023 hardware.xml:1026
-#: hardware.xml:1032 hardware.xml:1035 hardware.xml:1041 hardware.xml:1047
-#: hardware.xml:1053
+#: hardware.xml:996 hardware.xml:999 hardware.xml:1002 hardware.xml:1005
+#: hardware.xml:1008 hardware.xml:1011 hardware.xml:1014 hardware.xml:1017
+#: hardware.xml:1020 hardware.xml:1023 hardware.xml:1026 hardware.xml:1029
+#: hardware.xml:1035 hardware.xml:1038 hardware.xml:1044 hardware.xml:1050
+#: hardware.xml:1056
#, no-c-format
msgid "OldWorld"
msgstr "OldWorld"
#. Tag: entry
-#: hardware.xml:995
+#: hardware.xml:998
#, no-c-format
msgid "Performa 6360, 6400, 6500"
msgstr "Performa 6360, 6400, 6500"
#. Tag: entry
-#: hardware.xml:998
+#: hardware.xml:1001
#, no-c-format
msgid "Power Macintosh 4400, 5400"
msgstr "Power Macintosh 4400, 5400"
#. Tag: entry
-#: hardware.xml:1001
+#: hardware.xml:1004
#, no-c-format
msgid "Power Macintosh 7200, 7300, 7500, 7600"
msgstr "Power Macintosh 7200, 7300, 7500, 7600"
#. Tag: entry
-#: hardware.xml:1004
+#: hardware.xml:1007
#, no-c-format
msgid "Power Macintosh 8200, 8500, 8600"
msgstr "Power Macintosh 8200, 8500, 8600"
#. Tag: entry
-#: hardware.xml:1007
+#: hardware.xml:1010
#, no-c-format
msgid "Power Macintosh 9500, 9600"
msgstr "Power Macintosh 9500, 9600"
#. Tag: entry
-#: hardware.xml:1010
+#: hardware.xml:1013
#, no-c-format
msgid "Power Macintosh (Beige) G3 Minitower"
msgstr "Power Macintosh (ベージュ) G3 ミニタワー"
#. Tag: entry
-#: hardware.xml:1013
+#: hardware.xml:1016
#, no-c-format
msgid "Power Macintosh (Beige) Desktop, All-in-One"
msgstr "Power Macintosh (ベージュ) デスクトップ, オールインワン"
#. Tag: entry
-#: hardware.xml:1016
+#: hardware.xml:1019
#, no-c-format
msgid "PowerBook 2400, 3400, 3500"
msgstr "PowerBook 2400, 3400, 3500"
#. Tag: entry
-#: hardware.xml:1019
+#: hardware.xml:1022
#, no-c-format
msgid "PowerBook G3 Wallstreet (1998)"
msgstr "PowerBook G3 Wallstreet (1998)"
#. Tag: entry
-#: hardware.xml:1022
+#: hardware.xml:1025
#, no-c-format
msgid "Twentieth Anniversary Macintosh"
msgstr "Twentieth Anniversary Macintosh"
#. Tag: entry
-#: hardware.xml:1025
+#: hardware.xml:1028
#, no-c-format
msgid "Workgroup Server 7250, 7350, 8550, 9650, G3"
msgstr "Workgroup Server 7250, 7350, 8550, 9650, G3"
#. Tag: entry
-#: hardware.xml:1030
+#: hardware.xml:1033
#, no-c-format
msgid "Power Computing"
msgstr "Power Computing"
#. Tag: entry
-#: hardware.xml:1031
+#: hardware.xml:1034
#, no-c-format
msgid "PowerBase, PowerTower / Pro, PowerWave"
msgstr "PowerBase, PowerTower / Pro, PowerWave"
#. Tag: entry
-#: hardware.xml:1034
+#: hardware.xml:1037
#, no-c-format
msgid "PowerCenter / Pro, PowerCurve"
msgstr "PowerCenter / Pro, PowerCurve"
#. Tag: entry
-#: hardware.xml:1039
+#: hardware.xml:1042
#, no-c-format
msgid "UMAX"
msgstr "UMAX"
#. Tag: entry
-#: hardware.xml:1040
+#: hardware.xml:1043
#, no-c-format
msgid "C500, C600, J700, S900"
msgstr "C500, C600, J700, S900"
#. Tag: entry
-#: hardware.xml:1045
+#: hardware.xml:1048
#, no-c-format
msgid "<entry>APS</entry>"
msgstr "<entry>APS</entry>"
#. Tag: entry
-#: hardware.xml:1046
+#: hardware.xml:1049
#, no-c-format
msgid "APS Tech M*Power 604e/2000"
msgstr "APS Tech M*Power 604e/2000"
#. Tag: entry
-#: hardware.xml:1051 hardware.xml:1077
+#: hardware.xml:1054 hardware.xml:1080
#, no-c-format
msgid "Motorola"
msgstr "Motorola"
#. Tag: entry
-#: hardware.xml:1052
+#: hardware.xml:1055
#, no-c-format
msgid "Starmax 3000, 4000, 5000, 5500"
msgstr "Starmax 3000, 4000, 5000, 5500"
#. Tag: title
-#: hardware.xml:1061
+#: hardware.xml:1064
#, no-c-format
msgid "PReP subarchitecture"
msgstr "PReP サブアーキテクチャ"
#. Tag: entry
-#: hardware.xml:1078
+#: hardware.xml:1081
#, no-c-format
msgid "Firepower, PowerStack Series E, PowerStack II"
msgstr "Firepower, PowerStack Series E, PowerStack II"
#. Tag: entry
-#: hardware.xml:1080
+#: hardware.xml:1083
#, no-c-format
msgid "MPC 7xx, 8xx"
msgstr "MPC 7xx, 8xx"
#. Tag: entry
-#: hardware.xml:1082
+#: hardware.xml:1085
#, no-c-format
msgid "MTX, MTX+"
msgstr "MTX, MTX+"
#. Tag: entry
-#: hardware.xml:1084
+#: hardware.xml:1087
#, no-c-format
msgid "MVME2300(SC)/24xx/26xx/27xx/36xx/46xx"
msgstr "MVME2300(SC)/24xx/26xx/27xx/36xx/46xx"
#. Tag: entry
-#: hardware.xml:1086
+#: hardware.xml:1089
#, no-c-format
msgid "MCP(N)750"
msgstr "MCP(N)750"
#. Tag: entry
-#: hardware.xml:1090 hardware.xml:1121
+#: hardware.xml:1093 hardware.xml:1124
#, no-c-format
msgid "IBM RS/6000"
msgstr "IBM RS/6000"
#. Tag: entry
-#: hardware.xml:1091
+#: hardware.xml:1094
#, no-c-format
msgid "40P, 43P"
msgstr "40P, 43P"
#. Tag: entry
-#: hardware.xml:1093
+#: hardware.xml:1096
#, no-c-format
msgid "Power 830/850/860 (6070, 6050)"
msgstr "Power 830/850/860 (6070, 6050)"
#. Tag: entry
-#: hardware.xml:1095
+#: hardware.xml:1098
#, no-c-format
msgid "6030, 7025, 7043"
msgstr "6030, 7025, 7043"
#. Tag: entry
-#: hardware.xml:1097
+#: hardware.xml:1100
#, no-c-format
msgid "p640"
msgstr "p640"
#. Tag: title
-#: hardware.xml:1105
+#: hardware.xml:1108
#, no-c-format
msgid "CHRP subarchitecture"
msgstr "CHRP サブアーキテクチャ"
#. Tag: entry
-#: hardware.xml:1122
+#: hardware.xml:1125
#, no-c-format
msgid "B50, 43P-150, 44P"
msgstr "B50, 43P-150, 44P"
#. Tag: entry
-#: hardware.xml:1125
+#: hardware.xml:1128
#, no-c-format
msgid "Genesi"
msgstr "Genesi"
#. Tag: entry
-#: hardware.xml:1126
+#: hardware.xml:1129
#, no-c-format
msgid "Pegasos I, Pegasos II"
msgstr "Pegasos I, Pegasos II"
#. Tag: entry
-#: hardware.xml:1129
+#: hardware.xml:1132
#, no-c-format
msgid "Fixstars"
msgstr "Fixstars"
#. Tag: entry
-#: hardware.xml:1130
+#: hardware.xml:1133
#, no-c-format
msgid "YDL PowerStation"
msgstr "YDL PowerStation"
#. Tag: title
-#: hardware.xml:1138
+#: hardware.xml:1141
#, no-c-format
msgid "APUS subarchitecture (unsupported)"
msgstr "APUS サブアーキテクチャ (未サポート)"
#. Tag: entry
-#: hardware.xml:1154
+#: hardware.xml:1157
#, no-c-format
msgid "Amiga Power-UP Systems (APUS)"
msgstr "Amiga Power-UP Systems (APUS)"
#. Tag: entry
-#: hardware.xml:1155
+#: hardware.xml:1158
#, no-c-format
msgid "A1200, A3000, A4000"
msgstr "A1200, A3000, A4000"
#. Tag: title
-#: hardware.xml:1163
+#: hardware.xml:1166
#, no-c-format
msgid "Nubus PowerMac subarchitecture (unsupported)"
msgstr "Nubus PowerMac サブアーキテクチャ (未サポート)"
#. Tag: para
-#: hardware.xml:1165
+#: hardware.xml:1168
#, no-c-format
msgid ""
"NuBus systems are not currently supported by &debian;/powerpc. The "
@@ -1682,13 +1683,13 @@ msgstr ""
"サポートされています。"
#. Tag: title
-#: hardware.xml:1202
+#: hardware.xml:1205
#, no-c-format
msgid "Non-PowerPC Macs"
msgstr "非 PowerPC Mac"
#. Tag: para
-#: hardware.xml:1204
+#: hardware.xml:1207
#, no-c-format
msgid ""
"Macintosh computers using the 680x0 series of processors are <emphasis>not</"
@@ -1706,7 +1707,7 @@ msgstr ""
"該当します。"
#. Tag: para
-#: hardware.xml:1213
+#: hardware.xml:1216
#, no-c-format
msgid ""
"This model range started with the Mac II (Mac II, IIx, IIcx, IIci, IIsi, "
@@ -1721,7 +1722,7 @@ msgstr ""
"840AV, 900, 950)、最後に Performa 200-640CD となります。"
#. Tag: para
-#: hardware.xml:1221
+#: hardware.xml:1224
#, no-c-format
msgid ""
"In laptops, it started with the Mac Portable, then the PowerBook 100-190cs "
@@ -1733,13 +1734,13 @@ msgstr ""
"ください)"
#. Tag: title
-#: hardware.xml:1237
+#: hardware.xml:1240
#, no-c-format
msgid "zSeries and System z machine types"
msgstr "zSeries や System z マシンタイプ"
#. Tag: para
-#: hardware.xml:1238
+#: hardware.xml:1241
#, no-c-format
msgid ""
"Since &debian; Squeeze, support for booting in ESA/390 mode was dropped. "
@@ -1763,13 +1764,13 @@ msgstr ""
"trademark> ページ</ulink> にあります。"
#. Tag: title
-#: hardware.xml:1255
+#: hardware.xml:1258
#, no-c-format
msgid "PAV and HyperPAV"
msgstr "PAV と HyperPAV"
#. Tag: para
-#: hardware.xml:1256
+#: hardware.xml:1259
#, no-c-format
msgid ""
"PAV and HyperPAV are supported transparently, multipathing is not needed to "
@@ -1783,13 +1784,13 @@ msgstr ""
"利用のいずれも提案されません。"
#. Tag: title
-#: hardware.xml:1272
+#: hardware.xml:1275
#, no-c-format
msgid "CPU and Main Boards Support"
msgstr "CPU・マザーボードのサポート"
#. Tag: para
-#: hardware.xml:1273
+#: hardware.xml:1276
#, no-c-format
msgid ""
"Sparc-based hardware is divided into a number of different subarchitectures, "
@@ -1803,13 +1804,13 @@ msgstr ""
"ろうか、といったことを一覧します。"
#. Tag: term
-#: hardware.xml:1284
+#: hardware.xml:1287
#, no-c-format
msgid "sun4, sun4c, sun4d, sun4m"
msgstr "sun4, sun4c, sun4d, sun4m"
#. Tag: para
-#: hardware.xml:1286
+#: hardware.xml:1289
#, no-c-format
msgid ""
"None of these 32-bit sparc subarchitectures (sparc32) is supported. For a "
@@ -1823,7 +1824,7 @@ msgstr ""
"ページ</ulink> をご覧ください。"
#. Tag: para
-#: hardware.xml:1293
+#: hardware.xml:1296
#, no-c-format
msgid ""
"The last &debian; release to support sparc32 was Etch, but even then only "
@@ -1835,13 +1836,13 @@ msgstr ""
"ポートは、以前のリリースから終了しています。"
#. Tag: term
-#: hardware.xml:1303
+#: hardware.xml:1306
#, no-c-format
msgid "sun4u"
msgstr ""
#. Tag: para
-#: hardware.xml:1305
+#: hardware.xml:1308
#, no-c-format
msgid ""
"This subarchitecture includes all 64-bit machines (sparc64) based on the "
@@ -1858,13 +1859,13 @@ msgstr ""
"にあわせて、sparc64 か sparc64-smp のカーネルを使用してください。"
#. Tag: term
-#: hardware.xml:1318
+#: hardware.xml:1321
#, no-c-format
msgid "sun4v"
msgstr ""
#. Tag: para
-#: hardware.xml:1320
+#: hardware.xml:1323
#, no-c-format
msgid ""
"This is the newest addition to the Sparc family, which includes machines "
@@ -1878,7 +1879,7 @@ msgstr ""
"い。"
#. Tag: para
-#: hardware.xml:1331
+#: hardware.xml:1334
#, no-c-format
msgid ""
"Note that Fujitsu's SPARC64 CPUs used in PRIMEPOWER family of servers are "
@@ -1889,13 +1890,13 @@ msgstr ""
"ください。"
#. Tag: title
-#: hardware.xml:1340
+#: hardware.xml:1343
#, no-c-format
msgid "Laptops"
msgstr "ラップトップコンピュータ"
#. Tag: para
-#: hardware.xml:1341
+#: hardware.xml:1344
#, no-c-format
msgid ""
"From a technical point of view, laptops are normal PCs, so all information "
@@ -1919,13 +1920,13 @@ msgstr ""
"\">Linux ラップトップページ</ulink> をご覧ください。"
#. Tag: title
-#: hardware.xml:1358 hardware.xml:1378 hardware.xml:1405 hardware.xml:1428
+#: hardware.xml:1361 hardware.xml:1381 hardware.xml:1408 hardware.xml:1431
#, no-c-format
msgid "Multiple Processors"
msgstr "マルチプロセッサ"
#. Tag: para
-#: hardware.xml:1359
+#: hardware.xml:1362
#, fuzzy, no-c-format
#| msgid ""
#| "Multiprocessor support &mdash; also called <quote>symmetric "
@@ -1954,7 +1955,7 @@ msgstr ""
"ユニットが搭載されています。"
#. Tag: para
-#: hardware.xml:1369
+#: hardware.xml:1372
#, no-c-format
msgid ""
"The standard &debian; &release; kernel image has been compiled with SMP "
@@ -1964,7 +1965,7 @@ msgstr ""
"れています。非 SMP システムでも、問題なく動作します。"
#. Tag: para
-#: hardware.xml:1380
+#: hardware.xml:1383
#, no-c-format
msgid ""
"Multiprocessor support &mdash; also called <quote>symmetric multiprocessing</"
@@ -1981,7 +1982,7 @@ msgstr ""
"出し、単一プロセッサシステムの場合には、自動的に SMP を無効にします。"
#. Tag: para
-#: hardware.xml:1389
+#: hardware.xml:1392
#, fuzzy, no-c-format
#| msgid ""
#| "Having multiple processors in a computer was originally only an issue for "
@@ -2003,7 +2004,7 @@ msgstr ""
"呼ばれる複数のプロセッサユニットが搭載されています。"
#. Tag: para
-#: hardware.xml:1396
+#: hardware.xml:1399
#, no-c-format
msgid ""
"The 586 flavour of the &debian; kernel image packages for &arch-title; is "
@@ -2013,7 +2014,7 @@ msgstr ""
"SMP をサポートするようコンパイルされていません。"
#. Tag: para
-#: hardware.xml:1406
+#: hardware.xml:1409
#, no-c-format
msgid ""
"Multiprocessor support &mdash; also called <quote>symmetric multiprocessing</"
@@ -2029,7 +2030,7 @@ msgstr ""
"標準カーネルは単に 1 番目の CPU を用います。"
#. Tag: para
-#: hardware.xml:1415
+#: hardware.xml:1418
#, no-c-format
msgid ""
"In order to take advantage of multiple processors, you'll have to replace "
@@ -2047,7 +2048,7 @@ msgstr ""
"を選択してください。</phrase>"
#. Tag: para
-#: hardware.xml:1429
+#: hardware.xml:1432
#, no-c-format
msgid ""
"Multiprocessor support &mdash; also called <quote>symmetric multiprocessing</"
@@ -2065,7 +2066,7 @@ msgstr ""
"ありません。標準カーネルは単に 1 番目の CPU を用います。"
#. Tag: para
-#: hardware.xml:1439
+#: hardware.xml:1442
#, no-c-format
msgid ""
"In order to take advantage of multiple processors, you should check to see "
@@ -2077,7 +2078,7 @@ msgstr ""
"ジを選ぶ必要があります。"
#. Tag: para
-#: hardware.xml:1445
+#: hardware.xml:1448
#, no-c-format
msgid ""
"You can also build your own customized kernel to support SMP.<phrase arch="
@@ -2093,13 +2094,13 @@ msgstr ""
"ションにある <quote>&smp-config-option;</quote> を選択してください。</phrase>"
#. Tag: title
-#: hardware.xml:1456
+#: hardware.xml:1459
#, no-c-format
msgid "Graphics Card Support"
msgstr "グラフィックカードのサポート"
#. Tag: para
-#: hardware.xml:1457
+#: hardware.xml:1460
#, no-c-format
msgid ""
"&debian;'s support for graphical interfaces is determined by the underlying "
@@ -2125,7 +2126,7 @@ msgstr ""
"しこれは稀な例外です。"
#. Tag: para
-#: hardware.xml:1470
+#: hardware.xml:1473
#, no-c-format
msgid ""
"Details on supported graphics cards and pointing devices can be found at "
@@ -2137,13 +2138,13 @@ msgstr ""
"は X.Org バージョン &x11ver; を採用しています。"
#. Tag: para
-#: hardware.xml:1475
+#: hardware.xml:1478
#, no-c-format
msgid "The X.Org X Window System is only supported on the SGI Indy and the O2."
msgstr "X.Org X ウィンドウシステムは SGI Indy と O2 でのみサポートしています。"
#. Tag: para
-#: hardware.xml:1480
+#: hardware.xml:1483
#, no-c-format
msgid ""
"Most graphics options commonly found on Sparc-based machines are supported. "
@@ -2164,7 +2165,7 @@ msgstr ""
"るドキュメントをお読みください。"
#. Tag: para
-#: hardware.xml:1490
+#: hardware.xml:1493
#, no-c-format
msgid ""
"It is not uncommon for a Sparc machine to have two graphics cards in a "
@@ -2191,13 +2192,13 @@ msgstr ""
"動的にシリアルコンソールを使用する物があります。"
#. Tag: title
-#: hardware.xml:1512
+#: hardware.xml:1515
#, no-c-format
msgid "Network Connectivity Hardware"
msgstr "ネットワーク接続機器"
#. Tag: para
-#: hardware.xml:1513
+#: hardware.xml:1516
#, no-c-format
msgid ""
"Almost any network interface card (NIC) supported by the &arch-kernel; "
@@ -2214,7 +2215,7 @@ msgstr ""
"されています。</phrase>"
#. Tag: para
-#: hardware.xml:1523
+#: hardware.xml:1526
#, no-c-format
msgid ""
"This includes a lot of generic PCI cards (for systems that have PCI) and the "
@@ -2224,62 +2225,62 @@ msgstr ""
"の NIC が含まれます。"
#. Tag: para
-#: hardware.xml:1529
+#: hardware.xml:1532
#, no-c-format
msgid "Sun LANCE"
msgstr "Sun LANCE"
#. Tag: para
-#: hardware.xml:1534
+#: hardware.xml:1537
#, no-c-format
msgid "Sun Happy Meal"
msgstr "Sun Happy Meal"
#. Tag: para
-#: hardware.xml:1539
+#: hardware.xml:1542
#, no-c-format
msgid "Sun BigMAC"
msgstr "Sun BigMAC"
#. Tag: para
-#: hardware.xml:1544
+#: hardware.xml:1547
#, no-c-format
msgid "Sun QuadEthernet"
msgstr "Sun QuadEthernet"
#. Tag: para
-#: hardware.xml:1549
+#: hardware.xml:1552
#, no-c-format
msgid "MyriCOM Gigabit Ethernet"
msgstr "MyriCOM Gigabit Ethernet"
#. Tag: para
-#: hardware.xml:1556
+#: hardware.xml:1559
#, no-c-format
msgid "The list of supported network devices is:"
msgstr "以下にサポートしているネットワークデバイスを挙げます。"
#. Tag: para
-#: hardware.xml:1561
+#: hardware.xml:1564
#, no-c-format
msgid "Channel to Channel (CTC) and ESCON connection (real or emulated)"
msgstr ""
"Channel to Channel (CTC) や ESCON 接続 (リアルもしくはエミュレーション)"
#. Tag: para
-#: hardware.xml:1566
+#: hardware.xml:1569
#, no-c-format
msgid "OSA-2 Token Ring/Ethernet and OSA-Express Fast Ethernet (non-QDIO)"
msgstr "OSA-2 Token Ring/Ethernet や OSA-Express Fast Ethernet (非 QDIO)"
#. Tag: para
-#: hardware.xml:1571
+#: hardware.xml:1574
#, no-c-format
msgid "OSA-Express in QDIO mode, HiperSockets and Guest-LANs"
msgstr "QDIO モードの OSA-Express, HiperSockets, Guest-LAN"
#. Tag: para
-#: hardware.xml:1580
+#: hardware.xml:1583
#, no-c-format
msgid ""
"On &arch-title;, most built-in Ethernet devices are supported and modules "
@@ -2289,19 +2290,19 @@ msgstr ""
"加 PCI デバイスや、USB デバイスのモジュールを提供しています。"
#. Tag: para
-#: hardware.xml:1585
+#: hardware.xml:1588
#, no-c-format
msgid "ISDN is supported, but not during the installation."
msgstr "ISDN はサポートしていますが、インストール中には使用できません。"
#. Tag: title
-#: hardware.xml:1592
+#: hardware.xml:1595
#, no-c-format
msgid "Wireless Network Cards"
msgstr "ワイヤレスネットワークカード"
#. Tag: para
-#: hardware.xml:1593
+#: hardware.xml:1596
#, no-c-format
msgid ""
"Wireless networking is in general supported as well and a growing number of "
@@ -2313,7 +2314,7 @@ msgstr ""
"ファームウェアの読み込みが必要です。"
#. Tag: para
-#: hardware.xml:1600
+#: hardware.xml:1603
#, no-c-format
msgid ""
"If firmware is needed, the installer will prompt you to load firmware. See "
@@ -2325,7 +2326,7 @@ msgstr ""
"\"loading-firmware\"/> をご覧ください。"
#. Tag: para
-#: hardware.xml:1605
+#: hardware.xml:1608
#, no-c-format
msgid ""
"Wireless NICs that are not supported by the official &arch-kernel; kernel "
@@ -2336,7 +2337,7 @@ msgstr ""
"gnu; で動作しますが、インストールの間はサポートされません。"
#. Tag: para
-#: hardware.xml:1610
+#: hardware.xml:1613
#, no-c-format
msgid ""
"If there is a problem with wireless and there is no other NIC you can use "
@@ -2354,7 +2355,7 @@ msgstr ""
"い。"
#. Tag: para
-#: hardware.xml:1620
+#: hardware.xml:1623
#, no-c-format
msgid ""
"In some cases the driver you need may not be available as a &debian; "
@@ -2372,13 +2373,13 @@ msgstr ""
"パッケージが最後の楽園になります。</phrase>"
#. Tag: title
-#: hardware.xml:1634
+#: hardware.xml:1637
#, no-c-format
msgid "Known Issues for &arch-title;"
msgstr "&arch-title; に対する既知の問題"
#. Tag: para
-#: hardware.xml:1635
+#: hardware.xml:1638
#, no-c-format
msgid ""
"There are a couple of issues with specific network cards that are worth "
@@ -2387,13 +2388,13 @@ msgstr ""
"以下にあえて言及する特定のネットワークカードには、2, 3 の問題があります。"
#. Tag: title
-#: hardware.xml:1642
+#: hardware.xml:1645
#, no-c-format
msgid "Conflict between tulip and dfme drivers"
msgstr "tulip ドライバと dfme ドライバの競合"
#. Tag: para
-#: hardware.xml:1644
+#: hardware.xml:1647
#, no-c-format
msgid ""
"There are various PCI network cards that have the same PCI identification, "
@@ -2411,7 +2412,7 @@ msgstr ""
"場合、NIC は動作しないか誤動作します。"
#. Tag: para
-#: hardware.xml:1654
+#: hardware.xml:1657
#, no-c-format
msgid ""
"This is a common problem on Netra systems with a Davicom (DEC-Tulip "
@@ -2425,7 +2426,7 @@ msgstr ""
"ジュールをブラックリストに入れることで防げます。"
#. Tag: para
-#: hardware.xml:1662
+#: hardware.xml:1665
#, no-c-format
msgid ""
"An alternative solution during the installation is to switch to a shell and "
@@ -2443,13 +2444,13 @@ msgstr ""
"込まれたままになる可能性があることに注意してください。"
#. Tag: title
-#: hardware.xml:1675
+#: hardware.xml:1678
#, no-c-format
msgid "Sun B100 blade"
msgstr "Sun B100 blade"
#. Tag: para
-#: hardware.xml:1677
+#: hardware.xml:1680
#, no-c-format
msgid ""
"The <literal>cassini</literal> network driver does not work with Sun B100 "
@@ -2459,13 +2460,13 @@ msgstr ""
"動作しません。"
#. Tag: title
-#: hardware.xml:1692
+#: hardware.xml:1695
#, no-c-format
msgid "Braille Displays"
msgstr "点字ディスプレイ"
#. Tag: para
-#: hardware.xml:1693
+#: hardware.xml:1696
#, no-c-format
msgid ""
"Support for braille displays is determined by the underlying support found "
@@ -2483,13 +2484,13 @@ msgstr ""
"<classname>brltty</classname> のバージョン &brlttyver; を提供しています。"
#. Tag: title
-#: hardware.xml:1707
+#: hardware.xml:1710
#, no-c-format
msgid "Hardware Speech Synthesis"
msgstr "ハードウェア音声合成"
#. Tag: para
-#: hardware.xml:1708
+#: hardware.xml:1711
#, no-c-format
msgid ""
"Support for hardware speech synthesis devices is determined by the "
@@ -2511,13 +2512,13 @@ msgstr ""
"&speakupver; を提供しています。"
#. Tag: title
-#: hardware.xml:1728
+#: hardware.xml:1731
#, no-c-format
msgid "Peripherals and Other Hardware"
msgstr "周辺機器やその他のハードウェア"
#. Tag: para
-#: hardware.xml:1729
+#: hardware.xml:1732
#, fuzzy, no-c-format
#| msgid ""
#| "&arch-kernel; supports a large variety of hardware devices such as mice, "
@@ -2533,7 +2534,7 @@ msgstr ""
"らのデバイスが必要なわけではありません。"
#. Tag: para
-#: hardware.xml:1735
+#: hardware.xml:1738
#, no-c-format
msgid ""
"USB hardware generally works fine. On some very old PC systems some USB "
@@ -2547,7 +2548,7 @@ msgstr ""
"動作します。"
#. Tag: para
-#: hardware.xml:1744
+#: hardware.xml:1747
#, no-c-format
msgid ""
"Package installations from XPRAM and tape are not supported by this system. "
@@ -2559,13 +2560,13 @@ msgstr ""
"トワークからインストールする必要があります。"
#. Tag: title
-#: hardware.xml:1757
+#: hardware.xml:1760
#, no-c-format
msgid "Devices Requiring Firmware"
msgstr "ファームウェアが必要なデバイス"
#. Tag: para
-#: hardware.xml:1758
+#: hardware.xml:1761
#, no-c-format
msgid ""
"Besides the availability of a device driver, some hardware also requires so-"
@@ -2587,7 +2588,7 @@ msgstr ""
"ウェアをインストールしなければならないものがあります。"
#. Tag: para
-#: hardware.xml:1769
+#: hardware.xml:1772
#, no-c-format
msgid ""
"On many older devices which require firmware to work, the firmware file was "
@@ -2603,7 +2604,7 @@ msgstr ""
"イスにアップロードしなければならなくなっています。"
#. Tag: para
-#: hardware.xml:1777
+#: hardware.xml:1780
#, no-c-format
msgid ""
"In most cases firmware is non-free according to the criteria used by the "
@@ -2620,7 +2621,7 @@ msgstr ""
"free セクションに独立したパッケージとして、利用できることがしばしばあります。"
#. Tag: para
-#: hardware.xml:1786
+#: hardware.xml:1789
#, no-c-format
msgid ""
"However, this does not mean that such hardware cannot be used during an "
@@ -2638,7 +2639,7 @@ msgstr ""
"を参照してください。"
#. Tag: para
-#: hardware.xml:1795
+#: hardware.xml:1798
#, no-c-format
msgid ""
"If the &d-i; prompts for a firmware file and you do not have this firmware "
@@ -2657,13 +2658,13 @@ msgstr ""
"イバを使用する特定のネットワークカードで発生)。"
#. Tag: title
-#: hardware.xml:1812
+#: hardware.xml:1815
#, no-c-format
msgid "Purchasing Hardware Specifically for GNU/&arch-kernel;"
msgstr "GNU/&arch-kernel; に適したハードウェアの購入"
#. Tag: para
-#: hardware.xml:1814
+#: hardware.xml:1817
#, no-c-format
msgid ""
"There are several vendors, who ship systems with &debian; or other "
@@ -2679,7 +2680,7 @@ msgstr ""
"信できるわけですから。"
#. Tag: para
-#: hardware.xml:1822
+#: hardware.xml:1825
#, no-c-format
msgid ""
"If you do have to buy a machine with Windows bundled, carefully read the "
@@ -2695,7 +2696,7 @@ msgstr ""
"にはいるかも知れません。"
#. Tag: para
-#: hardware.xml:1830
+#: hardware.xml:1833
#, no-c-format
msgid ""
"Whether or not you are purchasing a system with &arch-kernel; bundled, or "
@@ -2713,13 +2714,13 @@ msgstr ""
"ハードウェアベンダを支援しましょう。"
#. Tag: title
-#: hardware.xml:1841
+#: hardware.xml:1844
#, no-c-format
msgid "Avoid Proprietary or Closed Hardware"
msgstr "独占的・閉鎖的なハードウェアを避ける"
#. Tag: para
-#: hardware.xml:1842
+#: hardware.xml:1845
#, no-c-format
msgid ""
"Some hardware manufacturers simply won't tell us how to write drivers for "
@@ -2736,7 +2737,7 @@ msgstr ""
"アクセス権がないため、&arch-kernel; では、単に動作しないという事になります。"
#. Tag: para
-#: hardware.xml:1852
+#: hardware.xml:1855
#, no-c-format
msgid ""
"In many cases there are standards (or at least some de-facto standards) "
@@ -2759,7 +2760,7 @@ msgstr ""
"に流通しているデバイスはすべて標準に準拠しています。"
#. Tag: para
-#: hardware.xml:1864
+#: hardware.xml:1867
#, no-c-format
msgid ""
"In other fields, among them e.g. printers, this is unfortunately not the "
@@ -2778,7 +2779,7 @@ msgstr ""
"提供したクローズソースドライバしか使用できないプリンタがあります。"
#. Tag: para
-#: hardware.xml:1875
+#: hardware.xml:1878
#, no-c-format
msgid ""
"Even if there is a vendor-provided closed-source driver for such hardware "
@@ -2803,7 +2804,7 @@ msgstr ""
"です。"
#. Tag: para
-#: hardware.xml:1888
+#: hardware.xml:1891
#, no-c-format
msgid ""
"You can help improve this situation by encouraging manufacturers of closed "
@@ -2815,13 +2816,13 @@ msgstr ""
"により、この状況の改善を支援することができます。"
#. Tag: title
-#: hardware.xml:1903
+#: hardware.xml:1906
#, no-c-format
msgid "Installation Media"
msgstr "インストールに利用できるメディア"
#. Tag: para
-#: hardware.xml:1905
+#: hardware.xml:1908
#, no-c-format
msgid ""
"This section will help you determine which different media types you can use "
@@ -2836,13 +2837,13 @@ msgstr ""
"ら、このページに、もう一度戻ってくるかもしれませんね。"
#. Tag: title
-#: hardware.xml:1915
+#: hardware.xml:1918
#, no-c-format
msgid "Floppies"
msgstr "フロッピーディスク"
#. Tag: para
-#: hardware.xml:1916
+#: hardware.xml:1919
#, no-c-format
msgid ""
"In some cases, you'll have to do your first boot from floppy disks. "
@@ -2853,19 +2854,19 @@ msgstr ""
"う。通常 3.5 インチ高密度 (1440 kB) フロッピードライブがあれば充分です。"
#. Tag: para
-#: hardware.xml:1922
+#: hardware.xml:1925
#, no-c-format
msgid "For CHRP, floppy support is currently broken."
msgstr "CHRP では、フロッピーのサポートは、現在中断しています。"
#. Tag: title
-#: hardware.xml:1929
+#: hardware.xml:1932
#, no-c-format
msgid "CD-ROM/DVD-ROM"
msgstr "CD-ROM/DVD-ROM"
#. Tag: para
-#: hardware.xml:1931
+#: hardware.xml:1934
#, no-c-format
msgid ""
"Whenever you see <quote>CD-ROM</quote> in this manual, it applies to both CD-"
@@ -2876,7 +2877,7 @@ msgstr ""
"quote> と記述してあるものは、CD-ROM と DVD-ROM の両方に当てはまります。"
#. Tag: para
-#: hardware.xml:1937
+#: hardware.xml:1940
#, no-c-format
msgid "CD-ROM based installation is supported for most architectures."
msgstr ""
@@ -2884,13 +2885,13 @@ msgstr ""
"す。"
#. Tag: para
-#: hardware.xml:1941
+#: hardware.xml:1944
#, no-c-format
msgid "On PCs SATA, IDE/ATAPI and SCSI CD-ROMs are supported."
msgstr "PC では、SATA,IDE/ATAPI, SCSI の CD-ROM をサポートしています。"
#. Tag: para
-#: hardware.xml:1945
+#: hardware.xml:1948
#, no-c-format
msgid ""
"USB CD-ROM drives are also supported, as are FireWire devices that are "
@@ -2900,13 +2901,13 @@ msgstr ""
"ROM ドライブもサポートしています。"
#. Tag: para
-#: hardware.xml:1950
+#: hardware.xml:1953
#, no-c-format
msgid "IDE/ATAPI CD-ROMs are supported on all ARM machines."
msgstr "すべての ARM マシンで IDE/ATAPI CD-ROM をサポートしています。"
#. Tag: para
-#: hardware.xml:1954
+#: hardware.xml:1957
#, no-c-format
msgid ""
"On SGI machines, booting from CD-ROM requires a SCSI CD-ROM drive capable of "
@@ -2926,13 +2927,13 @@ msgstr ""
"ます。"
#. Tag: title
-#: hardware.xml:1968
+#: hardware.xml:1971
#, no-c-format
msgid "USB Memory Stick"
msgstr "USB メモリ"
#. Tag: para
-#: hardware.xml:1970
+#: hardware.xml:1973
#, no-c-format
msgid ""
"USB flash disks a.k.a. USB memory sticks have become a commonly used and "
@@ -2950,13 +2951,13 @@ msgstr ""
"ディアからのブートは標準的な手段となっています。"
#. Tag: title
-#: hardware.xml:1982
+#: hardware.xml:1985
#, no-c-format
msgid "Network"
msgstr "ネットワーク"
#. Tag: para
-#: hardware.xml:1984
+#: hardware.xml:1987
#, no-c-format
msgid ""
"The network can be used during the installation to retrieve files needed for "
@@ -2975,7 +2976,7 @@ msgstr ""
"用するようにシステムの設定ができます。"
#. Tag: para
-#: hardware.xml:1994
+#: hardware.xml:1997
#, no-c-format
msgid ""
"You can also <emphasis>boot</emphasis> the installation system over the "
@@ -2997,7 +2998,7 @@ msgstr ""
"phrase>"
#. Tag: para
-#: hardware.xml:2007
+#: hardware.xml:2010
#, no-c-format
msgid ""
"Diskless installation, using network booting from a local area network and "
@@ -3007,13 +3008,13 @@ msgstr ""
"トして、ディスクレスインストールをすることも一つの選択です。"
#. Tag: title
-#: hardware.xml:2016
+#: hardware.xml:2019
#, no-c-format
msgid "Hard Disk"
msgstr "ハードディスク"
#. Tag: para
-#: hardware.xml:2018
+#: hardware.xml:2021
#, no-c-format
msgid ""
"Booting the installation system directly from a hard disk is another option "
@@ -3027,7 +3028,7 @@ msgstr ""
"きないという、特殊な場合にだけ使用してください。"
#. Tag: para
-#: hardware.xml:2025
+#: hardware.xml:2028
#, no-c-format
msgid ""
"Although the &arch-title; does not allow booting from SunOS (Solaris), you "
@@ -3037,13 +3038,13 @@ msgstr ""
"SunOS パーティション (UFS スライス) からインストールすることは可能です。"
#. Tag: title
-#: hardware.xml:2034
+#: hardware.xml:2037
#, no-c-format
msgid "Un*x or GNU system"
msgstr "Un*x・GNU システム"
#. Tag: para
-#: hardware.xml:2036
+#: hardware.xml:2039
#, no-c-format
msgid ""
"If you are running another Unix-like system, you could use it to install "
@@ -3062,13 +3063,13 @@ msgstr ""
"い、慣れたユーザにとってのみ、おすすめします。"
#. Tag: title
-#: hardware.xml:2049
+#: hardware.xml:2052
#, no-c-format
msgid "Supported Storage Systems"
msgstr "サポートする記憶装置"
#. Tag: para
-#: hardware.xml:2051
+#: hardware.xml:2054
#, no-c-format
msgid ""
"The &debian; installer contains a kernel which is built to maximize the "
@@ -3078,7 +3079,7 @@ msgstr ""
"築されています。"
#. Tag: para
-#: hardware.xml:2055
+#: hardware.xml:2058
#, no-c-format
msgid ""
"Generally, the &debian; installation system includes support for IDE (also "
@@ -3091,7 +3092,7 @@ msgstr ""
"サポートしているファイルシステムは、FAT、Win-32 拡張 FAT (VFAT)、NTFS です。"
#. Tag: para
-#: hardware.xml:2072
+#: hardware.xml:2075
#, no-c-format
msgid ""
"Any storage system supported by the Linux kernel is also supported by the "
@@ -3115,7 +3116,7 @@ msgstr ""
"ulink> をご覧ください。"
#. Tag: para
-#: hardware.xml:2105
+#: hardware.xml:2108
#, no-c-format
msgid ""
"Any storage system supported by the Linux kernel is also supported by the "
@@ -3127,7 +3128,7 @@ msgstr ""
"をまったくサポートしていないことにご注意ください。"
#. Tag: para
-#: hardware.xml:2111
+#: hardware.xml:2114
#, no-c-format
msgid ""
"Any storage system supported by the Linux kernel is also supported by the "
@@ -3139,7 +3140,7 @@ msgstr ""
"ポートしていないことにご注意ください。"
#. Tag: para
-#: hardware.xml:2117
+#: hardware.xml:2120
#, no-c-format
msgid ""
"Any storage system supported by the Linux kernel is also supported by the "
@@ -3149,7 +3150,7 @@ msgstr ""
"ポートされています。"
#. Tag: para
-#: hardware.xml:2122
+#: hardware.xml:2125
#, no-c-format
msgid ""
"Any storage system supported by the Linux kernel is also supported by the "
@@ -3162,13 +3163,13 @@ msgstr ""
"です。"
#. Tag: title
-#: hardware.xml:2139
+#: hardware.xml:2142
#, no-c-format
msgid "Memory and Disk Space Requirements"
msgstr "必要なメモリとディスクスペース"
#. Tag: para
-#: hardware.xml:2141
+#: hardware.xml:2144
#, no-c-format
msgid ""
"You must have at least &minimum-memory; of memory and &minimum-fs-size; of "
@@ -3182,7 +3183,7 @@ msgstr ""
"をご覧ください。"
#. Tag: para
-#: hardware.xml:2148
+#: hardware.xml:2151
#, fuzzy, no-c-format
#| msgid ""
#| "Installation on systems with less memory<footnote condition=\"gtk\"> "
@@ -3208,6 +3209,42 @@ msgstr ""
"ラを選ぶ選択肢が表示された場合は、前者を選択してください。</para> </footnote>"
"へのインストールも可能ですが、経験を積んだユーザにのみお勧めします。"
+#~ msgid ""
+#~ "However, &debian; GNU/Linux &releasename; will <emphasis>not</emphasis> "
+#~ "run on 386 or earlier processors. Despite the architecture name \"i386\", "
+#~ "support for actual 80386 processors (and their clones) was dropped with "
+#~ "the Sarge (r3.1) release of &debian;<footnote> <para> We have long tried "
+#~ "to avoid this, but in the end it was necessary due a unfortunate series "
+#~ "of issues with the compiler and the kernel, starting with an bug in the C+"
+#~ "+ ABI provided by GCC. You should still be able to run &debian; GNU/Linux "
+#~ "on actual 80386 processors if you compile your own kernel and compile all "
+#~ "packages from source, but that is beyond the scope of this manual. </"
+#~ "para> </footnote>. (No version of Linux has ever supported the 286 or "
+#~ "earlier chips in the series.) All i486 and later processors are still "
+#~ "supported<footnote> <para> Many &debian; packages will actually run "
+#~ "slightly faster on modern computers as a positive side effect of dropping "
+#~ "support for these old chips. The i486, introduced in 1989, has three "
+#~ "opcodes (bswap, cmpxchg, and xadd) which the i386, introduced in 1986, "
+#~ "did not have. Previously, these could not be easily used by most &debian; "
+#~ "packages; now they can. </para> </footnote>."
+#~ msgstr ""
+#~ "しかし &debian; GNU/Linux &releasename; は、386 以前のプロセッサでは"
+#~ "<emphasis>動作しません</emphasis>。アーキテクチャ名が \"i386\" であるにも"
+#~ "かかわらず、実際の 80386 プロセッサ (とそのクローン) のサポートは、"
+#~ "&debian; の Sarge (r3.1) リリースで打ち切られました<footnote> <para> 私た"
+#~ "ちは打ち切りを避けようと努力してきましたが、GCC の提供する C++ ABI のバグ"
+#~ "に始まるコンパイラとカーネルの問題により、最終的にそうせざるを得なくなりま"
+#~ "した。自分のカーネルとすべてのパッケージをソースからコンパイルすれば、ま"
+#~ "だ 80386 プロセッサで &debian; GNU/Linux が動作するかもしれませんが、本マ"
+#~ "ニュアルの範疇を越えてしまいます。</para> </footnote>。(Linux では 286 や"
+#~ "それ以前のチップをサポートしたことはありません) i486 以降のすべてのプロ"
+#~ "セッサをサポートしています<footnote> <para> 古いチップをサポートしないこと"
+#~ "による正の影響として、多くの &debian; パッケージが昨今のコンピュータ上で、"
+#~ "多少速く動作することが挙げられます。1989 年に発売された i486 では、オペ"
+#~ "コードを 3 つ (bswap, cmpxchg, xadd) 持っていますが、1986 年に発売された "
+#~ "i386 にはありません。以前はほとんどの &debian; パッケージでこれを使用でき"
+#~ "ませんでしたが、現在では使用できます。</para> </footnote>。"
+
#~ msgid "iop32x"
#~ msgstr "iop32x"
diff --git a/po/ja/install-methods.po b/po/ja/install-methods.po
index 41bbca346..7bc189e07 100644
--- a/po/ja/install-methods.po
+++ b/po/ja/install-methods.po
@@ -4,7 +4,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n"
-"POT-Creation-Date: 2014-10-05 18:15+0000\n"
+"POT-Creation-Date: 2015-01-09 19:07+0000\n"
"PO-Revision-Date: 2013-03-05 09:42+0900\n"
"Last-Translator: KURASAWA Nozomu (nabetaro) <nabetaro@debian.or.jp>\n"
"Language-Team: Japanese <debian-japanese@lists.debian.org>\n"
@@ -295,18 +295,20 @@ msgid ""
"kernel (see <xref linkend=\"armhf-armmp-supported-platforms\"/>) consist of "
"a standard Linux kernel image, a standard Linux initial ramdisk image and a "
"system-specific device-tree blob. The kernel and the initial ramdisk image "
-"can be obtained from &armmp-firmware-img; and the device-tree blob can be "
-"obtained from &armmp-dtb-img;."
+"for tftp-booting can be obtained from &armmp-firmware-img; and the device-"
+"tree blob can be obtained from &armmp-dtb-img;. The tar archive for creating "
+"a bootable USB stick with the installer can be obtained from &armmp-hd-media-"
+"tarball;."
msgstr ""
#. Tag: title
-#: install-methods.xml:263
+#: install-methods.xml:265
#, no-c-format
msgid "Creating Floppies from Disk Images"
msgstr "ディスクイメージからのフロッピーの作成"
#. Tag: para
-#: install-methods.xml:264
+#: install-methods.xml:266
#, no-c-format
msgid ""
"Bootable floppy disks are generally used as a last resort to boot the "
@@ -316,7 +318,7 @@ msgstr ""
"ンストーラを起動するのに起動可能なフロッピーディスクを用います。"
#. Tag: para
-#: install-methods.xml:269
+#: install-methods.xml:271
#, no-c-format
msgid ""
"Booting the installer from floppy disk reportedly fails on Mac USB floppy "
@@ -326,7 +328,7 @@ msgstr ""
"ないそうです。"
#. Tag: para
-#: install-methods.xml:274
+#: install-methods.xml:276
#, no-c-format
msgid ""
"Disk images are files containing the complete contents of a floppy disk in "
@@ -346,7 +348,7 @@ msgstr ""
"の <emphasis>セクタコピー</emphasis> が必要になります。"
#. Tag: para
-#: install-methods.xml:285
+#: install-methods.xml:287
#, no-c-format
msgid ""
"There are different techniques for creating floppies from disk images. This "
@@ -358,7 +360,7 @@ msgstr ""
"方法を説明します。"
#. Tag: para
-#: install-methods.xml:291
+#: install-methods.xml:293
#, no-c-format
msgid ""
"Before you can create the floppies, you will first need to download them "
@@ -373,7 +375,7 @@ msgstr ""
"場合、 フロッピーイメージは CD/DVD に含まれているはずです。</phrase>"
#. Tag: para
-#: install-methods.xml:299
+#: install-methods.xml:301
#, no-c-format
msgid ""
"No matter which method you use to create your floppies, you should remember "
@@ -385,13 +387,13 @@ msgstr ""
"いようにしましょう。"
#. Tag: title
-#: install-methods.xml:307
+#: install-methods.xml:309
#, no-c-format
msgid "Writing Disk Images From a Linux or Unix System"
msgstr "Linux や Unix システムでのディスクイメージの書き込み"
#. Tag: para
-#: install-methods.xml:308
+#: install-methods.xml:310
#, no-c-format
msgid ""
"To write the floppy disk image files to the floppy disks, you will probably "
@@ -430,7 +432,7 @@ msgstr ""
"してください。 詳細はマニュアルページをご覧ください)</phrase>。"
#. Tag: para
-#: install-methods.xml:329
+#: install-methods.xml:331
#, no-c-format
msgid ""
"Some systems attempt to automatically mount a floppy disk when you place it "
@@ -464,7 +466,7 @@ msgstr ""
"のシステムでは、システム管理者にお尋ねください。 </phrase>"
#. Tag: para
-#: install-methods.xml:350
+#: install-methods.xml:352
#, no-c-format
msgid ""
"If writing a floppy on powerpc Linux, you will need to eject it. The "
@@ -476,13 +478,13 @@ msgstr ""
"ルしなければならないでしょう。"
#. Tag: title
-#: install-methods.xml:368
+#: install-methods.xml:370
#, no-c-format
msgid "Writing Disk Images From DOS, Windows, or OS/2"
msgstr "DOS, Windows, OS/2 でのディスクイメージの書き込み"
#. Tag: para
-#: install-methods.xml:370
+#: install-methods.xml:372
#, no-c-format
msgid ""
"If you have access to an i386 or amd64 machine, you can use one of the "
@@ -492,7 +494,7 @@ msgstr ""
"は以下のプログラムのどれかが使えます。"
#. Tag: para
-#: install-methods.xml:375
+#: install-methods.xml:377
#, no-c-format
msgid ""
"The <command>rawrite1</command> and <command>rawrite2</command> programs can "
@@ -508,7 +510,7 @@ msgstr ""
"ない</emphasis>ことが予想されます。"
#. Tag: para
-#: install-methods.xml:383
+#: install-methods.xml:385
#, no-c-format
msgid ""
"The <command>rwwrtwin</command> program runs on Windows 95, NT, 98, 2000, "
@@ -520,7 +522,7 @@ msgstr ""
"ディレクトリに diskio.dll を展開する必要があります。"
#. Tag: para
-#: install-methods.xml:389
+#: install-methods.xml:391
#, no-c-format
msgid ""
"These tools can be found on the Official &debian; CD-ROMs under the "
@@ -530,13 +532,13 @@ msgstr ""
"す。"
#. Tag: title
-#: install-methods.xml:402
+#: install-methods.xml:404
#, no-c-format
msgid "Writing Disk Images From MacOS"
msgstr "MacOS からのディスクイメージの書き込み"
#. Tag: para
-#: install-methods.xml:403
+#: install-methods.xml:405
#, no-c-format
msgid ""
"An AppleScript, <application>Make &debian; Floppy</application>, is "
@@ -558,7 +560,7 @@ msgstr ""
"良いかを Disk Copy から尋ねられます。"
#. Tag: para
-#: install-methods.xml:414
+#: install-methods.xml:416
#, no-c-format
msgid ""
"You can also use the MacOS utility <command>Disk Copy</command> directly, or "
@@ -573,13 +575,13 @@ msgstr ""
"下にいくつか紹介します。"
#. Tag: title
-#: install-methods.xml:425
+#: install-methods.xml:427
#, no-c-format
msgid "Writing Disk Images with <command>Disk Copy</command>"
msgstr "<command>Disk Copy</command> を用いたディスクイメージの書き込み"
#. Tag: para
-#: install-methods.xml:426
+#: install-methods.xml:428
#, no-c-format
msgid ""
"If you are creating the floppy image from files which were originally on the "
@@ -593,7 +595,7 @@ msgstr ""
"ドした場合でのみ必要となります。"
#. Tag: para
-#: install-methods.xml:435
+#: install-methods.xml:437
#, no-c-format
msgid ""
"Obtain <ulink url=\"&url-powerpc-creator-changer;\">Creator-Changer</ulink> "
@@ -603,7 +605,7 @@ msgstr ""
"し、これを用いて <filename>root.bin</filename> ファイルをオープンします。"
#. Tag: para
-#: install-methods.xml:442
+#: install-methods.xml:444
#, no-c-format
msgid ""
"Change the Creator to <userinput>ddsk</userinput> (Disk Copy), and the Type "
@@ -615,7 +617,7 @@ msgstr ""
"らのフィールドでは大文字小文字が区別されますので注意してください。"
#. Tag: para
-#: install-methods.xml:449
+#: install-methods.xml:451
#, no-c-format
msgid ""
"<emphasis>Important:</emphasis> In the Finder, use <userinput>Get Info</"
@@ -631,7 +633,7 @@ msgstr ""
"消してしまわないようにしてください。"
#. Tag: para
-#: install-methods.xml:458
+#: install-methods.xml:460
#, no-c-format
msgid ""
"Obtain <command>Disk Copy</command>; if you have a MacOS system or CD it "
@@ -643,7 +645,7 @@ msgstr ""
"diskcopy;\"></ulink> を試してみてください。"
#. Tag: para
-#: install-methods.xml:465
+#: install-methods.xml:467
#, no-c-format
msgid ""
"Run <command>Disk Copy</command>, and select <menuchoice> "
@@ -659,13 +661,13 @@ msgstr ""
"うかを訊かれます。 書き込みが終わったらフロッピーはイジェクトされます。"
#. Tag: title
-#: install-methods.xml:480
+#: install-methods.xml:482
#, no-c-format
msgid "Writing Disk Images with <command>suntar</command>"
msgstr "<command>suntar</command> を用いたディスクイメージの書き込み"
#. Tag: para
-#: install-methods.xml:484
+#: install-methods.xml:486
#, no-c-format
msgid ""
"Obtain <command>suntar</command> from <ulink url=\"&url-powerpc-suntar;\"> </"
@@ -679,7 +681,7 @@ msgstr ""
"quote> を選びます。"
#. Tag: para
-#: install-methods.xml:492
+#: install-methods.xml:494
#, no-c-format
msgid ""
"Insert the floppy disk as requested, then hit &enterkey; (start at sector 0)."
@@ -688,7 +690,7 @@ msgstr ""
"0 から始めます)。"
#. Tag: para
-#: install-methods.xml:498
+#: install-methods.xml:500
#, no-c-format
msgid ""
"Select the <filename>root.bin</filename> file in the file-opening dialog."
@@ -697,7 +699,7 @@ msgstr ""
"す。"
#. Tag: para
-#: install-methods.xml:503
+#: install-methods.xml:505
#, no-c-format
msgid ""
"After the floppy has been created successfully, select <menuchoice> "
@@ -711,7 +713,7 @@ msgstr ""
"い。"
#. Tag: para
-#: install-methods.xml:511
+#: install-methods.xml:513
#, no-c-format
msgid ""
"Before using the floppy you created, <emphasis>set the write protect tab</"
@@ -723,13 +725,13 @@ msgstr ""
"合、 MacOS がフロッピーを壊してしまいます。"
#. Tag: title
-#: install-methods.xml:530
+#: install-methods.xml:532
#, no-c-format
msgid "Preparing Files for USB Memory Stick Booting"
msgstr "USB メモリでの起動用ファイルの準備"
#. Tag: para
-#: install-methods.xml:532
+#: install-methods.xml:534
#, no-c-format
msgid ""
"To prepare the USB stick, you will need a system where GNU/Linux is already "
@@ -752,7 +754,7 @@ msgstr ""
"イッチを切る必要があります。"
#. Tag: para
-#: install-methods.xml:545
+#: install-methods.xml:547
#, no-c-format
msgid ""
"The procedures described in this section will destroy anything already on "
@@ -765,13 +767,13 @@ msgstr ""
"例えばハードディスク内のすべてのデータを失うといったことが起こります。"
#. Tag: title
-#: install-methods.xml:555
+#: install-methods.xml:557
#, no-c-format
msgid "Preparing a USB stick using a hybrid CD or DVD image"
msgstr "ハイブリッド CD/DVD イメージを使った USB メモリの準備"
#. Tag: para
-#: install-methods.xml:556
+#: install-methods.xml:558
#, no-c-format
msgid ""
"Debian CD and DVD images can now be written directly a USB stick, which is a "
@@ -785,7 +787,7 @@ msgstr ""
"照してください。"
#. Tag: para
-#: install-methods.xml:563
+#: install-methods.xml:565
#, no-c-format
msgid ""
"Alternatively, for very small USB sticks, only a few megabytes in size, you "
@@ -799,7 +801,7 @@ msgstr ""
"があります)。"
#. Tag: para
-#: install-methods.xml:570
+#: install-methods.xml:572
#, no-c-format
msgid ""
"The CD or DVD image you choose should be written directly to the USB stick, "
@@ -813,7 +815,7 @@ msgstr ""
"実にアンマウントしてください。"
#. Tag: screen
-#: install-methods.xml:577
+#: install-methods.xml:579
#, no-c-format
msgid ""
"<prompt>#</prompt> <userinput>cp <replaceable>debian.iso</replaceable> /dev/"
@@ -825,7 +827,7 @@ msgstr ""
"<prompt>#</prompt> <userinput>sync</userinput>"
#. Tag: para
-#: install-methods.xml:579
+#: install-methods.xml:581
#, no-c-format
msgid ""
"The image must be written to the whole-disk device and not a partition, e."
@@ -833,7 +835,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: install-methods.xml:584
+#: install-methods.xml:586
#, no-c-format
msgid ""
"Simply writing the CD or DVD image to USB like this should work fine for "
@@ -845,7 +847,7 @@ msgstr ""
"す。"
#. Tag: para
-#: install-methods.xml:592
+#: install-methods.xml:594
#, no-c-format
msgid ""
"The hybrid image on the stick does not occupy all the storage space, so it "
@@ -860,7 +862,7 @@ msgstr ""
"すべて格納する必要があるときに便利です。"
#. Tag: para
-#: install-methods.xml:600
+#: install-methods.xml:602
#, no-c-format
msgid ""
"Create a second, FAT partition on the stick, mount the partition and copy or "
@@ -870,7 +872,7 @@ msgstr ""
"してから、ファームウェアのコピーや展開をそこに行います。以下に例を示します。"
#. Tag: screen
-#: install-methods.xml:605
+#: install-methods.xml:607
#, no-c-format
msgid ""
"# mount /dev/<replaceable>sdX2</replaceable> /mnt\n"
@@ -886,7 +888,7 @@ msgstr ""
"# umount /mnt"
#. Tag: para
-#: install-methods.xml:607
+#: install-methods.xml:609
#, no-c-format
msgid ""
"You might have written the <filename>mini.iso</filename> to the USB stick. "
@@ -900,13 +902,13 @@ msgstr ""
"ションが見えるはずです。"
#. Tag: title
-#: install-methods.xml:621
+#: install-methods.xml:623
#, no-c-format
msgid "Manually copying files to the USB stick"
msgstr "USB メモリへのファイルの手動コピー"
#. Tag: para
-#: install-methods.xml:622
+#: install-methods.xml:624
#, no-c-format
msgid ""
"An alternative way to set up your USB stick is to manually copy the "
@@ -920,7 +922,7 @@ msgstr ""
"少ないサイズでもセットアップできます)。"
#. Tag: para
-#: install-methods.xml:629
+#: install-methods.xml:631
#, no-c-format
msgid ""
"There is an all-in-one file <filename>hd-media/boot.img.gz</filename> which "
@@ -936,7 +938,7 @@ msgstr ""
"あります。"
#. Tag: para
-#: install-methods.xml:638
+#: install-methods.xml:640
#, no-c-format
msgid ""
"Note that, although convenient, this method does have one major "
@@ -952,19 +954,19 @@ msgstr ""
"す。"
#. Tag: para
-#: install-methods.xml:646
+#: install-methods.xml:648
#, no-c-format
msgid "To use this image simply extract it directly to your USB stick:"
msgstr "このイメージを使用するには、単に USB メモリに直接展開してください。"
#. Tag: screen
-#: install-methods.xml:650
+#: install-methods.xml:652
#, no-c-format
msgid "# zcat boot.img.gz &gt; /dev/<replaceable>sdX</replaceable>"
msgstr "# zcat boot.img.gz &gt; /dev/<replaceable>sdX</replaceable>"
#. Tag: para
-#: install-methods.xml:652
+#: install-methods.xml:654
#, no-c-format
msgid ""
"Create a partition of type \"Apple_Bootstrap\" on your USB stick using "
@@ -976,13 +978,13 @@ msgstr ""
"モリに直接展開してください。"
#. Tag: screen
-#: install-methods.xml:658
+#: install-methods.xml:660
#, no-c-format
msgid "# zcat boot.img.gz &gt; /dev/<replaceable>sdX2</replaceable>"
msgstr "# zcat boot.img.gz &gt; /dev/<replaceable>sdX2</replaceable>"
#. Tag: para
-#: install-methods.xml:660
+#: install-methods.xml:662
#, no-c-format
msgid ""
"After that, mount the USB memory stick <phrase arch=\"x86\">"
@@ -1003,13 +1005,13 @@ msgstr ""
"ント (<userinput>umount /mnt</userinput>) すると完了です。"
#. Tag: title
-#: install-methods.xml:677
+#: install-methods.xml:679
#, no-c-format
msgid "Manually copying files to the USB stick &mdash; the flexible way"
msgstr "USB メモリへのファイルの手動コピー &mdash; 柔軟な方法"
#. Tag: para
-#: install-methods.xml:678
+#: install-methods.xml:680
#, fuzzy, no-c-format
#| msgid ""
#| "If you like more flexibility or just want to know what's going on, you "
@@ -1030,13 +1032,13 @@ msgstr ""
"ということです。"
#. Tag: title
-#: install-methods.xml:693 install-methods.xml:815
+#: install-methods.xml:695 install-methods.xml:817
#, no-c-format
msgid "Partitioning the USB stick"
msgstr "USB メモリのパーティション分割"
#. Tag: para
-#: install-methods.xml:694
+#: install-methods.xml:696
#, no-c-format
msgid ""
"We will show how to set up the memory stick to use the first partition, "
@@ -1046,7 +1048,7 @@ msgstr ""
"を示します。"
#. Tag: para
-#: install-methods.xml:699
+#: install-methods.xml:701
#, no-c-format
msgid ""
"Since most USB sticks come pre-configured with a single FAT16 partition, you "
@@ -1081,7 +1083,7 @@ msgstr ""
"&debian; パッケージに含まれています。"
#. Tag: para
-#: install-methods.xml:723
+#: install-methods.xml:725
#, no-c-format
msgid ""
"In order to start the kernel after booting from the USB stick, we will put a "
@@ -1099,7 +1101,7 @@ msgstr ""
"のに利用できます。"
#. Tag: para
-#: install-methods.xml:733
+#: install-methods.xml:735
#, no-c-format
msgid ""
"To put <classname>syslinux</classname> on the FAT16 partition on your USB "
@@ -1124,13 +1126,13 @@ msgstr ""
"を作成します。"
#. Tag: title
-#: install-methods.xml:750 install-methods.xml:862
+#: install-methods.xml:752 install-methods.xml:864
#, no-c-format
msgid "Adding the installer image"
msgstr "インストーライメージの追加"
#. Tag: para
-#: install-methods.xml:751
+#: install-methods.xml:753
#, fuzzy, no-c-format
#| msgid ""
#| "Mount the partition (<userinput>mount /dev/<replaceable>sdX1</"
@@ -1166,7 +1168,7 @@ msgstr ""
"DOS (8.3) のファイル名しか処理できないことに注意してください。"
#. Tag: para
-#: install-methods.xml:775
+#: install-methods.xml:777
#, no-c-format
msgid ""
"Next you should create a <filename>syslinux.cfg</filename> configuration "
@@ -1191,7 +1193,7 @@ msgstr ""
"みで付加できます。"
#. Tag: para
-#: install-methods.xml:787
+#: install-methods.xml:789
#, no-c-format
msgid ""
"To enable the boot prompt to permit further parameter appending, add a "
@@ -1201,7 +1203,7 @@ msgstr ""
"<userinput>prompt 1</userinput> の行を追加してください。"
#. Tag: para
-#: install-methods.xml:792 install-methods.xml:902
+#: install-methods.xml:794 install-methods.xml:904
#, no-c-format
msgid ""
"If you used an <filename>hd-media</filename> image, you should now copy the "
@@ -1221,7 +1223,7 @@ msgstr ""
"(<userinput>umount /mnt</userinput>)。"
#. Tag: para
-#: install-methods.xml:816
+#: install-methods.xml:818
#, no-c-format
msgid ""
"Most USB sticks do not come pre-configured in such a way that Open Firmware "
@@ -1250,7 +1252,7 @@ msgstr ""
"classname> &debian; パッケージに含まれています。"
#. Tag: para
-#: install-methods.xml:833
+#: install-methods.xml:835
#, no-c-format
msgid ""
"In order to start the kernel after booting from the USB stick, we will put a "
@@ -1266,7 +1268,7 @@ msgstr ""
"す。"
#. Tag: para
-#: install-methods.xml:842
+#: install-methods.xml:844
#, no-c-format
msgid ""
"The normal <command>ybin</command> tool that comes with <command>yaboot</"
@@ -1301,7 +1303,7 @@ msgstr ""
"常の Unix ユーティリティを使う準備ができたことになります。"
#. Tag: para
-#: install-methods.xml:863
+#: install-methods.xml:865
#, no-c-format
msgid ""
"Mount the partition (<userinput>mount /dev/<replaceable>sdX2</replaceable> /"
@@ -1312,31 +1314,31 @@ msgstr ""
"リへコピーしてください。"
#. Tag: para
-#: install-methods.xml:870
+#: install-methods.xml:872
#, no-c-format
msgid "<filename>vmlinux</filename> (kernel binary)"
msgstr "<filename>vmlinux</filename> (カーネルバイナリ)"
#. Tag: para
-#: install-methods.xml:875
+#: install-methods.xml:877
#, no-c-format
msgid "<filename>initrd.gz</filename> (initial ramdisk image)"
msgstr "<filename>initrd.gz</filename> (初期 RAM ディスクイメージ)"
#. Tag: para
-#: install-methods.xml:880
+#: install-methods.xml:882
#, no-c-format
msgid "<filename>yaboot.conf</filename> (yaboot configuration file)"
msgstr "<filename>yaboot.conf</filename> (yaboot 設定ファイル)"
#. Tag: para
-#: install-methods.xml:885
+#: install-methods.xml:887
#, no-c-format
msgid "<filename>boot.msg</filename> (optional boot message)"
msgstr "<filename>boot.msg</filename> (追加起動メッセージ)"
#. Tag: para
-#: install-methods.xml:892
+#: install-methods.xml:894
#, no-c-format
msgid ""
"The <filename>yaboot.conf</filename> configuration file should contain the "
@@ -1371,13 +1373,13 @@ msgstr ""
"size</userinput> パラメータを、 増やす必要があることに注意してください。"
#. Tag: title
-#: install-methods.xml:930
+#: install-methods.xml:932
#, no-c-format
msgid "Preparing Files for Hard Disk Booting"
msgstr "ハードディスク起動ファイルの準備"
#. Tag: para
-#: install-methods.xml:931
+#: install-methods.xml:933
#, no-c-format
msgid ""
"The installer may be booted using boot files placed on an existing hard "
@@ -1389,7 +1391,7 @@ msgstr ""
"ることもできます。"
#. Tag: para
-#: install-methods.xml:937
+#: install-methods.xml:939
#, no-c-format
msgid ""
"A full, <quote>pure network</quote> installation can be achieved using this "
@@ -1403,7 +1405,7 @@ msgstr ""
"事全てを避けることができます。"
#. Tag: para
-#: install-methods.xml:944
+#: install-methods.xml:946
#, no-c-format
msgid ""
"The installer cannot boot from files on an HFS+ file system. MacOS System "
@@ -1425,7 +1427,7 @@ msgstr ""
"たファイル) をやりとりするためには、HFS パーティションが必要です。"
#. Tag: para
-#: install-methods.xml:955
+#: install-methods.xml:957
#, no-c-format
msgid ""
"Different programs are used for hard disk installation system booting, "
@@ -1437,7 +1439,7 @@ msgstr ""
"別々のプログラムを使います。"
#. Tag: title
-#: install-methods.xml:964
+#: install-methods.xml:966
#, no-c-format
msgid ""
"Hard disk installer booting from Linux using <command>LILO</command> or "
@@ -1447,7 +1449,7 @@ msgstr ""
"ハードディスクインストーラ起動"
#. Tag: para
-#: install-methods.xml:966
+#: install-methods.xml:968
#, no-c-format
msgid ""
"This section explains how to add to or even replace an existing linux "
@@ -1457,7 +1459,7 @@ msgstr ""
"して、linux を追加したり、 既存の linux を交換する方法について説明します。"
#. Tag: para
-#: install-methods.xml:972
+#: install-methods.xml:974
#, no-c-format
msgid ""
"At boot time, both bootloaders support loading in memory not only the "
@@ -1469,7 +1471,7 @@ msgstr ""
"イルシステムとして使うことができます。"
#. Tag: para
-#: install-methods.xml:978
+#: install-methods.xml:980
#, no-c-format
msgid ""
"Copy the following files from the &debian; archives to a convenient location "
@@ -1481,19 +1483,19 @@ msgstr ""
"してください)。例えば <filename>/boot/newinstall/</filename> などです。"
#. Tag: para
-#: install-methods.xml:986
+#: install-methods.xml:988
#, no-c-format
msgid "<filename>vmlinuz</filename> (kernel binary)"
msgstr "<filename>vmlinuz</filename> (カーネルバイナリ)"
#. Tag: para
-#: install-methods.xml:991
+#: install-methods.xml:993
#, no-c-format
msgid "<filename>initrd.gz</filename> (ramdisk image)"
msgstr "<filename>initrd.gz</filename> (RAM ディスクイメージ)"
#. Tag: para
-#: install-methods.xml:998
+#: install-methods.xml:1000
#, no-c-format
msgid ""
"Finally, to configure the bootloader proceed to <xref linkend=\"boot-initrd"
@@ -1503,7 +1505,7 @@ msgstr ""
"ください。"
#. Tag: title
-#: install-methods.xml:1008
+#: install-methods.xml:1010
#, no-c-format
msgid "Hard disk installer booting from DOS using <command>loadlin</command>"
msgstr ""
@@ -1511,7 +1513,7 @@ msgstr ""
"動"
#. Tag: para
-#: install-methods.xml:1009
+#: install-methods.xml:1011
#, no-c-format
msgid ""
"This section explains how to prepare your hard drive for booting the "
@@ -1521,7 +1523,7 @@ msgstr ""
"するようハードディスクを準備する方法を説明します。"
#. Tag: para
-#: install-methods.xml:1014
+#: install-methods.xml:1016
#, no-c-format
msgid ""
"Copy the following directories from a &debian; CD image to <filename>c:\\</"
@@ -1531,7 +1533,7 @@ msgstr ""
"コピーしてください。"
#. Tag: para
-#: install-methods.xml:1019
+#: install-methods.xml:1021
#, no-c-format
msgid ""
"<filename>/&x86-install-dir;</filename> (kernel binary and ramdisk image)"
@@ -1540,19 +1542,19 @@ msgstr ""
"メージ)"
#. Tag: para
-#: install-methods.xml:1024
+#: install-methods.xml:1026
#, no-c-format
msgid "<filename>/tools</filename> (loadlin tool)"
msgstr "<filename>/tools</filename> (loadlin ツール)"
#. Tag: title
-#: install-methods.xml:1037
+#: install-methods.xml:1039
#, no-c-format
msgid "Hard Disk Installer Booting for OldWorld Macs"
msgstr "OldWorld Mac におけるハードディスクからのインストーラの起動"
#. Tag: para
-#: install-methods.xml:1038
+#: install-methods.xml:1040
#, no-c-format
msgid ""
"The <filename>boot-floppy-hfs</filename> floppy uses <application>miBoot</"
@@ -1576,7 +1578,7 @@ msgstr ""
"ためこのモデルでは <application>BootX</application> が必要です。"
#. Tag: para
-#: install-methods.xml:1051
+#: install-methods.xml:1053
#, no-c-format
msgid ""
"Download and unstuff the <application>BootX</application> distribution, "
@@ -1604,13 +1606,13 @@ msgstr ""
"System Folder に置いてください。"
#. Tag: title
-#: install-methods.xml:1071
+#: install-methods.xml:1073
#, no-c-format
msgid "Hard Disk Installer Booting for NewWorld Macs"
msgstr "NewWorld Mac におけるハードディスクからのインストーラの起動"
#. Tag: para
-#: install-methods.xml:1072
+#: install-methods.xml:1074
#, no-c-format
msgid ""
"NewWorld PowerMacs support booting from a network or an ISO9660 CD-ROM, as "
@@ -1631,7 +1633,7 @@ msgstr ""
"PowerMac をサポートしておらず、 使うべきではありません。"
#. Tag: para
-#: install-methods.xml:1083
+#: install-methods.xml:1085
#, no-c-format
msgid ""
"<emphasis>Copy</emphasis> (not move) the following four files which you "
@@ -1645,31 +1647,31 @@ msgstr ""
"ラッグします)。"
#. Tag: filename
-#: install-methods.xml:1093 install-methods.xml:1419
+#: install-methods.xml:1095 install-methods.xml:1421
#, no-c-format
msgid "vmlinux"
msgstr "vmlinux"
#. Tag: filename
-#: install-methods.xml:1098 install-methods.xml:1424
+#: install-methods.xml:1100 install-methods.xml:1426
#, no-c-format
msgid "initrd.gz"
msgstr "initrd.gz"
#. Tag: filename
-#: install-methods.xml:1103 install-methods.xml:1429
+#: install-methods.xml:1105 install-methods.xml:1431
#, no-c-format
msgid "yaboot"
msgstr "yaboot"
#. Tag: filename
-#: install-methods.xml:1108 install-methods.xml:1434
+#: install-methods.xml:1110 install-methods.xml:1436
#, no-c-format
msgid "yaboot.conf"
msgstr "yaboot.conf"
#. Tag: para
-#: install-methods.xml:1113
+#: install-methods.xml:1115
#, no-c-format
msgid ""
"Make a note of the partition number of the MacOS partition where you place "
@@ -1685,7 +1687,7 @@ msgstr ""
"入力するコマンドで必要となります。"
#. Tag: para
-#: install-methods.xml:1121
+#: install-methods.xml:1123
#, no-c-format
msgid "To boot the installer, proceed to <xref linkend=\"boot-newworld\"/>."
msgstr ""
@@ -1693,13 +1695,13 @@ msgstr ""
"トーラを起動させるには、 <xref linkend=\"boot-newworld\"/> に進んでください。"
#. Tag: title
-#: install-methods.xml:1134
+#: install-methods.xml:1136
#, no-c-format
msgid "Preparing Files for TFTP Net Booting"
msgstr "TFTP ネットブート用ファイルの準備"
#. Tag: para
-#: install-methods.xml:1135
+#: install-methods.xml:1137
#, no-c-format
msgid ""
"If your machine is connected to a local area network, you may be able to "
@@ -1715,7 +1717,7 @@ msgstr ""
"せん。"
#. Tag: para
-#: install-methods.xml:1143
+#: install-methods.xml:1145
#, no-c-format
msgid ""
"You need to set up a TFTP server, and for many machines a DHCP server<phrase "
@@ -1728,7 +1730,7 @@ msgstr ""
"要です。"
#. Tag: para
-#: install-methods.xml:1150
+#: install-methods.xml:1152
#, no-c-format
msgid ""
"<phrase condition=\"supports-rarp\">The Reverse Address Resolution Protocol "
@@ -1749,7 +1751,7 @@ msgstr ""
"DHCP でしか設定できないこともあります。"
#. Tag: para
-#: install-methods.xml:1164
+#: install-methods.xml:1166
#, no-c-format
msgid ""
"For PowerPC, if you have a NewWorld Power Macintosh machine, it is a good "
@@ -1761,7 +1763,7 @@ msgstr ""
"あります。"
#. Tag: para
-#: install-methods.xml:1170
+#: install-methods.xml:1172
#, no-c-format
msgid ""
"Some older HPPA machines (e.g. 715/75) use RBOOTD rather than BOOTP. There "
@@ -1772,7 +1774,7 @@ msgstr ""
"す。"
#. Tag: para
-#: install-methods.xml:1175
+#: install-methods.xml:1177
#, no-c-format
msgid ""
"The Trivial File Transfer Protocol (TFTP) is used to serve the boot image to "
@@ -1786,7 +1788,7 @@ msgstr ""
"4.x, SunOS 5.x (Solaris), GNU/Linux での例を示します。"
#. Tag: para
-#: install-methods.xml:1183
+#: install-methods.xml:1185
#, no-c-format
msgid ""
"For a &debian-gnu; server we recommend <classname>tftpd-hpa</classname>. "
@@ -1800,13 +1802,13 @@ msgstr ""
"です。"
#. Tag: title
-#: install-methods.xml:1199
+#: install-methods.xml:1201
#, no-c-format
msgid "Setting up RARP server"
msgstr "RARP サーバの設定"
#. Tag: para
-#: install-methods.xml:1200
+#: install-methods.xml:1202
#, no-c-format
msgid ""
"To set up RARP, you need to know the Ethernet address (a.k.a. the MAC "
@@ -1825,7 +1827,7 @@ msgstr ""
"て <userinput>ip addr show dev eth0</userinput> コマンドを使ってください。"
#. Tag: para
-#: install-methods.xml:1212
+#: install-methods.xml:1214
#, fuzzy, no-c-format
#| msgid ""
#| "On a RARP server system using a Linux 2.4 or 2.6 kernel, or Solaris/"
@@ -1861,13 +1863,13 @@ msgstr ""
"で) 実行してください。"
#. Tag: title
-#: install-methods.xml:1233
+#: install-methods.xml:1235
#, no-c-format
msgid "Setting up a DHCP server"
msgstr "DHCP サーバの設定"
#. Tag: para
-#: install-methods.xml:1234
+#: install-methods.xml:1236
#, no-c-format
msgid ""
"One free software DHCP server is ISC <command>dhcpd</command>. For &debian-"
@@ -1881,7 +1883,7 @@ msgstr ""
"dhcpd.conf</filename> を参照)"
#. Tag: screen
-#: install-methods.xml:1241
+#: install-methods.xml:1243
#, no-c-format
msgid ""
"option domain-name \"example.com\";\n"
@@ -1925,7 +1927,7 @@ msgstr ""
"}"
#. Tag: para
-#: install-methods.xml:1243
+#: install-methods.xml:1245
#, no-c-format
msgid ""
"In this example, there is one server <replaceable>servername</replaceable> "
@@ -1942,7 +1944,7 @@ msgstr ""
"ションは TFTP 経由で取得するファイルの名前です。"
#. Tag: para
-#: install-methods.xml:1253
+#: install-methods.xml:1255
#, no-c-format
msgid ""
"After you have edited the <command>dhcpd</command> configuration file, "
@@ -1953,13 +1955,13 @@ msgstr ""
"動してください。"
#. Tag: title
-#: install-methods.xml:1261
+#: install-methods.xml:1263
#, no-c-format
msgid "Enabling PXE Booting in the DHCP configuration"
msgstr "DHCP 設定での PXE 起動の有効化"
#. Tag: para
-#: install-methods.xml:1262
+#: install-methods.xml:1264
#, no-c-format
msgid ""
"Here is another example for a <filename>dhcp.conf</filename> using the Pre-"
@@ -2030,13 +2032,13 @@ msgstr ""
"い)。"
#. Tag: title
-#: install-methods.xml:1282
+#: install-methods.xml:1284
#, no-c-format
msgid "Setting up a BOOTP server"
msgstr "BOOTP サーバの設定"
#. Tag: para
-#: install-methods.xml:1283
+#: install-methods.xml:1285
#, no-c-format
msgid ""
"There are two BOOTP servers available for GNU/Linux. The first is CMU "
@@ -2052,7 +2054,7 @@ msgstr ""
"れぞれ入っています。"
#. Tag: para
-#: install-methods.xml:1291
+#: install-methods.xml:1293
#, no-c-format
msgid ""
"To use CMU <command>bootpd</command>, you must first uncomment (or add) the "
@@ -2116,7 +2118,7 @@ msgstr ""
"userinput> 変数がマシンの MAC アドレスです。 </phrase>"
#. Tag: para
-#: install-methods.xml:1324
+#: install-methods.xml:1326
#, no-c-format
msgid ""
"By contrast, setting up BOOTP with ISC <command>dhcpd</command> is really "
@@ -2140,13 +2142,13 @@ msgstr ""
"<command>dhcpd</command> を再起動するだけです。"
#. Tag: title
-#: install-methods.xml:1343
+#: install-methods.xml:1345
#, no-c-format
msgid "Enabling the TFTP Server"
msgstr "TFTP サーバの立ち上げ"
#. Tag: para
-#: install-methods.xml:1344
+#: install-methods.xml:1346
#, no-c-format
msgid ""
"To get the TFTP server ready to go, you should first make sure that "
@@ -2156,7 +2158,7 @@ msgstr ""
"を確認してください。"
#. Tag: para
-#: install-methods.xml:1349
+#: install-methods.xml:1351
#, no-c-format
msgid ""
"In the case of <classname>tftpd-hpa</classname> there are two ways the "
@@ -2171,7 +2173,7 @@ msgstr ""
"は、パッケージのインストール時や再設定時に選択できます。"
#. Tag: para
-#: install-methods.xml:1358
+#: install-methods.xml:1360
#, no-c-format
msgid ""
"Historically, TFTP servers used <filename>/tftpboot</filename> as directory "
@@ -2189,7 +2191,7 @@ msgstr ""
"要に応じて、本節の設定例を調整してください。"
#. Tag: para
-#: install-methods.xml:1368
+#: install-methods.xml:1370
#, no-c-format
msgid ""
"All <command>in.tftpd</command> alternatives available in &debian; should "
@@ -2205,7 +2207,7 @@ msgstr ""
"勧めします。"
#. Tag: para
-#: install-methods.xml:1376
+#: install-methods.xml:1378
#, no-c-format
msgid ""
"If you intend to install &debian; on an SGI machine and your TFTP server is "
@@ -2235,13 +2237,13 @@ msgstr ""
"調整してください。"
#. Tag: title
-#: install-methods.xml:1398
+#: install-methods.xml:1400
#, no-c-format
msgid "Move TFTP Images Into Place"
msgstr "TFTP イメージを適切な場所に配置する"
#. Tag: para
-#: install-methods.xml:1399
+#: install-methods.xml:1401
#, no-c-format
msgid ""
"Next, place the TFTP boot image you need, as found in <xref linkend=\"where-"
@@ -2257,7 +2259,7 @@ msgstr ""
"TFTP クライアントによって決まり、 強制力のある標準は存在しません。"
#. Tag: para
-#: install-methods.xml:1408
+#: install-methods.xml:1410
#, no-c-format
msgid ""
"On NewWorld Power Macintosh machines, you will need to set up the "
@@ -2273,13 +2275,13 @@ msgstr ""
"す。"
#. Tag: filename
-#: install-methods.xml:1439
+#: install-methods.xml:1441
#, no-c-format
msgid "boot.msg"
msgstr "boot.msg"
#. Tag: para
-#: install-methods.xml:1444
+#: install-methods.xml:1446
#, no-c-format
msgid ""
"For PXE booting, everything you should need is set up in the "
@@ -2296,7 +2298,7 @@ msgstr ""
"てください。"
#. Tag: para
-#: install-methods.xml:1452
+#: install-methods.xml:1454
#, no-c-format
msgid ""
"For PXE booting, everything you should need is set up in the "
@@ -2313,13 +2315,13 @@ msgstr ""
"を確認してください。"
#. Tag: title
-#: install-methods.xml:1464
+#: install-methods.xml:1466
#, no-c-format
msgid "SPARC TFTP Booting"
msgstr "SPARC TFTP ブート"
#. Tag: para
-#: install-methods.xml:1465
+#: install-methods.xml:1467
#, no-c-format
msgid ""
"Some SPARC architectures add the subarchitecture names, such as "
@@ -2349,7 +2351,7 @@ msgstr ""
"字に変更し、 (必要なら) サブアーキテクチャ名を追加しなければなりません。"
#. Tag: para
-#: install-methods.xml:1481
+#: install-methods.xml:1483
#, no-c-format
msgid ""
"If you've done all this correctly, giving the command <userinput>boot net</"
@@ -2363,7 +2365,7 @@ msgstr ""
"い。"
#. Tag: para
-#: install-methods.xml:1488
+#: install-methods.xml:1490
#, no-c-format
msgid ""
"You can also force some sparc systems to look for a specific file name by "
@@ -2377,13 +2379,13 @@ msgstr ""
"しても TFTP サーバが見るディレクトリの内部でなければいけません。"
#. Tag: title
-#: install-methods.xml:1499
+#: install-methods.xml:1501
#, no-c-format
msgid "SGI TFTP Booting"
msgstr "SGI の TFTP での起動"
#. Tag: para
-#: install-methods.xml:1500
+#: install-methods.xml:1502
#, no-c-format
msgid ""
"On SGI machines you can rely on the <command>bootpd</command> to supply the "
@@ -2397,13 +2399,13 @@ msgstr ""
"filename> の <userinput>filename=</userinput> オプションに指定します。"
#. Tag: title
-#: install-methods.xml:1608
+#: install-methods.xml:1610
#, no-c-format
msgid "Automatic Installation"
msgstr "自動インストール"
#. Tag: para
-#: install-methods.xml:1609
+#: install-methods.xml:1611
#, no-c-format
msgid ""
"For installing on multiple computers it's possible to do fully automatic "
@@ -2418,13 +2420,13 @@ msgstr ""
"<ulink url=\"http://fai-project.org\">FAI home page</ulink> をご覧ください。"
#. Tag: title
-#: install-methods.xml:1621
+#: install-methods.xml:1623
#, no-c-format
msgid "Automatic Installation Using the &debian; Installer"
msgstr "&debian; インストーラを用いた自動インストール"
#. Tag: para
-#: install-methods.xml:1622
+#: install-methods.xml:1624
#, no-c-format
msgid ""
"The &debian; Installer supports automating installs via preconfiguration "
@@ -2438,7 +2440,7 @@ msgstr ""
"れます。"
#. Tag: para
-#: install-methods.xml:1629
+#: install-methods.xml:1631
#, no-c-format
msgid ""
"Full documentation on preseeding including a working example that you can "
diff --git a/po/ja/partitioning.po b/po/ja/partitioning.po
index 86d4ef248..8f7b4a538 100644
--- a/po/ja/partitioning.po
+++ b/po/ja/partitioning.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n"
-"POT-Creation-Date: 2014-08-05 21:38+0000\n"
+"POT-Creation-Date: 2015-01-09 19:07+0000\n"
"PO-Revision-Date: 2012-06-17 10:46+0900\n"
"Last-Translator: KURASAWA Nozomu <nabetaro@debian.or.jp>\n"
"Language-Team: Japanese <debian-japanese@lists.debian.org>\n"
@@ -418,6 +418,17 @@ msgstr ""
#: partitioning.xml:177
#, no-c-format
msgid ""
+"It is now recommended to have <filename>/usr</filename> on the root "
+"partition <filename>/</filename>, otherwise it could cause some trouble at "
+"boot time. This means that you should provide at least 600&ndash;750MB of "
+"disk space for the root partition including <filename>/usr</filename>, or "
+"5&ndash;6GB for a workstation or a server installation."
+msgstr ""
+
+#. Tag: para
+#: partitioning.xml:187
+#, no-c-format
+msgid ""
"<filename>/var</filename>: variable data like news articles, e-mails, web "
"sites, databases, the packaging system cache, etc. will be placed under this "
"directory. The size of this directory depends greatly on the usage of your "
@@ -443,7 +454,7 @@ msgstr ""
"がないならば、30&ndash;40MB ほどでもなんとかやっていけるでしょう。"
#. Tag: para
-#: partitioning.xml:193
+#: partitioning.xml:203
#, no-c-format
msgid ""
"<filename>/tmp</filename>: temporary data created by programs will most "
@@ -462,7 +473,7 @@ msgstr ""
"すべきです。"
#. Tag: para
-#: partitioning.xml:204
+#: partitioning.xml:214
#, no-c-format
msgid ""
"<filename>/home</filename>: every user will put his personal data into a "
@@ -482,13 +493,13 @@ msgstr ""
"多くの容量を確保しておいてください。"
#. Tag: title
-#: partitioning.xml:225
+#: partitioning.xml:235
#, no-c-format
msgid "Recommended Partitioning Scheme"
msgstr "お勧めするパーティションルール"
#. Tag: para
-#: partitioning.xml:226
+#: partitioning.xml:236
#, no-c-format
msgid ""
"For new users, personal &debian; boxes, home systems, and other single-user "
@@ -507,13 +518,18 @@ msgstr ""
"となります。"
#. Tag: para
-#: partitioning.xml:235
-#, no-c-format
+#: partitioning.xml:245
+#, fuzzy, no-c-format
+#| msgid ""
+#| "For multi-user systems or systems with lots of disk space, it's best to "
+#| "put <filename>/usr</filename>, <filename>/var</filename>, <filename>/tmp</"
+#| "filename>, and <filename>/home</filename> each on their own partitions "
+#| "separate from the <filename>/</filename> partition."
msgid ""
"For multi-user systems or systems with lots of disk space, it's best to put "
-"<filename>/usr</filename>, <filename>/var</filename>, <filename>/tmp</"
-"filename>, and <filename>/home</filename> each on their own partitions "
-"separate from the <filename>/</filename> partition."
+"<filename>/var</filename>, <filename>/tmp</filename>, and <filename>/home</"
+"filename> each on their own partitions separate from the <filename>/</"
+"filename> partition."
msgstr ""
"マルチユーザシステムやたくさんのディスク容量があるシステムでは、<filename>/"
"usr</filename>、<filename>/var</filename>、<filename>/tmp</filename>、"
@@ -521,7 +537,7 @@ msgstr ""
"は別の独立したパーティションにするのが良いでしょう。"
#. Tag: para
-#: partitioning.xml:243
+#: partitioning.xml:253
#, no-c-format
msgid ""
"You might need a separate <filename>/usr/local</filename> partition if you "
@@ -545,7 +561,7 @@ msgstr ""
"の配置状態はコンピュータによって様々です。"
#. Tag: para
-#: partitioning.xml:255
+#: partitioning.xml:265
#, no-c-format
msgid ""
"For very complex systems, you should see the <ulink url=\"&url-multidisk-"
@@ -557,7 +573,7 @@ msgstr ""
"者が関心を持つような事柄の多くが、詳細な情報として含まれています。"
#. Tag: para
-#: partitioning.xml:262
+#: partitioning.xml:272
#, no-c-format
msgid ""
"With respect to the issue of swap partition size, there are many views. One "
@@ -575,7 +591,7 @@ msgstr ""
"しょう。"
#. Tag: para
-#: partitioning.xml:271
+#: partitioning.xml:281
#, no-c-format
msgid ""
"On some 32-bit architectures (m68k and PowerPC), the maximum size of a swap "
@@ -594,7 +610,7 @@ msgstr ""
"能が向上します。"
#. Tag: para
-#: partitioning.xml:281
+#: partitioning.xml:291
#, no-c-format
msgid ""
"As an example, an older home machine might have 32MB of RAM and a 1.7GB IDE "
@@ -611,7 +627,7 @@ msgstr ""
"ンにしていました。"
#. Tag: para
-#: partitioning.xml:290
+#: partitioning.xml:300
#, no-c-format
msgid ""
"For an idea of the space taken by tasks you might be interested in adding "
@@ -623,13 +639,13 @@ msgstr ""
"い。"
#. Tag: title
-#: partitioning.xml:306
+#: partitioning.xml:316
#, no-c-format
msgid "Device Names in Linux"
msgstr "Linux におけるデバイス名"
#. Tag: para
-#: partitioning.xml:307
+#: partitioning.xml:317
#, no-c-format
msgid ""
"Linux disks and partition names may be different from other operating "
@@ -642,21 +658,21 @@ msgstr ""
"基本的な命名法の仕組みです。"
#. Tag: para
-#: partitioning.xml:315
+#: partitioning.xml:325
#, no-c-format
msgid "The first floppy drive is named <filename>/dev/fd0</filename>."
msgstr ""
"第 1 フロッピードライブは <filename>/dev/fd0</filename> と名付けられる。"
#. Tag: para
-#: partitioning.xml:320
+#: partitioning.xml:330
#, no-c-format
msgid "The second floppy drive is named <filename>/dev/fd1</filename>."
msgstr ""
"第 2 フロッピードライブは <filename>/dev/fd1</filename> と名付けられる。"
#. Tag: para
-#: partitioning.xml:325
+#: partitioning.xml:335
#, no-c-format
msgid ""
"The first SCSI disk (SCSI ID address-wise) is named <filename>/dev/sda</"
@@ -666,7 +682,7 @@ msgstr ""
"と名付けられる。"
#. Tag: para
-#: partitioning.xml:331
+#: partitioning.xml:341
#, no-c-format
msgid ""
"The second SCSI disk (address-wise) is named <filename>/dev/sdb</filename>, "
@@ -676,7 +692,7 @@ msgstr ""
"られ、以下も同様。"
#. Tag: para
-#: partitioning.xml:337
+#: partitioning.xml:347
#, no-c-format
msgid ""
"The first SCSI CD-ROM is named <filename>/dev/scd0</filename>, also known as "
@@ -686,7 +702,7 @@ msgstr ""
"sr0</filename> と名付けられる。"
#. Tag: para
-#: partitioning.xml:343
+#: partitioning.xml:353
#, no-c-format
msgid ""
"The master disk on IDE primary controller is named <filename>/dev/hda</"
@@ -696,7 +712,7 @@ msgstr ""
"filename> と名付けられる。"
#. Tag: para
-#: partitioning.xml:349
+#: partitioning.xml:359
#, no-c-format
msgid ""
"The slave disk on IDE primary controller is named <filename>/dev/hdb</"
@@ -706,7 +722,7 @@ msgstr ""
"filename> と名付けられる。"
#. Tag: para
-#: partitioning.xml:355
+#: partitioning.xml:365
#, no-c-format
msgid ""
"The master and slave disks of the secondary controller can be called "
@@ -720,13 +736,13 @@ msgstr ""
"ローラがあるかのように動作します。"
#. Tag: para
-#: partitioning.xml:366
+#: partitioning.xml:376
#, no-c-format
msgid "The first DASD device is named <filename>/dev/dasda</filename>."
msgstr "第 1 DASD デバイスは <filename>/dev/dasda</filename> と名付けられる。"
#. Tag: para
-#: partitioning.xml:372
+#: partitioning.xml:382
#, no-c-format
msgid ""
"The second DASD device is named <filename>/dev/dasdb</filename>, and so on."
@@ -735,7 +751,7 @@ msgstr ""
"様。"
#. Tag: para
-#: partitioning.xml:380
+#: partitioning.xml:390
#, no-c-format
msgid ""
"The partitions on each disk are represented by appending a decimal number to "
@@ -748,7 +764,7 @@ msgstr ""
"ステムの第 1 SCSI ディスクドライブの第 1、第 2 パーティションを表します。"
#. Tag: para
-#: partitioning.xml:387
+#: partitioning.xml:397
#, no-c-format
msgid ""
"Here is a real-life example. Let's assume you have a system with 2 SCSI "
@@ -768,7 +784,7 @@ msgstr ""
"<filename>sdb</filename> ディスクとそのパーティションについても同様です。"
#. Tag: para
-#: partitioning.xml:398
+#: partitioning.xml:408
#, no-c-format
msgid ""
"Note that if you have two SCSI host bus adapters (i.e., controllers), the "
@@ -781,7 +797,7 @@ msgstr ""
"ら、 ブートメッセージに注目するのが最も良い解決策でしょう。"
#. Tag: para
-#: partitioning.xml:405
+#: partitioning.xml:415
#, no-c-format
msgid ""
"Linux represents the primary partitions as the drive name, plus the numbers "
@@ -801,7 +817,7 @@ msgstr ""
"IDE ディスクにも SCSI ディスクにも当てはまります。"
#. Tag: para
-#: partitioning.xml:416
+#: partitioning.xml:426
#, no-c-format
msgid ""
"Sun disk partitions allow for 8 separate partitions (or slices). The third "
@@ -815,7 +831,7 @@ msgstr ""
"を参照し、 ブートローダ (SILO か Sun のもの) から利用されます。"
#. Tag: para
-#: partitioning.xml:423
+#: partitioning.xml:433
#, no-c-format
msgid ""
"The partitions on each disk are represented by appending a decimal number to "
@@ -828,13 +844,13 @@ msgstr ""
"れシステムの第 1 DASD デバイスの第 1、 第 2 パーティションを表します。"
#. Tag: title
-#: partitioning.xml:438
+#: partitioning.xml:448
#, no-c-format
msgid "&debian; Partitioning Programs"
msgstr "&debian; のパーティション分割プログラム"
#. Tag: para
-#: partitioning.xml:439
+#: partitioning.xml:449
#, no-c-format
msgid ""
"Several varieties of partitioning programs have been adapted by &debian; "
@@ -848,7 +864,7 @@ msgstr ""
"ます。"
#. Tag: para
-#: partitioning.xml:452
+#: partitioning.xml:462
#, no-c-format
msgid ""
"Recommended partitioning tool in &debian;. This Swiss army knife can also "
@@ -862,14 +878,14 @@ msgstr ""
"トポイントを指定したりすることもできます。"
#. Tag: para
-#: partitioning.xml:464
+#: partitioning.xml:474
#, no-c-format
msgid "The original Linux disk partitioner, good for gurus."
msgstr ""
"上級魔術師用の、Linux オリジナルのディスクパーティション作成プログラムです。"
#. Tag: para
-#: partitioning.xml:468
+#: partitioning.xml:478
#, no-c-format
msgid ""
"Be careful if you have existing FreeBSD partitions on your machine. The "
@@ -885,7 +901,7 @@ msgstr ""
"ulink> をご覧になってください。"
#. Tag: para
-#: partitioning.xml:481
+#: partitioning.xml:491
#, no-c-format
msgid "A simple-to-use, full-screen disk partitioner for the rest of us."
msgstr ""
@@ -893,7 +909,7 @@ msgstr ""
"プログラムです。"
#. Tag: para
-#: partitioning.xml:485
+#: partitioning.xml:495
#, no-c-format
msgid ""
"Note that <command>cfdisk</command> doesn't understand FreeBSD partitions at "
@@ -903,25 +919,25 @@ msgstr ""
"がって、こちらでもデバイス名が変わってしまうかもしれません。"
#. Tag: para
-#: partitioning.xml:495
+#: partitioning.xml:505
#, no-c-format
msgid "Atari-aware version of <command>fdisk</command>."
msgstr "<command>fdisk</command> の Atari 版です。"
#. Tag: para
-#: partitioning.xml:504
+#: partitioning.xml:514
#, no-c-format
msgid "Amiga-aware version of <command>fdisk</command>."
msgstr "<command>fdisk</command> の Amiga 版です。"
#. Tag: para
-#: partitioning.xml:513
+#: partitioning.xml:523
#, no-c-format
msgid "Mac-aware version of <command>fdisk</command>."
msgstr "<command>fdisk</command> の Mac 版です。"
#. Tag: para
-#: partitioning.xml:522
+#: partitioning.xml:532
#, no-c-format
msgid ""
"PowerMac-aware version of <command>fdisk</command>, also used by BVM and "
@@ -931,7 +947,7 @@ msgstr ""
"VMEbus システムでも利用できます。"
#. Tag: para
-#: partitioning.xml:532
+#: partitioning.xml:542
#, no-c-format
msgid ""
"&arch-title; version of <command>fdisk</command>; Please read the fdasd "
@@ -945,7 +961,7 @@ msgstr ""
"章をご覧ください。"
#. Tag: para
-#: partitioning.xml:543
+#: partitioning.xml:553
#, no-c-format
msgid ""
"One of these programs will be run by default when you select "
@@ -959,7 +975,7 @@ msgstr ""
"めしません。"
#. Tag: para
-#: partitioning.xml:550
+#: partitioning.xml:560
#, no-c-format
msgid "Remember to mark your boot partition as <quote>Bootable</quote>."
msgstr ""
@@ -967,7 +983,7 @@ msgstr ""
"忘れなく。"
#. Tag: para
-#: partitioning.xml:553
+#: partitioning.xml:563
#, no-c-format
msgid ""
"One key point when partitioning for Mac type disks is that the swap "
@@ -986,14 +1002,14 @@ msgstr ""
"を MacOS と共有したい場合に 行う作業が、段階を追って書かれています。"
#. Tag: title
-#: partitioning.xml:569 partitioning.xml:593 partitioning.xml:689
-#: partitioning.xml:803 partitioning.xml:880
+#: partitioning.xml:579 partitioning.xml:603 partitioning.xml:699
+#: partitioning.xml:813 partitioning.xml:890
#, no-c-format
msgid "Partitioning for &arch-title;"
msgstr "&arch-title; でのパーティション分割"
#. Tag: para
-#: partitioning.xml:570
+#: partitioning.xml:580
#, no-c-format
msgid ""
"PALO, the HPPA boot loader, requires a partition of type <quote>F0</quote> "
@@ -1022,7 +1038,7 @@ msgstr ""
"りません。25〜50MB あれば通常は充分でしょう。"
#. Tag: para
-#: partitioning.xml:594
+#: partitioning.xml:604
#, no-c-format
msgid ""
"If you have an existing other operating system such as DOS or Windows and "
@@ -1042,7 +1058,7 @@ msgstr ""
"合は、 単に既存のパーティションを選択し、サイズを変更してください。"
#. Tag: para
-#: partitioning.xml:604
+#: partitioning.xml:614
#, no-c-format
msgid ""
"The PC BIOS generally adds additional constraints for disk partitioning. "
@@ -1062,7 +1078,7 @@ msgstr ""
"ある状況下で役立つ概要を簡単に紹介します。"
#. Tag: para
-#: partitioning.xml:614
+#: partitioning.xml:624
#, no-c-format
msgid ""
"<quote>Primary</quote> partitions are the original partitioning scheme for "
@@ -1083,7 +1099,7 @@ msgstr ""
"ンは 1 つだけです。"
#. Tag: para
-#: partitioning.xml:625
+#: partitioning.xml:635
#, no-c-format
msgid ""
"Linux limits the partitions per drive to 255 partitions for SCSI disks (3 "
@@ -1102,7 +1118,7 @@ msgstr ""
"ります。"
#. Tag: para
-#: partitioning.xml:635
+#: partitioning.xml:645
#, no-c-format
msgid ""
"If you have a large IDE disk, and are using neither LBA addressing, nor "
@@ -1118,7 +1134,7 @@ msgstr ""
"と、だいたい 524 メガバイトです)。"
#. Tag: para
-#: partitioning.xml:643
+#: partitioning.xml:653
#, no-c-format
msgid ""
"This restriction doesn't apply if you have a BIOS newer than around "
@@ -1145,7 +1161,7 @@ msgstr ""
"あれ、この制限を気にする必要はありません。"
#. Tag: para
-#: partitioning.xml:657
+#: partitioning.xml:667
#, no-c-format
msgid ""
"If you have a large disk, you might have to use cylinder translation "
@@ -1166,7 +1182,7 @@ msgstr ""
"1024 番シリンダより前に収めなければなりません。"
#. Tag: para
-#: partitioning.xml:669
+#: partitioning.xml:679
#, no-c-format
msgid ""
"The recommended way of accomplishing this is to create a small "
@@ -1188,7 +1204,7 @@ msgstr ""
"としても、 いずれのシステムでも問題ないでしょう。"
#. Tag: para
-#: partitioning.xml:690
+#: partitioning.xml:700
#, no-c-format
msgid ""
"The <command>partman</command> disk partitioner is the default partitioning "
@@ -1204,13 +1220,13 @@ msgstr ""
"ション分割をするために <command>parted</command> を使用します。"
#. Tag: title
-#: partitioning.xml:702
+#: partitioning.xml:712
#, no-c-format
msgid "EFI Recognized Formats"
msgstr "EFI のフォーマット認識"
#. Tag: para
-#: partitioning.xml:703
+#: partitioning.xml:713
#, no-c-format
msgid ""
"The IA-64 EFI firmware supports two partition table (or disk label) formats, "
@@ -1228,7 +1244,7 @@ msgstr ""
"\"> <command>parted</command></ulink> だけを使うべきです。"
#. Tag: para
-#: partitioning.xml:715
+#: partitioning.xml:725
#, no-c-format
msgid ""
"The automatic partitioning recipes for <command>partman</command> allocate "
@@ -1244,7 +1260,7 @@ msgstr ""
"guimenuitem> でパーティションをセットアップできます。"
#. Tag: para
-#: partitioning.xml:723
+#: partitioning.xml:733
#, no-c-format
msgid ""
"The <command>partman</command> partitioner will handle most disk layouts. "
@@ -1294,13 +1310,13 @@ msgstr ""
"要になります。"
#. Tag: title
-#: partitioning.xml:748
+#: partitioning.xml:758
#, no-c-format
msgid "Boot Loader Partition Requirements"
msgstr "ブートローダパーティションの必要条件"
#. Tag: para
-#: partitioning.xml:749
+#: partitioning.xml:759
#, no-c-format
msgid ""
"ELILO, the IA-64 boot loader, requires a partition containing a FAT file "
@@ -1316,7 +1332,7 @@ msgstr ""
"試したりしたい場合には、 128MB くらい取っておく方が良いでしょう。"
#. Tag: para
-#: partitioning.xml:758
+#: partitioning.xml:768
#, no-c-format
msgid ""
"The EFI Boot Manager and the EFI Shell fully support the GPT table so the "
@@ -1342,7 +1358,7 @@ msgstr ""
"スを作るために、ディスクの最後のパーティションを縮小することです。"
#. Tag: para
-#: partitioning.xml:773
+#: partitioning.xml:783
#, no-c-format
msgid ""
"It is strongly recommended that you allocate the EFI boot partition on the "
@@ -1352,13 +1368,13 @@ msgstr ""
"ティションを割り当てることを強くお勧めします。"
#. Tag: title
-#: partitioning.xml:781
+#: partitioning.xml:791
#, no-c-format
msgid "EFI Diagnostic Partitions"
msgstr "EFI のパーティション診断"
#. Tag: para
-#: partitioning.xml:782
+#: partitioning.xml:792
#, no-c-format
msgid ""
"The EFI firmware is significantly more sophisticated than the usual BIOS "
@@ -1380,7 +1396,7 @@ msgstr ""
"アップするには、 EFI ブートパーティションと同時にセットアップすることです。"
#. Tag: para
-#: partitioning.xml:804
+#: partitioning.xml:814
#, no-c-format
msgid ""
"SGI machines require an SGI disk label in order to make the system bootable "
@@ -1398,13 +1414,13 @@ msgstr ""
"クタ 0 から開始しなければなりませんので注意してください。"
#. Tag: title
-#: partitioning.xml:821
+#: partitioning.xml:831
#, no-c-format
msgid "Partitioning Newer PowerMacs"
msgstr "最近の PowerMac でのパーティション分割"
#. Tag: para
-#: partitioning.xml:822
+#: partitioning.xml:832
#, no-c-format
msgid ""
"If you are installing onto a NewWorld PowerMac you must create a special "
@@ -1429,7 +1445,7 @@ msgstr ""
"す。"
#. Tag: para
-#: partitioning.xml:835
+#: partitioning.xml:845
#, no-c-format
msgid ""
"The special partition type Apple_Bootstrap is required to prevent MacOS from "
@@ -1442,7 +1458,7 @@ msgstr ""
"うからです。"
#. Tag: para
-#: partitioning.xml:842
+#: partitioning.xml:852
#, no-c-format
msgid ""
"Note that the bootstrap partition is only meant to hold 3 very small files: "
@@ -1461,7 +1477,7 @@ msgstr ""
"ティを使ってください。"
#. Tag: para
-#: partitioning.xml:852
+#: partitioning.xml:862
#, no-c-format
msgid ""
"In order for OpenFirmware to automatically boot &debian-gnu; the bootstrap "
@@ -1483,7 +1499,7 @@ msgstr ""
"これは論理的なマップ順で、物理的な順序ではありませんが、ちゃんと動作します。"
#. Tag: para
-#: partitioning.xml:864
+#: partitioning.xml:874
#, no-c-format
msgid ""
"Apple disks normally have several small driver partitions. If you intend to "
@@ -1499,7 +1515,7 @@ msgstr ""
"に対して、 初期化するかどうかを尋ねるからです。"
#. Tag: para
-#: partitioning.xml:881
+#: partitioning.xml:891
#, no-c-format
msgid ""
"Make sure you create a <quote>Sun disk label</quote> on your boot disk. This "
@@ -1513,7 +1529,7 @@ msgstr ""
"<command>fdisk</command> で <keycap>s</keycap> キーを使ってください。"
#. Tag: para
-#: partitioning.xml:889
+#: partitioning.xml:899
#, no-c-format
msgid ""
"Furthermore, on &arch-title; disks, make sure your first partition on your "
@@ -1535,7 +1551,7 @@ msgstr ""
"ブートブロックの内容をそのままにし、変更しません。"
#. Tag: para
-#: partitioning.xml:900
+#: partitioning.xml:910
#, no-c-format
msgid ""
"It is also advised that the third partition should be of type <quote>Whole "
diff --git a/po/ja/preseed.po b/po/ja/preseed.po
index ae6fa9229..dfba9c309 100644
--- a/po/ja/preseed.po
+++ b/po/ja/preseed.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n"
-"POT-Creation-Date: 2014-08-03 08:11+0000\n"
+"POT-Creation-Date: 2015-01-09 19:07+0000\n"
"PO-Revision-Date: 2013-10-06 22:57+0900\n"
"Last-Translator: KURASAWA Nozomu (nabetaro) <nabetaro@debian.or.jp>\n"
"Language-Team: Japanese <debian-japanese@lists.debian.org>\n"
@@ -396,12 +396,30 @@ msgstr ""
#. Tag: screen
#: preseed.xml:284
-#, no-c-format
+#, fuzzy, no-c-format
+#| msgid ""
+#| "Boot parameters to specify:\n"
+#| "- if you're netbooting:\n"
+#| " preseed/url=http://host/path/to/preseed.cfg\n"
+#| " preseed/url/checksum=5da499872becccfeda2c4872f9171c3d\n"
+#| "\n"
+#| "- if you're booting a remastered CD:\n"
+#| " preseed/file=/cdrom/preseed.cfg\n"
+#| " preseed/file/checksum=5da499872becccfeda2c4872f9171c3d\n"
+#| "\n"
+#| "- if you're installing from USB media (put the preconfiguration file in "
+#| "the\n"
+#| " toplevel directory of the USB stick):\n"
+#| " preseed/file=/hd-media/preseed.cfg\n"
+#| " preseed/file/checksum=5da499872becccfeda2c4872f9171c3d"
msgid ""
"Boot parameters to specify:\n"
"- if you're netbooting:\n"
" preseed/url=http://host/path/to/preseed.cfg\n"
" preseed/url/checksum=5da499872becccfeda2c4872f9171c3d\n"
+"- or\n"
+" preseed/url=tftp://host/path/to/preseed.cfg\n"
+" preseed/url/checksum=5da499872becccfeda2c4872f9171c3d\n"
"\n"
"- if you're booting a remastered CD:\n"
" preseed/file=/cdrom/preseed.cfg\n"
@@ -537,10 +555,16 @@ msgstr ""
#. Tag: para
#: preseed.xml:349
-#, no-c-format
-msgid ""
-"A <quote>--</quote> in the boot options has special meaning. Kernel "
-"parameters that appear after the last <quote>--</quote> may be copied into "
+#, fuzzy, no-c-format
+#| msgid ""
+#| "A <quote>--</quote> in the boot options has special meaning. Kernel "
+#| "parameters that appear after the last <quote>--</quote> may be copied "
+#| "into the bootloader configuration for the installed system (if supported "
+#| "by the installer for the bootloader). The installer will automatically "
+#| "filter out any options (like preconfiguration options) that it recognizes."
+msgid ""
+"A <quote>---</quote> in the boot options has special meaning. Kernel "
+"parameters that appear after the last <quote>---</quote> may be copied into "
"the bootloader configuration for the installed system (if supported by the "
"installer for the bootloader). The installer will automatically filter out "
"any options (like preconfiguration options) that it recognizes."
@@ -1060,8 +1084,8 @@ msgstr "tasksel:tasksel/first"
#. Tag: entry
#: preseed.xml:548
#, no-c-format
-msgid "<entry>desktop</entry>"
-msgstr "<entry>desktop</entry>"
+msgid "desktop"
+msgstr "desktop"
#. Tag: entry
#: preseed.xml:548
@@ -2077,7 +2101,88 @@ msgstr "パーティション分割の例"
#. Tag: screen
#: preseed.xml:948
-#, no-c-format
+#, fuzzy, no-c-format
+#| msgid ""
+#| "# If the system has free space you can choose to only partition that "
+#| "space.\n"
+#| "# This is only honoured if partman-auto/method (below) is not set.\n"
+#| "#d-i partman-auto/init_automatically_partition select biggest_free\n"
+#| "\n"
+#| "# Alternatively, you may specify a disk to partition. If the system has "
+#| "only\n"
+#| "# one disk the installer will default to using that, but otherwise the "
+#| "device\n"
+#| "# name must be given in traditional, non-devfs format (so e.g. /dev/hda "
+#| "or\n"
+#| "# /dev/sda, and not e.g. /dev/discs/disc0/disc).\n"
+#| "# For example, to use the first SCSI/SATA hard disk:\n"
+#| "#d-i partman-auto/disk string /dev/sda\n"
+#| "# In addition, you'll need to specify the method to use.\n"
+#| "# The presently available methods are:\n"
+#| "# - regular: use the usual partition types for your architecture\n"
+#| "# - lvm: use LVM to partition the disk\n"
+#| "# - crypto: use LVM within an encrypted partition\n"
+#| "d-i partman-auto/method string lvm\n"
+#| "\n"
+#| "# If one of the disks that are going to be automatically partitioned\n"
+#| "# contains an old LVM configuration, the user will normally receive a\n"
+#| "# warning. This can be preseeded away...\n"
+#| "d-i partman-lvm/device_remove_lvm boolean true\n"
+#| "# The same applies to pre-existing software RAID array:\n"
+#| "d-i partman-md/device_remove_md boolean true\n"
+#| "# And the same goes for the confirmation to write the lvm partitions.\n"
+#| "d-i partman-lvm/confirm boolean true\n"
+#| "d-i partman-lvm/confirm_nooverwrite boolean true\n"
+#| "\n"
+#| "# You can choose one of the three predefined partitioning recipes:\n"
+#| "# - atomic: all files in one partition\n"
+#| "# - home: separate /home partition\n"
+#| "# - multi: separate /home, /usr, /var, and /tmp partitions\n"
+#| "d-i partman-auto/choose_recipe select atomic\n"
+#| "\n"
+#| "# Or provide a recipe of your own...\n"
+#| "# If you have a way to get a recipe file into the d-i environment, you "
+#| "can\n"
+#| "# just point at it.\n"
+#| "#d-i partman-auto/expert_recipe_file string /hd-media/recipe\n"
+#| "\n"
+#| "# If not, you can put an entire recipe into the preconfiguration file in "
+#| "one\n"
+#| "# (logical) line. This example creates a small /boot partition, suitable\n"
+#| "# swap, and uses the rest of the space for the root partition:\n"
+#| "#d-i partman-auto/expert_recipe string \\\n"
+#| "# boot-root :: \\\n"
+#| "# 40 50 100 ext3 \\\n"
+#| "# $primary{ } $bootable{ } \\\n"
+#| "# method{ format } format{ } \\\n"
+#| "# use_filesystem{ } filesystem{ ext3 } \\\n"
+#| "# mountpoint{ /boot } \\\n"
+#| "# . \\\n"
+#| "# 500 10000 1000000000 ext3 \\\n"
+#| "# method{ format } format{ } \\\n"
+#| "# use_filesystem{ } filesystem{ ext3 } \\\n"
+#| "# mountpoint{ / } \\\n"
+#| "# . \\\n"
+#| "# 64 512 300% linux-swap \\\n"
+#| "# method{ swap } format{ } \\\n"
+#| "# .\n"
+#| "\n"
+#| "# The full recipe format is documented in the file partman-auto-recipe."
+#| "txt\n"
+#| "# included in the 'debian-installer' package or available from D-I "
+#| "source\n"
+#| "# repository. This also documents how to specify settings such as file\n"
+#| "# system labels, volume group names and which physical devices to "
+#| "include\n"
+#| "# in a volume group.\n"
+#| "\n"
+#| "# This makes partman automatically partition without confirmation, "
+#| "provided\n"
+#| "# that you told it what to do using one of the methods above.\n"
+#| "d-i partman-partitioning/confirm_write_new_label boolean true\n"
+#| "d-i partman/choose_partition select finish\n"
+#| "d-i partman/confirm boolean true\n"
+#| "d-i partman/confirm_nooverwrite boolean true"
msgid ""
"# If the system has free space you can choose to only partition that space.\n"
"# This is only honoured if partman-auto/method (below) is not set.\n"
@@ -2111,7 +2216,7 @@ msgid ""
"# You can choose one of the three predefined partitioning recipes:\n"
"# - atomic: all files in one partition\n"
"# - home: separate /home partition\n"
-"# - multi: separate /home, /usr, /var, and /tmp partitions\n"
+"# - multi: separate /home, /var, and /tmp partitions\n"
"d-i partman-auto/choose_recipe select atomic\n"
"\n"
"# Or provide a recipe of your own...\n"
@@ -2574,71 +2679,82 @@ msgstr ""
"有効なタスクを組み合わせてインストールするものを選ぶことができます。有効なタ"
"スクを以下に書き出します。"
-#. Tag: userinput
-#: preseed.xml:1051
-#, no-c-format
-msgid "standard"
-msgstr "standard"
+#. Tag: para
+#: preseed.xml:1050
+#, fuzzy, no-c-format
+#| msgid "<userinput>desktop</userinput>"
+msgid "<userinput>standard</userinput> (standard tools)"
+msgstr "<userinput>desktop</userinput>"
-#. Tag: userinput
-#: preseed.xml:1054
-#, no-c-format
-msgid "<userinput>desktop</userinput>"
+#. Tag: para
+#: preseed.xml:1053
+#, fuzzy, no-c-format
+#| msgid "<userinput>desktop</userinput>"
+msgid "<userinput>desktop</userinput> (graphical desktop)"
msgstr "<userinput>desktop</userinput>"
-#. Tag: userinput
-#: preseed.xml:1057
-#, no-c-format
-msgid "gnome-desktop"
-msgstr "gnome-desktop"
+#. Tag: para
+#: preseed.xml:1056
+#, fuzzy, no-c-format
+#| msgid "<userinput>desktop</userinput>"
+msgid "<userinput>gnome-desktop</userinput> (Gnome desktop)"
+msgstr "<userinput>desktop</userinput>"
-#. Tag: userinput
-#: preseed.xml:1060
-#, no-c-format
-msgid "kde-desktop"
-msgstr "kde-desktop"
+#. Tag: para
+#: preseed.xml:1059
+#, fuzzy, no-c-format
+#| msgid "<userinput>desktop</userinput>"
+msgid "<userinput>xfce-desktop</userinput> (XFCE desktop)"
+msgstr "<userinput>desktop</userinput>"
-#. Tag: userinput
-#: preseed.xml:1063
-#, no-c-format
-msgid "web-server"
-msgstr "web-server"
+#. Tag: para
+#: preseed.xml:1062
+#, fuzzy, no-c-format
+#| msgid "<userinput>desktop</userinput>"
+msgid "<userinput>kde-desktop</userinput> (KDE desktop)"
+msgstr "<userinput>desktop</userinput>"
-#. Tag: userinput
-#: preseed.xml:1066
-#, no-c-format
-msgid "print-server"
-msgstr "print-server"
+#. Tag: para
+#: preseed.xml:1065
+#, fuzzy, no-c-format
+#| msgid "<userinput>desktop</userinput>"
+msgid "<userinput>cinnamon-desktop</userinput> (Cinnamon desktop)"
+msgstr "<userinput>desktop</userinput>"
-#. Tag: userinput
-#: preseed.xml:1069
-#, no-c-format
-msgid "dns-server"
-msgstr "dns-server"
+#. Tag: para
+#: preseed.xml:1068
+#, fuzzy, no-c-format
+#| msgid "<userinput>desktop</userinput>"
+msgid "<userinput>mate-desktop</userinput> (MATE desktop)"
+msgstr "<userinput>desktop</userinput>"
-#. Tag: userinput
-#: preseed.xml:1072
-#, no-c-format
-msgid "file-server"
-msgstr "file-server"
+#. Tag: para
+#: preseed.xml:1071
+#, fuzzy, no-c-format
+#| msgid "<userinput>desktop</userinput>"
+msgid "<userinput>lxde-desktop</userinput> (LXDE desktop)"
+msgstr "<userinput>desktop</userinput>"
-#. Tag: userinput
-#: preseed.xml:1075
-#, no-c-format
-msgid "mail-server"
-msgstr "mail-server"
+#. Tag: para
+#: preseed.xml:1074
+#, fuzzy, no-c-format
+#| msgid "<userinput>desktop</userinput>"
+msgid "<userinput>web-server</userinput> (web server)"
+msgstr "<userinput>desktop</userinput>"
-#. Tag: userinput
-#: preseed.xml:1078
-#, no-c-format
-msgid "sql-database"
-msgstr "sql-database"
+#. Tag: para
+#: preseed.xml:1077
+#, fuzzy, no-c-format
+#| msgid "<userinput>desktop</userinput>"
+msgid "<userinput>print-server</userinput> (print server)"
+msgstr "<userinput>desktop</userinput>"
-#. Tag: userinput
-#: preseed.xml:1081
-#, no-c-format
-msgid "laptop"
-msgstr "laptop"
+#. Tag: para
+#: preseed.xml:1080
+#, fuzzy, no-c-format
+#| msgid "<userinput>desktop</userinput>"
+msgid "<userinput>ssh-server</userinput> (SSH server)"
+msgstr "<userinput>desktop</userinput>"
#. Tag: para
#: preseed.xml:1085
@@ -2707,7 +2823,51 @@ msgstr "ブートローダのインストール"
#. Tag: screen
#: preseed.xml:1108
-#, no-c-format
+#, fuzzy, 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"
+#| "# 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"
+#| "# To install to a particular device:\n"
+#| "#d-i grub-installer/bootdev string /dev/sda\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"
msgid ""
"<phrase arch=\"linux-any\"># Grub is the default boot loader (for x86). If "
"you want lilo installed\n"
@@ -2739,6 +2899,8 @@ msgid ""
"#d-i grub-installer/bootdev string (hd0,0) (hd1,0) (hd2,0)\n"
"# To install to a particular device:\n"
"#d-i grub-installer/bootdev string /dev/sda\n"
+"# To install to the first device:\n"
+"#d-i grub-installer/bootdev string default\n"
"\n"
"# Optional password for grub, either in clear text\n"
"#d-i grub-installer/password password r00tme\n"
@@ -3128,8 +3290,38 @@ msgstr ""
"コマンドを実行する機会が 2 度あり、2 回目はネットワークに接続した時に発生する"
"ということです。"
-#~ msgid "desktop"
-#~ msgstr "desktop"
+#~ msgid "<entry>desktop</entry>"
+#~ msgstr "<entry>desktop</entry>"
+
+#~ msgid "standard"
+#~ msgstr "standard"
+
+#~ msgid "gnome-desktop"
+#~ msgstr "gnome-desktop"
+
+#~ msgid "kde-desktop"
+#~ msgstr "kde-desktop"
+
+#~ msgid "web-server"
+#~ msgstr "web-server"
+
+#~ msgid "print-server"
+#~ msgstr "print-server"
+
+#~ msgid "dns-server"
+#~ msgstr "dns-server"
+
+#~ msgid "file-server"
+#~ msgstr "file-server"
+
+#~ msgid "mail-server"
+#~ msgstr "mail-server"
+
+#~ msgid "sql-database"
+#~ msgstr "sql-database"
+
+#~ msgid "laptop"
+#~ msgstr "laptop"
#~ msgid ""
#~ "# Locale sets language and country.\n"
diff --git a/po/ja/random-bits.po b/po/ja/random-bits.po
index 6f51cf702..5d5744478 100644
--- a/po/ja/random-bits.po
+++ b/po/ja/random-bits.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n"
-"POT-Creation-Date: 2014-10-05 18:15+0000\n"
+"POT-Creation-Date: 2015-01-09 19:07+0000\n"
"PO-Revision-Date: 2013-10-06 23:09+0900\n"
"Last-Translator: KURASAWA Nozomu (nabetaro) <nabetaro@debian.or.jp>\n"
"Language-Team: Japanese <debian-japanese@lists.debian.org>\n"
@@ -645,115 +645,159 @@ msgid "&task-desktop-lxde-tot;"
msgstr "&task-desktop-lxde-tot;"
#. Tag: entry
+#: random-bits.xml:283
+#, fuzzy, no-c-format
+#| msgid "&nbsp;&nbsp;&bull;&nbsp;KDE"
+msgid "&nbsp;&nbsp;&bull;&nbsp;MATE"
+msgstr "&nbsp;&nbsp;&bull;&nbsp;KDE"
+
+#. Tag: entry
#: random-bits.xml:284
-#, no-c-format
-msgid "Laptop"
-msgstr "ラップトップ"
+#, fuzzy, no-c-format
+#| msgid "&task-desktop-gnome-inst;"
+msgid "&task-desktop-mate-inst;"
+msgstr "&task-desktop-gnome-inst;"
-#. Tag: para
+#. Tag: entry
+#: random-bits.xml:285
+#, fuzzy, no-c-format
+#| msgid "&task-desktop-gnome-dl;"
+msgid "&task-desktop-mate-dl;"
+msgstr "&task-desktop-gnome-dl;"
+
+#. Tag: entry
#: random-bits.xml:286
+#, fuzzy, no-c-format
+#| msgid "&task-desktop-gnome-tot;"
+msgid "&task-desktop-mate-tot;"
+msgstr "&task-desktop-gnome-tot;"
+
+#. Tag: entry
+#: random-bits.xml:289
+#, fuzzy, no-c-format
+#| msgid "&nbsp;&nbsp;&bull;&nbsp;KDE"
+msgid "&nbsp;&nbsp;&bull;&nbsp;Cinnamon"
+msgstr "&nbsp;&nbsp;&bull;&nbsp;KDE"
+
+#. Tag: entry
+#: random-bits.xml:290
+#, fuzzy, no-c-format
+#| msgid "&task-desktop-gnome-inst;"
+msgid "&task-desktop-cinnamon-inst;"
+msgstr "&task-desktop-gnome-inst;"
+
+#. Tag: entry
+#: random-bits.xml:291
+#, fuzzy, no-c-format
+#| msgid "&task-desktop-gnome-dl;"
+msgid "&task-desktop-cinnamon-dl;"
+msgstr "&task-desktop-gnome-dl;"
+
+#. Tag: entry
+#: random-bits.xml:292
+#, fuzzy, no-c-format
+#| msgid "&task-desktop-gnome-tot;"
+msgid "&task-desktop-cinnamon-tot;"
+msgstr "&task-desktop-gnome-tot;"
+
+#. Tag: entry
+#: random-bits.xml:296
#, no-c-format
-msgid ""
-"There is some overlap of the Laptop task with the Desktop environment task. "
-"If you install both, the Laptop task will only require a few MB additional "
-"disk space."
-msgstr ""
-"ラップトップタスクとデスクトップタスクはいくつか重複しています。両方インス"
-"トールした場合、ラップトップタスクはディスク領域を、数 MB 追加で必要とするだ"
-"けでしょう"
+msgid "Laptop"
+msgstr "ラップトップ"
#. Tag: entry
-#: random-bits.xml:293
+#: random-bits.xml:297
#, no-c-format
msgid "&task-laptop-inst;"
msgstr "&task-laptop-inst;"
#. Tag: entry
-#: random-bits.xml:294
+#: random-bits.xml:298
#, no-c-format
msgid "&task-laptop-dl;"
msgstr "&task-laptop-dl;"
#. Tag: entry
-#: random-bits.xml:295
+#: random-bits.xml:299
#, no-c-format
msgid "&task-laptop-tot;"
msgstr "&task-laptop-tot;"
#. Tag: entry
-#: random-bits.xml:299
+#: random-bits.xml:303
#, no-c-format
msgid "Web server"
msgstr "ウェブサーバ"
#. Tag: entry
-#: random-bits.xml:300
+#: random-bits.xml:304
#, no-c-format
msgid "&task-web-inst;"
msgstr "&task-web-inst;"
#. Tag: entry
-#: random-bits.xml:301
+#: random-bits.xml:305
#, no-c-format
msgid "&task-web-dl;"
msgstr "&task-web-dl;"
#. Tag: entry
-#: random-bits.xml:302
+#: random-bits.xml:306
#, no-c-format
msgid "&task-web-tot;"
msgstr "&task-web-tot;"
#. Tag: entry
-#: random-bits.xml:306
+#: random-bits.xml:310
#, no-c-format
msgid "Print server"
msgstr "印刷サーバ"
#. Tag: entry
-#: random-bits.xml:307
+#: random-bits.xml:311
#, no-c-format
msgid "&task-print-inst;"
msgstr "&task-print-inst;"
#. Tag: entry
-#: random-bits.xml:308
+#: random-bits.xml:312
#, no-c-format
msgid "&task-print-dl;"
msgstr "&task-print-dl;"
#. Tag: entry
-#: random-bits.xml:309
+#: random-bits.xml:313
#, no-c-format
msgid "&task-print-tot;"
msgstr "&task-print-tot;"
#. Tag: entry
-#: random-bits.xml:341
+#: random-bits.xml:317
#, no-c-format
msgid "SSH server"
msgstr "SSH サーバ"
#. Tag: entry
-#: random-bits.xml:342
+#: random-bits.xml:318
#, no-c-format
msgid "&task-ssh-inst;"
msgstr "&task-ssh-inst;"
#. Tag: entry
-#: random-bits.xml:343
+#: random-bits.xml:319
#, no-c-format
msgid "&task-ssh-dl;"
msgstr "&task-ssh-dl;"
#. Tag: entry
-#: random-bits.xml:344
+#: random-bits.xml:320
#, no-c-format
msgid "&task-ssh-tot;"
msgstr "&task-ssh-tot;"
#. Tag: para
-#: random-bits.xml:350
+#: random-bits.xml:326
#, no-c-format
msgid ""
"If you install in a language other than English, <command>tasksel</command> "
@@ -767,13 +811,13 @@ msgstr ""
"350MB 必要となります。"
#. Tag: title
-#: random-bits.xml:365
+#: random-bits.xml:341
#, no-c-format
msgid "Installing &debian-gnu; from a Unix/Linux System"
msgstr "Unix/Linux システムからの &debian-gnu; のインストール"
#. Tag: para
-#: random-bits.xml:367
+#: random-bits.xml:343
#, no-c-format
msgid ""
"This section explains how to install &debian-gnu; from an existing Unix or "
@@ -795,7 +839,7 @@ msgstr ""
"ンドを表します。"
#. Tag: para
-#: random-bits.xml:379
+#: random-bits.xml:355
#, no-c-format
msgid ""
"Once you've got the new &debian; system configured to your preference, you "
@@ -810,7 +854,7 @@ msgstr ""
"ストールメディアと相性のよくないハードウェアに対処するうまい方法です。"
#. Tag: para
-#: random-bits.xml:390
+#: random-bits.xml:366
#, no-c-format
msgid ""
"As this is a mostly manual procedure, you should bear in mind that you will "
@@ -830,13 +874,13 @@ msgstr ""
"るかもしれません。"
#. Tag: title
-#: random-bits.xml:404
+#: random-bits.xml:380
#, no-c-format
msgid "Getting Started"
msgstr "はじめに"
#. Tag: para
-#: random-bits.xml:405
+#: random-bits.xml:381
#, no-c-format
msgid ""
"With your current *nix partitioning tools, repartition the hard drive as "
@@ -852,7 +896,7 @@ msgstr ""
"クトップ環境をインストールする場合はもっと) 必要です。"
#. Tag: para
-#: random-bits.xml:413
+#: random-bits.xml:389
#, no-c-format
msgid ""
"Next, create file systems on the partitions. For example, to create an ext3 "
@@ -871,7 +915,7 @@ msgstr ""
"は、<userinput>-j</userinput> を取ってください。"
#. Tag: para
-#: random-bits.xml:423
+#: random-bits.xml:399
#, no-c-format
msgid ""
"Initialize and activate swap (substitute the partition number for your "
@@ -896,7 +940,7 @@ msgstr ""
"ント名は何でも構いません。以降の説明ではこれを使用します。"
#. Tag: screen
-#: random-bits.xml:435
+#: random-bits.xml:411
#, no-c-format
msgid ""
"# mkdir /mnt/debinst\n"
@@ -906,7 +950,7 @@ msgstr ""
"# mount /dev/<replaceable>hda6</replaceable> /mnt/debinst"
#. Tag: para
-#: random-bits.xml:438
+#: random-bits.xml:414
#, no-c-format
msgid ""
"If you want to have parts of the filesystem (e.g. /usr) mounted on separate "
@@ -918,13 +962,13 @@ msgstr ""
"ます。"
#. Tag: title
-#: random-bits.xml:448
+#: random-bits.xml:424
#, no-c-format
msgid "Install <command>debootstrap</command>"
msgstr "<command>debootstrap</command> のインストール"
#. Tag: para
-#: random-bits.xml:449
+#: random-bits.xml:425
#, no-c-format
msgid ""
"The utility used by the &debian; installer, and recognized as the official "
@@ -949,7 +993,7 @@ msgstr ""
"ださい。"
#. Tag: para
-#: random-bits.xml:479
+#: random-bits.xml:455
#, no-c-format
msgid ""
"Or, you can use the following procedure to install it manually. Make a work "
@@ -975,7 +1019,7 @@ msgstr ""
"ファイルをインストールする際には root 権限を持つ必要があるでしょう。"
#. Tag: screen
-#: random-bits.xml:494
+#: random-bits.xml:470
#, no-c-format
msgid ""
"# ar -x debootstrap_0.X.X_all.deb\n"
@@ -987,13 +1031,13 @@ msgstr ""
"# zcat /full-path-to-work/work/data.tar.gz | tar xv"
#. Tag: title
-#: random-bits.xml:500
+#: random-bits.xml:476
#, no-c-format
msgid "Run <command>debootstrap</command>"
msgstr "<command>debootstrap</command> の実行"
#. Tag: para
-#: random-bits.xml:501
+#: random-bits.xml:477
#, no-c-format
msgid ""
"<command>debootstrap</command> can download the needed files directly from "
@@ -1009,7 +1053,7 @@ msgstr ""
"mirror/list\"></ulink> に一覧があります。"
#. Tag: para
-#: random-bits.xml:510
+#: random-bits.xml:486
#, no-c-format
msgid ""
"If you have a &releasename; &debian-gnu; CD mounted at <filename>/cdrom</"
@@ -1021,7 +1065,7 @@ msgstr ""
"</userinput>) を使用することができます。"
#. Tag: para
-#: random-bits.xml:516
+#: random-bits.xml:492
#, no-c-format
msgid ""
"Substitute one of the following for <replaceable>ARCH</replaceable> in the "
@@ -1039,7 +1083,7 @@ msgstr ""
"<userinput>ppc64el</userinput>, <userinput>s390x</userinput> です。"
#. Tag: screen
-#: random-bits.xml:532
+#: random-bits.xml:508
#, no-c-format
msgid ""
"# /usr/sbin/debootstrap --arch ARCH &releasename; \\\n"
@@ -1049,13 +1093,13 @@ msgstr ""
" /mnt/debinst http://ftp.us.debian.org/debian"
#. Tag: title
-#: random-bits.xml:538
+#: random-bits.xml:514
#, no-c-format
msgid "Configure The Base System"
msgstr "基本システムの設定"
#. Tag: para
-#: random-bits.xml:539
+#: random-bits.xml:515
#, no-c-format
msgid ""
"Now you've got a real &debian; system, though rather lean, on disk. "
@@ -1082,13 +1126,13 @@ msgstr ""
"もしれません。"
#. Tag: title
-#: random-bits.xml:557
+#: random-bits.xml:533
#, no-c-format
msgid "Create device files"
msgstr "デバイスファイルの作成"
#. Tag: para
-#: random-bits.xml:558
+#: random-bits.xml:534
#, no-c-format
msgid ""
"At this point <filename>/dev/</filename> only contains very basic device "
@@ -1107,13 +1151,13 @@ msgstr ""
"で行うかが異なります。"
#. Tag: para
-#: random-bits.xml:568
+#: random-bits.xml:544
#, no-c-format
msgid "A few of the available options are:"
msgstr "以下のような選択肢があります。"
#. Tag: para
-#: random-bits.xml:573
+#: random-bits.xml:549
#, no-c-format
msgid ""
"install the makedev package, and create a default set of static device files "
@@ -1123,7 +1167,7 @@ msgstr ""
"ルトの静的デバイスファイル群を作成してください。"
#. Tag: screen
-#: random-bits.xml:577
+#: random-bits.xml:553
#, no-c-format
msgid ""
"# apt-get install makedev\n"
@@ -1137,7 +1181,7 @@ msgstr ""
"# MAKEDEV generic"
#. Tag: para
-#: random-bits.xml:580
+#: random-bits.xml:556
#, no-c-format
msgid ""
"manually create only specific device files using <command>MAKEDEV</command>"
@@ -1146,7 +1190,7 @@ msgstr ""
"します。"
#. Tag: para
-#: random-bits.xml:585
+#: random-bits.xml:561
#, no-c-format
msgid ""
"bind mount /dev from your host system on top of /dev in the target system; "
@@ -1158,13 +1202,13 @@ msgstr ""
"するのに注意してください。そのため、この選択肢は注意深く使用するべきです。"
#. Tag: title
-#: random-bits.xml:598
+#: random-bits.xml:574
#, no-c-format
msgid "Mount Partitions"
msgstr "パーティションのマウント"
#. Tag: para
-#: random-bits.xml:599
+#: random-bits.xml:575
#, no-c-format
msgid ""
"You need to create <filename>/etc/fstab</filename>. "
@@ -1247,13 +1291,13 @@ msgstr ""
"前に必ず proc をマウントしてください。"
#. Tag: screen
-#: random-bits.xml:625
+#: random-bits.xml:601
#, no-c-format
msgid "# mount -t proc proc /proc"
msgstr "# mount -t proc proc /proc"
#. Tag: para
-#: random-bits.xml:627
+#: random-bits.xml:603
#, no-c-format
msgid ""
"The command <userinput>ls /proc</userinput> should now show a non-empty "
@@ -1265,19 +1309,19 @@ msgstr ""
"ウントできるかもしれません。"
#. Tag: screen
-#: random-bits.xml:633
+#: random-bits.xml:609
#, no-c-format
msgid "# mount -t proc proc /mnt/debinst/proc"
msgstr "# mount -t proc proc /mnt/debinst/proc"
#. Tag: title
-#: random-bits.xml:639
+#: random-bits.xml:615
#, no-c-format
msgid "Setting Timezone"
msgstr "タイムゾーンの設定"
#. Tag: para
-#: random-bits.xml:640
+#: random-bits.xml:616
#, no-c-format
msgid ""
"Setting the third line of the file <filename>/etc/adjtime</filename> to "
@@ -1304,19 +1348,19 @@ msgstr ""
"</screen></informalexample> 以下のコマンドでタイムゾーンの選択ができます。"
#. Tag: screen
-#: random-bits.xml:654
+#: random-bits.xml:630
#, no-c-format
msgid "# dpkg-reconfigure tzdata"
msgstr "# dpkg-reconfigure tzdata"
#. Tag: title
-#: random-bits.xml:660
+#: random-bits.xml:636
#, no-c-format
msgid "Configure Networking"
msgstr "ネットワークの設定"
#. Tag: para
-#: random-bits.xml:661
+#: random-bits.xml:637
#, no-c-format
msgid ""
"To configure networking, edit <filename>/etc/network/interfaces</filename>, "
@@ -1439,13 +1483,13 @@ msgstr ""
"ス名 (eth0, eth1 など) と結びつけられます。"
#. Tag: title
-#: random-bits.xml:702
+#: random-bits.xml:678
#, no-c-format
msgid "Configure Apt"
msgstr "apt の設定"
#. Tag: para
-#: random-bits.xml:703
+#: random-bits.xml:679
#, no-c-format
msgid ""
"Debootstrap will have created a very basic <filename>/etc/apt/sources.list</"
@@ -1471,13 +1515,13 @@ msgstr ""
"update</userinput> を必ず実行してください。"
#. Tag: title
-#: random-bits.xml:719
+#: random-bits.xml:695
#, no-c-format
msgid "Configure Locales and Keyboard"
msgstr "ロケールとキーボードの設定"
#. Tag: para
-#: random-bits.xml:720
+#: random-bits.xml:696
#, no-c-format
msgid ""
"To configure your locale settings to use a language other than English, "
@@ -1498,7 +1542,7 @@ msgstr ""
"ださい。"
#. Tag: screen
-#: random-bits.xml:730
+#: random-bits.xml:706
#, no-c-format
msgid ""
"# aptitude install console-setup\n"
@@ -1508,7 +1552,7 @@ msgstr ""
"# dpkg-reconfigure keyboard-configuration"
#. Tag: para
-#: random-bits.xml:732
+#: random-bits.xml:708
#, no-c-format
msgid ""
"Note that the keyboard cannot be set while in the chroot, but will be "
@@ -1518,13 +1562,13 @@ msgstr ""
"てください。"
#. Tag: title
-#: random-bits.xml:742
+#: random-bits.xml:718
#, no-c-format
msgid "Install a Kernel"
msgstr "カーネルのインストール"
#. Tag: para
-#: random-bits.xml:743
+#: random-bits.xml:719
#, no-c-format
msgid ""
"If you intend to boot this system, you probably want a &arch-kernel; kernel "
@@ -1535,13 +1579,13 @@ msgstr ""
"ください。"
#. Tag: screen
-#: random-bits.xml:748
+#: random-bits.xml:724
#, no-c-format
msgid "# apt-cache search &kernelpackage;"
msgstr "# apt-cache search &kernelpackage;"
#. Tag: para
-#: random-bits.xml:750
+#: random-bits.xml:726
#, no-c-format
msgid "Then install the kernel package of your choice using its package name."
msgstr ""
@@ -1549,19 +1593,19 @@ msgstr ""
"ください。"
#. Tag: screen
-#: random-bits.xml:754
+#: random-bits.xml:730
#, no-c-format
msgid "# aptitude install &kernelpackage;-<replaceable>arch-etc</replaceable>"
msgstr "# aptitude install &kernelpackage;-<replaceable>arch-etc</replaceable>"
#. Tag: title
-#: random-bits.xml:760
+#: random-bits.xml:736
#, no-c-format
msgid "Set up the Boot Loader"
msgstr "ブートローダのセットアップ"
#. Tag: para
-#: random-bits.xml:761
+#: random-bits.xml:737
#, no-c-format
msgid ""
"To make your &debian-gnu; system bootable, set up your boot loader to load "
@@ -1576,7 +1620,7 @@ msgstr ""
"部の <command>aptitude</command> を使用できます。"
#. Tag: para
-#: random-bits.xml:768
+#: random-bits.xml:744
#, no-c-format
msgid ""
"Check <userinput>info grub</userinput> <phrase arch=\"x86\">or "
@@ -1601,7 +1645,7 @@ msgstr ""
"ていてください)。</phrase>"
#. Tag: para
-#: random-bits.xml:780
+#: random-bits.xml:756
#, no-c-format
msgid ""
"Installing and setting up <classname>grub2</classname> is as easy as: "
@@ -1625,7 +1669,7 @@ msgstr ""
"す。"
#. Tag: para
-#: random-bits.xml:790
+#: random-bits.xml:766
#, no-c-format
msgid ""
"Note that this assumes that a <filename>/dev/hda</filename> device file has "
@@ -1637,13 +1681,13 @@ msgstr ""
"りますが、それはこの付録では扱いません。"
#. Tag: para
-#: random-bits.xml:796
+#: random-bits.xml:772
#, no-c-format
msgid "Here is a basic <filename>/etc/lilo.conf</filename> as an example:"
msgstr "以下は基本的な <filename>/etc/lilo.conf</filename> の例です。"
#. Tag: screen
-#: random-bits.xml:800
+#: random-bits.xml:776
#, no-c-format
msgid ""
"boot=/dev/<replaceable>hda6</replaceable>\n"
@@ -1665,7 +1709,7 @@ msgstr ""
"label=Debian"
#. Tag: para
-#: random-bits.xml:802
+#: random-bits.xml:778
#, no-c-format
msgid ""
"Check <userinput>man yaboot.conf</userinput> for instructions on setting up "
@@ -1684,7 +1728,7 @@ msgstr ""
"われるということを覚えていてください)"
#. Tag: para
-#: random-bits.xml:812
+#: random-bits.xml:788
#, no-c-format
msgid ""
"Here is a basic <filename>/etc/yaboot.conf</filename> as an example: "
@@ -1714,14 +1758,14 @@ msgstr ""
"の代わりに <userinput>ide0:</userinput> を使う必要があるかもしれません。"
#. Tag: title
-#: random-bits.xml:825
+#: random-bits.xml:801
#, fuzzy, no-c-format
#| msgid "Remote access: Installing SSH and setting a password"
msgid "Remote access: Installing SSH and setting up access"
msgstr "リモートアクセス: SSH のインストールとパスワード設定"
#. Tag: para
-#: random-bits.xml:826
+#: random-bits.xml:802
#, no-c-format
msgid ""
"In case you can login to the system via console, you can skip this section. "
@@ -1747,7 +1791,7 @@ msgid ""
msgstr ""
#. Tag: screen
-#: random-bits.xml:850
+#: random-bits.xml:826
#, no-c-format
msgid ""
"# adduser joe\n"
@@ -1755,13 +1799,13 @@ msgid ""
msgstr ""
#. Tag: title
-#: random-bits.xml:855
+#: random-bits.xml:831
#, no-c-format
msgid "Finishing touches"
msgstr "仕上げに"
#. Tag: para
-#: random-bits.xml:856
+#: random-bits.xml:832
#, no-c-format
msgid ""
"As mentioned earlier, the installed system will be very basic. If you would "
@@ -1781,7 +1825,7 @@ msgstr ""
"パッケージをインストールすることもできます。"
#. Tag: para
-#: random-bits.xml:867
+#: random-bits.xml:843
#, no-c-format
msgid ""
"After the installation there will be a lot of downloaded packages in "
@@ -1793,19 +1837,19 @@ msgstr ""
"を解放できます。"
#. Tag: screen
-#: random-bits.xml:873
+#: random-bits.xml:849
#, no-c-format
msgid "# aptitude clean"
msgstr "# aptitude clean"
#. Tag: title
-#: random-bits.xml:884
+#: random-bits.xml:860
#, no-c-format
msgid "Installing &debian-gnu; over Parallel Line IP (PLIP)"
msgstr "パラレルライン IP (PLIP) による &debian-gnu; のインストール"
#. Tag: para
-#: random-bits.xml:886
+#: random-bits.xml:862
#, no-c-format
msgid ""
"This section explains how to install &debian-gnu; on a computer without an "
@@ -1821,7 +1865,7 @@ msgstr ""
"ればなりません。"
#. Tag: para
-#: random-bits.xml:894
+#: random-bits.xml:870
#, no-c-format
msgid ""
"In the example in this appendix we will set up a PLIP connection using a "
@@ -1837,7 +1881,7 @@ msgstr ""
"てはいけません)"
#. Tag: para
-#: random-bits.xml:902
+#: random-bits.xml:878
#, no-c-format
msgid ""
"The PLIP connection set up during the installation will also be available "
@@ -1848,7 +1892,7 @@ msgstr ""
"たときに有効になります。(<xref linkend=\"boot-new\"/> をご覧ください)"
#. Tag: para
-#: random-bits.xml:907
+#: random-bits.xml:883
#, no-c-format
msgid ""
"Before you start, you will need to check the BIOS configuration (IO base "
@@ -1861,13 +1905,13 @@ msgstr ""
"通の値は、<literal>io=0x378</literal>, <literal>irq=7</literal> です。"
#. Tag: title
-#: random-bits.xml:917
+#: random-bits.xml:893
#, no-c-format
msgid "Requirements"
msgstr "必要な物"
#. Tag: para
-#: random-bits.xml:920
+#: random-bits.xml:896
#, no-c-format
msgid ""
"A target computer, called <emphasis>target</emphasis>, where &debian; will "
@@ -1877,7 +1921,7 @@ msgstr ""
"呼びます)"
#. Tag: para
-#: random-bits.xml:926
+#: random-bits.xml:902
#, no-c-format
msgid "System installation media; see <xref linkend=\"installation-media\"/>."
msgstr ""
@@ -1885,7 +1929,7 @@ msgstr ""
"ご覧ください。"
#. Tag: para
-#: random-bits.xml:931
+#: random-bits.xml:907
#, no-c-format
msgid ""
"Another computer connected to the Internet, called <emphasis>source</"
@@ -1895,7 +1939,7 @@ msgstr ""
"(<emphasis>source</emphasis> と呼びます)"
#. Tag: para
-#: random-bits.xml:937
+#: random-bits.xml:913
#, no-c-format
msgid ""
"A DB-25 Null-Modem cable. See the <ulink url=\"&url-plip-install-howto;"
@@ -1907,13 +1951,13 @@ msgstr ""
"さい。"
#. Tag: title
-#: random-bits.xml:949
+#: random-bits.xml:925
#, no-c-format
msgid "Setting up source"
msgstr "source のセットアップ"
#. Tag: para
-#: random-bits.xml:950
+#: random-bits.xml:926
#, no-c-format
msgid ""
"The following shell script is a simple example of how to configure the "
@@ -1923,7 +1967,7 @@ msgstr ""
"イ (ppp0 利用) に設定する簡単なサンプルです。"
#. Tag: screen
-#: random-bits.xml:955
+#: random-bits.xml:931
#, no-c-format
msgid ""
"#!/bin/sh\n"
@@ -1969,13 +2013,13 @@ msgstr ""
"echo 1 > /proc/sys/net/ipv4/ip_forward"
#. Tag: title
-#: random-bits.xml:961
+#: random-bits.xml:937
#, no-c-format
msgid "Installing target"
msgstr "target のインストール"
#. Tag: para
-#: random-bits.xml:962
+#: random-bits.xml:938
#, no-c-format
msgid ""
"Boot the installation media. The installation needs to be run in expert "
@@ -2001,13 +2045,13 @@ msgstr ""
"</screen></informalexample> 以下は、インストール中の各段階で与える値です。"
#. Tag: guimenuitem
-#: random-bits.xml:981
+#: random-bits.xml:957
#, no-c-format
msgid "Load installer components from CD"
msgstr "インストーラコンポーネントを CD からロード"
#. Tag: para
-#: random-bits.xml:983
+#: random-bits.xml:959
#, no-c-format
msgid ""
"Select the <userinput>plip-modules</userinput> option from the list; this "
@@ -2017,13 +2061,13 @@ msgstr ""
"れにより、インストールするシステムで PLIP ドライバが使用可能になります。"
#. Tag: guimenuitem
-#: random-bits.xml:991
+#: random-bits.xml:967
#, no-c-format
msgid "Detect network hardware"
msgstr "ネットワークハードウェアの検出"
#. Tag: para
-#: random-bits.xml:996
+#: random-bits.xml:972
#, no-c-format
msgid ""
"If target <emphasis>does</emphasis> have a network card, a list of driver "
@@ -2038,7 +2082,7 @@ msgstr ""
"現れません。"
#. Tag: para
-#: random-bits.xml:1005
+#: random-bits.xml:981
#, no-c-format
msgid ""
"Because no network card was detected/selected earlier, the installer will "
@@ -2050,20 +2094,20 @@ msgstr ""
"userinput> モジュールを選択してください。"
#. Tag: guimenuitem
-#: random-bits.xml:1017
+#: random-bits.xml:993
#, no-c-format
msgid "Configure the network"
msgstr "ネットワークの設定"
#. Tag: para
-#: random-bits.xml:1020
+#: random-bits.xml:996
#, no-c-format
msgid "Auto-configure network with DHCP: No"
msgstr ""
"「DHCP でネットワークを自動的に設定していますか」には「いいえ」と答えます。"
#. Tag: para
-#: random-bits.xml:1025
+#: random-bits.xml:1001
#, no-c-format
msgid ""
"IP address: <userinput><replaceable>192.168.0.1</replaceable></userinput>"
@@ -2072,7 +2116,7 @@ msgstr ""
"userinput> とします。"
#. Tag: para
-#: random-bits.xml:1030
+#: random-bits.xml:1006
#, no-c-format
msgid ""
"Point-to-point address: <userinput><replaceable>192.168.0.2</replaceable></"
@@ -2082,7 +2126,7 @@ msgstr ""
"replaceable></userinput> とします。"
#. Tag: para
-#: random-bits.xml:1036
+#: random-bits.xml:1012
#, no-c-format
msgid ""
"Name server addresses: you can enter the same addresses used on source (see "
@@ -2092,13 +2136,13 @@ msgstr ""
"す。(<filename>/etc/resolv.conf</filename> をご覧ください)"
#. Tag: title
-#: random-bits.xml:1055
+#: random-bits.xml:1031
#, no-c-format
msgid "Installing &debian-gnu; using PPP over Ethernet (PPPoE)"
msgstr "PPP over Ethernet (PPPoE) を用いた &debian-gnu; のインストール"
#. Tag: para
-#: random-bits.xml:1057
+#: random-bits.xml:1033
#, no-c-format
msgid ""
"In some countries PPP over Ethernet (PPPoE) is a common protocol for "
@@ -2113,7 +2157,7 @@ msgstr ""
"トしていませんが、非常に簡単に設定できます。この節ではその方法を説明します。"
#. Tag: para
-#: random-bits.xml:1065
+#: random-bits.xml:1041
#, no-c-format
msgid ""
"The PPPoE connection set up during the installation will also be available "
@@ -2124,7 +2168,7 @@ msgstr ""
"ムを再起動した後でも有効になります (<xref linkend=\"boot-new\"/> 参照)。"
#. Tag: para
-#: random-bits.xml:1070
+#: random-bits.xml:1046
#, no-c-format
msgid ""
"To have the option of setting up and using PPPoE during the installation, "
@@ -2138,7 +2182,7 @@ msgstr ""
"いません。"
#. Tag: para
-#: random-bits.xml:1077
+#: random-bits.xml:1053
#, no-c-format
msgid ""
"Installing over PPPoE is mostly the same as any other installation. The "
@@ -2148,7 +2192,7 @@ msgstr ""
"するステップが異なるだけです。"
#. Tag: para
-#: random-bits.xml:1085
+#: random-bits.xml:1061
#, no-c-format
msgid ""
"Boot the installer with the boot parameter <userinput>modules=ppp-udeb</"
@@ -2164,7 +2208,7 @@ msgstr ""
"udeb</classname>) を確実に読み込み、自動的に起動します。"
#. Tag: para
-#: random-bits.xml:1100
+#: random-bits.xml:1076
#, no-c-format
msgid ""
"Follow the regular initial steps of the installation (language, country and "
@@ -2184,7 +2228,7 @@ msgstr ""
"す。"
#. Tag: para
-#: random-bits.xml:1119
+#: random-bits.xml:1095
#, no-c-format
msgid ""
"The next step is the detection of network hardware, in order to identify any "
@@ -2194,7 +2238,7 @@ msgstr ""
"クハードウェアを検出します。"
#. Tag: para
-#: random-bits.xml:1125
+#: random-bits.xml:1101
#, no-c-format
msgid ""
"After this the actual setup of PPPoE is started. The installer will probe "
@@ -2206,7 +2250,7 @@ msgstr ""
"イーサネットインターフェースを調べます。"
#. Tag: para
-#: random-bits.xml:1131
+#: random-bits.xml:1107
#, no-c-format
msgid ""
"It is possible that the concentrator will not to be found at the first "
@@ -2222,7 +2266,7 @@ msgstr ""
"connection</guimenuitem> を選択してください。"
#. Tag: para
-#: random-bits.xml:1140
+#: random-bits.xml:1116
#, no-c-format
msgid ""
"After a concentrator is found, the user will be prompted to type the login "
@@ -2232,7 +2276,7 @@ msgstr ""
"入力してください。"
#. Tag: para
-#: random-bits.xml:1146
+#: random-bits.xml:1122
#, no-c-format
msgid ""
"At this point the installer will use the provided information to establish "
@@ -2251,6 +2295,15 @@ msgstr ""
"て、設定を再度行えます。"
#~ msgid ""
+#~ "There is some overlap of the Laptop task with the Desktop environment "
+#~ "task. If you install both, the Laptop task will only require a few MB "
+#~ "additional disk space."
+#~ msgstr ""
+#~ "ラップトップタスクとデスクトップタスクはいくつか重複しています。両方インス"
+#~ "トールした場合、ラップトップタスクはディスク領域を、数 MB 追加で必要とする"
+#~ "だけでしょう"
+
+#~ msgid ""
#~ "In case you can login to the system via console, you can skip this "
#~ "section. If the system should be accessible via the network later on, you "
#~ "need to install SSH and set a password for root:"
diff --git a/po/ja/using-d-i.po b/po/ja/using-d-i.po
index 49e59d039..b73a97d5a 100644
--- a/po/ja/using-d-i.po
+++ b/po/ja/using-d-i.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n"
-"POT-Creation-Date: 2014-10-05 18:15+0000\n"
+"POT-Creation-Date: 2015-01-09 19:07+0000\n"
"PO-Revision-Date: 2013-04-03 00:38+0900\n"
"Last-Translator: KURASAWA Nozomu (nabetaro) <nabetaro@debian.or.jp>\n"
"Language-Team: Japanese <debian-japanese@lists.debian.org>\n"
@@ -2193,8 +2193,9 @@ msgstr "<filename>/</filename>, <filename>/home</filename>, swap"
#. Tag: entry
#: using-d-i.xml:1350
-#, no-c-format
-msgid "Separate /home, /usr, /var and /tmp partitions"
+#, fuzzy, no-c-format
+#| msgid "Separate /home, /usr, /var and /tmp partitions"
+msgid "Separate /home, /var and /tmp partitions"
msgstr "Separate /home, /usr, /var and /tmp partitions"
#. Tag: entry
@@ -2205,10 +2206,13 @@ msgstr "<entry>1GB</entry>"
#. Tag: entry
#: using-d-i.xml:1352
-#, no-c-format
+#, fuzzy, no-c-format
+#| msgid ""
+#| "<filename>/</filename>, <filename>/home</filename>, <filename>/usr</"
+#| "filename>, <filename>/var</filename>, <filename>/tmp</filename>, swap"
msgid ""
-"<filename>/</filename>, <filename>/home</filename>, <filename>/usr</"
-"filename>, <filename>/var</filename>, <filename>/tmp</filename>, swap"
+"<filename>/</filename>, <filename>/home</filename>, <filename>/var</"
+"filename>, <filename>/tmp</filename>, swap"
msgstr ""
"<filename>/</filename>, <filename>/home</filename>, <filename>/usr</"
"filename>, <filename>/var</filename>, <filename>/tmp</filename>, swap"
@@ -4200,58 +4204,17 @@ msgstr ""
#. Tag: para
#: using-d-i.xml:2561
-#, fuzzy, no-c-format
-#| msgid ""
-#| "It is not possible to interactively select a different desktop during the "
-#| "installation. However, it <emphasis>is</emphasis> possible to get &d-i; "
-#| "to install a KDE desktop environment instead of GNOME by using preseeding "
-#| "(see <xref linkend=\"preseed-pkgsel\"/>) or by adding the parameter "
-#| "<literal>desktop=kde</literal> at the boot prompt when starting the "
-#| "installer. Alternatively the more lightweight Xfce and LXDE desktop "
-#| "environments can be selected by using <literal>desktop=xfce</literal> or "
-#| "<literal>desktop=lxde</literal>."
-msgid ""
-"By default, &d-i; installs the Xfce desktop environment. It is not possible "
-"to interactively select a different desktop environment during the "
-"installation, however, it <emphasis>is</emphasis> possible to have the "
-"installer install a different desktop environment by using preseeding (see "
-"<xref linkend=\"preseed-pkgsel\"/>) or by adding the parameter "
-"<literal>desktop=name_of_the_desktop_environment</literal> at the boot "
-"prompt when starting the installer. Possible variants in this case are "
-"<literal>desktop=gnome</literal>, <literal>desktop=kde</literal>, "
-"<literal>desktop=lxde</literal> or <literal>desktop=xfce</literal>."
-msgstr ""
-"インストール中に異なるデスクトップ環境を、インタラクティブに選択することはで"
-"きません。しかし、preseed (<xref linkend=\"preseed-pkgsel\"/> 参照) を使用し"
-"たり、インストーラの起動時にブートプロンプトのパラメータで <literal>tasks="
-"\"standard, kde-desktop\"</literal> と指定して、&d-i; が GNOME ではなく KDE "
-"デスクトップ環境をインストールするようにできます。また、"
-"<literal>desktop=xfce</literal> や <literal>desktop=lxde</literal> とすると、"
-"もっと軽量な Xfce デスクトップ環境や LXDE デスクトップ環境を選択できます。"
-
-#. Tag: para
-#: using-d-i.xml:2575
-#, fuzzy, no-c-format
-#| msgid ""
-#| "Some CD images (netinst and DVD) also allow selection of the desired "
-#| "desktop environment from the graphical boot menu. Select the "
-#| "<quote>Advanced options</quote> option in the main menu and look for "
-#| "<quote>Alternative desktop environments</quote>."
+#, no-c-format
msgid ""
-"If you use the special GNOME-, KDE- or LXDE-variant of the first CD in the "
-"full CD set, the installer installs the respective desktop environment "
-"instead of the default. Some CD images (netinst and DVD) also allow "
-"selection of the desired desktop environment from the graphical boot menu. "
-"Select the <quote>Advanced options</quote> option in the main menu and look "
-"for <quote>Alternative desktop environments</quote>."
+"By default, &d-i; installs the <phrase arch=\"x86\">Gnome</phrase> <phrase "
+"arch=\"non-x86\">Xfce</phrase> desktop environment. It is possible to "
+"interactively select a different desktop environment during the "
+"installation. It is also possible to install multiple desktops, but some "
+"combinations of desktop may not be co-installable."
msgstr ""
-"いくつかの CD イメージ (netinst, DVD) では、グラフィカルブートメニューから、"
-"希望のデスクトップ環境の選択もできます。メインメニューの <quote>Advanced "
-"options</quote> を選択し、<quote>Alternative desktop environments</quote> を"
-"探してください。"
#. Tag: para
-#: using-d-i.xml:2586
+#: using-d-i.xml:2569
#, fuzzy, no-c-format
#| msgid ""
#| "Note that this will only work if the packages needed for the desired "
@@ -4276,27 +4239,16 @@ msgstr ""
"ストールがうまくいくでしょう。"
#. Tag: para
-#: using-d-i.xml:2596
+#: using-d-i.xml:2579
#, no-c-format
msgid ""
-"The various server tasks will install software roughly as follows. DNS "
-"server: <classname>bind9</classname>; File server: <classname>samba</"
-"classname>, <classname>nfs</classname>; Mail server: <classname>exim4</"
-"classname>, <classname>spamassassin</classname>, <classname>uw-imap</"
-"classname>; Print server: <classname>cups</classname>; SQL database: "
-"<classname>postgresql</classname>; Web server: <classname>apache2</"
-"classname>."
+"The various server tasks will install software roughly as follows. Web "
+"server: <classname>apache2</classname>; Print server: <classname>cups</"
+"classname>; SSH server: <classname>openssh</classname>."
msgstr ""
-"各サーバタスクでは、おおまかに以下のソフトウェアをインストールします。DNS "
-"サーバ: <classname>bind9</classname>; ファイルサーバ: <classname>samba</"
-"classname>, <classname>nfs</classname>; メールサーバ: <classname>exim4</"
-"classname>, <classname>spamassassin</classname>, <classname>uw-imap</"
-"classname>; 印刷サーバ: <classname>cups</classname>; SQL データベース: "
-"<classname>postgresql</classname>; Web サーバ: <classname>apache2</"
-"classname>。"
#. Tag: para
-#: using-d-i.xml:2607
+#: using-d-i.xml:2586
#, no-c-format
msgid ""
"The <quote>Standard system</quote> task will install any package that has a "
@@ -4312,7 +4264,7 @@ msgstr ""
"にしてください。"
#. Tag: para
-#: using-d-i.xml:2615
+#: using-d-i.xml:2594
#, no-c-format
msgid ""
"If during language selection a default locale other than the <quote>C</"
@@ -4331,7 +4283,7 @@ msgstr ""
"ルします。"
#. Tag: para
-#: using-d-i.xml:2625
+#: using-d-i.xml:2604
#, no-c-format
msgid ""
"Once you've selected your tasks, select &BTN-CONT;. At this point, "
@@ -4345,7 +4297,7 @@ msgstr ""
"ます。"
#. Tag: para
-#: using-d-i.xml:2632
+#: using-d-i.xml:2611
#, no-c-format
msgid ""
"You should be aware that especially the Desktop task is very large. "
@@ -4362,7 +4314,7 @@ msgstr ""
"ンストールを始めたら、キャンセルするオプションはありません。"
#. Tag: para
-#: using-d-i.xml:2641
+#: using-d-i.xml:2620
#, no-c-format
msgid ""
"Even when packages are included on the CD-ROM, the installer may still "
@@ -4379,13 +4331,13 @@ msgstr ""
"メージを使用していると、こういったことが起こり得ます。"
#. Tag: title
-#: using-d-i.xml:2656
+#: using-d-i.xml:2635
#, no-c-format
msgid "Making Your System Bootable"
msgstr "システムを起動可能に"
#. Tag: para
-#: using-d-i.xml:2658
+#: using-d-i.xml:2637
#, no-c-format
msgid ""
"If you are installing a diskless workstation, obviously, booting off the "
@@ -4400,13 +4352,13 @@ msgstr ""
"ください。</phrase>"
#. Tag: title
-#: using-d-i.xml:2673
+#: using-d-i.xml:2652
#, no-c-format
msgid "Detecting other operating systems"
msgstr "他 OS の検出"
#. Tag: para
-#: using-d-i.xml:2675
+#: using-d-i.xml:2654
#, no-c-format
msgid ""
"Before a boot loader is installed, the installer will attempt to probe for "
@@ -4421,7 +4373,7 @@ msgstr ""
"できるように、このコンピュータを設定します。"
#. Tag: para
-#: using-d-i.xml:2683
+#: using-d-i.xml:2662
#, no-c-format
msgid ""
"Note that multiple operating systems booting on a single machine is still "
@@ -4436,13 +4388,13 @@ msgstr ""
"す。作動しない場合は、詳細についてブートマネージャの文書を調べるべきです。"
#. Tag: title
-#: using-d-i.xml:2701
+#: using-d-i.xml:2680
#, no-c-format
msgid "<command>palo</command>-installer"
msgstr "<command>palo</command> インストーラ"
#. Tag: para
-#: using-d-i.xml:2702
+#: using-d-i.xml:2681
#, no-c-format
msgid ""
"The bootloader on PA-RISC is <quote>palo</quote>. <command>PALO</command> is "
@@ -4458,19 +4410,19 @@ msgstr ""
"Linux パーティションを読むことができるからです。"
#. Tag: para
-#: using-d-i.xml:2711
+#: using-d-i.xml:2690
#, no-c-format
msgid "hppa FIXME ( need more info )"
msgstr "hppa FIXME ( もっと情報が必要 )"
#. Tag: title
-#: using-d-i.xml:2723
+#: using-d-i.xml:2702
#, no-c-format
msgid "Install the <command>Grub</command> Boot Loader on a Hard Disk"
msgstr "ハードディスクへの <command>Grub</command> ブートローダのインストール"
#. Tag: para
-#: using-d-i.xml:2725
+#: using-d-i.xml:2704
#, no-c-format
msgid ""
"The main &architecture; boot loader is called <quote>grub</quote>. Grub is a "
@@ -4482,7 +4434,7 @@ msgstr ""
"選んでおけばよいでしょう。"
#. Tag: para
-#: using-d-i.xml:2731
+#: using-d-i.xml:2710
#, no-c-format
msgid ""
"By default, grub will be installed into the Master Boot Record (MBR), where "
@@ -4495,7 +4447,7 @@ msgstr ""
"さい。"
#. Tag: para
-#: using-d-i.xml:2737
+#: using-d-i.xml:2716
#, no-c-format
msgid ""
"If you do not want to install grub, use the &BTN-GOBACK; button to get to "
@@ -4506,13 +4458,13 @@ msgstr ""
"てください。そしてそこから、使用したいブートローダを選択してください。"
#. Tag: title
-#: using-d-i.xml:2750
+#: using-d-i.xml:2729
#, no-c-format
msgid "Install the <command>LILO</command> Boot Loader on a Hard Disk"
msgstr "ハードディスクへの <command>LILO</command> ブートローダのインストール"
#. Tag: para
-#: using-d-i.xml:2752
+#: using-d-i.xml:2731
#, no-c-format
msgid ""
"The second &architecture; boot loader is called <quote>LILO</quote>. It is "
@@ -4528,7 +4480,7 @@ msgstr ""
"\">LILO mini-HOWTO</ulink> もご覧ください。"
#. Tag: para
-#: using-d-i.xml:2762
+#: using-d-i.xml:2741
#, no-c-format
msgid ""
"Currently the LILO installation will only create menu entries for other "
@@ -4542,7 +4494,7 @@ msgstr ""
"ません。"
#. Tag: para
-#: using-d-i.xml:2770
+#: using-d-i.xml:2749
#, no-c-format
msgid ""
"&d-i; offers you three choices on where to install the <command>LILO</"
@@ -4552,13 +4504,13 @@ msgstr ""
"提示します。"
#. Tag: term
-#: using-d-i.xml:2777
+#: using-d-i.xml:2756
#, no-c-format
msgid "Master Boot Record (MBR)"
msgstr "Master Boot Record (MBR)"
#. Tag: para
-#: using-d-i.xml:2777
+#: using-d-i.xml:2756
#, no-c-format
msgid ""
"This way the <command>LILO</command> will take complete control of the boot "
@@ -4568,13 +4520,13 @@ msgstr ""
"す。"
#. Tag: term
-#: using-d-i.xml:2784
+#: using-d-i.xml:2763
#, no-c-format
msgid "new &debian; partition"
msgstr "new &debian; partition"
#. Tag: para
-#: using-d-i.xml:2784
+#: using-d-i.xml:2763
#, no-c-format
msgid ""
"Choose this if you want to use another boot manager. <command>LILO</command> "
@@ -4586,13 +4538,13 @@ msgstr ""
"インストールし、第 2 のブートローダとして動作します。"
#. Tag: term
-#: using-d-i.xml:2793
+#: using-d-i.xml:2772
#, no-c-format
msgid "Other choice"
msgstr "Other choice"
#. Tag: para
-#: using-d-i.xml:2793
+#: using-d-i.xml:2772
#, no-c-format
msgid ""
"Useful for advanced users who want to install <command>LILO</command> "
@@ -4608,7 +4560,7 @@ msgstr ""
"<phrase condition=\"lenny\">従来の名前を</phrase>使用できます。"
#. Tag: para
-#: using-d-i.xml:2803
+#: using-d-i.xml:2782
#, no-c-format
msgid ""
"If you can no longer boot into Windows 9x (or DOS) after this step, you'll "
@@ -4624,13 +4576,13 @@ msgstr ""
"る、ということを意味します!"
#. Tag: title
-#: using-d-i.xml:2819
+#: using-d-i.xml:2798
#, no-c-format
msgid "Install the <command>ELILO</command> Boot Loader on a Hard Disk"
msgstr "ハードディスクへの <command>ELILO</command> ブートローダのインストール"
#. Tag: para
-#: using-d-i.xml:2821
+#: using-d-i.xml:2800
#, no-c-format
msgid ""
"The &architecture; boot loader is called <quote>elilo</quote>. It is modeled "
@@ -4658,7 +4610,7 @@ msgstr ""
"Boot Manager</quote> により実際に実行されます。"
#. Tag: para
-#: using-d-i.xml:2837
+#: using-d-i.xml:2816
#, no-c-format
msgid ""
"The <quote>elilo</quote> configuration and installation is done as the last "
@@ -4675,13 +4627,13 @@ msgstr ""
"システムがあるディスクのパーティションを選択します。"
#. Tag: title
-#: using-d-i.xml:2849
+#: using-d-i.xml:2828
#, no-c-format
msgid "Choose the correct partition!"
msgstr "正しいパーティションを選択してください!"
#. Tag: para
-#: using-d-i.xml:2851
+#: using-d-i.xml:2830
#, no-c-format
msgid ""
"The criterion for selecting a partition is that it must be a FAT format "
@@ -4700,13 +4652,13 @@ msgstr ""
"ください!"
#. Tag: title
-#: using-d-i.xml:2866
+#: using-d-i.xml:2845
#, no-c-format
msgid "EFI Partition Contents"
msgstr "EFI パーティションの内容"
#. Tag: para
-#: using-d-i.xml:2868
+#: using-d-i.xml:2847
#, no-c-format
msgid ""
"The EFI partition is a FAT filesystem format partition on one of the hard "
@@ -4736,13 +4688,13 @@ msgstr ""
"のファイルシステムにその他のファイルがあるかもしれません。"
#. Tag: filename
-#: using-d-i.xml:2890
+#: using-d-i.xml:2869
#, no-c-format
msgid "elilo.conf"
msgstr "elilo.conf"
#. Tag: para
-#: using-d-i.xml:2891
+#: using-d-i.xml:2870
#, no-c-format
msgid ""
"This is the configuration file read by the boot loader when it starts. It is "
@@ -4754,13 +4706,13 @@ msgstr ""
"ピーです。"
#. Tag: filename
-#: using-d-i.xml:2900
+#: using-d-i.xml:2879
#, no-c-format
msgid "elilo.efi"
msgstr "elilo.efi"
#. Tag: para
-#: using-d-i.xml:2901
+#: using-d-i.xml:2880
#, no-c-format
msgid ""
"This is the boot loader program that the <quote>EFI Boot Manager</quote> "
@@ -4773,13 +4725,13 @@ msgstr ""
"<guimenuitem>&debian; GNU/Linux</guimenuitem> を選択するとこれが起動します。"
#. Tag: filename
-#: using-d-i.xml:2911
+#: using-d-i.xml:2890
#, no-c-format
msgid "initrd.img"
msgstr "initrd.img"
#. Tag: para
-#: using-d-i.xml:2912
+#: using-d-i.xml:2891
#, no-c-format
msgid ""
"This is the initial root filesystem used to boot the kernel. It is a copy of "
@@ -4793,13 +4745,13 @@ msgstr ""
"filename> で指し示す <filename>/boot</filename> にあるファイルです。"
#. Tag: filename
-#: using-d-i.xml:2924
+#: using-d-i.xml:2903
#, no-c-format
msgid "readme.txt"
msgstr "readme.txt"
#. Tag: para
-#: using-d-i.xml:2925
+#: using-d-i.xml:2904
#, no-c-format
msgid ""
"This is a small text file warning you that the contents of the directory are "
@@ -4811,13 +4763,13 @@ msgstr ""
"する小さなテキストファイルです。"
#. Tag: filename
-#: using-d-i.xml:2935
+#: using-d-i.xml:2914
#, no-c-format
msgid "vmlinuz"
msgstr "vmlinuz"
#. Tag: para
-#: using-d-i.xml:2936
+#: using-d-i.xml:2915
#, no-c-format
msgid ""
"This is the compressed kernel itself. It is a copy of the file referenced in "
@@ -4831,13 +4783,13 @@ msgstr ""
"るファイルです。"
#. Tag: title
-#: using-d-i.xml:2956
+#: using-d-i.xml:2935
#, no-c-format
msgid "<command>arcboot</command>-installer"
msgstr "<command>arcboot</command>-installer"
#. Tag: para
-#: using-d-i.xml:2957
+#: using-d-i.xml:2936
#, no-c-format
msgid ""
"The boot loader on SGI machines is <command>arcboot</command>. It has to be "
@@ -4881,13 +4833,13 @@ msgstr ""
"い。"
#. Tag: replaceable
-#: using-d-i.xml:2976
+#: using-d-i.xml:2955
#, no-c-format
msgid "scsi"
msgstr "scsi"
#. Tag: para
-#: using-d-i.xml:2977
+#: using-d-i.xml:2956
#, no-c-format
msgid ""
"is the SCSI bus to be booted from, this is <userinput>0</userinput> for the "
@@ -4897,13 +4849,13 @@ msgstr ""
"となる。"
#. Tag: replaceable
-#: using-d-i.xml:2985
+#: using-d-i.xml:2964
#, no-c-format
msgid "disk"
msgstr "disk"
#. Tag: para
-#: using-d-i.xml:2986
+#: using-d-i.xml:2965
#, no-c-format
msgid ""
"is the SCSI ID of the hard disk on which <command>arcboot</command> is "
@@ -4913,13 +4865,13 @@ msgstr ""
"す。"
#. Tag: replaceable
-#: using-d-i.xml:2994
+#: using-d-i.xml:2973
#, no-c-format
msgid "partnr"
msgstr "partnr"
#. Tag: para
-#: using-d-i.xml:2995
+#: using-d-i.xml:2974
#, no-c-format
msgid ""
"is the number of the partition on which <filename>/etc/arcboot.conf</"
@@ -4928,13 +4880,13 @@ msgstr ""
"<filename>/etc/arcboot.conf</filename> があるパーティションの番号を表す。"
#. Tag: replaceable
-#: using-d-i.xml:3003
+#: using-d-i.xml:2982
#, no-c-format
msgid "config"
msgstr "config"
#. Tag: para
-#: using-d-i.xml:3004
+#: using-d-i.xml:2983
#, no-c-format
msgid ""
"is the name of the configuration entry in <filename>/etc/arcboot.conf</"
@@ -4944,13 +4896,13 @@ msgstr ""
"は <quote>linux</quote> である。"
#. Tag: title
-#: using-d-i.xml:3025
+#: using-d-i.xml:3004
#, no-c-format
msgid "Install <command>Yaboot</command> on a Hard Disk"
msgstr "ハードディスクへの <command>Yaboot</command> のインストール"
#. Tag: para
-#: using-d-i.xml:3026
+#: using-d-i.xml:3005
#, no-c-format
msgid ""
"Newer (mid 1998 and on) PowerMacs use <command>yaboot</command> as their "
@@ -4970,13 +4922,13 @@ msgstr ""
"が &debian-gnu; を起動できるように設定されています。"
#. Tag: title
-#: using-d-i.xml:3044
+#: using-d-i.xml:3023
#, no-c-format
msgid "Install <command>Quik</command> on a Hard Disk"
msgstr "ハードディスクへの <command>Quik</command> のインストール"
#. Tag: para
-#: using-d-i.xml:3045
+#: using-d-i.xml:3024
#, no-c-format
msgid ""
"The boot loader for OldWorld Power Macintosh machines is <command>quik</"
@@ -4990,13 +4942,13 @@ msgstr ""
"Powermac や Power Computing のクローンで動作することが知られています。"
#. Tag: title
-#: using-d-i.xml:3061
+#: using-d-i.xml:3040
#, no-c-format
msgid "<command>zipl</command>-installer"
msgstr "<command>zipl</command> インストーラ"
#. Tag: para
-#: using-d-i.xml:3062
+#: using-d-i.xml:3041
#, no-c-format
msgid ""
"The boot loader on &arch-title; is <quote>zipl</quote>. <command>ZIPL</"
@@ -5012,13 +4964,13 @@ msgstr ""
"and Installation Commands</quote> を見てください。"
#. Tag: title
-#: using-d-i.xml:3079
+#: using-d-i.xml:3058
#, no-c-format
msgid "Install the <command>SILO</command> Boot Loader on a Hard Disk"
msgstr "ハードディスクへの <command>SILO</command> ブートローダのインストール"
#. Tag: para
-#: using-d-i.xml:3081
+#: using-d-i.xml:3060
#, no-c-format
msgid ""
"The standard &architecture; boot loader is called <quote>silo</quote>. It is "
@@ -5048,13 +5000,13 @@ msgstr ""
"Solaris と一緒に GNU/Linux をインストールするのなら、これが便利です。"
#. Tag: title
-#: using-d-i.xml:3106
+#: using-d-i.xml:3085
#, no-c-format
msgid "Making the system bootable with flash-kernel"
msgstr ""
#. Tag: para
-#: using-d-i.xml:3107
+#: using-d-i.xml:3086
#, no-c-format
msgid ""
"As there is no common firmware interface on all ARM platforms, the steps "
@@ -5067,7 +5019,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: using-d-i.xml:3118
+#: using-d-i.xml:3097
#, no-c-format
msgid ""
"On devices which boot from internal NOR- or NAND-flash memory, flash-kernel "
@@ -5079,7 +5031,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: using-d-i.xml:3128
+#: using-d-i.xml:3107
#, no-c-format
msgid ""
"For ARM systems that use u-boot as their system firmware and boot the kernel "
@@ -5089,13 +5041,13 @@ msgid ""
msgstr ""
#. Tag: title
-#: using-d-i.xml:3144
+#: using-d-i.xml:3123
#, no-c-format
msgid "Continue Without Boot Loader"
msgstr "ブートローダなしで継続"
#. Tag: para
-#: using-d-i.xml:3146
+#: using-d-i.xml:3125
#, no-c-format
msgid ""
"This option can be used to complete the installation even when no boot "
@@ -5108,7 +5060,7 @@ msgstr ""
"るのに利用できます。"
#. Tag: para
-#: using-d-i.xml:3153
+#: using-d-i.xml:3132
#, no-c-format
msgid ""
"If you plan to manually configure your bootloader, you should check the name "
@@ -5130,13 +5082,13 @@ msgstr ""
"す。"
#. Tag: title
-#: using-d-i.xml:3170
+#: using-d-i.xml:3149
#, no-c-format
msgid "Finishing the Installation"
msgstr "インストールの完了"
#. Tag: para
-#: using-d-i.xml:3171
+#: using-d-i.xml:3150
#, no-c-format
msgid ""
"This is the last step in the &debian; installation process during which the "
@@ -5147,13 +5099,13 @@ msgstr ""
"最終段階です。ほとんどが &d-i; の後片付けです。"
#. Tag: title
-#: using-d-i.xml:3184
+#: using-d-i.xml:3163
#, no-c-format
msgid "Setting the System Clock"
msgstr "システム時計の設定"
#. Tag: para
-#: using-d-i.xml:3186
+#: using-d-i.xml:3165
#, no-c-format
msgid ""
"The installer may ask you if the computer's clock is set to UTC. Normally "
@@ -5166,7 +5118,7 @@ msgstr ""
"れているかどうか、といったことから UTC を基準にするかどうかを判断します。"
#. Tag: para
-#: using-d-i.xml:3193
+#: using-d-i.xml:3172
#, no-c-format
msgid ""
"In expert mode you will always be able to choose whether or not the clock is "
@@ -5184,7 +5136,7 @@ msgstr ""
"地時間を選択してください。</phrase>"
#. Tag: para
-#: using-d-i.xml:3204
+#: using-d-i.xml:3183
#, no-c-format
msgid ""
"At this point &d-i; will also attempt to save the current time to the "
@@ -5195,13 +5147,13 @@ msgstr ""
"す。先ほどの選択により、UTC か現地時間のどちらかで保存します。"
#. Tag: title
-#: using-d-i.xml:3219
+#: using-d-i.xml:3198
#, no-c-format
msgid "Reboot the System"
msgstr "システムの再起動"
#. Tag: para
-#: using-d-i.xml:3221
+#: using-d-i.xml:3200
#, no-c-format
msgid ""
"You will be prompted to remove the boot media (CD, floppy, etc) that you "
@@ -5212,7 +5164,7 @@ msgstr ""
"促されます。システムはこの後、新しい &debian; システムで再起動します。"
#. Tag: para
-#: using-d-i.xml:3227
+#: using-d-i.xml:3206
#, no-c-format
msgid ""
"After a final prompt the system will be halted because rebooting is not "
@@ -5225,13 +5177,13 @@ msgstr ""
"イルシステムとして選択した DASD から GNU/Linux を IPL してください。"
#. Tag: title
-#: using-d-i.xml:3240
+#: using-d-i.xml:3219
#, no-c-format
msgid "Troubleshooting"
msgstr "トラブルシューティング"
#. Tag: para
-#: using-d-i.xml:3241
+#: using-d-i.xml:3220
#, no-c-format
msgid ""
"The components listed in this section are usually not involved in the "
@@ -5242,13 +5194,13 @@ msgstr ""
"うまく行かない時に、ユーザの助けになるようバックグラウンドで待っています。"
#. Tag: title
-#: using-d-i.xml:3254
+#: using-d-i.xml:3233
#, no-c-format
msgid "Saving the installation logs"
msgstr "インストールログの保存"
#. Tag: para
-#: using-d-i.xml:3256
+#: using-d-i.xml:3235
#, no-c-format
msgid ""
"If the installation is successful, the logfiles created during the "
@@ -5260,7 +5212,7 @@ msgstr ""
"れています。"
#. Tag: para
-#: using-d-i.xml:3263
+#: using-d-i.xml:3242
#, no-c-format
msgid ""
"Choosing <guimenuitem>Save debug logs</guimenuitem> from the main menu "
@@ -5276,13 +5228,13 @@ msgstr ""
"したいときに便利です。"
#. Tag: title
-#: using-d-i.xml:3283
+#: using-d-i.xml:3262
#, no-c-format
msgid "Using the Shell and Viewing the Logs"
msgstr "シェルの使用とログの参照"
#. Tag: para
-#: using-d-i.xml:3285
+#: using-d-i.xml:3264
#, no-c-format
msgid ""
"There are several methods you can use to get a shell while running an "
@@ -5307,14 +5259,14 @@ msgstr ""
"keycombo> でインストーラ自体に戻ってください。"
#. Tag: para
-#: using-d-i.xml:3303
+#: using-d-i.xml:3282
#, no-c-format
msgid "For the graphical installer see also <xref linkend=\"gtk-using\"/>."
msgstr ""
"グラフィカルインストーラでは、<xref linkend=\"gtk-using\"/> もご覧ください。"
#. Tag: para
-#: using-d-i.xml:3307
+#: using-d-i.xml:3286
#, no-c-format
msgid ""
"If you cannot switch consoles, there is also an <guimenuitem>Execute a "
@@ -5329,7 +5281,7 @@ msgstr ""
"userinput> と入力すると、シェルを終了してインストーラに戻ります。"
#. Tag: para
-#: using-d-i.xml:3315
+#: using-d-i.xml:3294
#, no-c-format
msgid ""
"At this point you are booted from the RAM disk, and there is a limited set "
@@ -5347,7 +5299,7 @@ msgstr ""
"す。"
#. Tag: para
-#: using-d-i.xml:3324
+#: using-d-i.xml:3303
#, no-c-format
msgid ""
"To edit and view files, use the text editor <command>nano</command>. Log "
@@ -5359,7 +5311,7 @@ msgstr ""
"log</filename> ディレクトリにあります。"
#. Tag: para
-#: using-d-i.xml:3331
+#: using-d-i.xml:3310
#, no-c-format
msgid ""
"Although you can do basically anything in a shell that the available "
@@ -5371,7 +5323,7 @@ msgstr ""
"しかありません。"
#. Tag: para
-#: using-d-i.xml:3337
+#: using-d-i.xml:3316
#, no-c-format
msgid ""
"Doing things manually from the shell may interfere with the installation "
@@ -5384,13 +5336,13 @@ msgstr ""
"swap を有効にするようにし、シェルから手動で行わないようにしましょう。"
#. Tag: title
-#: using-d-i.xml:3353
+#: using-d-i.xml:3332
#, no-c-format
msgid "Installation Over the Network"
msgstr "ネットワーク越しのインストール"
#. Tag: para
-#: using-d-i.xml:3355
+#: using-d-i.xml:3334
#, no-c-format
msgid ""
"One of the more interesting components is <firstterm>network-console</"
@@ -5407,7 +5359,7 @@ msgstr ""
"この部分は <xref linkend=\"automatic-install\"/> で自動化できます)"
#. Tag: para
-#: using-d-i.xml:3365
+#: using-d-i.xml:3344
#, no-c-format
msgid ""
"This component is not loaded into the main installation menu by default, so "
@@ -5429,7 +5381,7 @@ msgstr ""
"ばれる新しいメニュー項目が表示されます。"
#. Tag: para
-#: using-d-i.xml:3378
+#: using-d-i.xml:3357
#, no-c-format
msgid ""
"For installations on &arch-title;, this is the default method after setting "
@@ -5439,7 +5391,7 @@ msgstr ""
"法です。"
#. Tag: para
-#: using-d-i.xml:3383
+#: using-d-i.xml:3362
#, no-c-format
msgid ""
"<phrase arch=\"not-s390\">After selecting this new entry, you</phrase> "
@@ -5460,7 +5412,7 @@ msgstr ""
"全に転送する必要があります。"
#. Tag: para
-#: using-d-i.xml:3395
+#: using-d-i.xml:3374
#, no-c-format
msgid ""
"Should you decide to continue with the installation locally, you can always "
@@ -5471,7 +5423,7 @@ msgstr ""
"メニューに戻ります。そこで別のコンポーネントを選択してください。"
#. Tag: para
-#: using-d-i.xml:3401
+#: using-d-i.xml:3380
#, no-c-format
msgid ""
"Now let's switch to the other side of the wire. As a prerequisite, you need "
@@ -5502,7 +5454,7 @@ msgstr ""
"認してください。"
#. Tag: para
-#: using-d-i.xml:3418
+#: using-d-i.xml:3397
#, no-c-format
msgid ""
"The <command>ssh</command> server in the installer uses a default "
@@ -5525,7 +5477,7 @@ msgstr ""
"により、再接続後にインストールを再開できるかどうかが決まるでしょう。"
#. Tag: para
-#: using-d-i.xml:3431
+#: using-d-i.xml:3410
#, no-c-format
msgid ""
"You may be able to avoid the connection being dropped by adding the option "
@@ -5547,7 +5499,7 @@ msgstr ""
"用は必要最小限にするべきです。"
#. Tag: para
-#: using-d-i.xml:3444
+#: using-d-i.xml:3423
#, no-c-format
msgid ""
"If you install several computers in turn and they happen to have the same IP "
@@ -5570,7 +5522,7 @@ msgstr ""
"もう一度行う必要があります。"
#. Tag: para
-#: using-d-i.xml:3460
+#: using-d-i.xml:3439
#, no-c-format
msgid ""
"After the login you will be presented with an initial screen where you have "
@@ -5589,7 +5541,7 @@ msgstr ""
"べきですが、シェル用には複数のセッションを起動できます。"
#. Tag: para
-#: using-d-i.xml:3470
+#: using-d-i.xml:3449
#, no-c-format
msgid ""
"After you have started the installation remotely over SSH, you should not go "
@@ -5604,13 +5556,13 @@ msgstr ""
"インストールしたシステムに何か問題が発生するかもしれません。"
#. Tag: title
-#: using-d-i.xml:3489
+#: using-d-i.xml:3468
#, no-c-format
msgid "Loading Missing Firmware"
msgstr "見つからないファームウェアの読み込み"
#. Tag: para
-#: using-d-i.xml:3490
+#: using-d-i.xml:3469
#, no-c-format
msgid ""
"As described in <xref linkend=\"hardware-firmware\"/>, some devices require "
@@ -5625,7 +5577,7 @@ msgstr ""
"が必要になります。"
#. Tag: para
-#: using-d-i.xml:3498
+#: using-d-i.xml:3477
#, no-c-format
msgid ""
"If a device driver requests firmware that is not available, &d-i; will "
@@ -5643,7 +5595,7 @@ msgstr ""
"ジュールを再読込します。"
#. Tag: para
-#: using-d-i.xml:3508
+#: using-d-i.xml:3487
#, no-c-format
msgid ""
"Which devices are scanned and which file systems are supported depends on "
@@ -5661,7 +5613,7 @@ msgstr ""
"す。</phrase>"
#. Tag: para
-#: using-d-i.xml:3518
+#: using-d-i.xml:3497
#, no-c-format
msgid ""
"Note that it is possible to skip loading the firmware if you know the device "
@@ -5673,7 +5625,7 @@ msgstr ""
"にご注意ください。"
#. Tag: para
-#: using-d-i.xml:3524
+#: using-d-i.xml:3503
#, no-c-format
msgid ""
"&d-i; only prompts for firmware needed by kernel modules loaded during the "
@@ -5695,13 +5647,13 @@ msgstr ""
"を検索してみるのもよいでしょう。"
#. Tag: title
-#: using-d-i.xml:3538
+#: using-d-i.xml:3517
#, no-c-format
msgid "Preparing a medium"
msgstr "メディアの準備"
#. Tag: para
-#: using-d-i.xml:3539
+#: using-d-i.xml:3518
#, no-c-format
msgid ""
"Official CD images do not include non-free firmware. The most common method "
@@ -5726,7 +5678,7 @@ msgstr ""
"します。"
#. Tag: para
-#: using-d-i.xml:3552
+#: using-d-i.xml:3531
#, no-c-format
msgid ""
"Tarballs and zip files containing current packages for the most common "
@@ -5742,7 +5694,7 @@ msgstr ""
"テムに展開するだけです。"
#. Tag: para
-#: using-d-i.xml:3566
+#: using-d-i.xml:3545
#, no-c-format
msgid ""
"If the firmware you need is not included in the tarball, you can also "
@@ -5758,7 +5710,7 @@ msgstr ""
"ケージを含むかもしれません。"
#. Tag: para
-#: using-d-i.xml:3580
+#: using-d-i.xml:3559
#, no-c-format
msgid ""
"It is also possible to copy individual firmware files to the medium. Loose "
@@ -5770,13 +5722,13 @@ msgstr ""
"から入手できます。"
#. Tag: title
-#: using-d-i.xml:3589
+#: using-d-i.xml:3568
#, no-c-format
msgid "Firmware and the Installed System"
msgstr "ファームウェアとインストールしたシステム"
#. Tag: para
-#: using-d-i.xml:3590
+#: using-d-i.xml:3569
#, no-c-format
msgid ""
"Any firmware loaded during the installation will be copied automatically to "
@@ -5794,7 +5746,7 @@ msgstr ""
"がわずかにあります。"
#. Tag: para
-#: using-d-i.xml:3599
+#: using-d-i.xml:3578
#, no-c-format
msgid ""
"If the firmware was loaded from a firmware package, &d-i; will also install "
@@ -5810,7 +5762,7 @@ msgstr ""
"できるようになると、自動的に更新するという利点があります。"
#. Tag: para
-#: using-d-i.xml:3607
+#: using-d-i.xml:3586
#, no-c-format
msgid ""
"If loading the firmware was skipped during the installation, the relevant "
@@ -5822,7 +5774,7 @@ msgstr ""
"トールしたシステムで動作しないでしょう。"
#. Tag: para
-#: using-d-i.xml:3614
+#: using-d-i.xml:3593
#, no-c-format
msgid ""
"If the firmware was loaded from loose firmware files, the firmware copied to "
@@ -5835,6 +5787,72 @@ msgstr ""
"ルしたシステムにコピーしたファームウェアは、自動的に<emphasis>更新されません"
"</emphasis>。"
+#, fuzzy
+#~| msgid ""
+#~| "It is not possible to interactively select a different desktop during "
+#~| "the installation. However, it <emphasis>is</emphasis> possible to get &d-"
+#~| "i; to install a KDE desktop environment instead of GNOME by using "
+#~| "preseeding (see <xref linkend=\"preseed-pkgsel\"/>) or by adding the "
+#~| "parameter <literal>desktop=kde</literal> at the boot prompt when "
+#~| "starting the installer. Alternatively the more lightweight Xfce and LXDE "
+#~| "desktop environments can be selected by using <literal>desktop=xfce</"
+#~| "literal> or <literal>desktop=lxde</literal>."
+#~ msgid ""
+#~ "By default, &d-i; installs the Xfce desktop environment. It is not "
+#~ "possible to interactively select a different desktop environment during "
+#~ "the installation, however, it <emphasis>is</emphasis> possible to have "
+#~ "the installer install a different desktop environment by using preseeding "
+#~ "(see <xref linkend=\"preseed-pkgsel\"/>) or by adding the parameter "
+#~ "<literal>desktop=name_of_the_desktop_environment</literal> at the boot "
+#~ "prompt when starting the installer. Possible variants in this case are "
+#~ "<literal>desktop=gnome</literal>, <literal>desktop=kde</literal>, "
+#~ "<literal>desktop=lxde</literal> or <literal>desktop=xfce</literal>."
+#~ msgstr ""
+#~ "インストール中に異なるデスクトップ環境を、インタラクティブに選択することは"
+#~ "できません。しかし、preseed (<xref linkend=\"preseed-pkgsel\"/> 参照) を使"
+#~ "用したり、インストーラの起動時にブートプロンプトのパラメータで "
+#~ "<literal>tasks=\"standard, kde-desktop\"</literal> と指定して、&d-i; が "
+#~ "GNOME ではなく KDE デスクトップ環境をインストールするようにできます。ま"
+#~ "た、<literal>desktop=xfce</literal> や <literal>desktop=lxde</literal> と"
+#~ "すると、もっと軽量な Xfce デスクトップ環境や LXDE デスクトップ環境を選択で"
+#~ "きます。"
+
+#, fuzzy
+#~| msgid ""
+#~| "Some CD images (netinst and DVD) also allow selection of the desired "
+#~| "desktop environment from the graphical boot menu. Select the "
+#~| "<quote>Advanced options</quote> option in the main menu and look for "
+#~| "<quote>Alternative desktop environments</quote>."
+#~ msgid ""
+#~ "If you use the special GNOME-, KDE- or LXDE-variant of the first CD in "
+#~ "the full CD set, the installer installs the respective desktop "
+#~ "environment instead of the default. Some CD images (netinst and DVD) also "
+#~ "allow selection of the desired desktop environment from the graphical "
+#~ "boot menu. Select the <quote>Advanced options</quote> option in the main "
+#~ "menu and look for <quote>Alternative desktop environments</quote>."
+#~ msgstr ""
+#~ "いくつかの CD イメージ (netinst, DVD) では、グラフィカルブートメニューか"
+#~ "ら、希望のデスクトップ環境の選択もできます。メインメニューの "
+#~ "<quote>Advanced options</quote> を選択し、<quote>Alternative desktop "
+#~ "environments</quote> を探してください。"
+
+#~ msgid ""
+#~ "The various server tasks will install software roughly as follows. DNS "
+#~ "server: <classname>bind9</classname>; File server: <classname>samba</"
+#~ "classname>, <classname>nfs</classname>; Mail server: <classname>exim4</"
+#~ "classname>, <classname>spamassassin</classname>, <classname>uw-imap</"
+#~ "classname>; Print server: <classname>cups</classname>; SQL database: "
+#~ "<classname>postgresql</classname>; Web server: <classname>apache2</"
+#~ "classname>."
+#~ msgstr ""
+#~ "各サーバタスクでは、おおまかに以下のソフトウェアをインストールします。DNS "
+#~ "サーバ: <classname>bind9</classname>; ファイルサーバ: <classname>samba</"
+#~ "classname>, <classname>nfs</classname>; メールサーバ: <classname>exim4</"
+#~ "classname>, <classname>spamassassin</classname>, <classname>uw-imap</"
+#~ "classname>; 印刷サーバ: <classname>cups</classname>; SQL データベース: "
+#~ "<classname>postgresql</classname>; Web サーバ: <classname>apache2</"
+#~ "classname>。"
+
#~ msgid ""
#~ "&d-i; supports several encryption methods. The default method is "
#~ "<firstterm>dm-crypt</firstterm> (included in newer Linux kernels, able to "