Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Dec 2015 12:17:36 +0000 (UTC)
From:      Ryusuke SUZUKI <ryusuke@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r47907 - head/ja_JP.eucJP/books/handbook/boot
Message-ID:  <201512251217.tBPCHaDe074180@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ryusuke
Date: Fri Dec 25 12:17:36 2015
New Revision: 47907
URL: https://svnweb.freebsd.org/changeset/doc/47907

Log:
  - Merge the following from the English version:
  
  	r44247 -> r44300	head/ja_JP.eucJP/books/handbook/boot/chapter.xml

Modified:
  head/ja_JP.eucJP/books/handbook/boot/chapter.xml

Modified: head/ja_JP.eucJP/books/handbook/boot/chapter.xml
==============================================================================
--- head/ja_JP.eucJP/books/handbook/boot/chapter.xml	Fri Dec 25 09:53:58 2015	(r47906)
+++ head/ja_JP.eucJP/books/handbook/boot/chapter.xml	Fri Dec 25 12:17:36 2015	(r47907)
@@ -3,7 +3,7 @@
      The FreeBSD Documentation Project
      The FreeBSD Japanese Documentation Project
 
-     Original revision: r44247
+     Original revision: r44300
      $FreeBSD$
 -->
 
@@ -165,14 +165,11 @@
       といったユーザーレベルでのリソース (資源) 設定を行ないます。</para>
   </sect1>
 
-  <sect1 xml:id="boot-blocks">
+  <sect1 xml:id="boot-boot0">
     <title>ブートマネージャと起動ステージ</title>
 
     <indexterm><primary>ブートマネージャ</primary></indexterm>
 
-    <sect2 xml:id="boot-boot0">
-      <title>ブートマネージャ</title>
-
       <indexterm><primary>マスターブートレコード
 	  (<acronym>MBR</acronym>)</primary></indexterm>
 
@@ -255,11 +252,9 @@ label=FreeBSD</programlisting>
 	次に <command>/sbin/lilo&nbsp;-v</command>
 	を実行して、新しい変更を反映してください。
 	画面のメッセージを見て変更を確認してください。</para>
-    </sect2>
 
     <sect2 xml:id="boot-boot1">
-      <title>起動ステージ 1 <filename>/boot/boot1</filename>
-	と起動ステージ 2 <filename>/boot/boot2</filename></title>
+      <title>起動ステージ 1 と起動ステージ 2</title>
 
       <para>概念上、第 1 ステージと第 2
 	ステージはハードディスクの同じ領域上の同一のプログラムの部分部分です。
@@ -326,7 +321,7 @@ boot:</screen>
     </sect2>
 
     <sect2 xml:id="boot-loader">
-      <title>起動ステージ 3 <filename>/boot/loader</filename></title>
+      <title>起動ステージ 3</title>
 
       <indexterm><primary>ブートローダ (boot-loader)</primary></indexterm>
 
@@ -339,9 +334,6 @@ boot:</screen>
 	よりさまざまなコマンド群をサポートした強力なインタプリタによって提供される組み込みコマンド群を利用することで、
 	インタラクティブな設定手段となるように設計されています。</para>
 
-      <sect3 xml:id="boot-loader-flow">
-	<title>ローダプログラムの処理の流れ</title>
-
 	<para>ローダは初期化の際にコンソールとディスクの検出を行ない、
 	  どのディスクから起動しているかを調べます。
 	  そして必要な変数を設定してからインタプリタを起動し、
@@ -366,7 +358,6 @@ boot:</screen>
 	  すべてのモジュールをアンロードしたり、
 	  モジュールをロードしたりすることができます。
 	  その後、最終的な起動や再起動へ移行します。</para>
-      </sect3>
 
       <sect3 xml:id="boot-loader-commands">
 	<title>ローダの組み込みコマンド</title>
@@ -574,10 +565,87 @@ boot:</screen>
 	  </listitem>
 	</itemizedlist>
       </sect3>
