diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2006-01-25 21:05:21 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2006-01-25 21:05:21 +0000 |
commit | 76ccbb3810998378b69acdfdc4c0c716d70e29d3 (patch) | |
tree | f2edb4bc152da7db9546f729cdaca69d17f2e377 /chapter06/introduction.xml | |
parent | f6e901d6300aa1a17454a78b19591367ef9383d5 (diff) |
Add information about package management
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7301 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/introduction.xml')
-rw-r--r-- | chapter06/introduction.xml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/chapter06/introduction.xml b/chapter06/introduction.xml index 51845cd85..8ca571197 100644 --- a/chapter06/introduction.xml +++ b/chapter06/introduction.xml @@ -58,16 +58,5 @@ package. Following the installation instructions, there is a list of programs and libraries (along with brief descriptions of these) that the package installs.</para> -<para>To keep track of which package installs particular files, a package -manager can be used. For a general overview of different styles of package -managers, please refer to <ulink -url="&blfs-root;view/svn/introduction/important.html"/>. -For a package management method specifically geared towards LFS, we recommend <ulink -url="&hints-root;more_control_and_pkg_man.txt"/>.</para> - -<note><para>The remainder of this book is to be performed while logged in as -user <emphasis>root</emphasis> and no longer as user <emphasis>lfs</emphasis>. -Also, double check that <envar>$LFS</envar> is set.</para></note> - </sect1> |