- Merge the following from the English version:

r42409 -> r42688	head/ja_JP.eucJP/books/handbook/cutting-edge/chapter.xml
This commit is contained in:
Ryusuke SUZUKI 2013-09-25 15:12:55 +00:00
parent 2c56020f00
commit 0e76354929
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=42706

View file

@ -3,7 +3,7 @@
The FreeBSD Documentation Project
The FreeBSD Japanese Documentation Project
Original revision: r42409
Original revision: r42688
$FreeBSD$
-->
@ -1970,12 +1970,22 @@ Fetching 133 new ports or files... done.</screen>
<para><maketarget>installkernel</maketarget>
が無事に終了したら、ローダのプロンプトから
<command>boot -s</command>
を使ってシングルユーザモードで立ち上げてください。
それから、以下を実行してください。</para>
を使ってシングルユーザモードで立ち上げてください。</para>
<para>UFS を使っているのなら、以下を実行してください。</para>
<screen>&prompt.root; <userinput>mount -u /</userinput>
&prompt.root; <userinput>mount -a -t ufs</userinput>
&prompt.root; <userinput>adjkerntz -i</userinput>
&prompt.root; <userinput>mount -a -t ufs</userinput></screen>
<para>ZFS を使っている場合には、以下を実行してください
(zpool の名前を zroot としています)。</para>
<screen>&prompt.root; <userinput>zfs set readonly=off zroot</userinput>
&prompt.root; <userinput>zfs mount -a</userinput></screen>
<para>その後、以下を実行してください。:</para>
<screen>&prompt.root; <userinput>adjkerntz -i</userinput>
&prompt.root; <userinput>mergemaster -p</userinput>
&prompt.root; <userinput>cd /usr/src</userinput>
&prompt.root; <userinput>make installworld</userinput>