Go to file
2023-02-28 10:16:07 -06:00
appendices Less can use pcre2 2023-02-19 15:12:26 +01:00
bootscripts Changed "behaviour" to "behavior" throughout the LFS book. 2022-12-12 14:44:57 -06:00
chapter01 Update changelog after 11.3 release 2023-02-28 10:16:07 -06:00
chapter02 hostreqs: Remove "required by udev" for kernel 2023-02-28 14:59:19 +08:00
chapter03 grub: Add upstream fixes patch for unrecognized ext2/3/4 features (#5219) 2023-02-19 14:30:57 +08:00
chapter04 Typo 2023-02-12 14:19:14 -06:00
chapter05 glibc: Remove a sed useless for 2.37 2023-02-02 15:47:05 +08:00
chapter06 gcc: remove --disable-decimal-float from pass 1 and 2 2022-11-22 18:22:53 +08:00
chapter07 Standardize spelling of "userspace". 2022-12-24 10:00:23 -06:00
chapter08 e2fsprogs: Add configuration section about mke2fs.conf 2023-02-19 20:42:33 +08:00
chapter09 configuration: Use [DHCPv4] instead of [DHCP] for systemd .network file 2023-02-17 15:10:35 +08:00
chapter10 Typo 2023-01-02 08:02:24 +01:00
chapter11 reboot: fix /dev/shm unmounting command 2022-10-02 16:12:26 +08:00
images
part3intro Edited for clarity, punctuation, and English idiom. 2022-11-03 13:12:33 -05:00
prologue Standardize spelling of "userspace". 2022-12-24 10:00:23 -06:00
stylesheets stylesheets: add Simplified Chinese for lfs-l10n 2022-11-12 00:05:09 +08:00
udev-lfs
.gitignore
aux-file-data.sh
general.ent wheel: switch download URL 2022-11-11 00:07:42 +08:00
git-version.sh Update timezone for builds 2023-01-02 14:15:43 -06:00
index.xml
INSTALL
lfs-latest-git.php Update currency for sysvinitwq 2022-11-14 10:31:59 -06:00
lfs-latest.php
make-aux-files.sh
Makefile Makefile: reinstate the dump-commands target 2022-09-18 08:29:18 +02:00
obfuscate.sh
packages.ent Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunk 2023-02-13 12:11:47 -06:00
patches.ent grub: Add upstream fixes patch for unrecognized ext2/3/4 features (#5219) 2023-02-19 14:30:57 +08:00
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