Parcourir la source

Adding a comment on package management, and undoing the mistaken deletion of the virtual unmounts.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3260 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Alex Gronenwoud il y a 21 ans
Parent
commit
e421d2e1df
3 fichiers modifiés avec 16 ajouts et 5 suppressions
  1. 6 0
      chapter06/chapter06.xml
  2. 8 3
      chapter09/reboot.xml
  3. 2 2
      index.xml

+ 6 - 0
chapter06/chapter06.xml

@@ -58,6 +58,12 @@ needs in order to be built successfully. After the installation instructions
 follows a list of programs and libraries that the package installs, together
 with a series of short descriptions of these.</para>
 
+<para>If you wish to keep track of which package installs what files, you may
+want to use a package manager. For a general overview of package managers have
+a look at <ulink url="&blfs-root;view/cvs/introduction/pkgmgt.html"/>. And for
+a package management method specifically geared towards LFS see
+<ulink url="&hints-root;more_control_and_pkg_man.txt"/>.</para>
+
 </sect1>
 
 

+ 8 - 3
chapter09/reboot.xml

@@ -7,12 +7,17 @@ your computer. First exit from the chroot environment:</para>
 
 <screen><userinput>logout</userinput></screen>
 
-<para>Then unmount the LFS file system:</para>
+<para>Then unmount the virtual files systems:</para>
+
+<screen><userinput>umount /dev/pts
+umount /proc</userinput></screen>    
+
+<para>And unmount the LFS file system:</para>
 
 <screen><userinput>umount $LFS</userinput></screen>
 
-<para>If you earlier decided to create multiple partitions, you'll need to
-unmount the other partitions before you unmount $LFS, like this:</para>
+<para>If at the start you decided to create multiple partitions, you'll need to
+unmount the other partitions before unmounting the main one, like this:</para>
 
 <screen><userinput>umount $LFS/usr
 umount $LFS/home

+ 2 - 2
index.xml

@@ -2,8 +2,8 @@
 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" 
 			"/usr/share/docbook/docbookx.dtd" [
 
-<!ENTITY version "CVS-2004-02-23">
-<!ENTITY releasedate "February 23rd, 2004">
+<!ENTITY version "CVS-2004-02-24">
+<!ENTITY releasedate "February 24th, 2004">
 <!ENTITY milestone "5.2">
 <!ENTITY nbsp " ">