Explorar el Código

removed note regardig proc support, bogus now that we moved back to a real file

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2433 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans hace 22 años
padre
commit
5384d51e52
Se han modificado 2 ficheros con 1 adiciones y 9 borrados
  1. 1 1
      chapter06/makedev-inst.xml
  2. 0 8
      chapter06/mtablink.xml

+ 1 - 1
chapter06/makedev-inst.xml

@@ -30,7 +30,7 @@ information.</para>
 <userinput>generic-nopty</userinput> option to <filename>MAKEDEV</filename>.
 This creates the same devices as <userinput>generic</userinput>, but it skips
 the creation of <emphasis>pty</emphasis> devices so that
-<emphasis>devpts<emphasis> can manage those.</para>
+<emphasis>devpts</emphasis> can manage those.</para>
 
 </sect2>
 

+ 0 - 8
chapter06/mtablink.xml

@@ -10,13 +10,5 @@ This is done using the following command:</para>
 <para>As of LFS-Bootscripts 1.11 this file is handled correctly
 so there are no errors even when booting after a crash.</para>
 
-<para>Note that this requires
-support for the proc filesystem to be compiled into the kernel.
-This support is included by default.
-Don't remove it
-unless you <emphasis>really</emphasis> know what you are doing,
-as other important things also depend on it.
-In short, make sure proc filesystem support is enabled in the kernel.</para>
-
 </sect1>