diff --git a/TODO b/TODO index 503a5910c..444bd1cd9 100644 --- a/TODO +++ b/TODO @@ -55,10 +55,6 @@ These are the TODO items for the next LFS release (3.0): * Mention LFS should be installed as user root -* Single user mode has been reported not to work properly. Shutdown - doesn't seem to unmount file systems and the shell doesn't come up - properly when 'telinit S'. - * Add netkit-base and net-tools to Appendix A. * Use /etc/HOSTNAME for setting the hostname. This is a bit more diff --git a/chapter02/install.xml b/chapter02/install.xml index 2b6d6d012..f9d88461f 100644 --- a/chapter02/install.xml +++ b/chapter02/install.xml @@ -42,7 +42,7 @@ filename format: -When you have a file that is tar'ed and bzip'ed, you unpack it by +When you have a file that is tar'ed and bzip2'ed, you unpack it by running: @@ -78,6 +78,16 @@ book is going to install a program, it's up to you to unpack the source archive. + +When you have a file that is gzip'ed, you unpack it by running: + + +
+ + gunzip filename.gz + +
+ After you have installed a package you can do two things with it. You can either delete the directory that contains the sources or you can keep it.