diff options
Diffstat (limited to 'po/ja/boot-installer.po')
-rw-r--r-- | po/ja/boot-installer.po | 703 |
1 files changed, 363 insertions, 340 deletions
diff --git a/po/ja/boot-installer.po b/po/ja/boot-installer.po index 635a36204..0a6713e09 100644 --- a/po/ja/boot-installer.po +++ b/po/ja/boot-installer.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" -"POT-Creation-Date: 2010-04-19 00:12+0000\n" +"POT-Creation-Date: 2010-07-16 00:17+0000\n" "PO-Revision-Date: 2010-07-03 14:26+0900\n" "Last-Translator: KURASAWA Nozomu <nabetaro@debian.or.jp>\n" "Language-Team: Japanese <debian-japanese@lists.debian.org>\n" @@ -61,8 +61,8 @@ msgid "Booting from TFTP" msgstr "TFTP からの起動" #. Tag: para -#: boot-installer.xml:43 boot-installer.xml:646 boot-installer.xml:1185 -#: boot-installer.xml:1676 boot-installer.xml:1785 +#: boot-installer.xml:43 boot-installer.xml:650 boot-installer.xml:1189 +#: boot-installer.xml:1680 boot-installer.xml:1789 #, no-c-format msgid "" "Booting from the network requires that you have a network connection and a " @@ -72,8 +72,8 @@ msgstr "" "(DHCP, RARP, BOOTP) が必要です。" #. Tag: para -#: boot-installer.xml:48 boot-installer.xml:651 boot-installer.xml:1190 -#: boot-installer.xml:1681 boot-installer.xml:1790 +#: boot-installer.xml:48 boot-installer.xml:655 boot-installer.xml:1194 +#: boot-installer.xml:1685 boot-installer.xml:1794 #, no-c-format msgid "" "Older systems such as the 715 might require the use of an RBOOT server " @@ -82,8 +82,8 @@ msgstr "" "715 のような古いシステムは、BOOTP サーバではなく RBOOT サーバが必要です。" #. Tag: para -#: boot-installer.xml:53 boot-installer.xml:656 boot-installer.xml:1195 -#: boot-installer.xml:1686 boot-installer.xml:1795 +#: boot-installer.xml:53 boot-installer.xml:660 boot-installer.xml:1199 +#: boot-installer.xml:1690 boot-installer.xml:1799 #, no-c-format msgid "" "The installation method to support network booting is described in <xref " @@ -99,8 +99,8 @@ msgid "Booting from CD-ROM" msgstr "CD-ROM からの起動" #. Tag: para -#: boot-installer.xml:70 boot-installer.xml:336 boot-installer.xml:804 -#: boot-installer.xml:1462 boot-installer.xml:1824 +#: boot-installer.xml:70 boot-installer.xml:340 boot-installer.xml:808 +#: boot-installer.xml:1466 boot-installer.xml:1828 #, no-c-format msgid "" "The easiest route for most people will be to use a set of Debian CDs. If you " @@ -116,8 +116,8 @@ msgstr "" "</phrase>CD-ROM をドライブに入れて再起動し、次の章に進んでください。" #. Tag: para -#: boot-installer.xml:81 boot-installer.xml:347 boot-installer.xml:815 -#: boot-installer.xml:1473 boot-installer.xml:1835 +#: boot-installer.xml:81 boot-installer.xml:351 boot-installer.xml:819 +#: boot-installer.xml:1477 boot-installer.xml:1839 #, no-c-format msgid "" "Note that certain CD drives may require special drivers, and thus be " @@ -132,8 +132,8 @@ msgstr "" "ついて読んでください。" #. Tag: para -#: boot-installer.xml:89 boot-installer.xml:355 boot-installer.xml:823 -#: boot-installer.xml:1481 boot-installer.xml:1843 +#: boot-installer.xml:89 boot-installer.xml:359 boot-installer.xml:827 +#: boot-installer.xml:1485 boot-installer.xml:1847 #, no-c-format msgid "" "Even if you cannot boot from CD-ROM, you can probably install the Debian " @@ -149,8 +149,8 @@ msgstr "" "い。" #. Tag: para -#: boot-installer.xml:97 boot-installer.xml:363 boot-installer.xml:831 -#: boot-installer.xml:1489 boot-installer.xml:1851 +#: boot-installer.xml:97 boot-installer.xml:367 boot-installer.xml:835 +#: boot-installer.xml:1493 boot-installer.xml:1855 #, no-c-format msgid "" "If you have problems booting, see <xref linkend=\"boot-troubleshooting\"/>." @@ -466,48 +466,42 @@ msgstr "" #. Tag: para #: boot-installer.xml:311 #, no-c-format -msgid "You will need to hit Ctrl-C again to interrupt the boot. Then:" -msgstr "" -"ブートに割り込みをかけるため、もう一度 Ctrl-C を叩く必要があるでしょう。その" -"後、以下のようにします。" - -#. Tag: screen -#: boot-installer.xml:315 -#, no-c-format msgid "" -"ip_address -l 192.168.2.249 -h 192.168.2.4\n" +"You will need to hit Ctrl-C again to interrupt the boot. Then: " +"<informalexample><screen>\n" +"ip_address -l <replaceable>192.168.2.249</replaceable> -h " +"<replaceable>192.168.2.4</replaceable>\n" "load -v -r -b 0x01800000 -m http /initrd.gz\n" "load -v -r -b 0x01008000 -m http /zImage\n" "exec -c \"console=ttyS0,115200 rw root=/dev/ram mem=256M@0xa0000000\" -r " -"0x01800000" +"0x01800000\n" +"</screen></informalexample> Where <replaceable>192.168.2.249</replaceable> " +"is the IP address of the installed system and <replaceable>192.168.2.4</" +"replaceable> the IP address of the HTTP server containing the kernel and " +"ramdisk files." msgstr "" -"ip_address -l 192.168.2.249 -h 192.168.2.4\n" -"load -v -r -b 0x01800000 -m http /initrd.gz\n" -"load -v -r -b 0x01008000 -m http /zImage\n" -"exec -c \"console=ttyS0,115200 rw root=/dev/ram mem=256M@0xa0000000\" -r " -"0x01800000" #. Tag: para -#: boot-installer.xml:317 +#: boot-installer.xml:321 #, no-c-format msgid "The installer will now start as usual." msgstr "今度は通常のように、インストーラが起動します。" #. Tag: title -#: boot-installer.xml:330 boot-installer.xml:798 boot-installer.xml:1456 -#: boot-installer.xml:1818 +#: boot-installer.xml:334 boot-installer.xml:802 boot-installer.xml:1460 +#: boot-installer.xml:1822 #, no-c-format msgid "Booting from a CD-ROM" msgstr "CD-ROM からの起動" #. Tag: title -#: boot-installer.xml:437 +#: boot-installer.xml:441 #, no-c-format msgid "Booting from Windows" msgstr "Windows からの起動" #. Tag: para -#: boot-installer.xml:438 +#: boot-installer.xml:442 #, no-c-format msgid "" "To start the installer from Windows, you must first obtain CD-ROM/DVD-ROM or " @@ -519,7 +513,7 @@ msgstr "" "ROM や USB メモリの、インストールメディアを入手しなければなりません。" #. Tag: para -#: boot-installer.xml:444 +#: boot-installer.xml:448 #, no-c-format msgid "" "If you use an installation CD or DVD, a pre-installation program should be " @@ -534,7 +528,7 @@ msgstr "" "きます。" #. Tag: para -#: boot-installer.xml:452 +#: boot-installer.xml:456 #, no-c-format msgid "" "After the program has been started, a few preliminary questions will be " @@ -544,7 +538,7 @@ msgstr "" "起動する準備が整います。" #. Tag: title -#: boot-installer.xml:492 +#: boot-installer.xml:496 #, no-c-format msgid "" "Booting from Linux Using <command>LILO</command> or <command>GRUB</command>" @@ -552,7 +546,7 @@ msgstr "" "<command>LILO</command> や <command>GRUB</command> を用いた Linux からの起動" #. Tag: para -#: boot-installer.xml:495 +#: boot-installer.xml:499 #, no-c-format msgid "" "To boot the installer from hard disk, you must first download and place the " @@ -563,7 +557,7 @@ msgstr "" "なりません。" #. Tag: para -#: boot-installer.xml:500 +#: boot-installer.xml:504 #, no-c-format msgid "" "If you intend to use the hard drive only for booting and then download " @@ -581,7 +575,7 @@ msgstr "" "できます。(注意して行ってください)" #. Tag: para -#: boot-installer.xml:510 +#: boot-installer.xml:514 #, no-c-format msgid "" "Alternatively, if you intend to keep an existing partition on the hard drive " @@ -599,7 +593,7 @@ msgstr "" "ンストールできます。" #. Tag: para -#: boot-installer.xml:519 +#: boot-installer.xml:523 #, no-c-format msgid "" "For <command>LILO</command>, you will need to configure two essential things " @@ -617,7 +611,7 @@ msgstr "" "itemizedlist> <filename>/etc/lilo.conf</filename> の例を示します。" #. Tag: screen -#: boot-installer.xml:540 +#: boot-installer.xml:544 #, no-c-format msgid "" "image=/boot/newinstall/vmlinuz\n" @@ -629,7 +623,7 @@ msgstr "" " initrd=/boot/newinstall/initrd.gz" #. Tag: para -#: boot-installer.xml:540 +#: boot-installer.xml:544 #, no-c-format msgid "" "For more details, refer to the <citerefentry><refentrytitle>initrd</" @@ -645,7 +639,7 @@ msgstr "" "ださい。" #. Tag: para -#: boot-installer.xml:549 +#: boot-installer.xml:553 #, no-c-format msgid "" "The procedure for <command>GRUB</command> is quite similar. Locate your " @@ -661,7 +655,7 @@ msgstr "" "ティションにあると仮定します)。" #. Tag: screen -#: boot-installer.xml:557 +#: boot-installer.xml:561 #, no-c-format msgid "" "title New Install\n" @@ -675,7 +669,7 @@ msgstr "" "initrd /boot/newinstall/initrd.gz" #. Tag: para -#: boot-installer.xml:559 +#: boot-installer.xml:563 #, no-c-format msgid "" "From here on, there should be no difference between <command>GRUB</command> " @@ -685,13 +679,13 @@ msgstr "" "ん。" #. Tag: title -#: boot-installer.xml:568 +#: boot-installer.xml:572 #, no-c-format msgid "Booting from USB Memory Stick" msgstr "USB メモリからの起動" #. Tag: para -#: boot-installer.xml:569 +#: boot-installer.xml:573 #, no-c-format msgid "" "Let's assume you have prepared everything from <xref linkend=\"boot-dev-" @@ -707,13 +701,13 @@ msgstr "" "するか、単に &enterkey; を押してください。" #. Tag: title -#: boot-installer.xml:582 boot-installer.xml:1725 +#: boot-installer.xml:586 boot-installer.xml:1729 #, no-c-format msgid "Booting from Floppies" msgstr "フロッピーからの起動" #. Tag: para -#: boot-installer.xml:583 boot-installer.xml:1733 +#: boot-installer.xml:587 boot-installer.xml:1737 #, no-c-format msgid "" "You will have already downloaded the floppy images you needed and created " @@ -723,7 +717,7 @@ msgstr "" "既にダウンロードし、それらのイメージからフロッピーは作成済みかと思います。" #. Tag: para -#: boot-installer.xml:590 +#: boot-installer.xml:594 #, no-c-format msgid "" "To boot from the installer boot floppy, place it in the primary floppy " @@ -734,7 +728,7 @@ msgstr "" "れてください。" #. Tag: para -#: boot-installer.xml:596 +#: boot-installer.xml:600 #, no-c-format msgid "" "For installing from an LS-120 drive (ATAPI version) with a set of floppies, " @@ -752,7 +746,7 @@ msgstr "" "dev/hdc</userinput> と入力します。" #. Tag: para -#: boot-installer.xml:606 +#: boot-installer.xml:610 #, no-c-format msgid "" "Note that on some machines, <keycombo><keycap>Control</keycap> <keycap>Alt</" @@ -768,7 +762,7 @@ msgstr "" "トールを行うときは、ハードリブートを用いてください。" #. Tag: para -#: boot-installer.xml:615 +#: boot-installer.xml:619 #, no-c-format msgid "" "The floppy disk will be accessed, and you should then see a screen that " @@ -778,7 +772,7 @@ msgstr "" "に <prompt>boot:</prompt> というプロンプトが表示されます。" #. Tag: para -#: boot-installer.xml:621 +#: boot-installer.xml:625 #, no-c-format msgid "" "Once you press &enterkey;, you should see the message " @@ -795,7 +789,7 @@ msgstr "" "\"kernel-msgs\"/> で説明します。" #. Tag: para -#: boot-installer.xml:630 +#: boot-installer.xml:634 #, no-c-format msgid "" "After booting from the boot floppy, the root floppy is requested. Insert the " @@ -809,26 +803,26 @@ msgstr "" "起動します。" #. Tag: title -#: boot-installer.xml:640 boot-installer.xml:1167 boot-installer.xml:1308 -#: boot-installer.xml:1362 boot-installer.xml:1670 boot-installer.xml:1779 +#: boot-installer.xml:644 boot-installer.xml:1171 boot-installer.xml:1312 +#: boot-installer.xml:1366 boot-installer.xml:1674 boot-installer.xml:1783 #, no-c-format msgid "Booting with TFTP" msgstr "TFTP での起動" #. Tag: para -#: boot-installer.xml:664 +#: boot-installer.xml:668 #, no-c-format msgid "There are various ways to do a TFTP boot on i386." msgstr "i386 での TFTP ブートはいろいろな方法があります。" #. Tag: title -#: boot-installer.xml:670 +#: boot-installer.xml:674 #, no-c-format msgid "NIC or Motherboard that support PXE" msgstr "PXE をサポートする NIC・マザーボード" #. Tag: para -#: boot-installer.xml:671 +#: boot-installer.xml:675 #, no-c-format msgid "" "It could be that your Network Interface Card or Motherboard provides PXE " @@ -842,13 +836,13 @@ msgstr "" "BIOS を設定することができます。" #. Tag: title -#: boot-installer.xml:682 +#: boot-installer.xml:686 #, no-c-format msgid "NIC with Network BootROM" msgstr "ネットワーク BootROM がある NIC" #. Tag: para -#: boot-installer.xml:683 +#: boot-installer.xml:687 #, no-c-format msgid "" "It could be that your Network Interface Card provides TFTP boot " @@ -858,7 +852,7 @@ msgstr "" "せん。" #. Tag: para -#: boot-installer.xml:688 +#: boot-installer.xml:692 #, no-c-format msgid "" "Let us (<email>&email-debian-boot-list;</email>) know how did you manage it. " @@ -868,13 +862,13 @@ msgstr "" "ださい。この文書に参加をお願いします。" #. Tag: title -#: boot-installer.xml:696 +#: boot-installer.xml:700 #, no-c-format msgid "Etherboot" msgstr "Etherboot" #. Tag: para -#: boot-installer.xml:697 +#: boot-installer.xml:701 #, no-c-format msgid "" "The <ulink url=\"http://www.etherboot.org\">etherboot project</ulink> " @@ -884,13 +878,13 @@ msgstr "" "TFTP ブートを行うブートディスケットとブート ROM を提供しています。" #. Tag: title -#: boot-installer.xml:707 +#: boot-installer.xml:711 #, no-c-format msgid "The Boot Screen" msgstr "ブート画面" #. Tag: para -#: boot-installer.xml:708 +#: boot-installer.xml:712 #, no-c-format msgid "" "When the installer boots, you should be presented with a friendly graphical " @@ -920,7 +914,7 @@ msgstr "" "<quote>Graphical install</quote> が有効でない場合があります。" #. Tag: para -#: boot-installer.xml:718 +#: boot-installer.xml:722 #, no-c-format msgid "" "For a normal installation, select either the <quote>Install</quote> or the " @@ -934,7 +928,7 @@ msgstr "" "動してください。" #. Tag: para -#: boot-installer.xml:725 +#: boot-installer.xml:729 #, no-c-format msgid "" "The <quote>Advanced options</quote> entry gives access to a second menu that " @@ -946,7 +940,7 @@ msgstr "" "セスできます。" #. Tag: para -#: boot-installer.xml:731 +#: boot-installer.xml:735 #, no-c-format msgid "" "If you wish or need to add any boot parameters for either the installer or " @@ -964,7 +958,7 @@ msgstr "" "ニューに戻り、行った変更を取り消します。" #. Tag: para -#: boot-installer.xml:740 +#: boot-installer.xml:744 #, no-c-format msgid "" "Choosing the <quote>Help</quote> entry will result in the first help screen " @@ -999,7 +993,7 @@ msgstr "" "<userinput>install fb=false</userinput>)。" #. Tag: para -#: boot-installer.xml:759 +#: boot-installer.xml:763 #, no-c-format msgid "" "The keyboard is assumed to have a default American English layout at this " @@ -1017,7 +1011,7 @@ msgstr "" "す。" #. Tag: para -#: boot-installer.xml:769 +#: boot-installer.xml:773 #, no-c-format msgid "" "If you are using a system that has the BIOS configured to use serial " @@ -1037,7 +1031,7 @@ msgstr "" "Remote Assistant</quote> (IRA) のテキストコンソールを含みます。" #. Tag: para -#: boot-installer.xml:779 +#: boot-installer.xml:783 #, no-c-format msgid "" "To bypass the graphical boot screen you can either blindly press &escapekey; " @@ -1057,13 +1051,13 @@ msgstr "" "fb=false</userinput> を追加したくなるでしょう。" #. Tag: title -#: boot-installer.xml:839 +#: boot-installer.xml:843 #, no-c-format msgid "CD Contents" msgstr "CD の内容" #. Tag: para -#: boot-installer.xml:841 +#: boot-installer.xml:845 #, no-c-format msgid "" "There are three basic variations of Debian Install CDs. The " @@ -1087,7 +1081,7 @@ msgstr "" "す。" #. Tag: para -#: boot-installer.xml:857 +#: boot-installer.xml:861 #, no-c-format msgid "" "The IA-64 architecture uses the next generation Extensible Firmware " @@ -1113,7 +1107,7 @@ msgstr "" "を意味します。" #. Tag: para -#: boot-installer.xml:873 +#: boot-installer.xml:877 #, no-c-format msgid "" "The Debian Installer CD contains a small EFI partition where the " @@ -1129,7 +1123,7 @@ msgstr "" "ファイルは下に記述したように EFI シェルから読むことができます。" #. Tag: para -#: boot-installer.xml:882 +#: boot-installer.xml:886 #, no-c-format msgid "" "Most of the details of how <command>ELILO</command> actually loads and " @@ -1152,7 +1146,7 @@ msgstr "" "確認します。" #. Tag: para -#: boot-installer.xml:894 +#: boot-installer.xml:898 #, no-c-format msgid "" "The EFI Boot Manager is presented as the last step of the firmware " @@ -1175,13 +1169,13 @@ msgstr "" "ださい。" #. Tag: title -#: boot-installer.xml:913 +#: boot-installer.xml:917 #, no-c-format msgid "IMPORTANT" msgstr "重要" #. Tag: para -#: boot-installer.xml:914 +#: boot-installer.xml:918 #, no-c-format msgid "" "The EFI Boot Manager will select a default boot action, typically the first " @@ -1200,13 +1194,13 @@ msgstr "" "ジャに戻ることができます。" #. Tag: title -#: boot-installer.xml:926 +#: boot-installer.xml:930 #, no-c-format msgid "Option 1: Booting from the Boot Option Maintenance Menu" msgstr "オプション 1: 起動オプションメンテナンスメニューからの起動" #. Tag: para -#: boot-installer.xml:933 +#: boot-installer.xml:937 #, no-c-format msgid "" "Insert the CD in the DVD/CD drive and reboot the machine. The firmware will " @@ -1217,7 +1211,7 @@ msgstr "" "と、ファームウェアが EFI ブートマネージャの画面やメニューを表示する。" #. Tag: para -#: boot-installer.xml:939 +#: boot-installer.xml:943 #, no-c-format msgid "" "Select <command>Boot Maintenance Menu</command> from the menu with the arrow " @@ -1227,7 +1221,7 @@ msgstr "" "<command>ENTER</command> を押す。ここで新しいメニューを表示する。" #. Tag: para -#: boot-installer.xml:945 +#: boot-installer.xml:949 #, no-c-format msgid "" "Select <command>Boot From a File</command> from the menu with the arrow keys " @@ -1245,7 +1239,7 @@ msgstr "" "に気がつくだろう。" #. Tag: para -#: boot-installer.xml:956 +#: boot-installer.xml:960 #, no-c-format msgid "" "You can choose either of the entries that refer to the CD/DVD drive. Select " @@ -1262,7 +1256,7 @@ msgstr "" "移ることを要求し、CD の起動可能部分のディレクトリ一覧を表示するだろう。" #. Tag: para -#: boot-installer.xml:967 +#: boot-installer.xml:971 #, no-c-format msgid "" "You will only need this step if you chose <command>Debian Inst [Acpi ...</" @@ -1277,7 +1271,7 @@ msgstr "" "<command>ENTER</command> を押すと、ブートロードシーケンスを開始する。" #. Tag: para -#: boot-installer.xml:979 +#: boot-installer.xml:983 #, no-c-format msgid "" "These steps start the Debian boot loader which will display a menu page for " @@ -1288,13 +1282,13 @@ msgstr "" "ブートローダを起動します。起動カーネルやオプションの選択に移行してください。" #. Tag: title -#: boot-installer.xml:989 +#: boot-installer.xml:993 #, no-c-format msgid "Option 2: Booting from the EFI Shell" msgstr "オプション 2: EFI シェルからの起動" #. Tag: para -#: boot-installer.xml:990 +#: boot-installer.xml:994 #, no-c-format msgid "" "If, for some reason, option 1 is not successful, reboot the machine and when " @@ -1308,7 +1302,7 @@ msgstr "" "ださい。" #. Tag: para -#: boot-installer.xml:1001 +#: boot-installer.xml:1005 #, no-c-format msgid "" "Insert the CD in the DVD/CD drive and reboot the machine. The firmware will " @@ -1319,7 +1313,7 @@ msgstr "" "と、ファームウェアが EFI ブートマネージャの画面やメニューを表示する。" #. Tag: para -#: boot-installer.xml:1007 +#: boot-installer.xml:1011 #, no-c-format msgid "" "Select <command>EFI Shell</command> from the menu with the arrow keys and " @@ -1341,7 +1335,7 @@ msgstr "" "化するのに数秒よけいにかかる可能性がある。" #. Tag: para -#: boot-installer.xml:1021 +#: boot-installer.xml:1025 #, no-c-format msgid "" "Examine the output from the shell looking for the CDROM drive. It is most " @@ -1354,7 +1348,7 @@ msgstr "" "filename> という、起動可能パーティションを持つ他のデバイスとして表される。" #. Tag: para -#: boot-installer.xml:1028 +#: boot-installer.xml:1032 #, no-c-format msgid "" "Enter <command>fs<replaceable>n</replaceable>:</command> and press " @@ -1368,7 +1362,7 @@ msgstr "" "される。" #. Tag: para -#: boot-installer.xml:1035 +#: boot-installer.xml:1039 #, no-c-format msgid "" "Enter <command>elilo</command> and press <command>ENTER</command>. This will " @@ -1378,7 +1372,7 @@ msgstr "" "ブートローダが起動される。" #. Tag: para -#: boot-installer.xml:1042 +#: boot-installer.xml:1046 #, no-c-format msgid "" "As with option 1, these steps start the Debian boot loader which will " @@ -1393,13 +1387,13 @@ msgstr "" "ます。起動カーネルやオプションの選択に進んでください。" #. Tag: title -#: boot-installer.xml:1056 +#: boot-installer.xml:1060 #, no-c-format msgid "Installing using a Serial Console" msgstr "シリアルコンソールを用いたインストール" #. Tag: para -#: boot-installer.xml:1058 +#: boot-installer.xml:1062 #, no-c-format msgid "" "You may choose to perform an install using a monitor and keyboard or using a " @@ -1420,7 +1414,7 @@ msgstr "" "定されています。" #. Tag: para -#: boot-installer.xml:1069 +#: boot-installer.xml:1073 #, no-c-format msgid "" "In most circumstances, you will want the installer to use the same baud rate " @@ -1433,7 +1427,7 @@ msgstr "" "<command>baud</command> コマンドを使って取得できます。" #. Tag: para -#: boot-installer.xml:1076 +#: boot-installer.xml:1080 #, no-c-format msgid "" "If there is not an option available that is configured for the serial device " @@ -1449,7 +1443,7 @@ msgstr "" "力してください。" #. Tag: para -#: boot-installer.xml:1087 +#: boot-installer.xml:1091 #, no-c-format msgid "" "Most IA-64 boxes ship with a default console setting of 9600 baud. This " @@ -1467,7 +1461,7 @@ msgstr "" "ニューの説明をご覧ください。" #. Tag: para -#: boot-installer.xml:1096 +#: boot-installer.xml:1100 #, no-c-format msgid "" "If you select the wrong console type, you will be able to select the kernel " @@ -1480,13 +1474,13 @@ msgstr "" "める前に、再起動する必要があるでしょう。" #. Tag: title -#: boot-installer.xml:1105 +#: boot-installer.xml:1109 #, no-c-format msgid "Selecting the Boot Kernel and Options" msgstr "起動カーネルやオプションの選択" #. Tag: para -#: boot-installer.xml:1107 +#: boot-installer.xml:1111 #, no-c-format msgid "" "The boot loader will display a form with a menu list and a text window with " @@ -1506,7 +1500,7 @@ msgstr "" "明します。" #. Tag: para -#: boot-installer.xml:1119 +#: boot-installer.xml:1123 #, no-c-format msgid "" "Consult the <classname>General</classname> help screen for the description " @@ -1528,7 +1522,7 @@ msgstr "" "可能性があります。以下の手順で選択しインストールを開始してください。" #. Tag: para -#: boot-installer.xml:1137 +#: boot-installer.xml:1141 #, no-c-format msgid "" "Select the kernel version and installation mode most appropriate to your " @@ -1537,7 +1531,7 @@ msgstr "" "カーネルのバージョンと目的に対して最も適切なモードを、矢印キーで選択する。" #. Tag: para -#: boot-installer.xml:1142 +#: boot-installer.xml:1146 #, no-c-format msgid "" "Enter any boot parameters by typing at the keyboard. The text will be " @@ -1549,7 +1543,7 @@ msgstr "" "定を行う。" #. Tag: para -#: boot-installer.xml:1149 +#: boot-installer.xml:1153 #, no-c-format msgid "" "Press <command>ENTER</command>. This will load and start the kernel. The " @@ -1560,7 +1554,7 @@ msgstr "" "は Debian インストーラの第 1 画面に通常の初期化メッセージを表示する。" #. Tag: para -#: boot-installer.xml:1158 boot-installer.xml:1294 +#: boot-installer.xml:1162 boot-installer.xml:1298 #, no-c-format msgid "" "Proceed to the next chapter to continue the installation where you will set " @@ -1570,7 +1564,7 @@ msgstr "" "ンストールを続けるのには、次章に進んでください。" #. Tag: para -#: boot-installer.xml:1169 +#: boot-installer.xml:1173 #, no-c-format msgid "" "Booting an IA-64 system from the network is similar to a CD boot. The only " @@ -1589,7 +1583,7 @@ msgstr "" "トールと同じ手順で、システムのインストールを行うことになります。" #. Tag: para -#: boot-installer.xml:1203 +#: boot-installer.xml:1207 #, no-c-format msgid "" "Network booting an IA-64 system requires two architecture-specific actions. " @@ -1603,13 +1597,13 @@ msgstr "" "ロードができるよう EFI ブートマネージャに定義しなければなりません。" #. Tag: title -#: boot-installer.xml:1214 +#: boot-installer.xml:1218 #, no-c-format msgid "Configuring the Server" msgstr "サーバの設定" #. Tag: para -#: boot-installer.xml:1215 +#: boot-installer.xml:1219 #, no-c-format msgid "" "A suitable TFTP entry for network booting an IA-64 system looks something " @@ -1633,7 +1627,7 @@ msgstr "" "することが目的であることに注意してください。" #. Tag: para -#: boot-installer.xml:1225 +#: boot-installer.xml:1229 #, no-c-format msgid "" "Extract the <filename>netboot.tar.gz</filename> file into the directory used " @@ -1649,7 +1643,7 @@ msgstr "" "installer</filename> ディレクトリを作成します。" #. Tag: screen -#: boot-installer.xml:1235 +#: boot-installer.xml:1239 #, no-c-format msgid "" "# cd /var/lib/tftp\n" @@ -1667,7 +1661,7 @@ msgstr "" "[...]" #. Tag: para -#: boot-installer.xml:1235 +#: boot-installer.xml:1239 #, no-c-format msgid "" "The <filename>netboot.tar.gz</filename> contains an <filename>elilo.conf</" @@ -1688,13 +1682,13 @@ msgstr "" "classname> パッケージで提供されるドキュメントを参照してください。" #. Tag: title -#: boot-installer.xml:1252 +#: boot-installer.xml:1256 #, no-c-format msgid "Configuring the Client" msgstr "クライアントの設定" #. Tag: para -#: boot-installer.xml:1253 +#: boot-installer.xml:1257 #, no-c-format msgid "" "To configure the client to support TFTP booting, start by booting to EFI and " @@ -1724,7 +1718,7 @@ msgstr "" "いるか、確認した方がいいでしょう。" #. Tag: para -#: boot-installer.xml:1285 +#: boot-installer.xml:1289 #, no-c-format msgid "" "The boot loader will display its prompt after it has downloaded and " @@ -1739,13 +1733,13 @@ msgstr "" "らカーネルの読み込みが完了すれば、Debian インストーラを起動します。" #. Tag: title -#: boot-installer.xml:1311 boot-installer.xml:1335 +#: boot-installer.xml:1315 boot-installer.xml:1339 #, no-c-format msgid "SGI TFTP Booting" msgstr "SGI の TFTP での起動" #. Tag: para -#: boot-installer.xml:1312 +#: boot-installer.xml:1316 #, no-c-format msgid "" "After entering the command monitor use <informalexample><screen>\n" @@ -1767,13 +1761,13 @@ msgstr "" "</screen></informalexample> とします。" #. Tag: title -#: boot-installer.xml:1332 boot-installer.xml:1399 boot-installer.xml:1998 +#: boot-installer.xml:1336 boot-installer.xml:1403 boot-installer.xml:2004 #, no-c-format msgid "Boot Parameters" msgstr "ブートパラメータ" #. Tag: para -#: boot-installer.xml:1336 +#: boot-installer.xml:1340 #, no-c-format msgid "" "On SGI machines you can append boot parameters to the <command>bootp():</" @@ -1783,7 +1777,7 @@ msgstr "" "トパラメータを追加します。" #. Tag: para -#: boot-installer.xml:1341 +#: boot-installer.xml:1345 #, no-c-format msgid "" "Following the <command>bootp():</command> command you can give the path and " @@ -1801,19 +1795,19 @@ msgstr "" "command> を通して渡せます:" #. Tag: screen -#: boot-installer.xml:1351 +#: boot-installer.xml:1355 #, no-c-format msgid "bootp(): append=\"root=/dev/sda1\"" msgstr "bootp(): append=\"root=/dev/sda1\"" #. Tag: title -#: boot-installer.xml:1365 boot-installer.xml:1402 +#: boot-installer.xml:1369 boot-installer.xml:1406 #, no-c-format msgid "Cobalt TFTP Booting" msgstr "Cobalt の TFTP での起動" #. Tag: para -#: boot-installer.xml:1366 +#: boot-installer.xml:1370 #, no-c-format msgid "" "Strictly speaking, Cobalt does not use TFTP but NFS to boot. You need to " @@ -1831,7 +1825,7 @@ msgstr "" "す。" #. Tag: para -#: boot-installer.xml:1376 +#: boot-installer.xml:1380 #, no-c-format msgid "" "Via SSH (default): In this case, the installer will configure the network " @@ -1846,7 +1840,7 @@ msgstr "" "トでマシンに接続すると、インストールが始まります。" #. Tag: para -#: boot-installer.xml:1385 +#: boot-installer.xml:1389 #, no-c-format msgid "" "Via serial console: Using a null modem cable, you can connect to the serial " @@ -1857,7 +1851,7 @@ msgstr "" "リアルポートに接続 (115200 bps) し、インストールを実行できます。" #. Tag: para -#: boot-installer.xml:1403 +#: boot-installer.xml:1407 #, no-c-format msgid "" "You cannot pass any boot parameters directly. Instead, you have to edit the " @@ -1869,13 +1863,13 @@ msgstr "" "<replaceable>args</replaceable> に追加する必要があります。" #. Tag: title -#: boot-installer.xml:1418 +#: boot-installer.xml:1422 #, no-c-format msgid "s390 Limitations" msgstr "s390 の制限" #. Tag: para -#: boot-installer.xml:1419 +#: boot-installer.xml:1423 #, no-c-format msgid "" "In order to run the installation system a working network setup and ssh " @@ -1885,7 +1879,7 @@ msgstr "" "ssh セッションが使えることが必要となります。" #. Tag: para -#: boot-installer.xml:1424 +#: boot-installer.xml:1428 #, no-c-format msgid "" "The booting process starts with a network setup that prompts you for several " @@ -1898,13 +1892,13 @@ msgstr "" "にログインします。すると標準のインストールシステムが起動されます。" #. Tag: title -#: boot-installer.xml:1435 +#: boot-installer.xml:1439 #, no-c-format msgid "s390 Boot Parameters" msgstr "s390 ブートパラメータ" #. Tag: para -#: boot-installer.xml:1436 +#: boot-installer.xml:1440 #, no-c-format msgid "" "On S/390 you can append boot parameters in the parm file. This file can " @@ -1916,7 +1910,7 @@ msgstr "" "メージの <filename>parmfile.debian</filename> で提供しています。" #. Tag: para -#: boot-installer.xml:1496 +#: boot-installer.xml:1500 #, no-c-format msgid "" "Currently, the only &arch-title; subarchitectures that support CD-ROM " @@ -1933,7 +1927,7 @@ msgstr "" "<keycap>Delete</keycap> キーを起動時に同時に押せば、CD-ROM から起動できます。" #. Tag: para -#: boot-installer.xml:1505 +#: boot-installer.xml:1509 #, no-c-format msgid "" "OldWorld PowerMacs will not boot a Debian CD, because OldWorld computers " @@ -1949,7 +1943,7 @@ msgstr "" "ドライブを使い、必要とされたファイルのために CD を指定してください。" #. Tag: para -#: boot-installer.xml:1514 +#: boot-installer.xml:1518 #, no-c-format msgid "" "If your system doesn't boot directly from CD-ROM, you can still use the CD-" @@ -1966,19 +1960,19 @@ msgstr "" "い。" #. Tag: screen -#: boot-installer.xml:1523 +#: boot-installer.xml:1527 #, no-c-format msgid "0 > boot cd:,\\install\\yaboot" msgstr "0 > boot cd:,\\install\\yaboot" #. Tag: title -#: boot-installer.xml:1529 +#: boot-installer.xml:1533 #, no-c-format msgid "Booting from Hard Disk" msgstr "ハードディスクからの起動" #. Tag: para -#: boot-installer.xml:1535 +#: boot-installer.xml:1539 #, no-c-format msgid "" "Booting from an existing operating system is often a convenient option; for " @@ -1988,7 +1982,7 @@ msgstr "" "のシステムについては、インストールをサポートする唯一の方法です。" #. Tag: para -#: boot-installer.xml:1541 +#: boot-installer.xml:1545 #, no-c-format msgid "" "To boot the installer from hard disk, you will have already completed " @@ -2000,13 +1994,13 @@ msgstr "" "があります。" #. Tag: title -#: boot-installer.xml:1561 +#: boot-installer.xml:1565 #, no-c-format msgid "Booting OldWorld PowerMacs from MacOS" msgstr "MacOS からの OldWorld PowerMac の起動" #. Tag: para -#: boot-installer.xml:1562 +#: boot-installer.xml:1566 #, no-c-format msgid "" "If you set up BootX in <xref linkend=\"files-oldworld\"/>, you can use it to " @@ -2028,13 +2022,13 @@ msgstr "" "タンをクリックすると、MacOS がシャットダウンして、インストーラが起動します。" #. Tag: title -#: boot-installer.xml:1580 +#: boot-installer.xml:1584 #, no-c-format msgid "Booting NewWorld Macs from OpenFirmware" msgstr "OpenFirmware からの NewWorld Mac の起動" #. Tag: para -#: boot-installer.xml:1581 +#: boot-installer.xml:1585 #, no-c-format msgid "" "You will have already placed the <filename>vmlinux</filename>, " @@ -2080,19 +2074,19 @@ msgstr "" "開始されるはずです。" #. Tag: title -#: boot-installer.xml:1613 +#: boot-installer.xml:1617 #, no-c-format msgid "Booting from USB memory stick" msgstr "USB メモリからの起動" #. Tag: para -#: boot-installer.xml:1614 +#: boot-installer.xml:1618 #, no-c-format msgid "Currently, NewWorld PowerMac systems are known to support USB booting." msgstr "現在、NewWorld PowerMac は USB からの起動をサポートしています。" #. Tag: para -#: boot-installer.xml:1620 +#: boot-installer.xml:1624 #, no-c-format msgid "" "Make sure you have prepared everything from <xref linkend=\"boot-usb-files\"/" @@ -2107,7 +2101,7 @@ msgstr "" "覧ください。" #. Tag: para -#: boot-installer.xml:1629 +#: boot-installer.xml:1633 #, no-c-format msgid "" "You will need to work out where the USB storage device appears in the device " @@ -2129,7 +2123,7 @@ msgstr "" "えています。" #. Tag: para -#: boot-installer.xml:1641 +#: boot-installer.xml:1645 #, no-c-format msgid "" "Having worked out the device path, use a command like this to boot the " @@ -2155,7 +2149,7 @@ msgstr "" "Firmware に指示しています。" #. Tag: para -#: boot-installer.xml:1655 +#: boot-installer.xml:1659 #, no-c-format msgid "" "The system should now boot up, and you should be presented with the " @@ -2166,7 +2160,7 @@ msgstr "" "加の起動引数を入力するか、単に &enterkey; を押してください。" #. Tag: para -#: boot-installer.xml:1661 +#: boot-installer.xml:1665 #, no-c-format msgid "" "This boot method is new, and may be difficult to get to work on some " @@ -2178,7 +2172,7 @@ msgstr "" "ンストールレポートを出してください。" #. Tag: para -#: boot-installer.xml:1694 +#: boot-installer.xml:1698 #, no-c-format msgid "Currently, PReP and New World PowerMac systems support netbooting." msgstr "" @@ -2186,7 +2180,7 @@ msgstr "" "す。" #. Tag: para -#: boot-installer.xml:1698 +#: boot-installer.xml:1702 #, no-c-format msgid "" "On machines with Open Firmware, such as NewWorld Power Macs, enter the boot " @@ -2222,7 +2216,7 @@ msgstr "" "ションの説明が得られます。" #. Tag: para -#: boot-installer.xml:1726 +#: boot-installer.xml:1730 #, no-c-format msgid "" "Booting from floppies is supported for &arch-title;, although it is " @@ -2236,7 +2230,7 @@ msgstr "" "ん。" #. Tag: para -#: boot-installer.xml:1738 +#: boot-installer.xml:1742 #, no-c-format msgid "" "To boot from the <filename>boot-floppy-hfs.img</filename> floppy, place it " @@ -2248,7 +2242,7 @@ msgstr "" "てください。" #. Tag: para -#: boot-installer.xml:1744 +#: boot-installer.xml:1748 #, no-c-format msgid "" "For those not familiar with Macintosh floppy operations: a floppy placed in " @@ -2262,7 +2256,7 @@ msgstr "" "ションをチェックします。" #. Tag: para -#: boot-installer.xml:1751 +#: boot-installer.xml:1755 #, no-c-format msgid "" "After booting, the <filename>root.bin</filename> floppy is requested. Insert " @@ -2274,13 +2268,13 @@ msgstr "" "れると、インストーラプログラムが自動的に起動します。" #. Tag: title -#: boot-installer.xml:1762 +#: boot-installer.xml:1766 #, no-c-format msgid "PowerPC Boot Parameters" msgstr "PowerPC ブートパラメータ" #. Tag: para -#: boot-installer.xml:1763 +#: boot-installer.xml:1767 #, no-c-format msgid "" "Many older Apple monitors used a 640x480 67Hz mode. If your video appears " @@ -2296,7 +2290,7 @@ msgstr "" "userinput> に変えてください。" #. Tag: para -#: boot-installer.xml:1803 +#: boot-installer.xml:1807 #, no-c-format msgid "" "On machines with OpenBoot, simply enter the boot monitor on the machine " @@ -2316,7 +2310,7 @@ msgstr "" "パラメータを渡せます。" #. Tag: para -#: boot-installer.xml:1858 +#: boot-installer.xml:1862 #, no-c-format msgid "" "Most OpenBoot versions support the <userinput>boot cdrom</userinput> command " @@ -2328,13 +2322,13 @@ msgstr "" "システムならセカンダリのマスター) から起動せよ、という命令の別名です。" #. Tag: title -#: boot-installer.xml:1867 +#: boot-installer.xml:1871 #, no-c-format msgid "IDPROM Messages" msgstr "IDPROM メッセージ" #. Tag: para -#: boot-installer.xml:1868 +#: boot-installer.xml:1872 #, no-c-format msgid "" "If you cannot boot because you get messages about a problem with " @@ -2349,14 +2343,24 @@ msgstr "" "\">Sun NVRAM FAQ</ulink> を見てください。" #. Tag: title -#: boot-installer.xml:1887 +#: boot-installer.xml:1891 #, no-c-format msgid "Accessibility" msgstr "アクセシビリティ" #. Tag: para -#: boot-installer.xml:1888 -#, no-c-format +#: boot-installer.xml:1892 +#, fuzzy, no-c-format +#| msgid "" +#| "Some users may need specific support because of e.g. some visual " +#| "impairment. <phrase arch=\"ia64;powerpc;x86\">USB braille displays are " +#| "detected automatically, but most other</phrase> <phrase arch=\"arm;hppa;" +#| "mips;mipsel;sparc\">Most</phrase> accessibility features have to be " +#| "enabled manually. <phrase arch=\"x86\">On machines that support it, the " +#| "boot menu emits a beep when it is ready to receive keystrokes.</phrase> " +#| "Some boot parameters can <phrase arch=\"x86\">then</phrase> be appended " +#| "to enable accessibility features. Note that on most architectures the " +#| "boot loader interprets your keyboard as a QWERTY keyboard." msgid "" "Some users may need specific support because of e.g. some visual impairment. " "<phrase arch=\"ia64;powerpc;x86\">USB braille displays are detected " @@ -2365,7 +2369,8 @@ msgid "" "<phrase arch=\"x86\">On machines that support it, the boot menu emits a beep " "when it is ready to receive keystrokes.</phrase> Some boot parameters can " "<phrase arch=\"x86\">then</phrase> be appended to enable accessibility " -"features. Note that on most architectures the boot loader interprets your " +"features<phrase arch=\"x86\"> (see also <xref linkend=\"boot-screen\"/>)</" +"phrase>. Note that on most architectures the boot loader interprets your " "keyboard as a QWERTY keyboard." msgstr "" "あるユーザにとっては、目が不自由であるといった理由により、特有の支援が必要な" @@ -2379,13 +2384,13 @@ msgstr "" "識することに注意してください。" #. Tag: title -#: boot-installer.xml:1905 +#: boot-installer.xml:1911 #, no-c-format msgid "USB Braille Displays" msgstr "USB 点字ディスプレイ" #. Tag: para -#: boot-installer.xml:1906 +#: boot-installer.xml:1912 #, no-c-format msgid "" "USB braille displays should be automatically detected. A textual version of " @@ -2406,13 +2411,13 @@ msgstr "" "す。" #. Tag: title -#: boot-installer.xml:1921 +#: boot-installer.xml:1927 #, no-c-format msgid "Serial Braille Displays" msgstr "シリアル接続点字ディスプレイ" #. Tag: para -#: boot-installer.xml:1922 +#: boot-installer.xml:1928 #, no-c-format msgid "" "Serial braille displays cannot safely be automatically detected (since that " @@ -2449,13 +2454,13 @@ msgstr "" "\"><classname>brltty</classname> のウェブサイト</ulink> に文書があります。" #. Tag: title -#: boot-installer.xml:1944 +#: boot-installer.xml:1950 #, no-c-format msgid "Hardware Speech Synthesis" msgstr "ハードウェア音声合成" #. Tag: para -#: boot-installer.xml:1945 +#: boot-installer.xml:1951 #, no-c-format msgid "" "Support for hardware speech synthesis devices is available only alongside " @@ -2467,7 +2472,7 @@ msgstr "" "ントリを選択する必要があります。" #. Tag: para -#: boot-installer.xml:1951 +#: boot-installer.xml:1957 #, no-c-format msgid "" "Hardware speech synthesis devices cannot be automatically detected. You thus " @@ -2488,13 +2493,13 @@ msgstr "" "スのサポートをターゲットシステムに自動でインストールします。" #. Tag: title -#: boot-installer.xml:1966 +#: boot-installer.xml:1972 #, no-c-format msgid "Board Devices" msgstr "基板デバイス" #. Tag: para -#: boot-installer.xml:1967 +#: boot-installer.xml:1973 #, no-c-format msgid "" "Some accessibility devices are actual boards that are plugged inside the " @@ -2510,7 +2515,7 @@ msgstr "" "により使用できる言語が減ってしまいます。" #. Tag: para -#: boot-installer.xml:1975 +#: boot-installer.xml:1981 #, no-c-format msgid "" "If desired a textual version of the bootloader can be activated before " @@ -2520,13 +2525,13 @@ msgstr "" "<userinput>h</userinput> &enterkey; をタイプしてください。" #. Tag: title -#: boot-installer.xml:1983 +#: boot-installer.xml:1989 #, no-c-format msgid "High-Contrast Theme" msgstr "高コントラストテーマ" #. Tag: para -#: boot-installer.xml:1984 +#: boot-installer.xml:1990 #, no-c-format msgid "" "For users with low vision, the installer can use a high-contrast theme that " @@ -2538,7 +2543,7 @@ msgstr "" "<userinput>theme=dark</userinput> を追加してください。" #. Tag: para -#: boot-installer.xml:1999 +#: boot-installer.xml:2005 #, no-c-format msgid "" "Boot parameters are Linux kernel parameters which are generally used to make " @@ -2552,7 +2557,7 @@ msgstr "" "あるのです。" #. Tag: para -#: boot-installer.xml:2006 +#: boot-installer.xml:2012 #, no-c-format msgid "" "If this is the first time you're booting the system, try the default boot " @@ -2566,7 +2571,7 @@ msgstr "" "ステムに伝えるためのパラメータを調べ、あとで再起動します。" #. Tag: para -#: boot-installer.xml:2013 +#: boot-installer.xml:2019 #, no-c-format msgid "" "Information on many boot parameters can be found in the <ulink url=\"http://" @@ -2582,7 +2587,7 @@ msgstr "" "に含まれています。" #. Tag: para -#: boot-installer.xml:2022 +#: boot-installer.xml:2028 #, no-c-format msgid "" "When the kernel boots, a message <informalexample><screen>\n" @@ -2611,7 +2616,7 @@ msgstr "" "userinput> も <userinput>mem=64m</userinput> も 64MB の RAM を意味します。" #. Tag: para -#: boot-installer.xml:2038 +#: boot-installer.xml:2044 #, no-c-format msgid "" "If you are booting with a serial console, generally the kernel will " @@ -2643,7 +2648,7 @@ msgstr "" "<userinput>vt102</userinput> です。</para> </footnote>。" #. Tag: para -#: boot-installer.xml:2062 +#: boot-installer.xml:2068 #, no-c-format msgid "" "For &arch-title; the serial devices are <filename>ttya</filename> or " @@ -2657,13 +2662,13 @@ msgstr "" "を設定しても結構です。" #. Tag: title -#: boot-installer.xml:2073 +#: boot-installer.xml:2079 #, no-c-format msgid "Debian Installer Parameters" msgstr "Debian Installer パラメータ" #. Tag: para -#: boot-installer.xml:2074 +#: boot-installer.xml:2080 #, no-c-format msgid "" "The installation system recognizes a few additional boot " @@ -2677,7 +2682,7 @@ msgstr "" "ニックしてしまいます。</para> </footnote>をいくつか認識します。" #. Tag: para -#: boot-installer.xml:2087 +#: boot-installer.xml:2093 #, no-c-format msgid "" "A number of parameters have a <quote>short form</quote> that helps avoid the " @@ -2692,20 +2697,20 @@ msgstr "" "ルの例は、通常、短縮形も使用しています。" #. Tag: term -#: boot-installer.xml:2099 +#: boot-installer.xml:2105 #, no-c-format msgid "debconf/priority (priority)" msgstr "debconf/priority (priority)" #. Tag: para -#: boot-installer.xml:2100 +#: boot-installer.xml:2106 #, no-c-format msgid "This parameter sets the lowest priority of messages to be displayed." msgstr "" "このパラメータには、表示するメッセージのもっとも低い優先度を設定します。" #. Tag: para -#: boot-installer.xml:2104 +#: boot-installer.xml:2110 #, no-c-format msgid "" "The default installation uses <userinput>priority=high</userinput>. This " @@ -2719,7 +2724,7 @@ msgstr "" "な優先度に調整します。" #. Tag: para -#: boot-installer.xml:2111 +#: boot-installer.xml:2117 #, no-c-format msgid "" "If you add <userinput>priority=medium</userinput> as boot parameter, you " @@ -2738,13 +2743,13 @@ msgstr "" "なメッセージだけを表示し、大騒ぎせずに正しい設定をしようとします。" #. Tag: term -#: boot-installer.xml:2125 +#: boot-installer.xml:2131 #, no-c-format msgid "DEBIAN_FRONTEND" msgstr "DEBIAN_FRONTEND" #. Tag: para -#: boot-installer.xml:2126 +#: boot-installer.xml:2132 #, no-c-format msgid "" "This boot parameter controls the type of user interface used for the " @@ -2776,13 +2781,13 @@ msgstr "" "用します。" #. Tag: term -#: boot-installer.xml:2155 +#: boot-installer.xml:2161 #, no-c-format msgid "BOOT_DEBUG" msgstr "BOOT_DEBUG" #. Tag: para -#: boot-installer.xml:2156 +#: boot-installer.xml:2162 #, no-c-format msgid "" "Setting this boot parameter to 2 will cause the installer's boot process to " @@ -2795,49 +2800,49 @@ msgstr "" "できます。(シェルを終了すると起動プロセスを継続します)" #. Tag: userinput -#: boot-installer.xml:2165 +#: boot-installer.xml:2171 #, no-c-format msgid "BOOT_DEBUG=0" msgstr "BOOT_DEBUG=0" #. Tag: para -#: boot-installer.xml:2166 +#: boot-installer.xml:2172 #, no-c-format msgid "This is the default." msgstr "デフォルトです。" #. Tag: userinput -#: boot-installer.xml:2170 +#: boot-installer.xml:2176 #, no-c-format msgid "BOOT_DEBUG=1" msgstr "BOOT_DEBUG=1" #. Tag: para -#: boot-installer.xml:2171 +#: boot-installer.xml:2177 #, no-c-format msgid "More verbose than usual." msgstr "通常よりも詳細です。" #. Tag: userinput -#: boot-installer.xml:2175 +#: boot-installer.xml:2181 #, no-c-format msgid "BOOT_DEBUG=2" msgstr "BOOT_DEBUG=2" #. Tag: para -#: boot-installer.xml:2176 +#: boot-installer.xml:2182 #, no-c-format msgid "Lots of debugging information." msgstr "デバッグ情報を大量に表示します。" #. Tag: userinput -#: boot-installer.xml:2180 +#: boot-installer.xml:2186 #, no-c-format msgid "BOOT_DEBUG=3" msgstr "BOOT_DEBUG=3" #. Tag: para -#: boot-installer.xml:2181 +#: boot-installer.xml:2187 #, no-c-format msgid "" "Shells are run at various points in the boot process to allow detailed " @@ -2847,13 +2852,13 @@ msgstr "" "起動を続けるにはシェルから抜けてください。" #. Tag: term -#: boot-installer.xml:2195 +#: boot-installer.xml:2201 #, no-c-format msgid "INSTALL_MEDIA_DEV" msgstr "INSTALL_MEDIA_DEV" #. Tag: para -#: boot-installer.xml:2196 +#: boot-installer.xml:2202 #, no-c-format msgid "" "The value of the parameter is the path to the device to load the Debian " @@ -2865,7 +2870,7 @@ msgstr "" "す。" #. Tag: para -#: boot-installer.xml:2202 +#: boot-installer.xml:2208 #, no-c-format msgid "" "The boot floppy, which normally scans all floppies it can to find the root " @@ -2875,13 +2880,13 @@ msgstr "" "が、このパラメータで 1 つのデバイスを探すように上書きできます。" #. Tag: term -#: boot-installer.xml:2212 +#: boot-installer.xml:2218 #, no-c-format msgid "lowmem" msgstr "lowmem" #. Tag: para -#: boot-installer.xml:2213 +#: boot-installer.xml:2219 #, no-c-format msgid "" "Can be used to force the installer to a lowmem level higher than the one the " @@ -2893,13 +2898,13 @@ msgstr "" "す。<xref linkend=\"lowmem\"/> もご覧ください。" #. Tag: term -#: boot-installer.xml:2223 +#: boot-installer.xml:2229 #, no-c-format msgid "noshell" msgstr "noshell" #. Tag: para -#: boot-installer.xml:2224 +#: boot-installer.xml:2230 #, no-c-format msgid "" "Prevents the installer from offering interactive shells on tty2 and tty3. " @@ -2909,13 +2914,13 @@ msgstr "" "リティが限られている、無人インストールの際に便利です。" #. Tag: term -#: boot-installer.xml:2233 +#: boot-installer.xml:2239 #, no-c-format msgid "debian-installer/framebuffer (fb)" msgstr "debian-installer/framebuffer (fb)" #. Tag: para -#: boot-installer.xml:2234 +#: boot-installer.xml:2240 #, no-c-format msgid "" "Some architectures use the kernel framebuffer to offer installation in a " @@ -2933,13 +2938,13 @@ msgstr "" "の兆候です。" #. Tag: para -#: boot-installer.xml:2243 +#: boot-installer.xml:2249 #, no-c-format msgid "Such problems have been reported on hppa." msgstr "そのような問題が、hppa について報告されています。" #. Tag: para -#: boot-installer.xml:2247 +#: boot-installer.xml:2253 #, no-c-format msgid "" "Because of display problems on some systems, framebuffer support is " @@ -2957,13 +2962,13 @@ msgstr "" "<userinput>fb=true</userinput> というパラメータを試してください。" #. Tag: term -#: boot-installer.xml:2261 +#: boot-installer.xml:2267 #, no-c-format msgid "debian-installer/theme (theme)" msgstr "debian-installer/theme (theme)" #. Tag: para -#: boot-installer.xml:2262 +#: boot-installer.xml:2268 #, no-c-format msgid "" "A theme determines how the user interface of the installer looks (colors, " @@ -2979,13 +2984,13 @@ msgstr "" "と指定してテーマを設定してください。" #. Tag: term -#: boot-installer.xml:2274 boot-installer.xml:2505 +#: boot-installer.xml:2280 boot-installer.xml:2511 #, no-c-format msgid "netcfg/disable_dhcp" msgstr "netcfg/disable_dhcp" #. Tag: para -#: boot-installer.xml:2275 +#: boot-installer.xml:2281 #, no-c-format msgid "" "By default, the &d-i; automatically probes for network configuration via " @@ -2998,7 +3003,7 @@ msgstr "" "敗する場合のみ、手動ネットワーク設定を行えます。" #. Tag: para -#: boot-installer.xml:2282 +#: boot-installer.xml:2288 #, no-c-format msgid "" "If you have a DHCP server on your local network, but want to avoid it " @@ -3011,13 +3016,13 @@ msgstr "" "<userinput>netcfg/disable_dhcp=true</userinput> パラメータを使用できます。" #. Tag: term -#: boot-installer.xml:2293 +#: boot-installer.xml:2299 #, no-c-format msgid "hw-detect/start_pcmcia" msgstr "hw-detect/start_pcmcia" #. Tag: para -#: boot-installer.xml:2294 +#: boot-installer.xml:2300 #, no-c-format msgid "" "Set to <userinput>false</userinput> to prevent starting PCMCIA services, if " @@ -3028,13 +3033,13 @@ msgstr "" "ピュータには、そういう行儀悪さがあることが知られています。" #. Tag: term -#: boot-installer.xml:2304 +#: boot-installer.xml:2310 #, no-c-format msgid "disk-detect/dmraid/enable (dmraid)" msgstr "disk-detect/dmraid/enable (dmraid)" #. Tag: para -#: boot-installer.xml:2305 +#: boot-installer.xml:2311 #, no-c-format msgid "" "Set to <userinput>true</userinput> to enable support for Serial ATA RAID " @@ -3048,13 +3053,13 @@ msgstr "" "\"&url-d-i-wiki;\">Debian Installer Wiki</ulink> にあります。" #. Tag: term -#: boot-installer.xml:2316 +#: boot-installer.xml:2322 #, no-c-format msgid "preseed/url (url)" msgstr "preseed/url (url)" #. Tag: para -#: boot-installer.xml:2317 +#: boot-installer.xml:2323 #, no-c-format msgid "" "Specify the url to a preconfiguration file to download and use for " @@ -3065,13 +3070,13 @@ msgstr "" "い。" #. Tag: term -#: boot-installer.xml:2326 +#: boot-installer.xml:2332 #, no-c-format msgid "preseed/file (file)" msgstr "preseed/file (file)" #. Tag: para -#: boot-installer.xml:2327 +#: boot-installer.xml:2333 #, no-c-format msgid "" "Specify the path to a preconfiguration file to load for automating the " @@ -3081,13 +3086,13 @@ msgstr "" "<xref linkend=\"automatic-install\"/> を参照してください。" #. Tag: term -#: boot-installer.xml:2336 +#: boot-installer.xml:2342 #, no-c-format msgid "preseed/interactive" msgstr "preseed/interactive" #. Tag: para -#: boot-installer.xml:2337 +#: boot-installer.xml:2343 #, no-c-format msgid "" "Set to <userinput>true</userinput> to display questions even if they have " @@ -3102,13 +3107,13 @@ msgstr "" "す。詳細は、<xref linkend=\"preseed-seenflag\"/> をご覧ください。" #. Tag: term -#: boot-installer.xml:2349 +#: boot-installer.xml:2355 #, no-c-format msgid "auto-install/enable (auto)" msgstr "auto-install/enable (auto)" #. Tag: para -#: boot-installer.xml:2350 +#: boot-installer.xml:2356 #, no-c-format msgid "" "Delay questions that are normally asked before preseeding is possible until " @@ -3120,13 +3125,13 @@ msgstr "" "auto\"/> をご覧ください。" #. Tag: term -#: boot-installer.xml:2361 +#: boot-installer.xml:2367 #, no-c-format msgid "finish-install/keep-consoles" msgstr "finish-install/keep-consoles" #. Tag: para -#: boot-installer.xml:2362 +#: boot-installer.xml:2368 #, no-c-format msgid "" "During installations from serial or management console, the regular virtual " @@ -3138,13 +3143,13 @@ msgstr "" "れを回避するには <userinput>true</userinput> をセットしてください。" #. Tag: term -#: boot-installer.xml:2373 +#: boot-installer.xml:2379 #, no-c-format msgid "cdrom-detect/eject" msgstr "cdrom-detect/eject" #. Tag: para -#: boot-installer.xml:2374 +#: boot-installer.xml:2380 #, no-c-format msgid "" "By default, before rebooting, &d-i; automatically ejects the optical media " @@ -3162,7 +3167,7 @@ msgstr "" "ムライン、キャディタイプのドライブは、自動的にメディアをリロードできません。" #. Tag: para -#: boot-installer.xml:2383 +#: boot-installer.xml:2389 #, no-c-format msgid "" "Set to <userinput>false</userinput> to disable automatic ejection, and be " @@ -3174,13 +3179,13 @@ msgstr "" "要があります。" #. Tag: term -#: boot-installer.xml:2394 +#: boot-installer.xml:2400 #, no-c-format msgid "base-installer/install-recommends (recommends)" msgstr "base-installer/install-recommends (recommends)" #. Tag: para -#: boot-installer.xml:2395 +#: boot-installer.xml:2401 #, no-c-format msgid "" "By setting this option to <userinput>false</userinput>, the package " @@ -3194,7 +3199,7 @@ msgstr "" "base\"/> をご覧ください。" #. Tag: para -#: boot-installer.xml:2402 +#: boot-installer.xml:2408 #, no-c-format msgid "" "Note that this option allows to have a leaner system, but can also result in " @@ -3209,13 +3214,13 @@ msgstr "" "ンは、経験豊富なユーザにしか有用ではないでしょう。" #. Tag: term -#: boot-installer.xml:2414 +#: boot-installer.xml:2420 #, no-c-format msgid "debian-installer/allow_unauthenticated" msgstr "debian-installer/allow_unauthenticated" #. Tag: para -#: boot-installer.xml:2415 +#: boot-installer.xml:2421 #, no-c-format msgid "" "By default the installer requires that repositories be authenticated using a " @@ -3228,13 +3233,13 @@ msgstr "" "い。<emphasis role=\"bold\">警告: 危険です。お勧めしません。</emphasis>" #. Tag: term -#: boot-installer.xml:2426 +#: boot-installer.xml:2432 #, no-c-format msgid "ramdisk_size" msgstr "ramdisk_size" #. Tag: para -#: boot-installer.xml:2427 +#: boot-installer.xml:2433 #, no-c-format msgid "" "This parameter should already be set to a correct value where needed; set it " @@ -3246,13 +3251,13 @@ msgstr "" "い。値は kB で指定してください。" #. Tag: term -#: boot-installer.xml:2437 +#: boot-installer.xml:2443 #, no-c-format msgid "rescue/enable" msgstr "rescue/enable" #. Tag: para -#: boot-installer.xml:2438 +#: boot-installer.xml:2444 #, no-c-format msgid "" "Set to <userinput>true</userinput> to enter rescue mode rather than " @@ -3262,13 +3267,13 @@ msgstr "" "userinput> にセットしてください。<xref linkend=\"rescue\"/> をご覧ください。" #. Tag: title -#: boot-installer.xml:2449 +#: boot-installer.xml:2455 #, no-c-format msgid "Using boot parameters to answer questions" msgstr "ブートパラメータで質問に答える" #. Tag: para -#: boot-installer.xml:2450 +#: boot-installer.xml:2456 #, no-c-format msgid "" "With some exceptions, a value can be set at the boot prompt for any question " @@ -3281,25 +3286,25 @@ msgstr "" "bootparms\"/> にあります。特殊な例を以下に示します。" #. Tag: term -#: boot-installer.xml:2462 +#: boot-installer.xml:2468 #, no-c-format msgid "debian-installer/language (language)" msgstr "debian-installer/language (language)" #. Tag: term -#: boot-installer.xml:2463 +#: boot-installer.xml:2469 #, no-c-format msgid "debian-installer/country (country)" msgstr "debian-installer/country (country)" #. Tag: term -#: boot-installer.xml:2464 +#: boot-installer.xml:2470 #, no-c-format msgid "debian-installer/locale (locale)" msgstr "debian-installer/locale (locale)" #. Tag: para -#: boot-installer.xml:2465 +#: boot-installer.xml:2471 #, no-c-format msgid "" "There are two ways to specify the language, country and locale to use for " @@ -3309,7 +3314,7 @@ msgstr "" "ふたつあります。" #. Tag: para -#: boot-installer.xml:2470 +#: boot-installer.xml:2476 #, no-c-format msgid "" "The first and easiest is to pass only the parameter <literal>locale</" @@ -3328,7 +3333,7 @@ msgstr "" "ないということです。" #. Tag: para -#: boot-installer.xml:2479 +#: boot-installer.xml:2485 #, no-c-format msgid "" "The second, more flexible option is to specify <literal>language</literal> " @@ -3344,13 +3349,13 @@ msgstr "" "UTF-8</userinput>" #. Tag: term -#: boot-installer.xml:2491 +#: boot-installer.xml:2497 #, no-c-format msgid "anna/choose_modules (modules)" msgstr "anna/choose_modules (modules)" #. Tag: para -#: boot-installer.xml:2492 +#: boot-installer.xml:2498 #, no-c-format msgid "" "Can be used to automatically load installer components that are not loaded " @@ -3366,7 +3371,7 @@ msgstr "" "\"pppoe\"/> をご覧ください) </phrase>が便利です。" #. Tag: para -#: boot-installer.xml:2506 +#: boot-installer.xml:2512 #, no-c-format msgid "" "Set to <userinput>true</userinput> if you want to disable DHCP and instead " @@ -3376,13 +3381,13 @@ msgstr "" "userinput> と設定します。" #. Tag: term -#: boot-installer.xml:2515 +#: boot-installer.xml:2521 #, no-c-format msgid "mirror/protocol (protocol)" msgstr "mirror/protocol (protocol)" #. Tag: para -#: boot-installer.xml:2516 +#: boot-installer.xml:2522 #, no-c-format msgid "" "By default the installer will use the http protocol to download files from " @@ -3399,13 +3404,13 @@ msgstr "" "ホスト名を手入力しなければならないことに注意してください。" #. Tag: term -#: boot-installer.xml:2529 +#: boot-installer.xml:2535 #, no-c-format msgid "tasksel:tasksel/first (tasks)" msgstr "tasksel:tasksel/first (tasks)" #. Tag: para -#: boot-installer.xml:2530 +#: boot-installer.xml:2536 #, no-c-format msgid "" "Can be used to select tasks that are not available from the interactive task " @@ -3417,13 +3422,13 @@ msgstr "" "ださい。" #. Tag: title -#: boot-installer.xml:2544 +#: boot-installer.xml:2550 #, no-c-format msgid "Passing parameters to kernel modules" msgstr "カーネルモジュールへパラメータを渡す" #. Tag: para -#: boot-installer.xml:2545 +#: boot-installer.xml:2551 #, no-c-format msgid "" "If drivers are compiled into the kernel, you can pass parameters to them as " @@ -3446,7 +3451,7 @@ msgstr "" "ステムに伝播します。" #. Tag: para -#: boot-installer.xml:2558 +#: boot-installer.xml:2564 #, no-c-format msgid "" "Note that it is now quite rare that parameters need to be passed to modules. " @@ -3460,7 +3465,7 @@ msgstr "" "は、未だにパラメータを手で設定しなければなりません。" #. Tag: para -#: boot-installer.xml:2565 +#: boot-installer.xml:2571 #, no-c-format msgid "" "The syntax to use to set parameters for modules is: " @@ -3481,19 +3486,19 @@ msgstr "" "スカードで BNC (coax) を使用し、IRQ 10 を設定する場合は、以下のようにします。" #. Tag: screen -#: boot-installer.xml:2575 +#: boot-installer.xml:2581 #, no-c-format msgid "3c509.xcvr=3 3c509.irq=10" msgstr "3c509.xcvr=3 3c509.irq=10" #. Tag: title -#: boot-installer.xml:2581 +#: boot-installer.xml:2587 #, no-c-format msgid "Blacklisting kernel modules" msgstr "カーネルモジュールのブラックリスト化" #. Tag: para -#: boot-installer.xml:2582 +#: boot-installer.xml:2588 #, no-c-format msgid "" "Sometimes it may be necessary to blacklist a module to prevent it from being " @@ -3511,7 +3516,7 @@ msgstr "" "因となります。" #. Tag: para -#: boot-installer.xml:2591 +#: boot-installer.xml:2597 #, no-c-format msgid "" "You can blacklist a module using the following syntax: " @@ -3527,7 +3532,7 @@ msgstr "" "が有効になります。" #. Tag: para -#: boot-installer.xml:2599 +#: boot-installer.xml:2605 #, no-c-format msgid "" "Note that a module may still be loaded by the installation system itself. " @@ -3541,19 +3546,19 @@ msgstr "" "げます。" #. Tag: title -#: boot-installer.xml:2616 +#: boot-installer.xml:2622 #, no-c-format msgid "Troubleshooting the Installation Process" msgstr "インストールプロセスのトラブルシューティング" #. Tag: title -#: boot-installer.xml:2621 +#: boot-installer.xml:2627 #, no-c-format msgid "CD-ROM Reliability" msgstr "CD-ROM の信頼性" #. Tag: para -#: boot-installer.xml:2622 +#: boot-installer.xml:2628 #, no-c-format msgid "" "Sometimes, especially with older CD-ROM drives, the installer may fail to " @@ -3567,7 +3572,7 @@ msgstr "" "す。" #. Tag: para -#: boot-installer.xml:2629 +#: boot-installer.xml:2635 #, no-c-format msgid "" "There are many different possible causes for these problems. We can only " @@ -3578,13 +3583,13 @@ msgstr "" "法を提供することしかできません。後はあなた次第です。" #. Tag: para -#: boot-installer.xml:2635 +#: boot-installer.xml:2641 #, no-c-format msgid "There are two very simple things that you should try first." msgstr "まずはじめに試すのは、以下の 2 点です。" #. Tag: para -#: boot-installer.xml:2640 +#: boot-installer.xml:2646 #, no-c-format msgid "" "If the CD-ROM does not boot, check that it was inserted correctly and that " @@ -3594,7 +3599,7 @@ msgstr "" "さい。" #. Tag: para -#: boot-installer.xml:2646 +#: boot-installer.xml:2652 #, no-c-format msgid "" "If the installer fails to recognize a CD-ROM, try just running the option " @@ -3607,7 +3612,7 @@ msgstr "" "ROM ドライブの DMA に関連する問題は、この方法で解決することが知られています。" #. Tag: para -#: boot-installer.xml:2656 +#: boot-installer.xml:2662 #, no-c-format msgid "" "If this does not work, then try the suggestions in the subsections below. " @@ -3619,7 +3624,7 @@ msgstr "" "という用語を用いています。" #. Tag: para -#: boot-installer.xml:2662 +#: boot-installer.xml:2668 #, no-c-format msgid "" "If you cannot get the installation working from CD-ROM, try one of the other " @@ -3629,13 +3634,13 @@ msgstr "" "さい。" #. Tag: title -#: boot-installer.xml:2670 +#: boot-installer.xml:2676 #, no-c-format msgid "Common issues" msgstr "共通の問題" #. Tag: para -#: boot-installer.xml:2673 +#: boot-installer.xml:2679 #, no-c-format msgid "" "Some older CD-ROM drives do not support reading from discs that were burned " @@ -3645,7 +3650,7 @@ msgstr "" "ディスクからの読み込みをサポートしていない物があります。" #. Tag: para -#: boot-installer.xml:2679 +#: boot-installer.xml:2685 #, no-c-format msgid "" "If your system boots correctly from the CD-ROM, it does not necessarily mean " @@ -3657,7 +3662,7 @@ msgstr "" "しているとは限りません。" #. Tag: para -#: boot-installer.xml:2686 +#: boot-installer.xml:2692 #, no-c-format msgid "" "Some older CD-ROM drives do not work correctly if <quote>direct memory " @@ -3667,19 +3672,19 @@ msgstr "" "が有効だと、正しく動作しない物もあります。" #. Tag: title -#: boot-installer.xml:2697 +#: boot-installer.xml:2703 #, no-c-format msgid "How to investigate and maybe solve issues" msgstr "調査および問題解決の方法" #. Tag: para -#: boot-installer.xml:2698 +#: boot-installer.xml:2704 #, no-c-format msgid "If the CD-ROM fails to boot, try the suggestions listed below." msgstr "CD-ROM が起動に失敗したら、以下のことを試してください。" #. Tag: para -#: boot-installer.xml:2703 +#: boot-installer.xml:2709 #, no-c-format msgid "" "Check that your BIOS actually supports booting from CD-ROM (older systems " @@ -3690,7 +3695,7 @@ msgstr "" "ください。" #. Tag: para -#: boot-installer.xml:2709 +#: boot-installer.xml:2715 #, no-c-format msgid "" "If you downloaded an iso image, check that the md5sum of that image matches " @@ -3715,7 +3720,7 @@ msgstr "" "み込むのにイメージのサイズを利用します。" #. Tag: screen -#: boot-installer.xml:2722 +#: boot-installer.xml:2728 #, no-c-format msgid "" "$ dd if=/dev/cdrom | \\\n" @@ -3737,7 +3742,7 @@ msgstr "" "134486016 bytes (134 MB) copied, 97.474 seconds, 1.4 MB/s" #. Tag: para -#: boot-installer.xml:2727 +#: boot-installer.xml:2733 #, no-c-format msgid "" "If, after the installer has been booted successfully, the CD-ROM is not " @@ -3756,7 +3761,7 @@ msgstr "" "えて、シェルを有効にしてください。" #. Tag: para -#: boot-installer.xml:2739 +#: boot-installer.xml:2745 #, no-c-format msgid "" "Switch to VT4 or view the contents of <filename>/var/log/syslog</filename> " @@ -3768,7 +3773,7 @@ msgstr "" "示してください。その後、<command>dmesg</command> の出力でもチェックできます。" #. Tag: para -#: boot-installer.xml:2746 +#: boot-installer.xml:2752 #, no-c-format msgid "" "Check in the output of <command>dmesg</command> if your CD-ROM drive was " @@ -3798,7 +3803,7 @@ msgstr "" "むのを試せます。" #. Tag: para -#: boot-installer.xml:2760 +#: boot-installer.xml:2766 #, no-c-format msgid "" "Check that there is a device node for your CD-ROM drive under <filename>/dev/" @@ -3810,7 +3815,7 @@ msgstr "" "<filename>/dev/cdrom</filename> にもあるかもしれません。" #. Tag: para -#: boot-installer.xml:2768 +#: boot-installer.xml:2774 #, no-c-format msgid "" "Use the <command>mount</command> command to check if the CD-ROM is already " @@ -3827,7 +3832,7 @@ msgstr "" "チェックしてください。" #. Tag: para -#: boot-installer.xml:2778 +#: boot-installer.xml:2784 #, no-c-format msgid "" "Check if DMA is currently enabled: <informalexample><screen>\n" @@ -3853,7 +3858,7 @@ msgstr "" "クトリで操作してください。" #. Tag: para -#: boot-installer.xml:2793 +#: boot-installer.xml:2799 #, no-c-format msgid "" "If there are any problems during the installation, try checking the " @@ -3866,13 +3871,13 @@ msgstr "" "ションを一般的なテストとして使用できます。" #. Tag: title -#: boot-installer.xml:2808 +#: boot-installer.xml:2814 #, no-c-format msgid "Floppy Disk Reliability" msgstr "フロッピーディスクの信頼性" #. Tag: para -#: boot-installer.xml:2810 +#: boot-installer.xml:2816 #, no-c-format msgid "" "The biggest problem for people using floppy disks to install Debian seems to " @@ -3882,7 +3887,7 @@ msgstr "" "は、フロッピーディスクの信頼性だと思います。" #. Tag: para -#: boot-installer.xml:2815 +#: boot-installer.xml:2821 #, no-c-format msgid "" "The boot floppy is the floppy with the worst problems, because it is read by " @@ -3900,7 +3905,7 @@ msgstr "" "ディスク I/O エラーに関するメッセージが大量に表示されます。" #. Tag: para -#: boot-installer.xml:2824 +#: boot-installer.xml:2830 #, no-c-format msgid "" "If you are having the installation stall at a particular floppy, the first " @@ -3917,7 +3922,7 @@ msgstr "" "ムで書き込んでみると、うまくいくこともあるようです。" #. Tag: para -#: boot-installer.xml:2833 +#: boot-installer.xml:2839 #, no-c-format msgid "" "One user reports he had to write the images to floppy <emphasis>three</" @@ -3929,7 +3934,7 @@ msgstr "" "して確認するといいでしょう。" #. Tag: para -#: boot-installer.xml:2839 +#: boot-installer.xml:2845 #, no-c-format msgid "" "Normally you should not have to download a floppy image again, but if you " @@ -3941,7 +3946,7 @@ msgstr "" "フロッピーでは、何も問題なくいったそうです。" #. Tag: para -#: boot-installer.xml:2845 +#: boot-installer.xml:2851 #, no-c-format msgid "" "Other users have reported that simply rebooting a few times with the same " @@ -3953,13 +3958,13 @@ msgstr "" "ウェアのフロッピードライバのできが悪かったためでしょう。" #. Tag: title -#: boot-installer.xml:2854 +#: boot-installer.xml:2860 #, no-c-format msgid "Boot Configuration" msgstr "起動設定" #. Tag: para -#: boot-installer.xml:2856 +#: boot-installer.xml:2862 #, no-c-format msgid "" "If you have problems and the kernel hangs during the boot process, doesn't " @@ -3972,7 +3977,7 @@ msgstr "" "\"/> の説明に従ってブートパラメータを確認してください。" #. Tag: para -#: boot-installer.xml:2863 +#: boot-installer.xml:2869 #, no-c-format msgid "" "Often, problems can be solved by removing add-ons and peripherals, and then " @@ -3984,7 +3989,7 @@ msgstr "" "Plug-n-Play デバイスなどは特に問題となりがちです。</phrase>" #. Tag: para -#: boot-installer.xml:2869 +#: boot-installer.xml:2875 #, no-c-format msgid "" "If you have a large amount of memory installed in your machine, more than " @@ -3997,13 +4002,13 @@ msgstr "" "を使って、カーネルが扱うメモリの量を制限する必要があるかもしれません。" #. Tag: title -#: boot-installer.xml:2880 boot-installer.xml:2982 +#: boot-installer.xml:2886 boot-installer.xml:2988 #, no-c-format msgid "Common &arch-title; Installation Problems" msgstr "&arch-title; へのインストールに共通の問題" #. Tag: para -#: boot-installer.xml:2881 +#: boot-installer.xml:2887 #, no-c-format msgid "" "There are some common installation problems that can be solved or avoided by " @@ -4013,7 +4018,7 @@ msgstr "" "ラメータで解決したり、確実にバイパスして回避したりできます。" #. Tag: para -#: boot-installer.xml:2886 +#: boot-installer.xml:2892 #, no-c-format msgid "" "Some systems have floppies with <quote>inverted DCLs</quote>. If you receive " @@ -4026,7 +4031,7 @@ msgstr "" "てください。" #. Tag: para -#: boot-installer.xml:2892 +#: boot-installer.xml:2898 #, no-c-format msgid "" "On some systems, such as the IBM PS/1 or ValuePoint (which have ST-506 disk " @@ -4046,7 +4051,7 @@ msgstr "" "userinput> というパラメータを使ってください。" #. Tag: para -#: boot-installer.xml:2901 +#: boot-installer.xml:2907 #, no-c-format msgid "" "If you have a very old machine, and the kernel hangs after saying " @@ -4060,7 +4065,7 @@ msgstr "" "でしょう。" #. Tag: para -#: boot-installer.xml:2908 +#: boot-installer.xml:2914 #, no-c-format msgid "" "Some systems (especially laptops) that have a native resolution that is not " @@ -4086,7 +4091,7 @@ msgstr "" "パラメータに <userinput>fb=false</userinput> を追加してみてください。" #. Tag: para -#: boot-installer.xml:2926 +#: boot-installer.xml:2932 #, no-c-format msgid "" "If your screen begins to show a weird picture while the kernel boots, eg. " @@ -4106,13 +4111,13 @@ msgstr "" "ください。" #. Tag: title -#: boot-installer.xml:2940 +#: boot-installer.xml:2946 #, no-c-format msgid "System Freeze During the PCMCIA Configuration Phase" msgstr "PCMCIA 設定中のシステムフリーズ" #. Tag: para -#: boot-installer.xml:2941 +#: boot-installer.xml:2947 #, no-c-format msgid "" "Some laptop models produced by Dell are known to crash when PCMCIA device " @@ -4132,7 +4137,7 @@ msgstr "" "外することができます。" #. Tag: para -#: boot-installer.xml:2951 +#: boot-installer.xml:2957 #, no-c-format msgid "" "Alternatively, you can boot the installer in expert mode. You will then be " @@ -4154,13 +4159,13 @@ msgstr "" "あればカンマを省略しなければならないことに注意してください。" #. Tag: title -#: boot-installer.xml:2968 +#: boot-installer.xml:2974 #, no-c-format msgid "System Freeze while Loading USB Modules" msgstr "USB モジュールロード中のシステムフリーズ" #. Tag: para -#: boot-installer.xml:2969 +#: boot-installer.xml:2975 #, no-c-format msgid "" "The kernel normally tries to install USB modules and the USB keyboard driver " @@ -4178,19 +4183,19 @@ msgstr "" "す。" #. Tag: para -#: boot-installer.xml:2983 +#: boot-installer.xml:2989 #, no-c-format msgid "There are some common installation problems that are worth mentioning." msgstr "以下、言及しておくべき、インストール時の一般的な問題があります。" #. Tag: title -#: boot-installer.xml:2989 +#: boot-installer.xml:2995 #, no-c-format msgid "Misdirected video output" msgstr "ビデオ出力先の間違い" #. Tag: para -#: boot-installer.xml:2990 +#: boot-installer.xml:2996 #, no-c-format msgid "" "It is fairly common for &arch-title; to have two video cards in one machine, " @@ -4216,7 +4221,7 @@ msgstr "" "userinput> をインストーラに与えて起動してください。" #. Tag: para -#: boot-installer.xml:3004 +#: boot-installer.xml:3010 #, no-c-format msgid "" "Note that you may also have to manually add this parameter to the silo " @@ -4230,13 +4235,13 @@ msgstr "" "filename> のビデオドライバを修正してください。" #. Tag: title -#: boot-installer.xml:3015 +#: boot-installer.xml:3021 #, no-c-format msgid "Failure to Boot or Install from CD-ROM" msgstr "起動に失敗ないし CD-ROM からインストール" #. Tag: para -#: boot-installer.xml:3016 +#: boot-installer.xml:3022 #, no-c-format msgid "" "Some Sparc systems are notoriously difficult to boot from CD-ROM and even if " @@ -4248,20 +4253,20 @@ msgstr "" "システムで報告されています。" #. Tag: para -#: boot-installer.xml:3022 +#: boot-installer.xml:3028 #, no-c-format msgid "We recommend to install such systems by netbooting the installer." msgstr "" "そのようなシステムでは、インストーラをネットから起動するのをお勧めします。" #. Tag: title -#: boot-installer.xml:3031 +#: boot-installer.xml:3037 #, no-c-format msgid "Interpreting the Kernel Startup Messages" msgstr "カーネルの起動時メッセージの意味" #. Tag: para -#: boot-installer.xml:3033 +#: boot-installer.xml:3039 #, no-c-format msgid "" "During the boot sequence, you may see many messages in the form " @@ -4297,13 +4302,13 @@ msgstr "" "ルを作ることもできます (<xref linkend=\"kernel-baking\"/> 参照)。" #. Tag: title -#: boot-installer.xml:3058 +#: boot-installer.xml:3064 #, no-c-format msgid "Reporting Installation Problems" msgstr "インストールで発生した問題の報告" #. Tag: para -#: boot-installer.xml:3059 +#: boot-installer.xml:3065 #, no-c-format msgid "" "If you get through the initial boot phase but cannot complete the install, " @@ -4322,7 +4327,7 @@ msgstr "" "バグ報告を送る際に、バグ報告にこの情報を付けることができます。" #. Tag: para -#: boot-installer.xml:3070 +#: boot-installer.xml:3076 #, no-c-format msgid "" "Other pertinent installation messages may be found in <filename>/var/log/</" @@ -4334,13 +4339,13 @@ msgstr "" "installer/</filename> にあるはずです。" #. Tag: title -#: boot-installer.xml:3081 +#: boot-installer.xml:3087 #, no-c-format msgid "Submitting Installation Reports" msgstr "インストールレポートの送信" #. Tag: para -#: boot-installer.xml:3082 +#: boot-installer.xml:3088 #, no-c-format msgid "" "If you still have problems, please submit an installation report. We also " @@ -4353,7 +4358,7 @@ msgstr "" "さんのハードウェア設定情報を手に入れることができます。" #. Tag: para -#: boot-installer.xml:3089 +#: boot-installer.xml:3095 #, no-c-format msgid "" "Note that your installation report will be published in the Debian Bug " @@ -4365,7 +4370,7 @@ msgstr "" "ない e-mail アドレスを使用してください。" #. Tag: para -#: boot-installer.xml:3095 +#: boot-installer.xml:3101 #, no-c-format msgid "" "If you have a working Debian system, the easiest way to send an installation " @@ -4383,7 +4388,7 @@ msgstr "" "て、<command>reportbug installation-reports</command> を実行してください。" #. Tag: para -#: boot-installer.xml:3105 +#: boot-installer.xml:3111 #, no-c-format msgid "" "Alternatively you can use this template when filling out installation " @@ -4472,6 +4477,24 @@ msgstr "" "されたカーネルメッセージを添えて、何が問題なのかを説明してください。また、問" "題が起きるまでにシステムに対して行ったことも記述してください。" +#~ msgid "You will need to hit Ctrl-C again to interrupt the boot. Then:" +#~ msgstr "" +#~ "ブートに割り込みをかけるため、もう一度 Ctrl-C を叩く必要があるでしょう。そ" +#~ "の後、以下のようにします。" + +#~ msgid "" +#~ "ip_address -l 192.168.2.249 -h 192.168.2.4\n" +#~ "load -v -r -b 0x01800000 -m http /initrd.gz\n" +#~ "load -v -r -b 0x01008000 -m http /zImage\n" +#~ "exec -c \"console=ttyS0,115200 rw root=/dev/ram mem=256M@0xa0000000\" -r " +#~ "0x01800000" +#~ msgstr "" +#~ "ip_address -l 192.168.2.249 -h 192.168.2.4\n" +#~ "load -v -r -b 0x01800000 -m http /initrd.gz\n" +#~ "load -v -r -b 0x01008000 -m http /zImage\n" +#~ "exec -c \"console=ttyS0,115200 rw root=/dev/ram mem=256M@0xa0000000\" -r " +#~ "0x01800000" + #~ msgid "mouse/protocol" #~ msgstr "mouse/protocol" |