OSDN Git Service

Added all.
[clfsja/cross-lfs-ja.git] / src / boot / ppc / yaboot.ch
1 %
2 % This is part of CLFSja package.
3 %
4 % This is a CTIE change file for the original XML source of the CLFSbook.
5 %
6 @x
7 <?xml version="1.0" encoding="ISO-8859-1"?>
8 @y
9 <?xml version="1.0" encoding="UTF-8"?>
10 @z
11
12 @x
13   <title>Making the Temporary System Bootable</title>
14 @y
15   <title>一時システムのブート設定</title>
16 @z
17
18 @x
19     <secondary>boot, configuring</secondary>
20 @y
21     <secondary>ブート, 設定</secondary>
22 @z
23
24 @x
25   <para os="a">Some of the idiosyncracies of booting on ppc are discussed in
26    <xref linkend="appendixe" role="."/>. Essentially, there are two options
27    here - either copy the bootloader to an  OSX root partition and boot from
28    Open Firmware, or use an install, Live, or rescue CD to set up a bootstrap
29    partition.</para>
30 @y
31   <para os="a">
32    PPC におけるブート処理の特異性については <xref linkend="appendixe" role=""/> において示しています。
33    ブート設定については二通りのやり方があります。
34    一つはブートローダーを OSX ルートパーティションにコピーして Open Firmware により起動する方法。
35    もう一つはライブCD、レスキューCD などを用いてブートストラップ (bootstrap) パーティションを設定する方法です。
36   </para>
37 @z
38
39 @x
40     <title>Copying the bootloader to OSX and booting from OF.</title>
41 @y
42     <title>OSX へのブートローダーのコピー、Open Firmware による起動</title>
43 @z
44
45 @x
46     <para os="b">You must now ensure that <filename>/tools/etc/yaboot.conf</filename>
47     contains the correct details for the CLFS system.  Consult
48     <xref linkend="ch-bootable-yaboot" role="."/> for details, but note that
49     at this point you do not need the <literal>install, magicboot, enablecdboot
50     </literal>or <literal>macosx</literal> parameters because these are not
51     available when you boot from Open Firmware.</para>
52 @y
53     <para os="b">
54     <filename>/tools/etc/yaboot.conf</filename> ファイルには CLFS システムに対する設定が正しく含まれていなければなりません。
55     詳しくは <xref linkend="ch-bootable-yaboot" role=""/> を確認してください。
56     ただしこの時点においては <literal>install, magicboot, enablecdboot</literal> パラメーターや <literal>macosx</literal> パラメーターは必要ありません。
57     Open Firmware からブートする場合はそれらのパラメーターは用いられないからです。
58     </para>
59 @z
60
61 @x
62     <para os="c">By this stage, you should have the temporary system on an ext2
63     filesystem on your Mac.  Now, from within OSX, copy
64     <filename>/tools/lib/yaboot/yaboot</filename>) and
65     <filename>/tools/etc/yaboot.conf</filename>) to the OSX <filename>/</filename>
66     directory.</para>
67 @y
68     <para os="c">
69     この段階においては Mac コンピューターの ext2 ファイルシステム上に一時システムが存在しているはずです。
70     ここで OSX 内から <filename>/tools/lib/yaboot/yaboot</filename> と <filename>/tools/etc/yaboot.conf</filename> を OSX のルートパーティション <filename>/</filename> にコピーします。
71     </para>
72 @z
73
74 @x
75    <para os="d">Each time you want to boot into the temporary system, hold down
76    the option-command-o-f keys to get to Open Firmware, then use the following
77    command, replacing <literal>X</literal> with the number of the partition
78    containing the <emphasis>OSX</emphasis> root filesystem (typically, this
79    will be '3').</para>
80 @y
81    <para os="d">
82    一時システムを再度起動させたい場合は option + command + o + f を同時押しすることで Open Firmware を起動します。
83    そして以下のコマンドを実行してください。
84    なお <literal>X</literal> の部分は <emphasis>OSX</emphasis> ルートファイルシステムがあるパーティション番号に置き換えてください。
85    (通常 '3' であるはずです。)
86    </para>
87 @z
88
89 @x
90     <title>Using a CD to set up the bootstrap partition.</title>
91 @y
92     <title>CD を用いたブートストラップパーティションの設定</title>
93 @z
94
95 @x
96     <para os="f">This is particularly appropriate if you cannot write to an
97     ext2 filesystem from OSX. Boot from the CD, and (as necessary) create
98     partitions and filesystems, mount the CLFS partition at
99     <filename>/tools</filename>  and untar the temporary system there.</para>
100 @y
101     <para os="f">
102     OSX から ext2 ファイルシステムを書き込むことができない場合には、この方法を取ります。
103     CD から起動して (必要ならば) パーティションやファイルシステムを生成します。
104     そして <filename>/tools</filename> に CLFS パーティションをマウントして、ここに一時システムを伸張 (解凍) します。
105     </para>
106 @z
107
108 @x
109     <para os="g">Now set up <filename>/tools/etc/yaboot.conf</filename> - see
110     <xref linkend="ch-bootable-yaboot" role="."/> for details of what should be
111     in it, but note that the <emphasis>install</emphasis> and <emphasis>magicboot
112     </emphasis>specifications should point to<filename>/tools/lib/yaboot/</filename>
113     and <emphasis>not</emphasis> <filename>/usr/lib/yaboot</filename>.</para>
114 @y
115     <para os="g">
116     まず <filename>/tools/etc/yaboot.conf</filename> を設定します。
117     何を設定すべきかについての詳細は <xref
118     linkend="ch-bootable-yaboot" role=""/> を参照してください。
119     気をつけるべき点として、<emphasis>install</emphasis> と <emphasis>magicboot</emphasis> はそれぞれ
120     <filename>/tools/lib/yaboot/</filename> を設定すべきであって <filename>/usr/lib/yaboot</filename> では<emphasis>ありません</emphasis>。
121     </para>
122 @z
123
124 @x
125     <para os="h">To write the bootloader to the disk, with <filename>/tools/sbin
126    </filename>first on your path and <filename>/proc</filename> mounted, run the
127    following command:</para>
128 @y
129     <para os="h">
130     ディスクにブートローダーを書き込むには、まずパス設定に <filename>/tools/sbin</filename> を加えた上で <filename>/proc</filename> をマウントし、以下のコマンドを実行します。
131     </para>
132 @z