Go to file
2025-04-30 16:16:18 -06:00
appendices dependencies: Packaging needs Flit-core to be built 2025-04-21 16:49:39 +08:00
bootscripts
chapter01 Merge 2025-04-24 13:43:45 +02:00
chapter02
chapter03 Changes required for gcc-15 2025-04-28 08:43:37 +02:00
chapter04
chapter05 gcc-pass1: Wording for gcc-15 note. 2025-04-30 16:16:18 -06:00
chapter06 Changes required for gcc-15 2025-04-28 08:43:37 +02:00
chapter07
chapter08 Changes required for gcc-15 2025-04-28 08:43:37 +02:00
chapter09 network: Fix the /etc/hosts line for local machine 2024-09-26 01:12:54 +08:00
chapter10 Merge trunk 2025-03-08 08:27:50 +01:00
chapter11
images
part3intro Merge 2025-04-15 05:27:54 +02:00
prologue
stylesheets
udev-lfs
.gitignore
aux-file-data.sh
gen-changelog.py
general.ent Merge 2025-04-24 13:43:45 +02:00
git-version.sh
index.xml
INSTALL
lfs-latest-git.php Merge 2025-04-24 13:43:45 +02:00
lfs-latest.php
make-aux-files.sh Fix make-aux-file for lfs-bootscript entities 2021-09-22 23:21:31 +02:00
Makefile
obfuscate.sh Fix small typos 2023-08-03 22:55:17 +08:00
packages.ent packages: Fix dl links for GCC and ncurses. 2025-04-28 16:09:11 -06:00
patches.ent Changes required for gcc-15 2025-04-28 08:43:37 +02:00
pdf-fixups.sh
process-scripts.sh
README
tidy.conf

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