Русский перевод книги Linux From Scratch
Go to file
2023-09-13 23:23:28 +03:00
appendices chapter08: Move pkgconf before binutils 2023-09-06 21:52:36 +03:00
bootscripts Package updates and misc upates/typos 2023-09-05 00:36:20 +03:00
chapter01 Adde phrase arch 2023-09-10 23:23:45 +03:00
chapter02 Added note about IA32 Emulation in kernel config 2023-09-10 23:27:34 +03:00
chapter03 Added package ISL 2023-09-10 23:32:20 +03:00
chapter04 Added multilib instructions in chapter 4 2023-09-11 17:37:23 +03:00
chapter05 Minor fixes for using gcc13 2023-08-12 21:15:35 +05:00
chapter06 Minor reword 2023-09-10 20:12:41 +03:00
chapter07 Make /dev/shm mount and umount verbose 2023-09-12 21:19:45 +03:00
chapter08 stripping: Compress the kept debug info with Zlib 2023-09-13 23:20:17 +03:00
chapter09 Change eudev to udev, revert standart prefix 2023-08-13 23:57:55 +05:00
chapter10 pdf: Allow breaking pages in version-check and kernel configuration 2023-09-02 14:43:57 +05:00
chapter11 Make /dev/shm mount and umount verbose 2023-09-12 21:19:45 +03: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 Added multilib author and xml 2023-09-12 23:17:44 +03:00
stylesheets Add some color to kernel options 2023-08-09 18:39:56 +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 Release 12.0 2023-09-02 03:18:37 +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 Package updates and misc upates/typos 2023-09-05 00:36:20 +03:00
git-version.sh build: Add "make dist" 2023-09-13 23:00:58 +03: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 changelog: Add ticket number for linux-6.4.12 update 2023-08-27 21:50:49 +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 build: Add "make dist" 2023-09-13 23:00:58 +03:00
obfuscate.sh Updating the book generation scripts, add gen-changelog.py 2023-08-13 20:05:50 +05:00
packages.ent packages: Add kmod home page 2023-09-08 11:36:51 +03:00
patches.ent Package updates and misc upates/typos 2023-09-05 00:36:20 +03: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 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

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

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