summaryrefslogtreecommitdiff
path: root/fml/doc/ja/tutorial/install
diff options
context:
space:
mode:
authorfukachan <fukachan>2008-08-23 00:59:51 +0000
committerfukachan <fukachan>2008-08-23 00:59:51 +0000
commit1ac571ce521e7b305af2dba28fa8af2588859223 (patch)
treed1131e7efd7ec2e6a3878cb2f641b51c9dab2277 /fml/doc/ja/tutorial/install
parentacceda03fc09f15247f838cd91dff66c7af1dabc (diff)
downloadfml8-1ac571ce521e7b305af2dba28fa8af2588859223.tar.gz
fml8-1ac571ce521e7b305af2dba28fa8af2588859223.tar.bz2
fml8-1ac571ce521e7b305af2dba28fa8af2588859223.zip
remove faq entry.
merge faq/'s recipes to tutorial.
Diffstat (limited to 'fml/doc/ja/tutorial/install')
-rw-r--r--fml/doc/ja/tutorial/install/recipes.sgml28
1 files changed, 27 insertions, 1 deletions
diff --git a/fml/doc/ja/tutorial/install/recipes.sgml b/fml/doc/ja/tutorial/install/recipes.sgml
index 00b5550e..257a72ae 100644
--- a/fml/doc/ja/tutorial/install/recipes.sgml
+++ b/fml/doc/ja/tutorial/install/recipes.sgml
@@ -1,5 +1,5 @@
<!--
- $FML: recipes.sgml,v 1.1 2005/10/08 07:32:54 fukachan Exp $
+ $FML: recipes.sgml,v 1.2 2008/08/18 13:21:42 fukachan Exp $
-->
<qandaset>
@@ -212,5 +212,31 @@ MTA を Unix で動かせば良いでしょう。
</qandaentry>
+<qandaentry>
+<question>
+ <para>
+ loader や Bootstrap() がど〜っとかいうエラーが出る
+ </para>
+</question>
+
+<answer>
+<para>
+ブートストラップのやり方がまだ収束してないので、稀に
+fml の boot loader (/usr/local/fml/libexec/loader)
+を入れ替える必要がある時があります。
+</para>
+
+<para>
+そういう場合は、make install 時に
+<screen>
+You must upgrade loader. Replace it ? [y/n]
+</screen>
+と表示されます。ここで y と答えると、
+インストーラが loader を新しいものに入れ換えます。
+</para>
+
+</answer>
+</qandaentry>
+
</qandaset>