Go to file
2022-03-25 10:52:35 +01:00
appendices
bootscripts Update bootscripts/ChangeLog for recent changes 2022-03-25 10:52:35 +01:00
chapter01
chapter02
chapter03 package update 2022-03-15 16:18:24 +08:00
chapter04 don't chown $LFS/sources to lfs (#5018) 2022-03-05 16:30:43 +08:00
chapter05 Speling 2022-03-24 12:11:57 -05:00
chapter06 Typo 2022-03-06 15:37:02 -06:00
chapter07 Speling 2022-03-24 12:11:57 -05:00
chapter08 Speling 2022-03-24 12:11:57 -05:00
chapter09
chapter10 Fix kernel config to mount the devtmpfs before boot 2022-03-22 22:03:33 +01:00
chapter11 Make umounting explicit 2021-11-01 12:05:41 -05:00
images
part3intro
prologue
stylesheets Remove eol spaces in xsl stylesheets 2021-09-07 23:28:43 +02:00
udev-lfs Remove eol spaces 2021-09-07 23:10:29 +02:00
.gitignore
aux-file-data.sh
general.ent Set general.ent for development 2021-09-22 23:28:01 +02:00
git-version.sh Package updates. 2021-12-31 07:10:48 -06:00
index.xml
INSTALL
lfs-latest-git.php
lfs-latest.php Remove eol spaces 2021-09-07 23:10:29 +02:00
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
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