Go to file
2024-05-04 00:30:22 +02:00
appendices
bootscripts Make minor change to ifup script output text. 2024-04-16 10:59:48 -05:00
chapter01
chapter02 Automatic merge of trunk into multilib 2024-02-03 00:30:21 +01:00
chapter03
chapter04 Automatic merge of trunk into multilib 2024-01-26 00:30:11 +01:00
chapter05 Automatic merge of trunk into multilib 2024-01-27 00:30:17 +01:00
chapter06
chapter07 Automatic merge of trunk into multilib 2024-04-28 00:30:25 +02:00
chapter08 Automatic merge of trunk into multilib 2024-05-04 00:30:22 +02:00
chapter09 [systemd] clock: Captitalize the title 2024-05-03 14:07:54 +08:00
chapter10 Automatic merge of trunk into multilib 2024-04-08 00:30:10 +02:00
chapter11
images
part3intro generalinstructions: Remove a false statement about "cp -R destroys symlink" 2024-04-06 17:39:05 +08:00
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 and cleanup 2024-03-20 09:46:44 -05:00
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 Fix make-aux-file for lfs-bootscript entities 2021-09-22 23:21:31 +02:00
Makefile
obfuscate.sh
packages.ent Automatic merge of trunk into multilib 2024-05-01 00:30:19 +02:00
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