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 b7dfb42253 Fix libstdc++.so version 5 anni fa
appendices c8da464f83 dependencies: remove a extra comma 5 anni fa
bootscripts b9560f3159 Remove errant swap dependency for checkfs 5 anni fa
chapter01 8671978267 Update to gcc-9.3.0. 5 anni fa
chapter02 210fc78f29 Update to ncurses-6.2. 5 anni fa
chapter03 197d781906 Typo. Thanks to K.Buckley 5 anni fa
chapter04 afcfd745ae Remove unused files and make 5 anni fa
chapter05 50645c821c Reorder gcc-pass2 to parallel gcc-pass1 5 anni fa
chapter06 8671978267 Update to gcc-9.3.0. 5 anni fa
chapter07 4d796cab3e systemd-custom: add a section discussing core dumps 5 anni fa
chapter08 adbc3e5300 use &hints-root; instead of hardcoding long URL 5 anni fa
chapter09 6a57b4c2ec Add /etc/os-release to SysV, 5 anni fa
images 5c3f304a8f Adding some new png files to supoprt alternate css 10 anni fa
prologue 394dc3fc60 Make the "target architectures" section more up to date 5 anni fa
stylesheets 1cb44818d1 Completely remove docbook snapshot 5 anni fa
udev-lfs b4c82dcb7f Also update udev-lfs Makefile in source 7 anni fa
INSTALL 1c6c92e9eb Change the link for HTMLTidy in INSTALL. Thanks to Xi Ruoyao for report. 7 anni fa
Makefile 6fb10045a9 Commit forgotten Makefile in previous commit 5 anni fa
README 141be70e59 Test commit 7 anni fa
aux-file-data.sh 43194f056d Convert bootscripts and udev tarballs to xz 6 anni fa
general.ent 8671978267 Update to gcc-9.3.0. 5 anni fa
index.xml 35a5259fe6 Optimize building merged books 9 anni fa
lfs-latest.php 230ced1248 Fix currency for Python 5 anni fa
make-aux-files.sh 43194f056d Convert bootscripts and udev tarballs to xz 6 anni fa
obfuscate.sh 05d60cedcd Added a versose flag and other fixes to the Makefile. 18 anni fa
packages.ent b7dfb42253 Fix libstdc++.so version 5 anni fa
patches.ent 8671978267 Update to gcc-9.3.0. 5 anni fa
pdf-fixups.sh 040ecb6de9 Update to man-db-2.7.4. 9 anni fa
process-scripts.sh b2b1e1aa5f Move directory to make build easier 13 anni fa
tidy.conf 5b949a9f84 Adjust tidy.conf for recent version 7 anni fa

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.

In all examples, setting the parameter REV=systemd is needed to build the
systemd version of the book.

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