how.po 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  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/chapter01/how.xml:11
  20. msgid "How to Build an LFS System"
  21. msgstr ""
  22. #. type: Content of: <sect1><para>
  23. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/how.xml:13
  24. msgid ""
  25. "The LFS system will be built by using an already installed Linux "
  26. "distribution (such as Debian, OpenMandriva, Fedora, or openSUSE). This "
  27. "existing Linux system (the host) will be used as a starting point to provide "
  28. "necessary programs, including a compiler, linker, and shell, to build the "
  29. "new system. Select the <quote>development</quote> option during the "
  30. "distribution installation to be able to access these tools."
  31. msgstr ""
  32. #. the Linux From Scratch LiveCD or
  33. #. The LFS LiveCD works well as a host system,
  34. #. providing all the tools you need to successfully follow the instructions in
  35. #. this book. The LiveCD version is behind the current book, but is still useful
  36. #. as a host for building the current book. The <quote>
  37. #. -nosrc</quote> or
  38. #. <quote>-min</quote> editions of the LiveCD are the most appropriate for
  39. #. building a current LFS system. For more information about the LFS LiveCD or
  40. #. to download a copy, visit <ulink url="&livecd-root;"/>.
  41. #. type: Content of: <sect1><para>
  42. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/how.xml:21
  43. msgid ""
  44. "As an alternative to installing a separate distribution onto your machine, "
  45. "you may wish to use a LiveCD from a commercial distribution."
  46. msgstr ""
  47. #. type: Content of: <sect1><para>
  48. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/how.xml:38
  49. msgid ""
  50. "<xref linkend=\"chapter-partitioning\"/> of this book describes how to "
  51. "create a new Linux native partition and file system. This is the place where "
  52. "the new LFS system will be compiled and installed. <xref "
  53. "linkend=\"chapter-getting-materials\"/> explains which packages and patches "
  54. "need to be downloaded to build an LFS system and how to store them on the "
  55. "new file system. <xref linkend=\"chapter-final-preps\"/> discusses the setup "
  56. "of an appropriate working environment. Please read <xref "
  57. "linkend=\"chapter-final-preps\"/> carefully as it explains several important "
  58. "issues you need be aware of before beginning to work your way through <xref "
  59. "linkend=\"chapter-cross-tools\"/> and beyond."
  60. msgstr ""
  61. #. type: Content of: <sect1><para>
  62. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/how.xml:49
  63. msgid ""
  64. "<xref linkend=\"chapter-cross-tools\"/>, explains the installation of the "
  65. "initial tool chain, (binutils, gcc, and glibc) using cross compilation "
  66. "techniques to isolate the new tools from the host system."
  67. msgstr ""
  68. #. type: Content of: <sect1><para>
  69. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/how.xml:53
  70. msgid ""
  71. "<xref linkend=\"chapter-temporary-tools\"/> shows you how to cross-compile "
  72. "basic utilities using the just built cross-toolchain."
  73. msgstr ""
  74. #. type: Content of: <sect1><para>
  75. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/how.xml:56
  76. msgid ""
  77. "<xref linkend=\"chapter-chroot-temporary-tools\"/> then enters a \"chroot\" "
  78. "environment and uses the previously built tools to build the additional "
  79. "tools needed to build and test the final system."
  80. msgstr ""
  81. #. type: Content of: <sect1><para>
  82. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/how.xml:60
  83. msgid ""
  84. "This effort to isolate the new system from the host distribution may seem "
  85. "excessive. A full technical explanation as to why this is done is provided "
  86. "in <xref linkend=\"ch-tools-toolchaintechnotes\"/>."
  87. msgstr ""
  88. #. type: Content of: <sect1><para>
  89. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/how.xml:64
  90. msgid ""
  91. "In <xref linkend=\"chapter-building-system\"/>, The full LFS system is "
  92. "built. Another advantage provided by the chroot environment is that it "
  93. "allows you to continue using the host system while LFS is being built. While "
  94. "waiting for package compilations to complete, you can continue using your "
  95. "computer as normal."
  96. msgstr ""
  97. #. type: Content of: <sect1><para>
  98. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/how.xml:70
  99. msgid ""
  100. "To finish the installation, the basic system configuration is set up in "
  101. "<xref linkend=\"chapter-config\"/>, and the kernel and boot loader are set "
  102. "up in <xref linkend=\"chapter-bootable\"/>. <xref "
  103. "linkend=\"chapter-finalizing\"/> contains information on continuing the LFS "
  104. "experience beyond this book. After the steps in this book have been "
  105. "implemented, the computer will be ready to reboot into the new LFS system."
  106. msgstr ""
  107. #. type: Content of: <sect1><para>
  108. #: /home/xry111/svn-repos/LFS-BOOK/chapter01/how.xml:77
  109. msgid ""
  110. "This is the process in a nutshell. Detailed information on each step is "
  111. "discussed in the following chapters and package descriptions. Items that "
  112. "may seem complicated will be clarified, and everything will fall into place "
  113. "as you embark on the LFS adventure."
  114. msgstr ""