+    </sect2>
+
+  <sect2 xml:id="boot-kernel">
+    <title>カーネル起動時の応答</title>
+
+    <indexterm>
+      <primary>カーネル (kernel)</primary>
+      <secondary>起動時の応答</secondary>
+    </indexterm>
+
+    <para>カーネルがデフォルトのローダもしくはローダを迂回して
+      boot2 によって読み込まれると、起動フラグが調べられ、
+      それに応じて動作が調整されます。</para>
+
+      <indexterm>
+	<primary>カーネル (kernel)</primary>
+	<secondary>起動フラグ</secondary>
+      </indexterm>
+
+      <para>良く使われる起動フラグは次のとおりです。</para>
+
+      <variablelist xml:id="boot-kernel-bootflags-list">
+	<varlistentry>
+	  <term><option>-a</option></term>
+
+	  <listitem>
+	    <para>カーネル初期化中に、
+	      ルートファイルシステムとしてマウントするデバイスを尋ねます。</para>
+	  </listitem>
+	</varlistentry>
+
+	<varlistentry>
+	  <term><option>-C</option></term>
+
+	  <listitem>
+	    <para>CDROM から起動します。</para>
+	  </listitem>
+	</varlistentry>
+
+	<varlistentry>
+	  <term><option>-c</option></term>
+
+	  <listitem>
+	    <para>起動時にカーネルコンフィグレーションを行なう
+	      UserConfig を実行します。</para>
+	  </listitem>
+	</varlistentry>
+
+	<varlistentry>
+	  <term><option>-s</option></term>
+
+	  <listitem>
+	    <para>シングルユーザモードで起動します。</para>
+	  </listitem>
+	</varlistentry>
 
-      <sect3 xml:id="boot-splash">
+	<varlistentry>
+	  <term><option>-v</option></term>
+
+	  <listitem>
+	    <para>カーネル起動時により詳細な情報を表示します。</para>
+	  </listitem>
+	</varlistentry>
+      </variablelist>
+
+      <note>
+	<para>上記以外の起動フラグの詳細については、
+	  &man.boot.8; を参照してください。
+	</para>
+      </note>
+    </sect2>
+
+<!--    <sect2 id="boot-kernel-userconfig">
+      <title>UserConfig: The Boot-time Kernel Configurator</title>
+
+      <para> </para>
+    </sect2> -->
+
+      <sect2 xml:id="boot-splash">
 	<info>
-	  <title>起動時のスプラッシュスクリーン</title>
+	  <title>起動時のスプラッシュスクリーンの設定</title>
 
 	  <authorgroup>
 	    <author>
@@ -605,9 +673,6 @@ boot:</screen>
 	  <xref linkend="x11"/> では、
 	  グラフィカルディスプレイマネージャやグラフィカルログインマネージャのインストールおよび設定方法について説明しています。</para>
 
-	<sect4 xml:id="boot-splash-function">
-	  <title>スプラッシュスクリーン機能</title>
-
 	  <para>スプラッシュスクリーン機能は、
 	    256 色のビットマップ (<filename>.bmp</filename>),
 	    ZSoft <acronym>PCX</acronym> (<filename>.pcx</filename>) または
@@ -657,10 +722,6 @@ boot:</screen>
 	    <package>sysutils/bsd-splash-changer</package> port
 	    をインストールすると、
 	    起動時にスプラッシュイメージのコレクションからランダムに一枚が選択されます。</para>
-	</sect4>
-
-	<sect4 xml:id="boot-splash-enable">
-	  <title>スプラッシュスクリーン機能を有効にする</title>
 
 	  <para>スプラッシュスクリーン <filename>.bmp</filename>,
 	    <filename>.pcx</filename> または <filename>.bin</filename>
@@ -743,89 +804,7 @@ bitmap_name="<replaceable>/boot/splash.b
 
 	  <para>より詳細な情報については、&man.splash.4;,
 	    &man.loader.conf.5; および &man.vga.4; をご覧ください。</para>
