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