Explorar el Código

Added boot process and runlevels explanation

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@229 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans hace 24 años
padre
commit
d04f249737
Se han modificado 2 ficheros con 7 adiciones y 1 borrados
  1. 6 1
      chapter01/changelog.xml
  2. 1 0
      index.xml

+ 6 - 1
chapter01/changelog.xml

@@ -100,11 +100,16 @@ script. Now after kill, first check PIDs, then sleep 2 if needed. More
 details can be read in the comments in the script itself.
 </para></listitem>
 
+<listitem><para>
+Chapter 7: Added the explanation how the runlevels and boot process
+works when using the LFS scripts.
+</para></listitem>
+
 <listitem><para>
 Chapter 10: Added this chapter. It contains "thanks and good luck"
 notes and suggest creating the /etc/lfs-&version; file
 </para></listitem>
-
+1
 </itemizedlist>
 
 </sect1>

+ 1 - 0
index.xml

@@ -319,6 +319,7 @@
 
 <!ENTITY chapter7 SYSTEM "intel/chapter7/chapter7.xml">
 <!ENTITY c7-introduction SYSTEM "intel/chapter7/introduction.xml">
+<!ENTITY c7-usage SYSTEM "intel/chapter7/usage.xml">
 <!ENTITY c7-createdirs SYSTEM "intel/chapter7/createdirs.xml">
 <!ENTITY c7-rc SYSTEM "intel/chapter7/rc.xml">
 <!ENTITY c7-rcS SYSTEM "intel/chapter7/rcS.xml">