Русский перевод книги Linux From Scratch
Go to file
2024-02-23 00:02:52 +05:00
appendices Packages update and small fix 2024-01-31 21:41:07 +05:00
bootscripts bootscripts: change "halt stop" to "halt start" 2023-10-04 23:19:37 +05:00
chapter01 Packages update and small fix chapter10/kernel.xml chown command reported by @ylegan 2024-02-15 00:13:18 +05:00
chapter02 hostreq: Raise min-kernel to 4.19 2024-02-06 14:42:34 +05:00
chapter03 Packages update and small fix chapter10/kernel.xml chown command reported by @ylegan 2024-02-15 00:13:18 +05:00
chapter04 Added missing tag 2024-02-07 13:10:52 +05:00
chapter05 Fix punctuation in quotes, and quote signs 2024-02-01 22:12:23 +05:00
chapter06 Fix punctuation in quotes, and quote signs 2024-02-01 22:12:23 +05:00
chapter07 Fix and unify the commands creating the link target of /dev/shm 2024-02-06 15:12:27 +05:00
chapter08 Decorate test failures, remove outdated comments, move comments for upstream PR links to correct location. 2024-02-18 23:33:17 +05:00
chapter09 Update descriptions for some test failures and small syntax fix 2024-02-18 00:20:58 +05:00
chapter10 Kernel typo fix 2024-02-23 00:02:52 +05:00
chapter11 Fix and unify the commands creating the link target of /dev/shm 2024-02-06 15:12:27 +05:00
images Add images 2022-05-19 02:04:30 +05:00
part3intro Moved a caution to a better page. 2023-09-05 11:37:11 +03:00
pdf Fix encoding, add pt-astra fonts 2023-05-24 13:30:24 +05:00
prologue Fix punctuation in quotes, and quote signs 2024-02-01 22:12:23 +05:00
stylesheets Use http://cdn.docbook.org to run on other distros 2024-02-12 01:15:33 +05:00
udev-lfs Update stats for systemd/dbus and update to udev-lfs-20230818 2023-08-18 22:54:41 +05:00
.gitignore build: Add "make dist" 2023-09-13 23:00:58 +03:00
ABOUT.md Typo 2023-10-10 13:52:42 +03:00
aux-file-data.sh Fix file mode 2024-02-07 14:55:30 +05:00
gen-changelog.py gen-changelog: Handles holding tickets 2024-01-02 21:11:20 +05:00
general.ent Change to devel 2024-02-07 13:58:39 +05:00
git-version.sh Change date format 2024-02-07 15:07:11 +05:00
index.xml Add lang='ru' 2023-09-24 23:04:19 +05:00
INSTALL.md Rename install to install.md 2023-08-13 12:12:31 +05:00
lfs-latest-git.php Fix currency for xz 2024-02-06 14:49:11 +05:00
lfs-latest.php Removed stale lfs-latest.php and symlink lfs-latest-git.php to it 2023-09-05 00:38:23 +03:00
LICENSE Initial commit 2022-05-09 00:31:36 +05:00
make-aux-files.sh Fix file mode 2024-02-07 14:55:30 +05:00
Makefile Rendering: some utf-8 fixes 2024-02-01 22:22:41 +05:00
obfuscate.sh Fix file mode 2024-02-07 14:55:30 +05:00
packages.ent Update descriptions for some test failures and small syntax fix 2024-02-18 00:20:58 +05:00
patches.ent Packages update and small fix chapter10/kernel.xml chown command reported by @ylegan 2024-02-15 00:13:18 +05:00
pdf-fixups.sh Fix file mode 2024-02-07 14:55:30 +05:00
process-scripts.sh Fix file mode 2024-02-07 14:55:30 +05:00
README.md Added build script with "all" parameter 2023-09-05 11:58:54 +03:00
tidy.conf Generate utf-8 encoded html (needs to be tested) 2023-11-26 21:46:04 +05:00

LFS Book README

В этом документе содержится информация о том, как выполнить преобразование книги из XML формата в другой формат (например, HTML, PDF, PS и TXT). Для начала, если вы ещё этого не сделали, пожалуйста, откройте и прочитайте информацию, представленную в файле INSTALL, чтобы установить необходимое программное обеспечение. Если вы уже выполнили все шаги в файле INSTALL, ознакомьтесь с примерами того, как выполнить преобразование файлов в другие форматы.

Во всех примерах необходимо указание аргумента REV=systemd, если требуется сборка редакции systemd.

XML в XHTML:

make BASEDIR=/path/to/output/location

XML в одностраничный XHTML (nochunks):

make BASEDIR=/path/to/output/location nochunks

XML в TXT:

Следуйте инструкциям для nochunks и затем запустите: lynx -dump /path/to/nochunks > /path/to/output

XML в PDF:

make BASEDIR=/path/to/output/location pdf

Сделать сборку всех версий (TXT по умолчанию не создается):

make BASEDIR=/path/to/output/location all