diff options
author | Nozomu KURASAWA <nabetaro@caldron.jp> | 2006-10-17 16:09:46 +0000 |
---|---|---|
committer | Nozomu KURASAWA <nabetaro@caldron.jp> | 2006-10-17 16:09:46 +0000 |
commit | bb8fcf3d5f08c19ff1cda2cb823187e394e300d9 (patch) | |
tree | c57b3013c532a7aa02f379c935415ce61009f27f /ja/using-d-i | |
parent | 83784bea69b990596f8a368007f981d4f35cfcc4 (diff) | |
download | installation-guide-bb8fcf3d5f08c19ff1cda2cb823187e394e300d9.zip |
Update translation for Japanese.
Diffstat (limited to 'ja/using-d-i')
-rw-r--r-- | ja/using-d-i/modules/partman-crypto.xml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/ja/using-d-i/modules/partman-crypto.xml b/ja/using-d-i/modules/partman-crypto.xml index 73e2ae63a..c890ee632 100644 --- a/ja/using-d-i/modules/partman-crypto.xml +++ b/ja/using-d-i/modules/partman-crypto.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="EUC-JP"?> <!-- retain these comments for translator revision tracking --> -<!-- original version: 39460 --> +<!-- original version: 41817 --> <sect3 id="partman-crypto"> <!-- @@ -550,7 +550,7 @@ one via loop-AES. 1 番目は dm-crypt で暗号化し、2 番目は loop-AES で暗号化しています。 <informalexample><screen> -Encrypted volume (<replaceable>crypt0</replaceable>) - 115.1 GB Linux device-mapper +Encrypted volume (<replaceable>sda2_crypt</replaceable>) - 115.1 GB Linux device-mapper #1 115.1 GB F ext3 Loopback (<replaceable>loop0</replaceable>) - 515.2 MB AES256 keyfile @@ -569,13 +569,15 @@ change the file system types if the defaults do not suit you. <!-- One thing to note here are the identifiers in parentheses (<replaceable>crypt0</replaceable> +(<replaceable>sda2_crypt</replaceable> and <replaceable>loop0</replaceable> in this case) and the mount points you assigned to each encrypted volume. You will need this information later when booting the new system. The differences between ordinary boot process and boot process with encryption involved will be covered later in <xref linkend="mount-encrypted-volumes"/>. --> -ここで注意するのは、括弧内の識別子 (ここでは <replaceable>crypt0</replaceable> +ここで注意するのは、括弧内の識別子 (ここでは +<replaceable>sda2_crypt</replaceable> と <replaceable>loop0</replaceable>) と、 暗号化ボリュームを割り当てるマウントポイントです。 後で新しいシステムを起動するときに、この情報が必要になります。 |