Русский перевод книги Linux From Scratch
Go to file
2023-08-14 00:32:19 +05:00
appendices Translated appendices 2023-08-09 18:21:17 +05:00
bootscripts bootscripts: changed mountvirtfs, udev, udev_retry 2023-08-09 18:34:23 +05:00
chapter01 Translated askforhelp.xml, how.xml 2023-08-09 21:57:01 +05:00
chapter02 Translated creatingpartition.xml, hostreqs.xml 2023-08-10 23:44:30 +05:00
chapter03 Replace pkg-config with pkgconf, SysV: Add MarkupSafe and Jinja2, packages: Add flit-core, Add libxcrypt, Replace eudev with udev from systemd 2023-08-12 20:37:22 +05:00
chapter04 Fixed small typos 2023-08-12 20:50:06 +05:00
chapter05 Minor fixes for using gcc13 2023-08-12 21:15:35 +05:00
chapter06 coreutils: Explain gl_cv_macro_MB_CUR_MAX_good=yes, gcc-pass2: Disable libsanitizer, binutils-pass2: Remove libsframe.{a,la} like other libs, make: Remove sed 2023-08-12 21:50:04 +05:00
chapter07 perl: added option -Duseshrplib, util-linux: fixed runstatedir 2023-08-12 22:17:34 +05:00
chapter08 Spelling 2023-08-04 01:54:52 +05:00
chapter09 Change eudev to udev, revert standart prefix 2023-08-13 23:57:55 +05:00
chapter10 Spelling 2023-08-03 01:14:31 +05:00
chapter11 Added link to BLFS and a pointer to troubleshooting boot problems 2023-08-14 00:32:19 +05:00
images Add images 2022-05-19 02:04:30 +05:00
part3intro Spelling 2023-08-03 01:14:31 +05:00
pdf Fix encoding, add pt-astra fonts 2023-05-24 13:30:24 +05:00
prologue Translated prologue/why.xml 2023-08-08 21:16:01 +05:00
stylesheets Add some color to kernel options 2023-08-09 18:39:56 +05:00
udev-lfs Update udev-lfs tarball to remove obsolete cdrom rules and references to ISDN devices. 2023-08-09 18:45:44 +05:00
ABOUT.md Spelling 2023-08-04 15:46:26 +05: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 Updating the book generation scripts, add gen-changelog.py 2023-08-13 20:05:50 +05:00
git-version.sh Add docbook-xsl-1.79.1 and small fixes 2023-05-25 00:08:02 +05:00
index.xml fix codepage and CRLF 2022-05-11 01:55:07 +05:00
INSTALL.md Rename install to install.md 2023-08-13 12:12:31 +05:00
lfs-latest-git.php Updating the book generation scripts, add gen-changelog.py 2023-08-13 20:05:50 +05:00
lfs-latest.php Scripts needed to convert a book to other formats 2022-05-11 01:28:03 +05: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 Add docbook-xsl-1.79.1 and small fixes 2023-05-25 00:08:02 +05:00
obfuscate.sh Updating the book generation scripts, add gen-changelog.py 2023-08-13 20:05:50 +05:00
packages.ent Updating the book generation scripts, add gen-changelog.py 2023-08-13 20:05:50 +05:00
patches.ent Updating the book generation scripts, add gen-changelog.py 2023-08-13 20:05:50 +05: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 Add chapter 1 (Добавлена глава 1) 2022-05-16 01:41:48 +05:00
tidy.conf Scripts needed to convert a book to other formats 2022-05-11 01:28:03 +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