msgid "" msgstr "" "X-Pootle-Revision: 9999999\n" "X-Pootle-Path: /zh_CN/lfs/chapter11/theend.po\n" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2020-08-08 19:28+0800\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: zh_CN\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Translate Toolkit 2.2.5\n" #. type: Content of: msgid "The End" msgstr "收尾工作" #. type: Content of: <sect1><indexterm><primary> msgid "/etc/lfs-release" msgstr "/etc/lfs-release" #. type: Content of: <sect1><indexterm><primary> msgid "/etc/lsb-release" msgstr "/etc/lsb-release" #. type: Content of: <sect1><indexterm><primary> msgid "/etc/os-release" msgstr "/etc/os-release" #. type: Content of: <sect1><para> msgid "" "Well done! The new LFS system is installed! We wish you much success with " "your shiny new custom-built Linux system." msgstr "" "很好!现在新的 LFS 系统已经安装好了!我们祝愿您的全新的,自定义的 Linux 系统" "能够成功启动!" #. type: Content of: <sect1><para> msgid "" "It may be a good idea to create an <filename>/etc/lfs-release</filename> " "file. By having this file, it is very easy for you (and for us if you need " "to ask for help at some point) to find out which LFS version is installed on " "the system. Create this file by running:" msgstr "" "创建一个 <filename>/etc/lfs-release</filename> 文件似乎是一个好主意。通过使用" "它,您 (或者我们,如果您向我们寻求帮助的话) 能够容易地找出当前安装的 LFS 系统" "版本。运行以下命令创建该文件:" #. type: Content of: <sect1><screen> #, no-wrap msgid "<userinput>echo &version; > /etc/lfs-release</userinput>" msgstr "<userinput>echo &version; > /etc/lfs-release</userinput>" #. type: Content of: <sect1><screen> #, no-wrap msgid "<userinput>echo &versiond; > /etc/lfs-release</userinput>" msgstr "<userinput>echo &versiond; > /etc/lfs-release</userinput>" #. type: Content of: <sect1><para> msgid "" "Two files describing the installed system may be used by packages that can " "be installed on the system later, either in binary form or by building them." msgstr "" "后续安装在系统上的软件包可能需要两个描述当前安装的系统的文件,这些软件包可能" "是二进制包,也可能是需要构建的源代码包。" #. type: Content of: <sect1><para> msgid "" "The first one shows the status of your new system with respect to the Linux " "Standards Base (LSB). To create this file, run:" msgstr "" "另外,最好创建一个文件,根据 Linux Standards Base (LSB) 的规则显示系统状态。" "运行命令创建该文件:" #. type: Content of: <sect1><screen> #, no-wrap msgid "" "<userinput>cat > /etc/lsb-release << \"EOF\"\n" "DISTRIB_ID=\"Linux From Scratch\"\n" "DISTRIB_RELEASE=\"&version;\"\n" "DISTRIB_CODENAME=\"<your name here>\"\n" "DISTRIB_DESCRIPTION=\"Linux From Scratch\"\n" "EOF</userinput>" msgstr "" "<userinput>cat > /etc/lsb-release << \"EOF\"\n" "DISTRIB_ID=\"Linux From Scratch\"\n" "DISTRIB_RELEASE=\"&version;\"\n" "DISTRIB_CODENAME=\"<your name here>\"\n" "DISTRIB_DESCRIPTION=\"Linux From Scratch\"\n" "EOF</userinput>" #. type: Content of: <sect1><screen> #, no-wrap msgid "" "<userinput>cat > /etc/lsb-release << \"EOF\"\n" "DISTRIB_ID=\"Linux From Scratch\"\n" "DISTRIB_RELEASE=\"&versiond;\"\n" "DISTRIB_CODENAME=\"<your name here>\"\n" "DISTRIB_DESCRIPTION=\"Linux From Scratch\"\n" "EOF</userinput>" msgstr "" "<userinput>cat > /etc/lsb-release << \"EOF\"\n" "DISTRIB_ID=\"Linux From Scratch\"\n" "DISTRIB_RELEASE=\"&versiond;\"\n" "DISTRIB_CODENAME=\"<your name here>\"\n" "DISTRIB_DESCRIPTION=\"Linux From Scratch\"\n" "EOF</userinput>" #. type: Content of: <sect1><para> msgid "" "The second one contains roughly the same information, and is used by systemd " "and some graphical desktop environments. To create this file, run:" msgstr "" "第二个文件基本上包含相同的信息,systemd 和一些图形桌面环境会使用它。运行命令" "创建该文件:" #. type: Content of: <sect1><screen> #, no-wrap msgid "" "<userinput>cat > /etc/os-release << \"EOF\"\n" "NAME=\"Linux From Scratch\"\n" "VERSION=\"&version;\"\n" "ID=lfs\n" "PRETTY_NAME=\"Linux From Scratch &version;\"\n" "VERSION_CODENAME=\"<your name here>\"\n" "EOF</userinput>" msgstr "" "<userinput>cat > /etc/os-release << \"EOF\"\n" "NAME=\"Linux From Scratch\"\n" "VERSION=\"&version;\"\n" "ID=lfs\n" "PRETTY_NAME=\"Linux From Scratch &version;\"\n" "VERSION_CODENAME=\"<your name here>\"\n" "EOF</userinput>" #. type: Content of: <sect1><screen> #, no-wrap msgid "" "<userinput>cat > /etc/os-release << \"EOF\"\n" "NAME=\"Linux From Scratch\"\n" "VERSION=\"&versiond;\"\n" "ID=lfs\n" "PRETTY_NAME=\"Linux From Scratch &versiond;\"\n" "VERSION_CODENAME=\"<your name here>\"\n" "EOF</userinput>" msgstr "" "<userinput>cat > /etc/os-release << \"EOF\"\n" "NAME=\"Linux From Scratch\"\n" "VERSION=\"&versiond;\"\n" "ID=lfs\n" "PRETTY_NAME=\"Linux From Scratch &versiond;\"\n" "VERSION_CODENAME=\"<your name here>\"\n" "EOF</userinput>" #. type: Content of: <sect1><para> msgid "" "Be sure to put some sort of customization for the fields 'DISTRIB_CODENAME' " "and 'VERSION_CODENAME' to make the system uniquely yours." msgstr "您可以修改 'DISTRIB_CODENAME' 域,体现您的系统的独特性。"