Перевод книги Linux From Scratch (LFS) на русский язык https://linuxfromscratch.ru
Find a file
Poltern 07d6d16cf4 Use "install ... -t $dir" instead of "mkdir $dir; cp ... $dir" if possible
So we don't need to type the long path twice.
2025-02-10 17:57:29 +05:00
appendices Small fixes 2025-02-10 13:43:55 +05:00
bootscripts bootscripts: console: Fix fb console detection 2024-08-25 22:14:05 +05:00
chapter01 Package updates 2024-12-24 12:49:51 +05:00
chapter02 Small fixes 2025-02-10 13:43:55 +05:00
chapter03 readline: Decorate new info about SHLIB_LIBS 2025-02-10 14:19:02 +05:00
chapter04 Add more detail to the About SBUs page 2024-08-27 12:56:29 +05:00
chapter05 Add more detail to the About SBUs page 2024-08-27 12:56:29 +05:00
chapter06 readline: Decorate new info about SHLIB_LIBS 2025-02-10 14:19:02 +05:00
chapter07 Package and format updates. 2024-07-12 13:06:06 +05:00
chapter08 Use "install ... -t $dir" instead of "mkdir $dir; cp ... $dir" if possible 2025-02-10 17:57:29 +05:00
chapter09 grub: Explain moving bash completion file 2024-12-24 15:44:23 +05:00
chapter10 drm-panic: kernel: Enable SimpleDRM 2025-02-10 15:30:01 +05:00
chapter11 Use "install ... -t $dir" instead of "mkdir $dir; cp ... $dir" if possible 2025-02-10 17:57:29 +05:00
images Add images 2022-05-19 02:04:30 +05:00
part3intro Update the paragraph describing ch05 glibc 2024-08-16 12:49:14 +05:00
pdf fixed #3; Automatic insertion of arrows for ru lang 2024-02-26 17:40:43 +05:00
prologue grub: Explain moving bash completion file 2024-12-24 15:44:23 +05:00
stylesheets Comment english page format 2024-08-31 23:34:28 +05:00
udev-lfs bootscripts: console: Fix fb console detection 2024-08-25 22:14:05 +05:00
.gitignore build: Add "make dist" 2023-09-13 23:00:58 +03:00
ABOUT.md Release 12.1 2024-02-29 22:58:36 +05:00
aux-file-data.sh bootscripts: console: Fix fb console detection 2024-08-25 22:14:05 +05:00
gen-changelog.py gen-changelog: Handles holding tickets 2024-01-02 21:11:20 +05:00
general.ent Package updates 2024-12-24 12:49:51 +05:00
git-version.sh bootscripts: console: Fix fb console detection 2024-08-25 22:14:05 +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 Package updates 2024-12-24 12:49:51 +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 build: Use -r for git ls-tree in make dist 2024-08-18 21:53:18 +05:00
obfuscate.sh Fix file mode 2024-02-07 14:55:30 +05:00
packages.ent Package updates 2024-12-24 12:49:51 +05:00
patches.ent Package updates 2024-12-24 12:49:51 +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