summaryrefslogtreecommitdiff
path: root/ja/using-d-i/modules/mipsel/delo-installer.xml
diff options
context:
space:
mode:
Diffstat (limited to 'ja/using-d-i/modules/mipsel/delo-installer.xml')
-rw-r--r--ja/using-d-i/modules/mipsel/delo-installer.xml110
1 files changed, 0 insertions, 110 deletions
diff --git a/ja/using-d-i/modules/mipsel/delo-installer.xml b/ja/using-d-i/modules/mipsel/delo-installer.xml
deleted file mode 100644
index d8be1af67..000000000
--- a/ja/using-d-i/modules/mipsel/delo-installer.xml
+++ /dev/null
@@ -1,110 +0,0 @@
-<?xml version="1.0" encoding="EUC-JP"?>
-<!-- retain these comments for translator revision tracking -->
-<!-- original version: 24663 -->
-
- <sect3 arch="mipsel">
- <title><command>delo</command> インストーラ</title>
-<para>
-
-<!--
-The boot loader on DECstations is <command>DELO</command>.
-It has to be installed on the same hard disk as the kernel (this is done
-automatically by the installer). DELO supports different configurations
-which are set up in <filename>/etc/delo.conf</filename>. Each
-configuration has a unique name,
-the default setup as created by the installer is <quote>linux</quote>.
-After DELO has been installed, the system can be booted from hard disk
-by entering
--->
-DECstations でのブートローダは <command>DELO</command> です。
-それを、カーネル (インストーラが自動的に行います)
-と同じハードディスクにインストールしなければなりません。
-DELO は <filename>/etc/delo.conf</filename> の中で設定した、
-異なる構成をサポートします。
-各構成は一意な名前を持っています。
-インストーラによって作成されるデフォルト設定は <quote>linux</quote> です。
-DELO がインストールされた後、
-ファームウェアのプロンプトに以下のように入力してください。
-
-<informalexample><screen>
-<userinput>boot <replaceable>#</replaceable>/rz<replaceable>id</replaceable> <replaceable>partnr</replaceable>/<replaceable>name</replaceable></userinput>
-</screen></informalexample>
-
-<!--
-on the firmware prompt.
--->
-ハードディスクからシステムを起動できます。
-
-</para>
-
-<variablelist>
-<varlistentry>
-<term> <replaceable>#</replaceable> </term>
-<listitem><para>
-
-<!--
-is the TurboChannel device to be booted from, on most DECstations this
-is <userinput>3</userinput> for the onboard controllers
--->
-起動を行う TurboChannel デバイス。ほとんどの DECstations では、
-オンボードコントローラは <userinput>3</userinput> となる
-
-</para></listitem>
-</varlistentry>
-<varlistentry>
-<term> <replaceable>id</replaceable> </term>
-<listitem><para>
-
-<!--
-is the SCSI ID of the hard disk on which <command>DELO</command> is
-installed
--->
-<command>DELO</command> がインストールされているハードディスクの SCSI ID
-
-</para></listitem>
-</varlistentry>
-<varlistentry>
-<term> <replaceable>partnr</replaceable> </term>
-<listitem><para>
-
-<!--
-is the number of the partition on which
-<filename>/etc/delo.conf</filename> resides
--->
-<filename>/etc/delo.conf</filename> が存在するパーティション番号の数
-
-</para></listitem>
-</varlistentry>
-<varlistentry>
-<term> <replaceable>name</replaceable> </term>
-<listitem><para>
-
-<!--
-is the name of the configuration entry in
-<filename>/etc/delo.conf</filename>, which is <quote>linux</quote> by
-default.
--->
-<filename>/etc/delo.conf</filename> の設定項目名。
-デフォルトは <quote>linux</quote> となる
-
-</para></listitem>
-</varlistentry>
-</variablelist>
-
-<para>
-
-<!--
-In case <filename>/etc/delo.conf</filename> is on the first partition
-on the disk and the default configuration shall be booted, it is
-sufficient to use
--->
-<filename>/etc/delo.conf</filename> がディスクの第1パーティションにあり、
-デフォルト設定で起動する場合、
-以下のようにするだけで充分です。
-
-<informalexample><screen>
-<userinput>boot #/rz<replaceable>id</replaceable></userinput>
-</screen></informalexample>
-
-</para>
- </sect3>