Gentoo Archives: gentoo-commits

From: "Naoaki Shindo (shindo)" <shindo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/ja/handbook: hb-install-finalise.xml
Date: Tue, 25 Mar 2008 14:01:36
Message-Id: E1Je9hM-0002Ng-Eg@stork.gentoo.org
1 shindo 08/03/25 14:00:20
2
3 Modified: hb-install-finalise.xml
4 Log:
5 sync 1.49
6
7 Revision Changes Path
8 1.11 xml/htdocs/doc/ja/handbook/hb-install-finalise.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/ja/handbook/hb-install-finalise.xml?rev=1.11&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/ja/handbook/hb-install-finalise.xml?rev=1.11&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/ja/handbook/hb-install-finalise.xml?r1=1.10&r2=1.11
13
14 Index: hb-install-finalise.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/ja/handbook/hb-install-finalise.xml,v
17 retrieving revision 1.10
18 retrieving revision 1.11
19 diff -u -r1.10 -r1.11
20 --- hb-install-finalise.xml 18 Sep 2006 17:51:26 -0000 1.10
21 +++ hb-install-finalise.xml 25 Mar 2008 14:00:19 -0000 1.11
22 @@ -1,17 +1,22 @@
23 -<?xml version='1.0' encoding='UTF-8'?>
24 +<?xml version='1.0' encoding='UTF-8'?>
25 <!DOCTYPE sections SYSTEM "/dtd/book.dtd">
26
27 <!-- The content of this document is licensed under the CC-BY-SA license -->
28 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
29
30 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/ja/handbook/hb-install-finalise.xml,v 1.10 2006/09/18 17:51:26 idani Exp $ -->
31 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/ja/handbook/hb-install-finalise.xml,v 1.11 2008/03/25 14:00:19 shindo Exp $ -->
32
33 <sections>
34
35 -<version>7.0</version>
36 -<date>2006-08-30</date>
37 -<!-- Original revision: 1.45 -->
38 +<abstract>
39 +ほぼインストールは完了しました。一つ(または複数)のユーザーを作りましょう。
40 +</abstract>
41 +
42 +<version>8.0</version>
43 +<date>2007-05-07</date>
44 +<!-- Original revision: 1.49 -->
45 <!-- Translator: kobayashi -->
46 +<!-- Translator: shindo -->
47
48 <section>
49 <title>ユーザ管理</title>
50 @@ -98,4 +103,23 @@
51 </body>
52 </subsection>
53 </section>
54 +<section>
55 +<title>ディスクの片付け</title>
56 +<subsection>
57 +<title>tarball の削除</title>
58 +<body>
59 +<p>
60 +Gentooのインストールは終了し、再起動も行いました。
61 +何も問題がなければダウンロードしたステージ3 tarballと Portage スナップショットをハードディスクから削除してかまいません。<path>/</path> にダウンロードしたことを思い出してください。
62 +</p>
63 +<pre caption="ステージ3 tarball の削除">
64 +# <i>rm /stage3-*.tar.bz2*</i>
65 +</pre>
66 +<pre caption="Portage スナップショットの削除">
67 +# <i>rm /portage-latest.tar.bz2*</i>
68 +</pre>
69 +</body>
70 +</subsection>
71 +</section>
72 +
73 </sections>
74
75
76
77 --
78 gentoo-commits@l.g.o mailing list