• Welcome to Linux From Scratch!


    /****************************************************************************
     *                  Welcome to Linux From Scratch!
     * 说明:
     *     这里主要是想知道LFS项目的一些情况,想知道LFS到底包括哪些内容。
     *
     *                                        2016-3-17 深圳 南山平山村 曾剑锋
     ***************************************************************************/
    
    参考文档:
        Welcome to Linux From Scratch!
        http://www.linuxfromscratch.org/
    
    
    
    Welcome to Linux From Scratch!
    欢迎来到LFS
    
    Linux From Scratch (LFS) is a project that provides you with step-by-step instructions for building your own custom Linux system, entirely from source code.
    LFS项目的是教会你怎么从源代码一步一步搭建你自己的Linux系统。
    
    Currently, the Linux From Scratch organization consists of the following subprojects:
    目前,LFS组织了如下子项目:
    
    LFS :: Linux From Scratch is the main book, the base from which all other projects are derived.
    LFS :: 这是主要方向,其他的项目都是由这个基础派生出来。
    
    BLFS :: Beyond Linux From Scratch helps you extend your finished LFS installation into a more customized and usable system.
    BLFS :: 该项目是在LFS基础上进行扩展,目的是搭建更多的定制、等易于使用的系统。
    
    ALFS :: Automated Linux From Scratch provides tools for automating and managing LFS and BLFS builds.
    ALFS :: 该项目提供自动化、管理LFS、BLFS的搭建。
    
    CLFS :: Cross Linux From Scratch provides the means to cross-compile an LFS system on many types of systems.
    CLFS :: 该项目提供交叉编译LFS系统,以满足各种类型的系统。
    
    HLFS :: Hardened Linux From Scratch focuses on building an LFS system with heightened security.
    HLFS :: 该项目用于创建高安全性的LFS系统。
    
    Hints :: The Hints project is a collection of documents that explain how to enhance your LFS system in ways that are not included in the LFS or BLFS books.
    Hints ::
    该项目收集了一些文档,这些文档主要是解释如何增强定制的LFS系统,而这些说明在LFS、BLFS的指导书中并没有提及。
    
    LiveCD :: The LiveCD project provides a CD that is useful as an LFS build host or as a general rescue CD.
    LiveCD :: 该项目提供了一个非常有用的CD作为LFS搭建平台,当然这也是一个救援CD。
    
    Patches :: The Patches project serves as a central repository for all patches useful to an LFS user.
    Patches :: 该项目是一个服务器,作为一个中心创库,将所有的有用的软件软件提供给LFS使用者。
  • 相关阅读:
    魔法变量*args 和 **kwargs
    windows下怎么安装protobuf for python
    正向代理与反向代理
    Python 中 "is" 与 "==" 操作有什么区别?
    用 Anaconda 完美解决 Python2 和 python3 共存问题
    Python爬虫实例
    安装包制作工具 SetupFactory使用2 API清单
    软件测试流程(Test Flow)
    从一个实例详解敏捷测试的最佳实践
    网络常用基础知识大全
  • 原文地址:https://www.cnblogs.com/zengjfgit/p/5286322.html
Copyright © 2020-2023  润新知