grub.po 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575
  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/grub.xml:14
  20. #, no-wrap
  21. msgid "&grub-url;"
  22. msgstr ""
  23. #. type: Content of: <sect1><sect1info>
  24. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grub.xml:12
  25. msgid ""
  26. "<productname>grub</productname> "
  27. "<productnumber>&grub-version;</productnumber> <placeholder type=\"address\" "
  28. "id=\"0\"/>"
  29. msgstr ""
  30. #. type: Content of: <sect1><title>
  31. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grub.xml:17
  32. msgid "GRUB-&grub-version;"
  33. msgstr ""
  34. #. type: Content of: <sect1><indexterm><primary>
  35. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grub.xml:20
  36. msgid "GRUB"
  37. msgstr ""
  38. #. type: Content of: <sect1><sect2><para>
  39. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grub.xml:26
  40. msgid "The GRUB package contains the GRand Unified Bootloader."
  41. msgstr ""
  42. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  43. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grub.xml:29
  44. msgid "&buildtime;"
  45. msgstr ""
  46. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  47. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grub.xml:30
  48. msgid "&diskspace;"
  49. msgstr ""
  50. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  51. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grub.xml:33
  52. msgid "&grub-fin-sbu;"
  53. msgstr ""
  54. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  55. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grub.xml:34
  56. msgid "&grub-fin-du;"
  57. msgstr ""
  58. #. type: Content of: <sect1><sect2><title>
  59. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grub.xml:41
  60. msgid "Installation of GRUB"
  61. msgstr ""
  62. #. type: Content of: <sect1><sect2><para>
  63. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grub.xml:43
  64. msgid "Prepare GRUB for compilation:"
  65. msgstr ""
  66. #. type: Content of: <sect1><sect2><screen>
  67. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grub.xml:45
  68. #, no-wrap
  69. msgid ""
  70. "<userinput remap=\"configure\">./configure --prefix=/usr \\\n"
  71. " --sbindir=/sbin \\\n"
  72. " --sysconfdir=/etc \\\n"
  73. " --disable-efiemu \\\n"
  74. " --disable-werror</userinput>"
  75. msgstr ""
  76. #. type: Content of: <sect1><sect2><variablelist><title>
  77. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grub.xml:52
  78. msgid "The meaning of the new configure options:"
  79. msgstr ""
  80. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  81. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grub.xml:55
  82. msgid "<parameter>--disable-werror</parameter>"
  83. msgstr ""
  84. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  85. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grub.xml:57
  86. msgid ""
  87. "This allows the build to complete with warnings introduced by more recent "
  88. "Flex versions."
  89. msgstr ""
  90. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  91. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grub.xml:63
  92. msgid "<parameter>--disable-efiemu</parameter>"
  93. msgstr ""
  94. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  95. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grub.xml:65
  96. msgid ""
  97. "This option minimizes what is built by disabling a feature and testing "
  98. "programs not needed for LFS."
  99. msgstr ""
  100. #. type: Content of: <sect1><sect2><para>
  101. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grub.xml:72
  102. msgid "Compile the package:"
  103. msgstr ""
  104. #. type: Content of: <sect1><sect2><screen>
  105. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grub.xml:74
  106. #, no-wrap
  107. msgid "<userinput remap=\"make\">make</userinput>"
  108. msgstr ""
  109. #. type: Content of: <sect1><sect2><para>
  110. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grub.xml:76
  111. msgid "This package does not come with a test suite."
  112. msgstr ""
  113. #. type: Content of: <sect1><sect2><para>
  114. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grub.xml:78
  115. msgid "Install the package:"
  116. msgstr ""
  117. #. type: Content of: <sect1><sect2><screen>
  118. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grub.xml:80
  119. #, no-wrap
  120. msgid ""
  121. "<userinput remap=\"install\">make install\n"
  122. "mv -v /etc/bash_completion.d/grub "
  123. "/usr/share/bash-completion/completions</userinput>"
  124. msgstr ""
  125. #. type: Content of: <sect1><sect2><para>
  126. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grub.xml:83
  127. msgid ""
  128. "Using GRUB to make your LFS system bootable will be discussed in <xref "
  129. "linkend=\"ch-bootable-grub\"/>."
  130. msgstr ""
  131. #. type: Content of: <sect1><sect2><title>
  132. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grub.xml:89
  133. msgid "Contents of GRUB"
  134. msgstr ""
  135. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  136. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grub.xml:92
  137. msgid "Installed programs"
  138. msgstr ""
  139. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  140. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grub.xml:93
  141. msgid "Installed directories"
  142. msgstr ""
  143. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  144. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grub.xml:97
  145. msgid ""
  146. "grub-bios-setup, grub-editenv, grub-file, grub-fstest, grub-glue-efi, "
  147. "grub-install, grub-kbdcomp, grub-macbless, grub-menulst2cfg, grub-mkconfig, "
  148. "grub-mkimage, grub-mklayout, grub-mknetdir, grub-mkpasswd-pbkdf2, "
  149. "grub-mkrelpath, grub-mkrescue, grub-mkstandalone, grub-ofpathname, "
  150. "grub-probe, grub-reboot, grub-render-label, grub-script-check, "
  151. "grub-set-default, grub-sparc64-setup, and grub-syslinux2cfg"
  152. msgstr ""
  153. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  154. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grub.xml:106
  155. msgid ""
  156. "/usr/lib/grub, /etc/grub.d, /usr/share/grub, and /boot/grub (when "
  157. "grub-install is first run)"
  158. msgstr ""
  159. #. type: Content of: <sect1><sect2><variablelist><bridgehead>
  160. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grub.xml:112
  161. msgid "Short Descriptions"
  162. msgstr ""
  163. #. type: Content of: <sect1><sect2><variablelist>
  164. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grub.xml:113
  165. msgid "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  166. msgstr ""
  167. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  168. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grub.xml:117
  169. msgid "<command>grub-bios-setup</command>"
  170. msgstr ""
  171. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  172. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grub.xml:119
  173. msgid "Is a helper program for grub-install"
  174. msgstr ""
  175. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  176. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grub.xml:121
  177. msgid "grub-bios-setup"
  178. msgstr ""
  179. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  180. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grub.xml:127
  181. msgid "<command>grub-editenv</command>"
  182. msgstr ""
  183. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  184. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grub.xml:129
  185. msgid "A tool to edit the environment block"
  186. msgstr ""
  187. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  188. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grub.xml:131
  189. msgid "grub-editenv"
  190. msgstr ""
  191. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  192. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grub.xml:137
  193. msgid "<command>grub-file</command>"
  194. msgstr ""
  195. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  196. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grub.xml:139
  197. msgid "Checks if FILE is of the specified type."
  198. msgstr ""
  199. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  200. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grub.xml:141
  201. msgid "grub-file"
  202. msgstr ""
  203. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  204. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grub.xml:147
  205. msgid "<command>grub-fstest</command>"
  206. msgstr ""
  207. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  208. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grub.xml:149
  209. msgid "Tool to debug the filesystem driver"
  210. msgstr ""
  211. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  212. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grub.xml:151
  213. msgid "grub-fstest"
  214. msgstr ""
  215. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  216. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grub.xml:157
  217. msgid "<command>grub-glue-efi</command>"
  218. msgstr ""
  219. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  220. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grub.xml:159
  221. msgid ""
  222. "Processes ia32 and amd64 EFI images and glues them according to Apple "
  223. "format."
  224. msgstr ""
  225. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  226. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grub.xml:162
  227. msgid "grub-glue-efi"
  228. msgstr ""
  229. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  230. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grub.xml:168
  231. msgid "<command>grub-install</command>"
  232. msgstr ""
  233. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  234. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grub.xml:170
  235. msgid "Install GRUB on your drive"
  236. msgstr ""
  237. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  238. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grub.xml:172
  239. msgid "grub-install"
  240. msgstr ""
  241. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  242. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grub.xml:178
  243. msgid "<command>grub-kbdcomp</command>"
  244. msgstr ""
  245. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  246. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grub.xml:180
  247. msgid "Script that converts an xkb layout into one recognized by GRUB"
  248. msgstr ""
  249. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  250. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grub.xml:183
  251. msgid "grub-kbdcomp"
  252. msgstr ""
  253. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  254. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grub.xml:189
  255. msgid "<command>grub-macbless</command>"
  256. msgstr ""
  257. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  258. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grub.xml:191
  259. msgid "Mac-style bless on HFS or HFS+ files"
  260. msgstr ""
  261. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  262. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grub.xml:193
  263. msgid "grub-macbless"
  264. msgstr ""
  265. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  266. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grub.xml:199
  267. msgid "<command>grub-menulst2cfg</command>"
  268. msgstr ""
  269. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  270. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grub.xml:201
  271. msgid ""
  272. "Converts a GRUB Legacy <filename>menu.lst</filename> into a "
  273. "<filename>grub.cfg</filename> for use with GRUB 2"
  274. msgstr ""
  275. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  276. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grub.xml:204
  277. msgid "grub-menulst2cfg"
  278. msgstr ""
  279. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  280. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grub.xml:210
  281. msgid "<command>grub-mkconfig</command>"
  282. msgstr ""
  283. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  284. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grub.xml:212
  285. msgid "Generate a grub config file"
  286. msgstr ""
  287. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  288. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grub.xml:214
  289. msgid "grub-mkconfig"
  290. msgstr ""
  291. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  292. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grub.xml:220
  293. msgid "<command>grub-mkimage</command>"
  294. msgstr ""
  295. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  296. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grub.xml:222
  297. msgid "Make a bootable image of GRUB"
  298. msgstr ""
  299. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  300. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grub.xml:224
  301. msgid "grub-mkimage"
  302. msgstr ""
  303. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  304. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grub.xml:230
  305. msgid "<command>grub-mklayout</command>"
  306. msgstr ""
  307. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  308. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grub.xml:232
  309. msgid "Generates a GRUB keyboard layout file"
  310. msgstr ""
  311. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  312. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grub.xml:234
  313. msgid "grub-mklayout"
  314. msgstr ""
  315. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  316. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grub.xml:240
  317. msgid "<command>grub-mknetdir</command>"
  318. msgstr ""
  319. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  320. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grub.xml:242
  321. msgid "Prepares a GRUB netboot directory"
  322. msgstr ""
  323. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  324. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grub.xml:244
  325. msgid "grub-mknetdir"
  326. msgstr ""
  327. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  328. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grub.xml:250
  329. msgid "<command>grub-mkpasswd-pbkdf2</command>"
  330. msgstr ""
  331. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  332. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grub.xml:252
  333. msgid "Generates an encrypted PBKDF2 password for use in the boot menu"
  334. msgstr ""
  335. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  336. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grub.xml:255
  337. msgid "grub-mkpasswd-pbkdf2"
  338. msgstr ""
  339. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  340. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grub.xml:261
  341. msgid "<command>grub-mkrelpath</command>"
  342. msgstr ""
  343. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  344. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grub.xml:263
  345. msgid "Makes a system pathname relative to its root"
  346. msgstr ""
  347. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  348. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grub.xml:265
  349. msgid "grub-mkrelpath"
  350. msgstr ""
  351. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  352. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grub.xml:271
  353. msgid "<command>grub-mkrescue</command>"
  354. msgstr ""
  355. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  356. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grub.xml:273
  357. msgid "Make a bootable image of GRUB suitable for a floppy disk or CDROM/DVD"
  358. msgstr ""
  359. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  360. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grub.xml:275
  361. msgid "grub-mkrescue"
  362. msgstr ""
  363. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  364. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grub.xml:281
  365. msgid "<command>grub-mkstandalone</command>"
  366. msgstr ""
  367. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  368. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grub.xml:283
  369. msgid "Generates a standalone image"
  370. msgstr ""
  371. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  372. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grub.xml:285
  373. msgid "grub-mkstandalone"
  374. msgstr ""
  375. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  376. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grub.xml:291
  377. msgid "<command>grub-ofpathname</command>"
  378. msgstr ""
  379. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  380. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grub.xml:293
  381. msgid "Is a helper program that prints the path of a GRUB device"
  382. msgstr ""
  383. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  384. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grub.xml:295
  385. msgid "grub-ofpathname"
  386. msgstr ""
  387. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  388. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grub.xml:301
  389. msgid "<command>grub-probe</command>"
  390. msgstr ""
  391. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  392. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grub.xml:303
  393. msgid "Probe device information for a given path or device"
  394. msgstr ""
  395. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  396. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grub.xml:305
  397. msgid "grub-probe"
  398. msgstr ""
  399. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  400. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grub.xml:311
  401. msgid "<command>grub-reboot</command>"
  402. msgstr ""
  403. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  404. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grub.xml:313
  405. msgid "Sets the default boot entry for GRUB for the next boot only"
  406. msgstr ""
  407. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  408. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grub.xml:315
  409. msgid "grub-reboot"
  410. msgstr ""
  411. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  412. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grub.xml:321
  413. msgid "<command>grub-render-label</command>"
  414. msgstr ""
  415. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  416. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grub.xml:323
  417. msgid "Render Apple .disk_label for Apple Macs"
  418. msgstr ""
  419. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  420. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grub.xml:325
  421. msgid "grub-render-label"
  422. msgstr ""
  423. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  424. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grub.xml:331
  425. msgid "<command>grub-script-check</command>"
  426. msgstr ""
  427. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  428. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grub.xml:333
  429. msgid "Checks GRUB configuration script for syntax errors"
  430. msgstr ""
  431. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  432. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grub.xml:335
  433. msgid "grub-script-check"
  434. msgstr ""
  435. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  436. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grub.xml:341
  437. msgid "<command>grub-set-default</command>"
  438. msgstr ""
  439. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  440. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grub.xml:343
  441. msgid "Sets the default boot entry for GRUB"
  442. msgstr ""
  443. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  444. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grub.xml:345
  445. msgid "grub-set-default"
  446. msgstr ""
  447. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  448. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grub.xml:351
  449. msgid "<command>grub-sparc64-setup</command>"
  450. msgstr ""
  451. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  452. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grub.xml:353
  453. msgid "Is a helper program for grub-setup"
  454. msgstr ""
  455. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  456. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grub.xml:355
  457. msgid "grub-setup"
  458. msgstr ""
  459. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  460. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grub.xml:361
  461. msgid "<command>grub-syslinux2cfg</command>"
  462. msgstr ""
  463. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  464. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grub.xml:363
  465. msgid "Transform a syslinux config file into grub.cfg format"
  466. msgstr ""
  467. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  468. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/grub.xml:365
  469. msgid "grub-syslinux2cfg"
  470. msgstr ""