Go to file
2024-01-17 14:52:54 +01:00
appendices
bootscripts bootscripts: change "halt stop" to "halt start" 2023-10-04 15:52:42 +02:00
chapter01 Fix the definition of the C.UTF-8 locale. 2024-01-09 11:16:26 -06:00
chapter02
chapter03
chapter04 Nitpick on format 2024-01-11 13:52:28 +01:00
chapter05 Typo 2024-01-04 09:44:21 -06:00
chapter06 binutils: Add --enable-default-hash-style=gnu for configure (#5401) 2023-12-31 02:37:07 +08:00
chapter07 Nitpick on format 2024-01-11 13:52:28 +01:00
chapter08 systemd: Update the explanation to match the actual command 2024-01-15 12:36:47 +08:00
chapter09 Nitpick on format 2024-01-11 13:52:28 +01:00
chapter10 Nitpick on format 2024-01-11 13:52:28 +01:00
chapter11
images
part3intro
prologue
stylesheets Reference the docbook-xsl bug at the place we fix it 2024-01-17 14:52:54 +01:00
udev-lfs
.gitignore
aux-file-data.sh
gen-changelog.py
general.ent
git-version.sh
index.xml
INSTALL
lfs-latest-git.php
lfs-latest.php currency: Remove stale lfs-latest.php and symlink lfs-latest-git.php to it 2023-09-03 03:30:43 +08:00
make-aux-files.sh
Makefile SImplify Makefile now that we have fixed DB-xsl bug 2024-01-17 14:49:48 +01:00
obfuscate.sh
packages.ent
patches.ent
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