OSDN Git Service

Update to 3.8
[linuxjf/JF.git] / docs / LFS-BOOK / chapter09 / theend.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml">
4   <head>
5     <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" />
6     <title>
7       9.1. 作業終了
8     </title>
9     <link rel="stylesheet" href="../stylesheets/lfs.css" type="text/css" />
10     <meta name="generator" content="DocBook XSL Stylesheets V1.73.2" />
11     <link rel="stylesheet" href="../stylesheets/lfs-print.css" type=
12     "text/css" media="print" />
13   </head>
14   <body class="lfs" id="lfs-6.8">
15     <div class="navheader">
16       <h4>
17         Linux From Scratch - Version 6.8
18       </h4>
19       <h3>
20         第9章 作業終了
21       </h3>
22       <ul>
23         <li class="prev">
24           <a accesskey="p" href="chapter09.html" title="作業終了">前のページ</a>
25           <p>
26             作業終了
27           </p>
28         </li>
29         <li class="next">
30           <a accesskey="n" href="getcounted.html" title="ユーザー登録">次のページ</a>
31           <p>
32             ユーザー登録
33           </p>
34         </li>
35         <li class="up">
36           <a accesskey="u" href="chapter09.html" title="第9章 作業終了">上に戻る</a>
37         </li>
38         <li class="home">
39           <a accesskey="h" href="../index.html" title=
40           "Linux From Scratch - Version 6.8">ホーム</a>
41         </li>
42       </ul>
43     </div>
44     <div class="sect1" lang="ja" xml:lang="ja">
45       <h1 class="sect1">
46         <a id="ch-finish-theend" name="ch-finish-theend"></a>9.1. 作業終了
47       </h1>
48       <p>
49         できました! LFS システムのインストール終了です。 あなたの輝かしいカスタムメイドの Linux システムが完成したことでしょう。
50       </p>
51       <p>
52         <code class="filename">/etc/lfs-release</code> というファイルをここで作成することにします。
53         このファイルを作っておけば、どのバージョンの LFS をインストールしたのか、すぐに判別できます。
54         (もしあなたが質問を投げた時には、我々もすぐに判別できることになります。) 以下のコマンドによりこのファイルを生成します。
55       </p>
56       <pre class="userinput">
57 <kbd class="command">echo 6.8 &gt; /etc/lfs-release</kbd>
58 </pre>
59     </div>
60     <div class="navfooter">
61       <ul>
62         <li class="prev">
63           <a accesskey="p" href="chapter09.html" title="作業終了">前のページ</a>
64           <p>
65             作業終了
66           </p>
67         </li>
68         <li class="next">
69           <a accesskey="n" href="getcounted.html" title="ユーザー登録">次のページ</a>
70           <p>
71             ユーザー登録
72           </p>
73         </li>
74         <li class="up">
75           <a accesskey="u" href="chapter09.html" title="第9章 作業終了">上に戻る</a>
76         </li>
77         <li class="home">
78           <a accesskey="h" href="../index.html" title=
79           "Linux From Scratch - Version 6.8">ホーム</a>
80         </li>
81       </ul>
82     </div>
83   </body>
84 </html>