Go to file
2023-05-13 15:09:44 +08:00
appendices dependencies: Extend iproute2 external dependencies 2023-04-15 20:48:00 +08:00
bootscripts Changed "behaviour" to "behavior" throughout the LFS book. 2022-12-12 14:44:57 -06:00
chapter01 whatsnew: Update for GCC 13.1 2023-05-08 19:13:27 +08:00
chapter02 Typo fix for convenience partitions 2023-03-21 14:20:13 -05:00
chapter03 packages: Add flit-core into download page 2023-04-01 00:55:06 +08:00
chapter04 Typo 2023-02-12 14:19:14 -06:00
chapter05 Create new branch for gcc13 2023-04-27 10:01:17 -05:00
chapter06 coreutils: Explain gl_cv_macro_MB_CUR_MAX_good=yes 2023-05-07 10:56:05 +08:00
chapter07 Package updates. 2023-04-14 15:00:26 -05:00
chapter08 gcc: Note some additional test failures 2023-05-13 15:09:44 +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 Edited for clarity, punctuation, and English idiom. 2022-11-03 13:12:33 -05:00
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 gen-changelog: Mark security fix correctly 2023-04-01 01:45:36 +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 flit-core 2023-04-01 17:07:06 -05:00
lfs-latest.php
make-aux-files.sh
Makefile
obfuscate.sh
packages.ent Merge branch 'bdubbs/gcc13' into trunk 2023-05-07 13:15:46 +02: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 Remove eol spaces 2021-09-07 23:10:29 +02:00
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