Changeset 1aff37f
- Timestamp:
- 05/29/2016 08:24:09 PM (7 years ago)
- Branches:
- 10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 7.10, 7.10-rc1, 8.0, 8.0-rc1, 8.1, 8.1-rc1, 8.1-rc2, 8.2, 8.2-rc1, 8.3, 8.3-rc1, 8.3-rc2, 8.4, 8.4-rc1, 9.0, 9.0-rc1, 9.1, 9.1-rc1, arm, bdubbs/gcc13, cross-chap5, ml-11.0, multilib, nosym, old-trunk, s6-init, trunk, xry111/arm64, xry111/clfs-ng, xry111/git-transition, xry111/glibc-2.34, xry111/glibc-2.37, xry111/kcfg-revise, xry111/lfs-next, xry111/pip3, xry111/queue-11.3, xry111/rust-wip-20221008, xry111/tester-nohack, xry111/usr-move
- Children:
- 18fcbd5
- Parents:
- e787b1f
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile
re787b1f r1aff37f 24 24 25 25 ifeq ($(REV), sysv) 26 BASEDIR = ~/lfs-book27 PDF_OUTPUT = LFS-BOOK.pdf28 NOCHUNKS_OUTPUT = LFS-BOOK.html29 DUMPDIR = ~/lfs-commands26 BASEDIR ?= ~/lfs-book 27 PDF_OUTPUT ?= LFS-BOOK.pdf 28 NOCHUNKS_OUTPUT ?= LFS-BOOK.html 29 DUMPDIR ?= ~/lfs-commands 30 30 else 31 BASEDIR = ~/lfs-systemd32 PDF_OUTPUT = LFS-SYSD-BOOK.pdf33 NOCHUNKS_OUTPUT = LFS-SYSD-BOOK.html34 DUMPDIR = ~/lfs-sysd-commands31 BASEDIR ?= ~/lfs-systemd 32 PDF_OUTPUT ?= LFS-SYSD-BOOK.pdf 33 NOCHUNKS_OUTPUT ?= LFS-SYSD-BOOK.html 34 DUMPDIR ?= ~/lfs-sysd-commands 35 35 endif 36 36 -
chapter06/e2fsprogs.xml
re787b1f r1aff37f 44 44 <sect2 role="installation"> 45 45 <title>Installation of E2fsprogs</title> 46 47 <para>First, fix a script that adjusts testing output:</para> 48 49 <screen><userinput remap="pre">sed -i -e 's:\[\.-\]::' tests/filter.sed</userinput></screen> 46 50 47 51 <para>The E2fsprogs documentation recommends that the package be built in
Note:
See TracChangeset
for help on using the changeset viewer.