杉山です。 Debian GNU/Linux インストールガイドの原文の以下の更新 en/howto/installation-howto.xml : 39614 -> 39887 en/post-install/kernel-baking.xml : 39614 -> 39887 en/post-install/post-install.xml : 28715 -> 39894 en/post-install/shutdown.xml : 21690 -> 39899 に対する作業をしました。登録と査読をお願いします。 # en/post-install/shutdown.xml で "Alternativly" という typo が # あるのですが,鍋太郎さんに頼めば修正してもらえるのかな? Index: ja/howto/installation-howto.xml =================================================================== --- ja/howto/installation-howto.xml (リビジョン 39910) +++ ja/howto/installation-howto.xml (作業コピー) @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="EUC-JP"?> <!-- retain these comments for translator revision tracking --> -<!-- original version: 39614 --> +<!-- original version: 39887 --> <!-- <appendix id="installation-howto"> @@ -394,7 +394,7 @@ インストーラが立ち上がるとすぐに、歓迎の初期画面が表示されます。 起動するために &enterkey; を押すか、他の起動方法やパラメータのための説明を 読んでください (<xref linkend="boot-parms" />をご覧ください)。 -<phrase arch="x86"> +<phrase arch="i386"> <!-- If you want a 2.4 kernel, type <userinput>install24</userinput> at the <prompt>boot:</prompt> prompt. Index: ja/post-install/kernel-baking.xml =================================================================== --- ja/post-install/kernel-baking.xml (リビジョン 39910) +++ ja/post-install/kernel-baking.xml (作業コピー) @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="EUC-JP"?> <!-- retain these comments for translator revision tracking --> -<!-- original version: 39614 --> +<!-- original version: 39887 --> <!-- <sect1 id="kernel-baking"><title>Compiling a New Kernel</title> @@ -278,7 +278,7 @@ </phrase> The <replaceable>subarchitecture</replaceable> part is an optional sub-architecture, -<phrase arch="x86"> such as <quote>i586</quote>, </phrase> +<phrase arch="i386"> such as <quote>686</quote>, </phrase> depending on what kernel options you set. <userinput>dpkg -i</userinput> will install the kernel, along with some other nice supporting files. For instance, @@ -303,7 +303,7 @@ </phrase> を実行してください。<replaceable>subarchitecture</replaceable> は、 カーネルのオプションで設定された -<phrase arch="x86"> <quote>i586</quote> のような</phrase> +<phrase arch="i386"> <quote>686</quote> のような</phrase> 任意のサブアーキテクチャを表しています。 また <userinput>dpkg -i</userinput> とすると、カーネルと一緒に 役に立つ補助的なファイルもいくつかインストールされます。例えば Index: ja/post-install/post-install.xml =================================================================== --- ja/post-install/post-install.xml (リビジョン 39910) +++ ja/post-install/post-install.xml (作業コピー) @@ -1,10 +1,11 @@ <?xml version="1.0" encoding="EUC-JP"?> <!-- retain these comments for translator revision tracking --> -<!-- original version: 28715 --> +<!-- original version: 39894 --> <chapter id="post-install"> <title>次のステップとそれから</title> +&shutdown.xml; &new-to-unix.xml; &orientation.xml; &reactivating-win.xml; Index: ja/post-install/shutdown.xml =================================================================== --- ja/post-install/shutdown.xml (リビジョン 39910) +++ ja/post-install/shutdown.xml (作業コピー) @@ -1,9 +1,12 @@ <?xml version="1.0" encoding="EUC-JP"?> <!-- retain these comments for translator revision tracking --> -<!-- original version: 21690 --> +<!-- original version: 39899 --> <sect1 id="shutdown"> +<!-- + <title>Shutting down the system</title> +--> <title>システムをシャットダウンする</title> <para> @@ -11,31 +14,43 @@ <!-- To shut down a running Linux system, you must not reboot with the reset switch on the front or back of your computer, or just turn off -the computer. Linux must be shut down in a controlled manner, -otherwise files may be lost and disk damage incurred. You can press -the key combination <keycombo> <keycap>Ctrl</keycap> -<keycap>Alt</keycap> <keycap>Del</keycap> </keycombo> -<phrase arch="powerpc;m68k"> or <keycombo> <keycap>Control</keycap> -<keycap>Shift</keycap> <keycap>Power</keycap> </keycombo> on Macintosh -systems</phrase>. You may also log in as -root and type <userinput>shutdown -h now</userinput>, -<userinput>reboot</userinput>, or <userinput>halt</userinput> if -either of the key combinations do not work or you prefer to type -commands. +the computer. Linux should be shut down in a controlled manner, +otherwise files might get lost and/or disk damage might occur. If you run a +desktop environment, there is usually an option to <quote>log out</quote> +available from the application menu that allows you to shutdown (or reboot) +the system. --> 稼働中の Linux システムをシャットダウンする際には、コンピュータの 前面や背面にあるリセットスイッチで再起動させたり、いきなり電源を 落したりしてはいけません。 -Linux は適切な手順でシャットダウンしなければならず、 +Linux は適切な手順でシャットダウンすべきで、 さもないとファイルを失ったりディスクにダメージがもたらされたりします。 -<keycombo> <keycap>Ctrl</keycap> <keycap>Alt</keycap> <keycap>Del</keycap> </keycombo> +デスクトップ環境を実行している場合は、通常システムのシャットダウン (または再起動) +を可能にする、アプリケーションメニューから利用できる <quote>ログアウト</quote> +用のオプションがあります。 + +</para><para> + +<!-- +Alternativly you can press the key combination <keycombo> +<keycap>Ctrl</keycap> <keycap>Alt</keycap> <keycap>Del</keycap> </keycombo> +<phrase arch="powerpc;m68k"> or <keycombo> <keycap>Control</keycap> +<keycap>Shift</keycap> <keycap>Power</keycap> </keycombo> on Macintosh +systems</phrase>. A last option is to log in as root and type one of the +commands <command>poweroff</command>, <command>halt</command> or +<command>shutdown -h now</command> if either of the key combinations do not +work or you prefer to type commands; use <command>reboot</command> to reboot +the system. +--> +もう一つの方法として、<keycombo> +<keycap>Ctrl</keycap> <keycap>Alt</keycap> <keycap>Del</keycap> </keycombo> <phrase arch="powerpc;m68k">、Macintosh システムでは <keycombo> <keycap>Control</keycap> <keycap>Shift</keycap> <keycap>Power</keycap> </keycombo> </phrase> のキーを同時に押す方法が使えます。 -このキーの組合せが効かない場合や、あるいはコマンドを打つ方が好みなら、 -root にログインして <userinput>shutdown -h now</userinput>、 -<userinput>reboot</userinput>、<userinput>halt</userinput> -などと打っても OK です。 +このキーの組合せが効かない場合や、システムを再起動するのに <command>reboot</command> +を使用したコマンドを打つ方が好みなら、最後の選択肢として、root にログインして +<command>poweroff</command>、<command>halt</command> あるいは +<command>shutdown -h now</command> などのコマンドのひとつを打ち込んでもよいです。 </para> </sect1>
Attachment:
d-i_update0818.tar.gz
Description: Binary data