Linux From Scratch:
Prev
Next
Chapter 5. Preparing the LFS system
Table of Contents
5.1.
Introduction
5.2.
Why do we use static linking?
5.3.
Creating the $LFS/static directory
5.4.
Install all software as an unprivileged user
5.5.
Installing Bash-2.05a
5.5.1.
Installation of Bash
5.5.2.
Command explanations
5.5.3.
Contents of Bash
5.5.4.
Bash Installation Dependencies
5.6.
Installing Binutils-2.13
5.6.1.
Installation of Binutils
5.6.2.
Command explanations
5.6.3.
Contents of Binutils
5.6.4.
Binutils Installation Dependencies
5.7.
Installing Bzip2-1.0.2
5.7.1.
Installation of Bzip2
5.7.2.
Command explanations
5.7.3.
Contents of Bzip2
5.7.4.
Bzip2 Installation Dependencies
5.8.
Installing Diffutils-2.8.1
5.8.1.
Installation of Diffutils
5.8.2.
Command explanations
5.8.3.
Contents of Diffutils
5.8.4.
Diffutils Installation Dependencies
5.9.
Installing Fileutils-4.1
5.9.1.
Installation of Fileutils
5.9.2.
Command explanations
5.9.3.
Contents of Fileutils
5.9.4.
Fileutils Installation Dependencies
5.10.
Installing Findutils-4.1
5.10.1.
Installing Findutils
5.10.2.
Command explanations
5.10.3.
Contents of Findutils
5.10.4.
Findutils Installation Dependencies
5.11.
Installing Gawk-3.1.1
5.11.1.
Installation of Gawk
5.11.2.
Contents of Gawk
5.11.3.
Gawk Installation Dependencies
5.12.
Installing GCC-3.2
5.12.1.
Installation of GCC
5.12.2.
Command explanations
5.12.3.
Contents of GCC
5.12.4.
GCC Installation Dependencies
5.13.
Installing Grep-2.5
5.13.1.
Installation of Grep
5.13.2.
Command explanations
5.13.3.
Contents of Grep
5.13.4.
Grep Installation Dependencies
5.14.
Installing Gzip-1.2.4a
5.14.1.
Installation of Gzip
5.14.2.
Contents of Gzip
5.14.3.
Gzip Installation Dependencies
5.15.
Installing Make-3.79.1
5.15.1.
Installation of Make
5.15.2.
Contents of Make
5.15.3.
Make Installation Dependencies
5.16.
Installing Patch-2.5.4
5.16.1.
Installation of Patch
5.16.2.
Command explanations
5.16.3.
Contents of Patch
5.16.4.
Patch Installation Dependencies
5.17.
Installing Sed-3.02
5.17.1.
Installation of Sed
5.17.2.
Contents of Sed
5.17.3.
Sed Installation Dependencies
5.18.
Installing Sh-utils-2.0
5.18.1.
Installation of Sh-utils
5.18.2.
Contents of Sh-utils
5.18.3.
Sh-utils Installation Dependencies
5.19.
Installing Tar-1.13
5.19.1.
Installation of Tar
5.19.2.
Contents of Tar
5.19.3.
Tar Installation Dependencies
5.20.
Installing Texinfo-4.2
5.20.1.
Installation of Texinfo
5.20.2.
Contents of Texinfo
5.20.3.
Texinfo Installation Dependencies
5.21.
Installing Textutils-2.1
5.21.1.
Installation of Textutils
5.21.2.
Contents of Textutils
5.21.3.
Textutils Installation Dependencies
5.22.
Installing Util-linux-2.11u
5.22.1.
Installation of Util-linux
5.22.2.
Util-linux Installation Dependencies
Prev
Home
Next
Mounting the new partition
Up
Introduction