diff options
author | Nozomu KURASAWA <nabetaro@caldron.jp> | 2007-02-28 04:10:05 +0000 |
---|---|---|
committer | Nozomu KURASAWA <nabetaro@caldron.jp> | 2007-02-28 04:10:05 +0000 |
commit | 1227fcaaa02f8f88d7096976f92d317351664a8e (patch) | |
tree | e3867af922a7ef6875eb19a09556ed1b0524c451 /ja/install-methods/create-floppy.xml | |
parent | dc6b3450bc64ff4fbd58cc55840ae67ce8079c4c (diff) | |
download | installation-guide-1227fcaaa02f8f88d7096976f92d317351664a8e.zip |
Update Japanese translations.
Diffstat (limited to 'ja/install-methods/create-floppy.xml')
-rw-r--r-- | ja/install-methods/create-floppy.xml | 38 |
1 files changed, 24 insertions, 14 deletions
diff --git a/ja/install-methods/create-floppy.xml b/ja/install-methods/create-floppy.xml index e38671043..f10d3a65f 100644 --- a/ja/install-methods/create-floppy.xml +++ b/ja/install-methods/create-floppy.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="EUC-JP"?> <!-- retain these comments for translator revision tracking --> -<!-- original version: 36841 --> +<!-- original version: 45453 --> <sect1 condition="supports-floppy-boot" id="create-floppy"> <title>ディスクイメージからのフロッピーの作成</title> @@ -69,6 +69,21 @@ different platforms. </para><para> <!-- +Before you can create the floppies, you will first need to download them +from one of the Debian mirrors, as explained in +<xref linkend="downloading-files"/>. <phrase arch="i386">If you already +have an installation CD-ROM or DVD, the floppy images may also be included +on the CD/DVD.</phrase> +--> +フロッピーを作成する前に、Debian のミラーサイトから +<xref linkend="downloading-files"/> で説明しているように、 +ディスクイメージをダウンロードする必要があります。 +<phrase arch="i386">インストール CD-ROM/DVD が既にある場合、 +フロッピーイメージは CD/DVD に含まれているはずです。</phrase> + +</para><para> + +<!-- No matter which method you use to create your floppies, you should remember to flip the write-protect tab on the floppies once you have written them, to ensure they are not damaged unintentionally. @@ -99,25 +114,20 @@ $ dd if=<replaceable>filename</replaceable> of=/dev/fd0 bs=1024 conv=sync ; sync <!-- where <replaceable>filename</replaceable> is one of the floppy disk image -files (see <xref linkend="downloading-files"/> for what -<replaceable>filename</replaceable> should be). +files. <filename>/dev/fd0</filename> is a commonly used name of the floppy -disk device, it may be different on your workstation -<phrase arch="sparc">(on Solaris, it is -<filename>/dev/fd/0</filename>)</phrase>. +disk device, it may be different on your workstation<phrase arch="sparc"> +(on Solaris, it is <filename>/dev/fd/0</filename>)</phrase>. The command may return to the prompt before Unix has finished writing the floppy disk, so look for the disk-in-use light on the floppy drive and be sure that the light is out and the disk has stopped revolving before you remove it from the drive. On some systems, you'll have to run a command to eject the -floppy from the drive -<phrase arch="sparc">(on Solaris, use <command>eject</command>, see -the manual page)</phrase>. +floppy from the drive <phrase arch="sparc"> (on Solaris, use +<command>eject</command>, see the manual page)</phrase>. --> <replaceable>filename</replaceable> のところには、 フロッピーディスクイメージのどれかの名前を書きます。 -(<replaceable>filename</replaceable> をどうするかは、 -<xref linkend="downloading-files"/> を参照してください) <filename>/dev/fd0</filename> はフロッピーディスク装置に よく使われている名前ですが、 あなたのワークステーションでは異なるかもしれません @@ -132,9 +142,9 @@ the manual page)</phrase>. システムによっては、 ドライブからフロッピーディスクを取り出すには、 なんらかのコマンド実行が必要となることもあります -<phrase arch="sparc"> -(Solaris 上では <command>eject</command> を使ってください。 -詳しくはマニュアルページを見てください)</phrase>。 +<phrase arch="sparc">(Solaris では <command>eject</command> +を使用してください。 +詳細はマニュアルページをご覧ください)</phrase>。 </para><para> <!-- |