12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- # SOME DESCRIPTIVE TITLE
- # Copyright (C) YEAR Free Software Foundation, Inc.
- # This file is distributed under the same license as the PACKAGE package.
- # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
- #
- #, fuzzy
- msgid ""
- msgstr ""
- "Project-Id-Version: PACKAGE VERSION\n"
- "POT-Creation-Date: 2020-06-17 12:44+0800\n"
- "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
- "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
- "Language-Team: LANGUAGE <LL@li.org>\n"
- "Language: \n"
- "MIME-Version: 1.0\n"
- "Content-Type: text/plain; charset=UTF-8\n"
- "Content-Transfer-Encoding: 8bit\n"
- #. type: Content of: <sect1><title>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter04/aboutlfs.xml:11
- msgid "About $LFS"
- msgstr ""
- #. type: Content of: <sect1><para>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter04/aboutlfs.xml:13
- msgid ""
- "Throughout this book, the environment variable <envar>LFS</envar> will be "
- "used. It is paramount that this variable is always defined. It should be "
- "set to the mount point chosen for the LFS partition. Check that the "
- "<envar>LFS</envar> variable is set up properly with:"
- msgstr ""
- #. type: Content of: <sect1><screen>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter04/aboutlfs.xml:18
- #, no-wrap
- msgid "<userinput>echo $LFS</userinput>"
- msgstr ""
- #. type: Content of: <sect1><para>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter04/aboutlfs.xml:20
- msgid ""
- "Make sure the output shows the path to the LFS partition's mount point, "
- "which is <filename class=\"directory\">/mnt/lfs</filename> if the provided "
- "example was followed. If the output is incorrect, the variable can be set "
- "with:"
- msgstr ""
- #. type: Content of: <sect1><screen>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter04/aboutlfs.xml:25
- #, no-wrap
- msgid "<userinput>export LFS=/mnt/lfs</userinput>"
- msgstr ""
- #. type: Content of: <sect1><para>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter04/aboutlfs.xml:27
- msgid ""
- "Having this variable set is beneficial in that commands such as "
- "<command>mkdir $LFS/tools</command> can be typed literally. The shell will "
- "automatically replace <quote>$LFS</quote> with <quote>/mnt/lfs</quote> (or "
- "whatever the variable was set to) when it processes the command line."
- msgstr ""
- #. type: Content of: <sect1><para>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter04/aboutlfs.xml:33
- msgid ""
- "Do not forget to check that <envar>$LFS</envar> is set whenever you leave "
- "and reenter the current working environment (as when doing a "
- "<command>su</command> to <systemitem class=\"username\">root</systemitem> or "
- "another user)."
- msgstr ""
|