diff options
author | Kenshi Muto <kmuto@debian.org> | 2005-12-17 00:40:47 +0000 |
---|---|---|
committer | Kenshi Muto <kmuto@debian.org> | 2005-12-17 00:40:47 +0000 |
commit | bfba46320206ee9228a30e61a7b76effb9ace558 (patch) | |
tree | ae3c84f71d737d84fd4995fe9f638636cd8400b6 /ja/install-methods/boot-usb-files.xml | |
parent | fffacfab9b994110e447f261f922dbd52308b4c5 (diff) | |
download | installation-guide-bfba46320206ee9228a30e61a7b76effb9ace558.zip |
[l10n] update Japanese translation (d-doc@jp:4699)
Diffstat (limited to 'ja/install-methods/boot-usb-files.xml')
-rw-r--r-- | ja/install-methods/boot-usb-files.xml | 27 |
1 files changed, 12 insertions, 15 deletions
diff --git a/ja/install-methods/boot-usb-files.xml b/ja/install-methods/boot-usb-files.xml index 1df22b250..1c8a6a30f 100644 --- a/ja/install-methods/boot-usb-files.xml +++ b/ja/install-methods/boot-usb-files.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="EUC-JP"?> <!-- retain these comments for translator revision tracking --> -<!-- original version: 25496 --> +<!-- original version: 32124 --> <sect1 condition="bootable-usb" id="boot-usb-files"> <title>USB メモリスティックでの起動用ファイルの準備</title> @@ -54,16 +54,9 @@ have to extract it directly to to your USB stick: 以下のように USB スティックに直接展開してください。 <informalexample><screen> -# gzip -dc boot.img.gz > /dev/<replaceable>sda</replaceable> +# zcat boot.img.gz > /dev/<replaceable>sda</replaceable> </screen></informalexample> -<!-- -Of course this will destroy anything already on the device, so take -care that you use the correct device name for your USB stick. ---> -もちろんこれはデバイス上の既存データを破壊しますので、 -正しい USB スティックのデバイス名を使用するよう注意してください。 - </para><para arch="powerpc"> <!-- @@ -83,17 +76,21 @@ USB スティックに "Apple_Bootstrap" タイプパーティションを作成し、 以下のように USB スティックに直接展開してください。 <informalexample><screen> -# gzip -dc boot.img.gz > /dev/<replaceable>sda2</replaceable> +# zcat boot.img.gz > /dev/<replaceable>sda2</replaceable> </screen></informalexample> +</para> +<warning><para> + <!-- -Of course this will destroy anything already on the device, so take -care that you use the correct device name for your USB stick. +Using this method will destroy anything already on the device. Make sure +that you use the correct device name for your USB stick. --> -もちろんこれはデバイス上の既存データを破壊しますので、 -正しい USB スティックのデバイス名を使用するよう注意してください。 +この方法を使うとデバイス上の既存の物は破壊してしまいます。 +USB スティックの正しいデバイス名を確認して使用してください。 -</para><para> +</para></warning> +<para> <!-- After that, mount the USB memory stick (<userinput>mount |