1 These instructions will go into the LFS-CVS book once initial testing has
4 How to install this stuff.
5 These instrutions assume you unpacked checklfs-0.2 in $LFS/usr/src as
6 assumed by the lfs-book's instructions.
8 Install this package immediately after you setup the directories in chapter
11 Install checklfs-0.2 by running the following commands:
13 mkdir $LFS/usr/share/checklfs &&
14 cp bin/* $LFS/usr/bin &&
15 cp -a install-logs $LFS/usr/share/checklfs
17 You can verify that you installed checklfs-0.2 properly by running:
19 PATH=$PATH:$LFS/usr/bin &&
20 $LFS/usr/bin/checklfs -v -c5 checklfs-0.2
22 Run the following to run the creating-dirs test, making sure all the
23 directories you just created are all present too:
25 $LFS/usr/bin/checklfs -v -c5 creating-dirs
27 After every package in chapter 5 is installed, you can run:
28 $LFS/usr/bin/checklfs -v -c5 package-version
30 -v: show verbose output
31 -c5 use with LFS-Book Chapter 5 installation: check if
32 everything is statically linked
34 To check any other package installation after chapter 5, run: