Go to file
Bruce Dubbs 798e18b09f
Minor grammar corrections.
Mistakenly removed the remote WIP branch while it's not fully merged
yet.  Cherry-pick the discarded commit.

(cherry picked from commit 2f3f0e9e813f60a88e9f557842a7b9a50cdec50b)
2023-11-14 00:31:08 +08:00
appendices dependencies: Remove useless <phrase> 2023-11-01 17:30:18 +08:00
bootscripts bootscripts: change "halt stop" to "halt start" 2023-10-04 15:52:42 +02:00
chapter01
chapter02 hostreqs: Bump Coreutils minimal version to 8.1 and check for nproc 2023-11-13 21:00:03 +08:00
chapter03 PAckage updates. 2023-10-31 14:10:03 -05:00
chapter04 settingenviron: Set MAKEFLAGS for parallelism in ~lfs/.bashrc 2023-11-13 21:09:47 +08:00
chapter05 Package updates and one fix. 2023-10-01 13:37:57 -05:00
chapter06 Remove textual description of an arg no loger in instructions 2023-09-25 14:46:25 +02:00
chapter07 Minor grammar corrections. 2023-11-14 00:31:08 +08:00
chapter08 Merge tag 'xry111/update-20231113' into trunk 2023-11-14 00:27:17 +08:00
chapter09 systemd: Use NSS modules provided by systemd in nsswitch.conf 2023-09-14 16:50:37 +08:00
chapter10
chapter11 afterlfs: "Work remotely via SSH" does not strictly need wget 2023-09-24 20:07:32 +08:00
images
part3intro
prologue
stylesheets
udev-lfs
.gitignore
aux-file-data.sh
gen-changelog.py
general.ent
git-version.sh
index.xml
INSTALL
lfs-latest-git.php Update currency for setuptools 2023-11-01 11:10:45 -05:00
lfs-latest.php
make-aux-files.sh
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