Browse Source

Replaced GNU/Linux with Linux to maintain consistency with the rest of the book (Larry Lawrence)

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3786 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess 21 years ago
parent
commit
3966ace90d
2 changed files with 5 additions and 1 deletions
  1. 4 0
      chapter01/changelog.xml
  2. 1 1
      chapter08/kernel.xml

+ 4 - 0
chapter01/changelog.xml

@@ -75,6 +75,10 @@ first a summary, then a detailed log.</para>
 </itemizedlist>
 </itemizedlist>
 </listitem>
 </listitem>
 
 
+<listitem><para>June 14, 2004 [matt]: Removed GNU/Linux in line with common
+usage regarding the recurring GNU/Linux vs. Linux debate (Larry Lawrence).
+</para></listitem>
+
 <listitem><para>June 14, 2004 [winkie]: Upgraded to GRUB 0.95. Removed the
 <listitem><para>June 14, 2004 [winkie]: Upgraded to GRUB 0.95. Removed the
 <quote>--no-mem-option</quote> argument from GRUB's
 <quote>--no-mem-option</quote> argument from GRUB's
 <filename>menu.lst</filename>, since it is now the default.</para></listitem>
 <filename>menu.lst</filename>, since it is now the default.</para></listitem>

+ 1 - 1
chapter08/kernel.xml

@@ -173,7 +173,7 @@ and the System.map</seg></seglistitem>
 <term>The <emphasis>kernel</emphasis></term>
 <term>The <emphasis>kernel</emphasis></term>
 <listitem>
 <listitem>
 <indexterm zone="ch-bootable-kernel kernel"><primary sortas="b-kernel">kernel</primary></indexterm>
 <indexterm zone="ch-bootable-kernel kernel"><primary sortas="b-kernel">kernel</primary></indexterm>
-<para>is the engine of your GNU/Linux system.
+<para>is the engine of your Linux system.
 When switching on your box, the kernel is the first part of your operating
 When switching on your box, the kernel is the first part of your operating
 system that gets loaded. It detects and initializes all the components of your
 system that gets loaded. It detects and initializes all the components of your
 computer's hardware, then makes these components available as a tree of files
 computer's hardware, then makes these components available as a tree of files