Go to file
2024-03-19 15:27:44 +01:00
appendices Typos 2024-02-27 20:48:45 +08:00
bootscripts bootscripts: change "halt stop" to "halt start" 2023-10-04 15:52:42 +02:00
chapter01 Remove duplicate &version; 2024-03-19 15:27:44 +01:00
chapter02 Automatic merge of trunk into multilib 2024-02-03 00:30:21 +01:00
chapter03
chapter04
chapter05 Automatic merge of trunk into multilib 2024-01-27 00:30:17 +01:00
chapter06 Automatic merge of trunk into multilib 2024-01-27 00:30:17 +01:00
chapter07
chapter08 Automatic merge of trunk into multilib 2024-03-15 00:30:19 +01:00
chapter09
chapter10 Automatic merge of trunk into multilib 2024-03-03 00:30:21 +01:00
chapter11
images
part3intro
prologue
stylesheets
udev-lfs Update to udev-lfs-20230818 2023-08-18 10:35:49 -05:00
.gitignore
aux-file-data.sh
gen-changelog.py
general.ent hostreq: Raise min-kernel to 4.19 2024-02-02 09:03:51 +08:00
git-version.sh
index.xml
INSTALL
lfs-latest-git.php Fix currency for xz 2024-02-02 10:10:53 -06: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
packages.ent Change unit of isl size to KB to be consistent to all other pkgs 2024-03-19 13:26:05 +01:00
patches.ent Package updates. 2024-02-12 11:05:36 -06: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