Go to file
2022-10-28 00:30:10 +02:00
appendices Dependencies: util-linux can use libcap-ng, not libcap. 2022-10-27 03:02:39 +01:00
bootscripts Typos reported by "rhubarbpieguy" 2022-10-02 09:49:12 +02:00
chapter01 Automatic merge of trunk into multilib 2022-10-28 00:30:10 +02:00
chapter02 Automatic merge of trunk into multilib 2022-10-18 00:30:11 +02:00
chapter03 Automatic merge of trunk into multilib 2022-10-15 00:30:10 +02:00
chapter04 Automatic merge of trunk into multilib 2022-10-02 00:30:12 +02:00
chapter05 Automatic merge of trunk into multilib 2022-10-07 00:30:10 +02:00
chapter06 Automatic merge of trunk into multilib 2022-10-10 00:30:11 +02:00
chapter07 Automatic merge of trunk into multilib 2022-10-02 00:30:12 +02:00
chapter08 Automatic merge of trunk into multilib 2022-10-19 00:30:10 +02: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 reboot: fix /dev/shm unmounting command 2022-10-02 16:12:26 +08:00
images
part3intro First attempt at clarifying "Important Preliminary Material" 2022-10-09 18:46:28 +02:00
prologue Automatic merge of trunk into multilib 2022-10-24 00:30:11 +02:00
stylesheets Remove trailing spaces 2022-09-11 18:54:49 +02:00
udev-lfs Replace tabs with spaces 2022-09-11 18:42:58 +02:00
.gitignore Ignore fop.log 2022-03-15 11:17:36 -05:00
aux-file-data.sh
general.ent kernfs: modernize the explanation for bind mounting /dev 2022-10-01 15:14:22 +08:00
git-version.sh Replace tabs with spaces 2022-09-11 18:42:58 +02:00
index.xml
INSTALL
lfs-latest-git.php Fix systemd currency 2022-10-09 10:55:14 -05:00
lfs-latest.php
make-aux-files.sh
Makefile Automatic merge of trunk into multilib 2022-10-02 00:30:12 +02:00
obfuscate.sh
packages.ent Automatic merge of trunk into multilib 2022-10-18 00:30:11 +02:00
patches.ent Package updates. 2022-10-14 12:18:56 -05:00
pdf-fixups.sh Fix pdf presentation issues and some misc issues 2022-03-14 13:08:40 -05:00
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