Go to file
2022-11-22 00:30:12 +01:00
appendices
bootscripts Typos reported by "rhubarbpieguy" 2022-10-02 09:49:12 +02:00
chapter01
chapter02
chapter03 Automatic merge of trunk into multilib 2022-11-12 00:30:13 +01:00
chapter04
chapter05 Automatic merge of trunk into multilib 2022-11-01 06:50:58 +01:00
chapter06 Automatic merge of trunk into multilib 2022-11-12 00:30:13 +01:00
chapter07 Automatic merge of trunk into multilib 2022-11-18 08:41:41 +01:00
chapter08 Automatic merge of trunk into multilib 2022-11-22 00:30:12 +01:00
chapter09 kernfs: modernize the explanation for bind mounting /dev 2022-10-01 15:14:22 +08:00
chapter10 Automatic merge of trunk into multilib 2022-10-02 00:30:12 +02:00
chapter11
images
part3intro
prologue
stylesheets
udev-lfs Replace tabs with spaces 2022-09-11 18:42:58 +02:00
.gitignore
aux-file-data.sh
general.ent
git-version.sh
index.xml
INSTALL
lfs-latest-git.php
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 Added a versose flag and other fixes to the Makefile. 2007-07-06 17:54:18 +00:00
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