creatingminlayout.po 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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/chapter04/creatingminlayout.xml:11
  20. msgid "Creating the Minimal directory layout in LFS filesystem"
  21. msgstr ""
  22. #. type: Content of: <sect1><para>
  23. #: /home/xry111/svn-repos/LFS-BOOK/chapter04/creatingminlayout.xml:13
  24. msgid ""
  25. "The first task performed in the LFS partition is to create a minimal "
  26. "directory hierarchy so that programs compiled in <xref "
  27. "linkend=\"chapter-temporary-tools\"/> may be installed in their final "
  28. "location. This is needed so that those temporary programs be overwritten "
  29. "when rebuilding them in <xref linkend=\"chapter-building-system\"/>."
  30. msgstr ""
  31. #. type: Content of: <sect1><para>
  32. #: /home/xry111/svn-repos/LFS-BOOK/chapter04/creatingminlayout.xml:19
  33. msgid ""
  34. "Create the required directory layout by running the following as <systemitem "
  35. "class=\"username\">root</systemitem>:"
  36. msgstr ""
  37. #. type: Content of: <sect1><screen>
  38. #: /home/xry111/svn-repos/LFS-BOOK/chapter04/creatingminlayout.xml:22
  39. #, no-wrap
  40. msgid ""
  41. "<userinput>mkdir -pv $LFS/{usr,lib,var,etc,bin,sbin}\n"
  42. "case $(uname -m) in\n"
  43. " x86_64) mkdir -pv $LFS/lib64 ;;\n"
  44. "esac</userinput>"
  45. msgstr ""
  46. #. type: Content of: <sect1><para>
  47. #: /home/xry111/svn-repos/LFS-BOOK/chapter04/creatingminlayout.xml:27
  48. msgid ""
  49. "Programs in <xref linkend=\"chapter-temporary-tools\"/> will be compiled "
  50. "with a cross-compiler (more details in section <xref "
  51. "linkend=\"ch-tools-toolchaintechnotes\"/>). In order to separate this "
  52. "cross-compiler from the other programs, it will be installed in a special "
  53. "directory. Create this directory with:"
  54. msgstr ""
  55. #. type: Content of: <sect1><screen>
  56. #: /home/xry111/svn-repos/LFS-BOOK/chapter04/creatingminlayout.xml:33
  57. #, no-wrap
  58. msgid "<userinput>mkdir -pv $LFS/tools</userinput>"
  59. msgstr ""