Go to file
2023-03-31 22:45:34 +08:00
appendices zstd depends on zlib 2023-03-29 17:59:49 +02:00
bootscripts Changed "behaviour" to "behavior" throughout the LFS book. 2022-12-12 14:44:57 -06:00
chapter01 Package updates 2023-03-31 22:25:35 +08:00
chapter02 Typo fix for convenience partitions 2023-03-21 14:20:13 -05:00
chapter03 Package updates 2023-03-05 10:57:09 +08:00
chapter04 Typo 2023-02-12 14:19:14 -06:00
chapter05 glibc: Remove a sed useless for 2.37 2023-02-02 15:47:05 +08:00
chapter06 Package updates 2023-03-05 10:57:09 +08:00
chapter07 Standardize spelling of "userspace". 2022-12-24 10:00:23 -06:00
chapter08 wheel: Remove magic PYTHONPATH=src (unneeded with flit-core) and ... 2023-03-31 22:26:06 +08:00
chapter09 configuration: Use [DHCPv4] instead of [DHCP] for systemd .network file 2023-02-17 15:10:35 +08:00
chapter10 kernel: [revision="systemd"] Disable CONFIG_PSI_DEFAULT_DISABLED 2023-03-21 15:38:56 +08:00
chapter11 reboot.xml: Minor typo fix 2023-03-23 15:02:26 -05:00
images
part3intro
prologue Standardize spelling of "userspace". 2022-12-24 10:00:23 -06:00
stylesheets stylesheets: add Simplified Chinese for lfs-l10n 2022-11-12 00:05:09 +08:00
udev-lfs
.gitignore
aux-file-data.sh
gen-changelog.py Add a script to generate ChangeLog from "git diff" 2023-03-31 22:05:15 +08:00
general.ent q 2023-03-04 16:26:31 -06:00
git-version.sh Update timezone for builds 2023-01-02 14:15:43 -06:00
index.xml
INSTALL
lfs-latest-git.php Update currency for sysvinitwq 2022-11-14 10:31:59 -06:00
lfs-latest.php
make-aux-files.sh
Makefile
obfuscate.sh
packages.ent Package updates 2023-03-31 22:25:35 +08:00
patches.ent patches: Bump coreutils i18n patch md5sum for 9.2 2023-03-31 22:45:34 +08: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