1
0

revisedchroot.po 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  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/chapter08/revisedchroot.xml:11
  20. msgid "Cleaning Up"
  21. msgstr ""
  22. #. type: Content of: <sect1><para>
  23. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/revisedchroot.xml:13
  24. msgid "Finally, clean up some extra files left around from running tests:"
  25. msgstr ""
  26. #. type: Content of: <sect1><screen>
  27. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/revisedchroot.xml:15
  28. #, no-wrap
  29. msgid "<userinput>rm -rf /tmp/*</userinput>"
  30. msgstr ""
  31. #. type: Content of: <sect1><para>
  32. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/revisedchroot.xml:17
  33. msgid ""
  34. "Now log out and reenter the chroot environment with an updated chroot "
  35. "command. From now on, use this updated chroot command any time you need to "
  36. "reenter the chroot environment after exiting:"
  37. msgstr ""
  38. #. type: Content of: <sect1><screen>
  39. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/revisedchroot.xml:21
  40. #, no-wrap
  41. msgid ""
  42. "<userinput>logout\n"
  43. "\n"
  44. "chroot \"$LFS\" /usr/bin/env -i \\\n"
  45. " HOME=/root TERM=\"$TERM\" \\\n"
  46. " PS1='(lfs chroot) \\u:\\w\\$ ' \\\n"
  47. " PATH=/bin:/usr/bin:/sbin:/usr/sbin \\\n"
  48. " /bin/bash --login</userinput>"
  49. msgstr ""
  50. #. type: Content of: <sect1><para>
  51. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/revisedchroot.xml:29
  52. msgid ""
  53. "Here the <parameter>+h</parameter> option is not used anymore, since all the "
  54. "previous programs have been replaced: hashing is therefore possible."
  55. msgstr ""
  56. #. type: Content of: <sect1><para>
  57. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/revisedchroot.xml:33
  58. msgid ""
  59. "If the virtual kernel file systems have been unmounted, either manually or "
  60. "through a reboot, ensure that the virtual kernel file systems are mounted "
  61. "when reentering the chroot. This process was explained in <xref "
  62. "linkend=\"ch-system-bindmount\"/> and <xref "
  63. "linkend=\"ch-system-kernfsmount\"/>."
  64. msgstr ""
  65. #. type: Content of: <sect1><para>
  66. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/revisedchroot.xml:39
  67. msgid ""
  68. "There were several static libraries that were not suppressed earlier in the "
  69. "chapter in order to satisfy the regression tests in several packages. These "
  70. "libraries are from binutils, bzip2, e2fsprogs, flex, libtool, and zlib. If "
  71. "desired, remove them now:"
  72. msgstr ""
  73. #. type: Content of: <sect1><screen>
  74. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/revisedchroot.xml:44
  75. #, no-wrap
  76. msgid ""
  77. "<userinput>rm -f /usr/lib/lib{bfd,opcodes}.a\n"
  78. "rm -f /usr/lib/libctf{,-nobfd}.a\n"
  79. "rm -f /usr/lib/libbz2.a\n"
  80. "rm -f /usr/lib/lib{com_err,e2p,ext2fs,ss}.a\n"
  81. "rm -f /usr/lib/libltdl.a\n"
  82. "rm -f /usr/lib/libfl.a\n"
  83. "rm -f /usr/lib/libz.a</userinput>"
  84. msgstr ""
  85. #. type: Content of: <sect1><para>
  86. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/revisedchroot.xml:52
  87. msgid ""
  88. "There are also several files installed in the /usr/lib and /usr/libexec "
  89. "directories with a file name extention of .la. These are \"libtool archive\" "
  90. "files. As already said, they are only useful when linking with static "
  91. "libraries. They are unneeded, and potentially harmful, when using dynamic "
  92. "shared libraries, specially when using also non-autotools build systems. To "
  93. "remove them, run:"
  94. msgstr ""
  95. #. type: Content of: <sect1><screen>
  96. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/revisedchroot.xml:59
  97. #, no-wrap
  98. msgid "<userinput>find /usr/lib /usr/libexec -name \\*.la -delete</userinput>"
  99. msgstr ""
  100. #. type: Content of: <sect1><para>
  101. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/revisedchroot.xml:61
  102. msgid ""
  103. "For more information about libtool archive files, see the <ulink "
  104. "url=\"&blfs-book;/introduction/la-files.html\">BLFS section \"About Libtool "
  105. "Archive (.la) files\"</ulink>."
  106. msgstr ""
  107. #. type: Content of: <sect1><para>
  108. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/revisedchroot.xml:65
  109. msgid ""
  110. "Finally, remove the temporary 'tester' user account created at the beginning "
  111. "of the previous chapter."
  112. msgstr ""
  113. #. type: Content of: <sect1><screen>
  114. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/revisedchroot.xml:68
  115. #, no-wrap
  116. msgid "<userinput>userdel -r tester</userinput>"
  117. msgstr ""