-	</sect4>
-      </sect3>
-    </sect2>
-  </sect1>
-
-  <sect1 xml:id="boot-kernel">
-    <title>カーネル起動時の応答</title>
-
-    <indexterm>
-      <primary>カーネル (kernel)</primary>
-      <secondary>起動時の応答</secondary>
-    </indexterm>
-
-    <para>カーネルがデフォルトのローダ
-      (<xref linkend="boot-loader"/>) もしくはローダを迂回して boot2
-      (<xref linkend="boot-boot1"/>) によって読み込まれると、
-      起動フラグが調べられ、それに応じて動作が調整されます。</para>
-
-    <sect2 xml:id="boot-kernel-bootflags">
-      <title>カーネル起動フラグ</title>
-      <indexterm>
-	<primary>カーネル (kernel)</primary>
-	<secondary>起動フラグ</secondary>
-      </indexterm>
-
-      <para>良く使われる起動フラグは次のとおりです。</para>
-
-      <variablelist xml:id="boot-kernel-bootflags-list">
-	<varlistentry>
-	  <term><option>-a</option></term>
-
-	  <listitem>
-	    <para>カーネル初期化中に、
-	      ルートファイルシステムとしてマウントするデバイスを尋ねます。</para>
-	  </listitem>
-	</varlistentry>
-
-	<varlistentry>
-	  <term><option>-C</option></term>
-
-	  <listitem>
-	    <para>CDROM から起動します。</para>
-	  </listitem>
-	</varlistentry>
-
-	<varlistentry>
-	  <term><option>-c</option></term>
-
-	  <listitem>
-	    <para>起動時にカーネルコンフィグレーションを行なう
-	      UserConfig を実行します。</para>
-	  </listitem>
-	</varlistentry>
-
-	<varlistentry>
-	  <term><option>-s</option></term>
-
-	  <listitem>
-	    <para>シングルユーザモードで起動します。</para>
-	  </listitem>
-	</varlistentry>
-
-	<varlistentry>
-	  <term><option>-v</option></term>
-
-	  <listitem>
-	    <para>カーネル起動時により詳細な情報を表示します。</para>
-	  </listitem>
-	</varlistentry>
-      </variablelist>
-
-      <note>
-	<para>上記以外の起動フラグの詳細については、
-	  &man.boot.8; を参照してください。
-	</para>
-      </note>
     </sect2>
-
-<!--    <sect2 id="boot-kernel-userconfig">
-      <title>UserConfig: The Boot-time Kernel Configurator</title>
-
-      <para> </para>
-    </sect2> -->
   </sect1>
 
   <sect1 xml:id="device-hints">
@@ -941,17 +920,12 @@ bitmap_name="<replaceable>/boot/splash.b
       もしくは <command>loader</command> の
       <envar>init_path</envar> 変数で指定される場所にあります。</para>
 
-    <sect2 xml:id="boot-autoreboot">
-      <title>自動再起動 (automatic reboot)の動作</title>
-
-      <para>自動再起動では、
+      <para>起動シーケンスでは、
 	システム上で利用できるファイルシステムの一慣性を確認します。
 	もしそれに問題があって &man.fsck.8;
 	が UFS ファイルシステムの不一致を修復できなければ、
-	管理者が問題を直接解決できるように、
-	&man.init.8; はシステムをシングルユーザモード
-	(<xref linkend="boot-singleuser"/>) へと移行させます。</para>
-    </sect2>
+	管理者が問題を直接解決できるように、&man.init.8;
+	はシステムをシングルユーザモードへと移行させます。</para>
 
     <sect2 xml:id="boot-singleuser">
       <title>シングルユーザモード</title>
@@ -959,8 +933,7 @@ bitmap_name="<replaceable>/boot/splash.b
       <indexterm><primary>シングルユーザモード</primary></indexterm>
       <indexterm><primary>コンソール (console)</primary></indexterm>
 
-      <para>このモードには、自動再起動の処理中 (<xref
-	  linkend="boot-autoreboot"/>) か、
+      <para>このモードには、自動再起動の処理中か、
 	ユーザが起動時に <option>-s</option> を指定した場合、
 	あるいは &man.loader.8; で <envar>boot_single</envar>
 	変数を設定することによって移行します。</para>
@@ -1013,8 +986,6 @@ console none                            
 	システムはマルチユーザモードへ移行し、
 	リソースの設定を始めます。</para>
 
-      <sect3 xml:id="boot-rc">
-	<title>リソース設定</title>
 	<indexterm><primary>rc ファイル群</primary></indexterm>
 
 	<para>リソース設定システムはデフォルト設定を
@@ -1031,7 +1002,6 @@ console none                            
 	<para>リソース設定システムについてもっと知りたい場合には、
 	  &man.rc.8; を参照してください。また、
 	  スクリプトそのものを実行してみてください。</para>
-      </sect3>
     </sect2>
   </sect1>
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512251217.tBPCHaDe074180>