Date: Sat, 29 Aug 2020 08:33:02 +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: r54444 - in head/ja_JP.eucJP/books/handbook: . bsdinstall Message-ID: <202008290833.07T8X2Ro061475@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ryusuke Date: Sat Aug 29 08:33:02 2020 New Revision: 54444 URL: https://svnweb.freebsd.org/changeset/doc/54444 Log: - Merge the following from the English version: r53958 -> r53979 head/ja_JP.eucJP/books/handbook/Makefile r53961 -> r53979 head/ja_JP.eucJP/books/handbook/bsdinstall/chapter.xml Modified: head/ja_JP.eucJP/books/handbook/Makefile head/ja_JP.eucJP/books/handbook/bsdinstall/chapter.xml Modified: head/ja_JP.eucJP/books/handbook/Makefile ============================================================================== --- head/ja_JP.eucJP/books/handbook/Makefile Sat Aug 29 05:30:46 2020 (r54443) +++ head/ja_JP.eucJP/books/handbook/Makefile Sat Aug 29 08:33:02 2020 (r54444) @@ -3,7 +3,7 @@ # # Build the FreeBSD Handbook (Japanese). # -# Original revision: r53958 +# Original revision: r53979 # # ------------------------------------------------------------------------ @@ -75,6 +75,7 @@ IMAGES_EN+= bsdinstall/bsdinstall-mainexit.png IMAGES_EN+= bsdinstall/bsdinstall-netinstall-files.png IMAGES_EN+= bsdinstall/bsdinstall-netinstall-mirrorselect.png IMAGES_EN+= bsdinstall/bsdinstall-part-entire-part.png +IMAGES_EN+= bsdinstall/bsdinstall-ufs-warning.png IMAGES_EN+= bsdinstall/bsdinstall-part-guided-disk.png IMAGES_EN+= bsdinstall/bsdinstall-part-guided-manual.png IMAGES_EN+= bsdinstall/bsdinstall-part-manual-addpart.png Modified: head/ja_JP.eucJP/books/handbook/bsdinstall/chapter.xml ============================================================================== --- head/ja_JP.eucJP/books/handbook/bsdinstall/chapter.xml Sat Aug 29 05:30:46 2020 (r54443) +++ head/ja_JP.eucJP/books/handbook/bsdinstall/chapter.xml Sat Aug 29 08:33:02 2020 (r54444) @@ -3,7 +3,7 @@ The FreeBSD Documentation Project The FreeBSD Japanese Documentation Project - Original revision: r53961 + Original revision: r53979 $FreeBSD$ --> <chapter xmlns="http://docbook.org/ns/docbook" @@ -1346,10 +1346,10 @@ Ethernet address 0:3:ba:b:92:d4, Host ID: 830b92d4.</s <filename>/var</filename> を周辺部に移動させることによって大きな効果が得られたのとは対照的に、 意味のあるパフォーマンスの増加は見込めないでしょう。</para> - </sect2> - + </sect2> + <sect2 xml:id="bsdinstall-part-guided"> - <title>Guided によるパーティションの分割</title> + <title>UFS を用いた Guided によるパーティションの分割</title> <para>この方法を選択すると、 メニューには利用可能なディスクが表示されます。 @@ -1384,6 +1384,43 @@ Ethernet address 0:3:ba:b:92:d4, Host ID: 830b92d4.</s </mediaobject> </figure> + <para><guibutton>[ Entire Disk ]</guibutton> + を選択すると、 + <application>bsdinstall</application> は、 + ディスクの内容が消去されることを確認するダイアログを表示します。</para> + + <figure xml:id="bsdinstall-ufs-warning"> + <title>確認</title> + + <mediaobject> + <imageobject> + <imagedata + fileref="bsdinstall/bsdinstall-ufs-warning"/> + </imageobject> + </mediaobject> + </figure> + + <para>次のメニューでは、 + パーティションスキームタイプの一覧が表示されます。 + amd64 コンピュータでは、通常 GPT + が最も適切な選択となります。 + <acronym>GPT</acronym> に対応していないような古いコンピュータでは、 + <acronym>MBR</acronym> を使う必要があります。 + 他のパーティションスキームは、使うことがまれであったり、 + 古いコンピュータで用いられるものです。 + <xref linkend="partition-schemes"/> に詳細があります。</para> + + <figure xml:id="bsdinstall-ufs-scheme"> + <title>パーティションスキームの選択</title> + + <mediaobject> + <imageobject> + <imagedata + fileref="bsdinstall/bsdinstall-part-manual-partscheme"/> + </imageobject> + </mediaobject> + </figure> + <para>パーティションのレイアウトを作成したら、 インストールの条件を満たしているかどうかを深く確認してください。 <guibutton>[ Revert ]</guibutton> を選択すると、 @@ -1403,6 +1440,33 @@ Ethernet address 0:3:ba:b:92:d4, Host ID: 830b92d4.</s </imageobject> </mediaobject> </figure> + + <para>ディスクを一度設定すると、次のメニューは、 + 選択したハードドライブをフォーマットする前に、 + 設定を変更する最後のチャンスです。 + もし変更が必要であれば、 + <guibutton>[ Back ]</guibutton> + を選択してメインのパーティションエディタまで戻ってください。 + <guibutton>[ Revert & Exit ]</guibutton> + を選択すると、 + ハードドライブへの変更なしにインストールを終了します。 + インストールプロセスを開始するのには、 + <guibutton>[ Commit ]</guibutton> + を選択してしてください。</para> + + <figure xml:id="bsdinstall-ufs-final-confirmation"> + <title>最後の確認</title> + + <mediaobject> + <imageobject> + <imagedata + fileref="bsdinstall/bsdinstall-final-confirmation"/> + </imageobject> + </mediaobject> + </figure> + + <para><xref linkend="bsdinstall-fetching-distribution"/> + に進んで、インストールプロセスを続けてください。</para> </sect2> <sect2 xml:id="bsdinstall-part-manual"> @@ -1443,7 +1507,7 @@ Ethernet address 0:3:ba:b:92:d4, Host ID: 830b92d4.</s 他のパーティションスキームは、使うことがまれであったり、 古いコンピュータで用いられるものです。</para> - <table frame="none" rowsep="1" pgwide="1"> + <table xml:id="partition-schemes" frame="none" rowsep="1" pgwide="1"> <title>パーティションスキーム</title> <tgroup cols="2" align="left"> @@ -1521,19 +1585,21 @@ Ethernet address 0:3:ba:b:92:d4, Host ID: 830b92d4.</s </listitem> <listitem> + <para><literal>freebsd-zfs</literal> - + &os; <acronym>ZFS</acronym> ファイルシステム。 + 詳細については、 + (<link xlink:href="&url.books.handbook.en;/filesystems-zfs.html"> + The Z File System (ZFS)</link><!-- <xref + linkend="zfs"/>-->) をご覧ください。</para> + </listitem> + + <listitem> <para><literal>freebsd-swap</literal> - &os; スワップ空間。</para> </listitem> </itemizedlist> - <para>他のパーティション形式に <literal>freebsd-zfs</literal> - があります。 - これは &os; <acronym>ZFS</acronym> - ファイルシステム (<link xlink:href="&url.books.handbook.en;/filesystems-zfs.html"> - The Z File System (ZFS)</link><!-- <xref - linkend="zfs"/>-->) - を含むパーティションを使用する場合に使われます。 - 利用可能な <acronym>GPT</acronym> + <para>利用可能な <acronym>GPT</acronym> パーティションタイプについては、&man.gpart.8; をご覧ください。</para> @@ -1672,13 +1738,15 @@ Ethernet address 0:3:ba:b:92:d4, Host ID: 830b92d4.</s </informaltable> </example> - <para>カスタムパーティション を作成したら - <guibutton>[ Finish ]</guibutton> を選択して、 - インストールを先に進んでください。</para> + <para>カスタムパーティションを作成したら、 + <guibutton>[ Finish ]</guibutton> を選択して + <xref linkend="bsdinstall-fetching-distribution"/> + に進み、インストールを先に進めてください。</para> + </sect2> <sect2 xml:id="bsdinstall-part-zfs"> - <title>root-on-ZFS パーティションの自動作成</title> + <title>Root-on-ZFS を用いた Guided によるパーティションの作成</title> <para>root-on-ZFS のインストール時の自動作成は、 &os; 10.0-RELEASE から対応しました。 @@ -1853,33 +1921,9 @@ Ethernet address 0:3:ba:b:92:d4, Host ID: 830b92d4.</s </sect2> </sect1> - <sect1 xml:id="bsdinstall-final-warning"> - <title>インストール操作の確定</title> + <sect1 xml:id="bsdinstall-fetching-distribution"> + <title>配布ファイルのダウンロード</title> - <para>ディスクを一度設定すると、次のメニューは、 - 選択したハードドライブをフォーマットする前に、 - 設定を変更する最後のチャンスです。 - もし変更が必要であれば、 - <guibutton>[ Back ]</guibutton> - を選択してメインのパーティションエディタまで戻ってください。 - <guibutton>[ Revert & Exit ]</guibutton> - を選択すると、 - ハードドライブへの変更なしにインストールを終了します。</para> - - <figure xml:id="bsdinstall-final-confirmation"> - <title>最後の確認</title> - <mediaobject> - <imageobject> - <imagedata - fileref="bsdinstall/bsdinstall-final-confirmation"/> - </imageobject> - </mediaobject> - </figure> - - <para>本当にインストールを開始するのであれば、 - <guibutton>[ Commit ]</guibutton> を選択して、 - <keycap>Enter</keycap> を押してください。</para> - <para>インストールにかかる時間は、どのディストリビューションを選んだか、 どのインストールメディアを使ったか、 そしてコンピュータの速度にも依存します。 @@ -1887,7 +1931,8 @@ Ethernet address 0:3:ba:b:92:d4, Host ID: 830b92d4.</s <para>まず最初に、インストーラは選択されているディスクをフォーマットし、 パーティションを初期化します。 - bootonly メディアを用いたインストールでは、 + <literal>bootonly media</literal> または + <literal>mini memstick</literal> メディアを用いたインストールでは、 選択されたコンポーネントがダウンロードされます。</para> <figure xml:id="bsdinstall-distfile-fetching">
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008290833.07T8X2Ro061475>