OSDN Git Service

Merge branch 'systemd'
[clfsja/cross-lfs-ja.git] / src / partitioning / mips / creatingpartition.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>Creating a New Partition</title>
14 @y
15   <title>新しいパーティションの生成</title>
16 @z
17
18 @x
19   <para>On a Cobalt RaQ2/Cube2 we use the existing firmware for a boot
20   loader&mdash;it requires an <systemitem class="filesystem">ext2</systemitem>
21   revision 0 partition to boot from. Here is the recommended partition layout
22   for a Cobalt RaQ2/Cube2 system:</para>
23 @y
24   <para>
25   Cobalt RaQ2/Cube2 においては既にあるブートローダー用のファームウェアを用いることにします。
26   そのためには <systemitem class="filesystem">ext2</systemitem> リビジョン 0 のパーティションを起動用として必要となります。
27   以下は Cobalt RaQ2/Cube2 システムにおいての推奨パーティションレイアウトです。
28   </para>
29 @z
30
31 @x
32       <para>The first partition should be 50-100 MB.</para>
33 @y
34       <para>
35       第一パーティションは 50~100 MB の容量が必要です。
36       </para>
37 @z
38
39 @x
40       <para>The second partition should be all the remaining space minus the
41       amount of RAM in the system.</para>
42 @y
43       <para>
44       第二パーティションは、全体容量から RAM 容量を差し引いた残りの容量を割り当てます。
45       </para>
46 @z
47
48 @x
49       <para>The third partition is going to be your swap partition, which will
50       be the same size as the amount as the RAM installed in the system.</para>
51 @y
52       <para>
53       第三パーティションはスワップパーティションとします。
54       この容量は RAM 容量と同程度とします。
55       </para>
56 @z