summaryrefslogtreecommitdiff
path: root/ja/using-d-i/modules/ia64
diff options
context:
space:
mode:
authorNozomu KURASAWA <nabetaro@caldron.jp>2008-04-05 22:14:36 +0000
committerNozomu KURASAWA <nabetaro@caldron.jp>2008-04-05 22:14:36 +0000
commitad9a769d8a858b1a95e23d04eee3136b02d6dd5d (patch)
treeee84c3555655a4d4e02d6b2949a021e207133c18 /ja/using-d-i/modules/ia64
parent84c3f0c50e46c775c1ebeef959c4d4aadb2783a9 (diff)
downloadinstallation-guide-ad9a769d8a858b1a95e23d04eee3136b02d6dd5d.zip
Change po-based translation for Japanese docs.
Diffstat (limited to 'ja/using-d-i/modules/ia64')
-rw-r--r--ja/using-d-i/modules/ia64/elilo-installer.xml219
1 files changed, 0 insertions, 219 deletions
diff --git a/ja/using-d-i/modules/ia64/elilo-installer.xml b/ja/using-d-i/modules/ia64/elilo-installer.xml
deleted file mode 100644
index b0fd98c00..000000000
--- a/ja/using-d-i/modules/ia64/elilo-installer.xml
+++ /dev/null
@@ -1,219 +0,0 @@
-<?xml version="1.0" encoding="EUC-JP"?>
-<!-- retain these comments for translator revision tracking -->
-<!-- original version: 43573 -->
-
- <sect3 arch="ia64">
- <title>ハードディスクへの <command>ELILO</command>
- ブートローダのインストール</title>
-<para>
-
-<!--
-The &architecture; boot loader is called <quote>elilo</quote>.
-It is modeled on the <quote>lilo</quote> boot loader for the
-x86 architecture and uses a similar configuration file.
-However, instead of writing an MBR or partition boot record to
-the disk, it copies the necessary files to a separate FAT formatted
-disk partition and modifies the <guimenuitem>EFI Boot Manager</guimenuitem>
-menu in the firmware to point to the files in the EFI partition.
-The <command>elilo</command> boot loader is really in two parts.
-The <filename>/usr/sbin/elilo</filename> command manages the partition and
-copies files into it.
-The <filename>elilo.efi</filename> program is copied into the EFI
-partition and then run by the <quote>EFI Boot Manager</quote> to
-do the actual work of loading and starting the Linux kernel.
--->
-&architecture; のブートローダは <quote>elilo</quote> と呼ばれています。
-これは x86 アーキテクチャ用の <quote>lilo</quote> ブートローダを基に作られ、
-同様の設定ファイルを使用します。
-しかし、ディスクの MBR やパーティションブートレコードを書く代わりに、
-個別の FAT でフォーマットされたパーティションに必要なファイルをコピーし、
-EFI パーティション内のファイルを指すように、
-<guimenuitem>EFI Boot Manager</guimenuitem> メニューを修正します。
-<command>elilo</command> ブートローダは実際には 2 つの部分からなります。
-<filename>/usr/sbin/elilo</filename> コマンドは、
-パーティションの管理をし、そこへファイルをコピーします。
-<filename>elilo.efi</filename> プログラムは EFI パーティションにコピーされ、
-Linux カーネルを読込・起動するよう、
-<quote>EFI Boot Manager</quote> により実際に実行されます。
-
-</para><para>
-
-<!--
-The <quote>elilo</quote> configuration and installation is done as the
-last step of installing the packages of the base installation.
-&d-i; will present you with a list of potential disk partitions that it
-has found suitable for an EFI partition.
-Select the partition you set up earlier in the installation, typically
-a partition on the same disk that contains your
-<emphasis>root</emphasis> filesystem.
--->
-<quote>elilo</quote> の設定とインストールは、
-基本パッケージのインストールの最終ステップで行われます。
-&d-i; は、
-EFI パーティションに適する潜在的なディスクパーティションのリストを提示します。
-インストールの初期でセットアップしたパーティションを選択してください。
-一般的には、
-<emphasis>root</emphasis> ファイルシステムがあるディスクのパーティションを、
-選択します。
-
-</para>
-
- <warning><title>正しいパーティションを選択してください!</title>
-
-<para>
-
-<!--
-The criteria for selecting a partition is that it is FAT format
-filesystem with its <emphasis>boot</emphasis> flag set.
-&d-i; may show multiple choices depending on what it finds from scanning
-all of the disks of the system including EFI partitions of other system
-disks and EFI diagnostic partitions.
-Remember, <command>elilo</command> may format the partition during
-the installation, erasing any previous contents!
--->
-パーティションを選択する基準は、
-<emphasis>boot</emphasis> フラグがセットされている
- FAT フォーマットファイルシステムであるということです。
-&d-i; は、
-他のシステムディスクの EFI パーティションや EFI 診断パーティションを含む、
-システムのディスクすべてを走査し、
-見つかったものによって複数の選択肢を示す可能性があります。
-<command>elilo</command> はインストール中にパーティションをフォーマットして、
-以前の内容をすべて消去するかもしれないことを覚えておいてください!
-
-</para></warning>
-
- </sect3>
-
- <sect3 arch="ia64">
- <title>EFI パーティションの内容</title>
-
-<para>
-
-<!--
-The EFI partition is a FAT filesystem format partition on one of the
-hard disks of the system, usually the same disk that contains the
-<emphasis>root</emphasis> filesystem.
-It is normally not mounted on a running system as it is only needed
-by the <quote>EFI Boot Manager</quote> to load the system and the
-installer part of the <command>elilo</command> writes to the filesystem
-directly.
-The <command>/usr/sbin/elilo</command> utility writes the following files
-into the <filename>efi/debian</filename> directory of the EFI
-partition during the installation.
-Note that the <quote>EFI Boot Manager</quote> would find these files
-using the path <filename>fs<replaceable>n</replaceable>:\efi\debian</filename>.
-There may be other files in this filesystem as well over time as
-the system is updated or re-configured.
--->
-EFI パーティションは、システムのハードディスクにある、
-FAT ファイルシステムでフォーマットしてあるパーティションです。
-通常 <emphasis>root</emphasis> ファイルシステムを含んでいるパーティションと
-同じディスクにあります。
-システムをロードするのに <quote>EFI Boot Manager</quote> が使用したり、
-<command>elilo</command> のインストーラ部がこのファイルシステムに
-直接書き込むためだけに必要で、実行中のシステムでは通常マウントされません。
-インストール中に <command>/usr/sbin/elilo</command> ユーティリティは、
-EFI パーティションの <filename>efi/debian</filename> ディレクトリへ
-以下のファイルを書き込みます。
-<quote>EFI Boot Manager</quote> は、
-<filename>fs<replaceable>n</replaceable>:\efi\debian</filename>
-というパスを使用して
-それらのファイルを見つけることに注意してください。
-時間とともに、システムをアップデートしたり再設定すると、
-このファイルシステムにその他のファイルがあるかもしれません。
-
-</para>
-
-<variablelist>
-
-<varlistentry>
-<term><filename>elilo.conf</filename></term>
-<listitem><para>
-
-<!--
-This is the configuration file read by the boot loader when it starts.
-It is a copy of the <filename>/etc/elilo.conf</filename> with
-the filenames re-written to refer to files in the EFI partition.
--->
-ブートローダが起動時に読み込む設定ファイル。
-EFI パーティションのファイルを参照するようファイル名を書き換えた
-<filename>/etc/elilo.conf</filename> のコピーです。
-
-</para></listitem></varlistentry>
-
-<varlistentry>
-<term><filename>elilo.efi</filename></term>
-<listitem><para>
-
-<!--
-This is the boot loader program that the <quote>EFI Boot Manager</quote>
-runs to boot the system.
-It is the program behind the <guimenuitem>Debian GNU/Linux</guimenuitem>
-menu item of the <quote>EFI Boot Manager</quote> command menu.
--->
-システム起動時に <quote>EFI Boot Manager</quote> が実行するブートローダプログラム。
-<quote>EFI Boot Manager</quote> コマンドメニューの
-<guimenuitem>Debian GNU/Linux</guimenuitem> を選択するとこれが起動します。
-
-</para></listitem></varlistentry>
-
-<varlistentry>
-<term><filename>initrd.img</filename></term>
-<listitem><para>
-
-<!--
-This is the initial root filesystem used to boot the kernel.
-It is a copy of the file referenced in the
-<filename>/etc/elilo.conf</filename>.
-In a standard Debian installation it would be the file in
-<filename>/boot</filename> pointed to by the symbolic link
-<filename>/initrd.img</filename>.
--->
-カーネルを起動するときに使用する initial root ファイルシステム。
-<filename>/etc/elilo.conf</filename> で参照されているファイルのコピーです。
-標準的な Debian のインストールでは、
-シンボリックリンク <filename>/initrd.img</filename> で指し示す
-<filename>/boot</filename> にあるファイルです。
-
-</para></listitem></varlistentry>
-
-<varlistentry>
-<term><filename>readme.txt</filename></term>
-<listitem><para>
-
-<!--
-This is a small text file warning you that the contents of the
-directory are managed by the <command>elilo</command> and that
-any local changes would be lost at the next time
-<filename>/usr/sbin/elilo</filename> is run.
--->
-<command>elilo</command> にディレクトリの内容が管理されており、
-次に <filename>/usr/sbin/elilo</filename> を実行すると、
-どんな変更も失われると警告する小さなテキストファイルです。
-
-</para></listitem></varlistentry>
-
-<varlistentry>
-<term><filename>vmlinuz</filename></term>
-<listitem><para>
-
-<!--
-This is the compressed kernel itself.
-It is a copy of the file referenced in the
-<filename>/etc/elilo.conf</filename>.
-In a standard Debian installation it would be the file in
-<filename>/boot</filename> pointed to by the symbolic link
-<filename>/vmlinuz</filename>.
--->
-圧縮したカーネルそのもの。
-<filename>/etc/elilo.conf</filename> で参照されているファイルのコピーです。
-標準的な Debian のインストールでは、
-シンボリックリンク <filename>/vmlinuz</filename> で指し示す
-<filename>/boot</filename> にあるファイルです。
-
-</para></listitem></varlistentry>
-
-</variablelist>
-
- </sect3>