Русский перевод книги Linux From Scratch
Go to file
Poltern d814a44983 Package updates:
Update to util-linux v2.39.3.
Update to python3-3.12.1.
Update to linux-6.6.7.
Update to kbd-2.6.4.
Update to bc-6.7.4.
2023-12-15 11:50:43 +07:00
appendices dependencies: Remove outdated sentence 2023-12-05 20:54:38 +07:00
bootscripts bootscripts: change "halt stop" to "halt start" 2023-10-04 23:19:37 +05:00
chapter01 Package updates: 2023-12-15 11:50:43 +07:00
chapter02 Bump Coreutils minimal version to 8.1 and check for nproc 2023-11-22 17:32:41 +05:00
chapter03 Added setuptools-68.2.2. 2023-11-01 22:51:31 +05:00
chapter04 Set MAKEFLAGS and TESTSUITEFLAGS for parallelism 2023-11-22 17:30:04 +05:00
chapter05 Package updates and disable building nscd in glibc. 2023-10-02 12:11:20 +05:00
chapter06 Formatting 2023-12-03 22:46:17 +07:00
chapter07 Reformat util-linux configure parameters. 2023-12-15 11:50:00 +07:00
chapter08 Reformat util-linux configure parameters. 2023-12-15 11:50:00 +07:00
chapter09 systemd: Use NSS modules provided by systemd in nsswitch.conf 2023-09-15 22:48:37 +05:00
chapter10 kernel-config: Sync fixes from BLFS 2023-12-07 18:49:51 +07:00
chapter11 afterlfs: "Work remotely via SSH" does not strictly need wget 2023-09-24 17:33:31 +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 Small reword 2023-10-30 11:58:18 +05:00
stylesheets Generate utf-8 encoded html (needs to be tested) 2023-11-26 21:46:04 +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 Scripts needed to convert a book to other formats 2022-05-11 01:28:03 +05:00
gen-changelog.py Updating the book generation scripts, add gen-changelog.py 2023-08-13 20:05:50 +05:00
general.ent Localised link on multilib version 2023-10-13 22:36:15 +03:00
git-version.sh build: Add "make dist" 2023-09-13 23:00:58 +03: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 Added setuptools package 2023-11-03 11:13:35 +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 Scripts needed to convert a book to other formats 2022-05-11 01:28:03 +05:00
Makefile Generate utf-8 encoded html (needs to be tested) 2023-11-26 21:46:04 +05:00
obfuscate.sh Updating the book generation scripts, add gen-changelog.py 2023-08-13 20:05:50 +05:00
packages.ent Package updates: 2023-12-15 11:50:43 +07:00
patches.ent Updated packages: bc, gettext, iana-etc, linux, meson, openssl, perl, pkgconf, vim, wheel 2023-12-02 18:36:52 +07:00
pdf-fixups.sh Scripts needed to convert a book to other formats 2022-05-11 01:28:03 +05:00
process-scripts.sh Scripts needed to convert a book to other formats 2022-05-11 01:28:03 +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