diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-02-23 17:56:03 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-02-23 17:56:03 +0000 |
commit | a9f0291cc1e9220acc4b30f75dbbe3a8da76e382 (patch) | |
tree | 5e51d1003e77ccd34eb3cc295549772cae1a60c4 /chapter02 | |
parent | 08e00768d0b26fdcfceb67ebb0b0685a29af53f2 (diff) |
Cancelled "Fix telinit S problems" - works fine
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@207 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter02')
-rw-r--r-- | chapter02/install.xml | 12 |
1 files changed, 11 insertions, 1 deletions
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: <para> -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: </para> @@ -79,6 +79,16 @@ archive. </para> <para> +When you have a file that is gzip'ed, you unpack it by running: +</para> + +<blockquote><literallayout> + + <userinput>gunzip filename.gz</userinput> + +</literallayout></blockquote> + +<para> 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. If you decide to keep it, that's fine by me. But if you need the same package |