blob: ea924b2e118e53281a7c1d690607383635363995 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
|
<?xml version="1.0" encoding="EUC-JP"?>
<!-- retain these comments for translator revision tracking -->
<!-- original version: 32424 -->
<sect1 id="example-preseed" condition="sarge">
<!--
<title>Preconfiguration File Example</title>
-->
<title>Preconfiguration ファイルサンプル</title>
<para>
<!--
This is a complete working example of a preconfiguration file for an automated
install. Its use is explained in <xref linkend="automatic-install"/>. You
may want to uncomment some of the lines before using the file.
-->
以下は自動インストール用 preconfiguration ファイルの、
完全に動作するサンプルです。
使用方法は <xref linkend="automatic-install"/> で説明されています。
このファイルを使用する前に、行をアンコメントしてかまいません。
</para>
<note><para>
<!--
In order to be able to properly present this example in the manual, we've had
to split some lines. This is indicated by the use of the line-continuation-character
<quote>\</quote> and extra indentation in the next line. In a real preconfiguration
file, these split lines have to be joined into <emphasis>one single line</emphasis>.
If you do not, preconfiguration will fail with unpredictable results.
-->
この例をマニュアルに間違いなく表せるように、いくつかの行を分割しています。
これは行継続文字 <quote>\</quote> と次行のインデントで表します。
実際の preconfiguration ファイルでは、
この分割されている行を<emphasis>一行</emphasis>に結合しなければなりません。
そうしない場合、予期しない結果で preconfiguration が失敗します。
</para><para>
<!--
A <quote>clean</quote> example file is available from &urlset-example-preseed;.
-->
<quote>まっさらな</quote> サンプルファイルは、&urlset-example-preseed;
から手に入ります。
</para></note>
<para>
&example-preseed-sarge.xml;
</para>
</sect1>
|