123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125 |
- # 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/chapter01/how.xml:11
- msgid "How to Build an LFS System"
- msgstr ""
- #. type: Content of: <sect1><para>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter01/how.xml:13
- msgid ""
- "The LFS system will be built by using an already installed Linux "
- "distribution (such as Debian, OpenMandriva, Fedora, or openSUSE). This "
- "existing Linux system (the host) will be used as a starting point to provide "
- "necessary programs, including a compiler, linker, and shell, to build the "
- "new system. Select the <quote>development</quote> option during the "
- "distribution installation to be able to access these tools."
- msgstr ""
- #. the Linux From Scratch LiveCD or
- #. The LFS LiveCD works well as a host system,
- #. providing all the tools you need to successfully follow the instructions in
- #. this book. The LiveCD version is behind the current book, but is still useful
- #. as a host for building the current book. The <quote>
- #. -nosrc</quote> or
- #. <quote>-min</quote> editions of the LiveCD are the most appropriate for
- #. building a current LFS system. For more information about the LFS LiveCD or
- #. to download a copy, visit <ulink url="&livecd-root;"/>.
- #. type: Content of: <sect1><para>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter01/how.xml:21
- msgid ""
- "As an alternative to installing a separate distribution onto your machine, "
- "you may wish to use a LiveCD from a commercial distribution."
- msgstr ""
- #. type: Content of: <sect1><para>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter01/how.xml:38
- msgid ""
- "<xref linkend=\"chapter-partitioning\"/> of this book describes how to "
- "create a new Linux native partition and file system. This is the place where "
- "the new LFS system will be compiled and installed. <xref "
- "linkend=\"chapter-getting-materials\"/> explains which packages and patches "
- "need to be downloaded to build an LFS system and how to store them on the "
- "new file system. <xref linkend=\"chapter-final-preps\"/> discusses the setup "
- "of an appropriate working environment. Please read <xref "
- "linkend=\"chapter-final-preps\"/> carefully as it explains several important "
- "issues you need be aware of before beginning to work your way through <xref "
- "linkend=\"chapter-cross-tools\"/> and beyond."
- msgstr ""
- #. type: Content of: <sect1><para>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter01/how.xml:49
- msgid ""
- "<xref linkend=\"chapter-cross-tools\"/>, explains the installation of the "
- "initial tool chain, (binutils, gcc, and glibc) using cross compilation "
- "techniques to isolate the new tools from the host system."
- msgstr ""
- #. type: Content of: <sect1><para>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter01/how.xml:53
- msgid ""
- "<xref linkend=\"chapter-temporary-tools\"/> shows you how to cross-compile "
- "basic utilities using the just built cross-toolchain."
- msgstr ""
- #. type: Content of: <sect1><para>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter01/how.xml:56
- msgid ""
- "<xref linkend=\"chapter-chroot-temporary-tools\"/> then enters a \"chroot\" "
- "environment and uses the previously built tools to build the additional "
- "tools needed to build and test the final system."
- msgstr ""
- #. type: Content of: <sect1><para>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter01/how.xml:60
- msgid ""
- "This effort to isolate the new system from the host distribution may seem "
- "excessive. A full technical explanation as to why this is done is provided "
- "in <xref linkend=\"ch-tools-toolchaintechnotes\"/>."
- msgstr ""
- #. type: Content of: <sect1><para>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter01/how.xml:64
- msgid ""
- "In <xref linkend=\"chapter-building-system\"/>, The full LFS system is "
- "built. Another advantage provided by the chroot environment is that it "
- "allows you to continue using the host system while LFS is being built. While "
- "waiting for package compilations to complete, you can continue using your "
- "computer as normal."
- msgstr ""
- #. type: Content of: <sect1><para>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter01/how.xml:70
- msgid ""
- "To finish the installation, the basic system configuration is set up in "
- "<xref linkend=\"chapter-config\"/>, and the kernel and boot loader are set "
- "up in <xref linkend=\"chapter-bootable\"/>. <xref "
- "linkend=\"chapter-finalizing\"/> contains information on continuing the LFS "
- "experience beyond this book. After the steps in this book have been "
- "implemented, the computer will be ready to reboot into the new LFS system."
- msgstr ""
- #. type: Content of: <sect1><para>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter01/how.xml:77
- msgid ""
- "This is the process in a nutshell. Detailed information on each step is "
- "discussed in the following chapters and package descriptions. Items that "
- "may seem complicated will be clarified, and everything will fall into place "
- "as you embark on the LFS adventure."
- msgstr ""
|