kmod.po 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319
  1. # SOME DESCRIPTIVE TITLE
  2. # Copyright (C) YEAR Free Software Foundation, Inc.
  3. # This file is distributed under the same license as the PACKAGE package.
  4. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
  5. #
  6. #, fuzzy
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: PACKAGE VERSION\n"
  10. "POT-Creation-Date: 2020-06-17 12:44+0800\n"
  11. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  12. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  13. "Language-Team: LANGUAGE <LL@li.org>\n"
  14. "Language: \n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=UTF-8\n"
  17. "Content-Transfer-Encoding: 8bit\n"
  18. #. type: Content of: <sect1><sect1info><address>
  19. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/kmod.xml:14
  20. #, no-wrap
  21. msgid "&kmod-url;"
  22. msgstr ""
  23. #. type: Content of: <sect1><sect1info>
  24. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/kmod.xml:12
  25. msgid ""
  26. "<productname>kmod</productname> "
  27. "<productnumber>&kmod-version;</productnumber> <placeholder type=\"address\" "
  28. "id=\"0\"/>"
  29. msgstr ""
  30. #. type: Content of: <sect1><title>
  31. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/kmod.xml:17
  32. msgid "Kmod-&kmod-version;"
  33. msgstr ""
  34. #. type: Content of: <sect1><indexterm><primary>
  35. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/kmod.xml:20
  36. msgid "Kmod"
  37. msgstr ""
  38. #. type: Content of: <sect1><sect2><para>
  39. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/kmod.xml:26
  40. msgid "The Kmod package contains libraries and utilities for loading kernel modules"
  41. msgstr ""
  42. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  43. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/kmod.xml:30
  44. msgid "&buildtime;"
  45. msgstr ""
  46. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  47. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/kmod.xml:31
  48. msgid "&diskspace;"
  49. msgstr ""
  50. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  51. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/kmod.xml:34
  52. msgid "&kmod-fin-sbu;"
  53. msgstr ""
  54. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  55. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/kmod.xml:35
  56. msgid "&kmod-fin-du;"
  57. msgstr ""
  58. #. type: Content of: <sect1><sect2><title>
  59. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/kmod.xml:42
  60. msgid "Installation of Kmod"
  61. msgstr ""
  62. #. type: Content of: <sect1><sect2><para>
  63. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/kmod.xml:44
  64. msgid "Prepare Kmod for compilation:"
  65. msgstr ""
  66. #. type: Content of: <sect1><sect2><screen>
  67. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/kmod.xml:46
  68. #, no-wrap
  69. msgid ""
  70. "<userinput remap=\"configure\">./configure --prefix=/usr \\\n"
  71. " --bindir=/bin \\\n"
  72. " --sysconfdir=/etc \\\n"
  73. " --with-rootlibdir=/lib \\\n"
  74. " --with-xz \\\n"
  75. " --with-zlib</userinput>"
  76. msgstr ""
  77. #. type: Content of: <sect1><sect2><variablelist><title>
  78. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/kmod.xml:54
  79. msgid "The meaning of the configure options:"
  80. msgstr ""
  81. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  82. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/kmod.xml:57
  83. msgid "<parameter>--with-xz, --with-zlib</parameter>"
  84. msgstr ""
  85. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  86. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/kmod.xml:59
  87. msgid "These options enable Kmod to handle compressed kernel modules."
  88. msgstr ""
  89. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  90. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/kmod.xml:64
  91. msgid "<parameter>--with-rootlibdir=/lib</parameter>"
  92. msgstr ""
  93. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  94. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/kmod.xml:66
  95. msgid ""
  96. "This option ensures different library related files are placed in the "
  97. "correct directories."
  98. msgstr ""
  99. #. type: Content of: <sect1><sect2><para>
  100. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/kmod.xml:73
  101. msgid "Compile the package:"
  102. msgstr ""
  103. #. type: Content of: <sect1><sect2><screen>
  104. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/kmod.xml:75
  105. #, no-wrap
  106. msgid "<userinput remap=\"make\">make</userinput>"
  107. msgstr ""
  108. #. type: Content of: <sect1><sect2><para>
  109. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/kmod.xml:77
  110. msgid ""
  111. "This package does not come with a test suite that can be run in the LFS "
  112. "chroot environment. At a minimum the git program is required and several "
  113. "tests will not run outside of a git repository."
  114. msgstr ""
  115. #. type: Content of: <sect1><sect2><para>
  116. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/kmod.xml:81
  117. msgid ""
  118. "Install the package and create symlinks for compatibility with "
  119. "Module-Init-Tools (the package that previously handled Linux kernel "
  120. "modules):"
  121. msgstr ""
  122. #. type: Content of: <sect1><sect2><screen>
  123. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/kmod.xml:85
  124. #, no-wrap
  125. msgid ""
  126. "<userinput remap=\"install\">make install\n"
  127. "\n"
  128. "for target in depmod insmod lsmod modinfo modprobe rmmod; do\n"
  129. " ln -sfv ../bin/kmod /sbin/$target\n"
  130. "done\n"
  131. "\n"
  132. "ln -sfv kmod /bin/lsmod</userinput>"
  133. msgstr ""
  134. #. type: Content of: <sect1><sect2><title>
  135. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/kmod.xml:96
  136. msgid "Contents of Kmod"
  137. msgstr ""
  138. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  139. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/kmod.xml:99
  140. msgid "Installed programs"
  141. msgstr ""
  142. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  143. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/kmod.xml:100
  144. msgid "Installed library"
  145. msgstr ""
  146. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  147. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/kmod.xml:103
  148. msgid ""
  149. "depmod (link to kmod), insmod (link to kmod), kmod, lsmod (link to kmod), "
  150. "modinfo (link to kmod), modprobe (link to kmod), and rmmod (link to kmod)"
  151. msgstr ""
  152. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  153. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/kmod.xml:106
  154. msgid "libkmod.so"
  155. msgstr ""
  156. #. type: Content of: <sect1><sect2><variablelist><bridgehead>
  157. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/kmod.xml:111
  158. msgid "Short Descriptions"
  159. msgstr ""
  160. #. type: Content of: <sect1><sect2><variablelist>
  161. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/kmod.xml:112
  162. msgid "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  163. msgstr ""
  164. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  165. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/kmod.xml:116
  166. msgid "<command>depmod</command>"
  167. msgstr ""
  168. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  169. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/kmod.xml:118
  170. msgid ""
  171. "Creates a dependency file based on the symbols it finds in the existing set "
  172. "of modules; this dependency file is used by <command>modprobe</command> to "
  173. "automatically load the required modules"
  174. msgstr ""
  175. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  176. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/kmod.xml:123
  177. msgid "depmod"
  178. msgstr ""
  179. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  180. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/kmod.xml:129
  181. msgid "<command>insmod</command>"
  182. msgstr ""
  183. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  184. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/kmod.xml:131
  185. msgid "Installs a loadable module in the running kernel"
  186. msgstr ""
  187. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  188. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/kmod.xml:133
  189. msgid "insmod"
  190. msgstr ""
  191. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  192. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/kmod.xml:139
  193. msgid "<command>kmod</command>"
  194. msgstr ""
  195. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  196. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/kmod.xml:141
  197. msgid "Loads and unloads kernel modules"
  198. msgstr ""
  199. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  200. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/kmod.xml:143
  201. msgid "kmod"
  202. msgstr ""
  203. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  204. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/kmod.xml:149
  205. msgid "<command>lsmod</command>"
  206. msgstr ""
  207. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  208. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/kmod.xml:151
  209. msgid "Lists currently loaded modules"
  210. msgstr ""
  211. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  212. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/kmod.xml:153
  213. msgid "lsmod"
  214. msgstr ""
  215. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  216. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/kmod.xml:159
  217. msgid "<command>modinfo</command>"
  218. msgstr ""
  219. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  220. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/kmod.xml:161
  221. msgid ""
  222. "Examines an object file associated with a kernel module and displays any "
  223. "information that it can glean"
  224. msgstr ""
  225. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  226. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/kmod.xml:164
  227. msgid "modinfo"
  228. msgstr ""
  229. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  230. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/kmod.xml:170
  231. msgid "<command>modprobe</command>"
  232. msgstr ""
  233. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  234. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/kmod.xml:172
  235. msgid ""
  236. "Uses a dependency file, created by <command>depmod</command>, to "
  237. "automatically load relevant modules"
  238. msgstr ""
  239. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  240. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/kmod.xml:175
  241. msgid "modprobe"
  242. msgstr ""
  243. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  244. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/kmod.xml:181
  245. msgid "<command>rmmod</command>"
  246. msgstr ""
  247. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  248. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/kmod.xml:183
  249. msgid "Unloads modules from the running kernel"
  250. msgstr ""
  251. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  252. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/kmod.xml:185
  253. msgid "rmmod"
  254. msgstr ""
  255. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  256. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/kmod.xml:191
  257. msgid "<filename class=\"libraryfile\">libkmod</filename>"
  258. msgstr ""
  259. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  260. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/kmod.xml:193
  261. msgid "This library is used by other programs to load and unload kernel modules"
  262. msgstr ""
  263. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  264. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/kmod.xml:196
  265. msgid "libkmod"
  266. msgstr ""