summaryrefslogtreecommitdiff
path: root/ja/boot-new/mipsel.xml
diff options
context:
space:
mode:
authorKenshi Muto <kmuto@debian.org>2006-01-09 00:09:37 +0000
committerKenshi Muto <kmuto@debian.org>2006-01-09 00:09:37 +0000
commit756ba6c80db19cdf4fa5d817ddfc69e35ce012e3 (patch)
treef43293aa408b26003fdedee2704255ec4836256c /ja/boot-new/mipsel.xml
parent0ca3ceb1ece106031ba2f6074523ec7ae82d3978 (diff)
downloadinstallation-guide-756ba6c80db19cdf4fa5d817ddfc69e35ce012e3.zip
[l10n] remove obsolete files from Japanese translation.
Diffstat (limited to 'ja/boot-new/mipsel.xml')
-rw-r--r--ja/boot-new/mipsel.xml113
1 files changed, 0 insertions, 113 deletions
diff --git a/ja/boot-new/mipsel.xml b/ja/boot-new/mipsel.xml
deleted file mode 100644
index b3fd06b7b..000000000
--- a/ja/boot-new/mipsel.xml
+++ /dev/null
@@ -1,113 +0,0 @@
-<?xml version="1.0" encoding="EUC-JP"?>
-<!-- retain these comments for translator revision tracking -->
-<!-- original version: 11648 -->
-
- <sect2 arch="mipsel"><title>&arch-title; ブートローダ</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
--->
-DECstation のブートローダは <command>DELO</command> です。
-これはカーネルと同じハードディスクにインストールしなければなりません
-(インストーラによって自動的に行われます)。DELO は
-<filename>/etc/delo.conf</filename> に書かれた別々の設定をサポートします。
-それぞれの設定は一意な名前を持ちます。インストーラによって作られる
-デフォルトの設定は "linux" です。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 デバイスです。ほとんどの DECstation では、
-<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> がハードディスクの最初のパーティションに
-置かれていて、デフォルトの設定を用いて起動したいときには、
-
-<informalexample><screen>
-
-<userinput>boot #/rz<replaceable>id</replaceable></userinput>
-
-</screen></informalexample>
-
-とするだけです。
-</para>
-
- </sect2>