introduction.po 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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><title>
  19. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/introduction.xml:11
  20. msgid "Introduction"
  21. msgstr ""
  22. #. type: Content of: <sect1><para>
  23. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/introduction.xml:13
  24. msgid ""
  25. "This chapter shows how to build the last missing bits of the temporary "
  26. "system: first, the tools needed by the build machinery of various packages, "
  27. "then three packages needed to run tests. Now that all circular dependencies "
  28. "have been resolved, we can use a <quote>chroot</quote> environment, "
  29. "completely isolated the host operating system used for the build, except for "
  30. "the running kernel."
  31. msgstr ""
  32. #. type: Content of: <sect1><para>
  33. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/introduction.xml:20
  34. msgid ""
  35. "For proper operation of the isolated environment, some communication with "
  36. "the running kernel must be established. This is done through the so-called "
  37. "<emphasis>Virtual Kernel File Systems</emphasis>, which must be mounted when "
  38. "entering the chroot environment. You may want to check that they are mounted "
  39. "by issuing <command>findmnt</command>."
  40. msgstr ""
  41. #. type: Content of: <sect1><para>
  42. #: /home/xry111/svn-repos/LFS-BOOK/chapter07/introduction.xml:26
  43. msgid ""
  44. "Until <xref linkend=\"ch-tools-chroot\"/>, the commands must be run as "
  45. "<systemitem class=\"username\">root</systemitem>, with the "
  46. "<envar>LFS</envar> variable set. After entering chroot, all commands are run "
  47. "as root, fortunately without access to the OS of the computer you built LFS "
  48. "on. Be careful anyway, as it is easy to destroy the whole LFS system with "
  49. "badly formed commands."
  50. msgstr ""