apt-cdrom.ja.8.sgml 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231
  1. <!-- -*- mode: sgml; mode: fold -*- -->
  2. <!-- translation of version 1.3 -->
  3. <!doctype refentry PUBLIC "-//OASIS//DTD DocBook V3.1//EN" [
  4. <!ENTITY % aptent SYSTEM "apt.ent.ja">
  5. %aptent;
  6. ]>
  7. <refentry lang=ja>
  8. &apt-docinfo;
  9. <refmeta>
  10. <refentrytitle>apt-cdrom</>
  11. <manvolnum>8</>
  12. </refmeta>
  13. <!-- Man page title -->
  14. <refnamediv>
  15. <refname>apt-cdrom</>
  16. <!--
  17. <refpurpose>APT CDROM managment utility</>
  18. -->
  19. <refpurpose>APT CDROM 管理ユーティリティ</>
  20. </refnamediv>
  21. <!-- Arguments -->
  22. <refsynopsisdiv>
  23. <cmdsynopsis>
  24. <command>apt-cdrom</>
  25. <arg><option>-hvrmfan</></arg>
  26. <arg><option>-d=<replaceable/cdrom mount point/</></arg>
  27. <arg><option>-o=<replaceable/config string/</></arg>
  28. <arg><option>-c=<replaceable/file/</></arg>
  29. <group choice=req>
  30. <arg>add</>
  31. <arg>ident</>
  32. </group>
  33. </cmdsynopsis>
  34. </refsynopsisdiv>
  35. <!--
  36. <RefSect1><Title>Description</>
  37. -->
  38. <RefSect1><Title>説明</>
  39. <para>
  40. <!--
  41. <command/apt-cdrom/ is used to add a new CDROM to APTs list of available
  42. sources. <command/apt-cdrom/ takes care of determining the structure of
  43. the disc as well as correcting for several possible mis-burns and
  44. verifying the index files.
  45. -->
  46. <command/apt-cdrom/ は利用可能な取得元として、APT のリストに新しい CDROM を
  47. 追加するのに便利です。<command/apt-cdrom/ は焼き損じを可能な限り補正し、
  48. ディスク構造の確認を助けます。また、インデックスファイルの確認を行います。
  49. <para>
  50. <!--
  51. It is necessary to use <command/apt-cdrom/ to add CDs to the APT system,
  52. it cannot be done by hand. Furthermore each disk in a multi-cd set must be
  53. inserted and scanned separately to account for possible mis-burns.
  54. -->
  55. APT システムで CD を追加するのは手作業では難しいため、<command/apt-cdrom/
  56. が必要です。その上、CD セットのディスクを 1 枚づつ、焼き損じを補正できるか
  57. 評価しなければなりません。
  58. <para>
  59. <!--
  60. Unless the <option/-h/, or <option/- -help/ option is given one of the
  61. commands below must be present.
  62. -->
  63. <option/-h/ や <option/--help/ を除き、以下に挙げるコマンドが必要です。
  64. <VariableList>
  65. <VarListEntry><Term>add</Term>
  66. <ListItem><Para>
  67. <!--
  68. <literal/add/ is used to add a new disc to the source list. It will unmount the
  69. CDROM device, prompt for a disk to be inserted and then procceed to
  70. scan it and copy the index files. If the disc does not have a proper
  71. <filename>.disk/</> directory you will be prompted for a descriptive
  72. title.
  73. -->
  74. <literal/add/ は、新しいディスクを取得元リストに追加します。
  75. CDROM デバイスのアンマウント、ディスク挿入のプロンプトの表示の後に、
  76. ディスクのスキャンとインデックスファイルのコピーを行います。
  77. ディスクに正しい <filename>.disk/</> ディレクトリが存在しない場合、
  78. タイトルを入力するよう促します。
  79. <para>
  80. <!--
  81. APT uses a CDROM ID to track which disc is currently in the drive and
  82. maintains a database of these IDs in
  83. <filename>&statedir;/cdroms.list</>
  84. -->
  85. APT は、現在ドライブにあるディスクのトラックから取得した、CDROM ID を
  86. 使用します。またその ID を、<filename>&statedir;/cdroms.list</> 内の
  87. データベースで管理します。
  88. </VarListEntry>
  89. <VarListEntry><Term>ident</Term>
  90. <ListItem><Para>
  91. <!--
  92. A debugging tool to report the identity of the current disc as well
  93. as the stored file name
  94. -->
  95. 格納されているファイル名と、現在のディスクが同一かどうかをレポートする、
  96. デバッグツールです。
  97. </VarListEntry>
  98. </VariableList>
  99. </RefSect1>
  100. <!--
  101. <RefSect1><Title>Options</>
  102. -->
  103. <RefSect1><Title>オプション</>
  104. &apt-cmdblurb;
  105. <VariableList>
  106. <VarListEntry><term><option/-d/</><term><option/--cdrom/</>
  107. <ListItem><Para>
  108. <!--
  109. Mount point; specify the location to mount the cdrom. This mount
  110. point must be listed in <filename>/etc/fstab</> and propely configured.
  111. Configuration Item: <literal/Acquire::cdrom::mount/.
  112. -->
  113. マウントポイント - cdrom をマウントする場所を指定します。
  114. このマウントポイントは、<filename>/etc/fstab</> に正しく設定されている
  115. 必要があります。
  116. 設定項目 - <literal/Acquire::cdrom::mount/
  117. </VarListEntry>
  118. <VarListEntry><term><option/-r/</><term><option/--rename/</>
  119. <ListItem><Para>
  120. <!--
  121. Rename a disc; change the label of a disk or override the disks
  122. given label. This option will cause <command/apt-cdrom/ to prompt for
  123. a new label.
  124. Configuration Item: <literal/APT::CDROM::Rename/.
  125. -->
  126. ディスクの名前変更 - 指定した名前でディスクのラベルを変更・更新します。
  127. このオプションにより、<command/apt-cdrom/ が新しいラベルを入力するよう
  128. 促します。
  129. 設定項目 - <literal/APT::CDROM::Rename/
  130. </VarListEntry>
  131. <VarListEntry><term><option/-m/</><term><option/--no-mount/</>
  132. <ListItem><Para>
  133. <!--
  134. No mounting; prevent <command/apt-cdrom/ from mounting and unmounting
  135. the mount point.
  136. Configuration Item: <literal/APT::CDROM::NoMount/.
  137. -->
  138. マウントなし - <command/apt-cdrom/ が、マウントポイントに
  139. マウント・アンマウントするのを防ぎます。
  140. 設定項目 - <literal/APT::CDROM::NoMount/
  141. </VarListEntry>
  142. <VarListEntry><term><option/-f/</><term><option/--fast/</>
  143. <ListItem><Para>
  144. <!--
  145. Fast Copy; Assume the package files are valid and do not check
  146. every package. This option should be used only if
  147. <command/apt-cdrom/ has been run on this disc before and did not detect
  148. any errors.
  149. Configuration Item: <literal/APT::CDROM::Fast/.
  150. -->
  151. 高速コピー - パッケージファイルが妥当であると仮定し、
  152. チェックを全く行いません。。
  153. このオプションは、このディスクで以前 <command/apt-cdrom/ を行っており、
  154. エラーを検出しなかった場合のみ使用すべきです。
  155. 設定項目 - <literal/APT::CDROM::Fast/
  156. </VarListEntry>
  157. <VarListEntry><term><option/-a/</><term><option/--thorough/</>
  158. <ListItem><Para>
  159. <!--
  160. Thorough Package Scan; This option may be needed with some old
  161. Debian 1.1/1.2 discs that have Package files in strange places. It
  162. takes much longer to scan the CD but will pick them all up.
  163. -->
  164. 完全パッケージスキャン - 古い Debian 1.1/1.2 のディスクは、
  165. パッケージファイルが違う場所にあるため、このオプションを使う必要が
  166. あるかもしれません。
  167. CD をスキャンするのに非常に時間がかかりますが、全パッケージファイルを
  168. 抽出することができます。
  169. </VarListEntry>
  170. <VarListEntry><term><option/-n/</>
  171. <term><option/--just-print/</>
  172. <term><option/--recon/</>
  173. <term><option/--no-act/</>
  174. <ListItem><Para>
  175. <!--
  176. No Changes; Do not change the &sources-list; file and do not
  177. write index files. Everything is still checked however.
  178. Configuration Item: <literal/APT::CDROM::NoAct/.
  179. -->
  180. 変更なし - &sources-list; ファイルの変更や、インデックスファイルの
  181. 書き込みを行いません。とはいえ、すべてのチェックは行われます。
  182. 設定項目 - <literal/APT::CDROM::NoAct/
  183. </VarListEntry>
  184. &apt-commonoptions;
  185. </VariableList>
  186. </RefSect1>
  187. <!--
  188. <RefSect1><Title>See Also</>
  189. -->
  190. <RefSect1><Title>関連項目</>
  191. <para>
  192. &apt-conf;, &apt-get;, &sources-list;
  193. </RefSect1>
  194. <!--
  195. <RefSect1><Title>Diagnostics</>
  196. -->
  197. <RefSect1><Title>診断メッセージ</>
  198. <para>
  199. <!--
  200. <command/apt-cdrom/ returns zero on normal operation, decimal 100 on error.
  201. -->
  202. <command/apt-get/ は正常終了時に 0 を返します。
  203. エラー時には十進の 100 を返します。
  204. </RefSect1>
  205. &manbugs;
  206. &manauthor;
  207. &translator;
  208. </refentry>