Linux From Scratch (LFS) is a project that provides you with step-by-step instructions for building your own customized Linux system entirely from source. http://www.linuxfromscratch.org/lfs/

Bruce Dubbs d86a4d2296 Update capitalization 18 年之前
appendices 28b40e29d5 Finished the PDF fixes. 18 年之前
chapter01 d86a4d2296 Update capitalization 18 年之前
chapter02 88ff136ef5 Fixed typo in ext3 features 18 年之前
chapter03 1eb479159c Fixed glibc patch md5sum and upgraded to full BDB upstream patch. 18 年之前
chapter04 28b40e29d5 Finished the PDF fixes. 18 年之前
chapter05 28b40e29d5 Finished the PDF fixes. 18 年之前
chapter06 1eb479159c Fixed glibc patch md5sum and upgraded to full BDB upstream patch. 18 年之前
chapter07 e774b5472c Fixed XSL tags for use in PDF generation. 18 年之前
chapter08 28b40e29d5 Finished the PDF fixes. 18 年之前
chapter09 13a9dc2d62 Indented chapter01 except changelog.xml. 18 年之前
prologue 28b40e29d5 Finished the PDF fixes. 18 年之前
stylesheets 28b40e29d5 Finished the PDF fixes. 18 年之前
INSTALL 0d8c5d4aa4 Fixed ambiguity in INSTALL. 19 年之前
Makefile d22b61dd31 Activated the pdf Makefile target for final releases. 18 年之前
README 05e94658c6 Updated README and INSTALL. 19 年之前
general.ent 1eb479159c Fixed glibc patch md5sum and upgraded to full BDB upstream patch. 18 年之前
index.xml abe30076b3 Placed all appendices into a common dir. 18 年之前
obfuscate.sh fbb5e45367 Added obfuscate.sh to test it in production mode. 19 年之前
packages.ent bc9261ca3f Update md5sum for repackaged bootscripts 18 年之前
patches.ent 1eb479159c Fixed glibc patch md5sum and upgraded to full BDB upstream patch. 18 年之前
tidy.conf 58f10f85ed HTML Tidy's newline detection appears to be broken. Force LF line endings assuming people are rendering on a Linux box 19 年之前

README

LFS Book README

This document is meant to instruct the user on how to convert the book's XML
source to other formats (e.g. HTML, PDF, PS and TXT). First, if you have not
already done so, please read the INSTALL file for instructions on how to install
the required software. If you have already completed the steps outlined in the
INSTALL file, then continue reading for examples how to convert these files into
various other formats.

XML to XHTML:
-------------
make BASEDIR=/path/to/output/location


XML to single file XHTML (nochunks):
------------------------------------
make BASEDIR=/path/to/output/location nochunks


XML to TXT
----------
Follow the instructions for nochunks and then run:
lynx -dump /path/to/nochunks >/path/to/output


XML to PDF:
-----------
make BASEDIR=/path/to/output/location pdf