[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#756996: mentions of 2.6 kernel in the d-i manual



Package: installation-guide
Tags: patch


Hi,

in the d-i manual, I have noticed there are some mentions of 
2.6 kernel being the default kernel series in Debian.

I have prepared a patch to fix that (attached).

Please note that I have added an entity for the default kernel series
shipped with the respective release.
Would it be worse to add such an entity? 
Is 3.14 kernel for Jessie correct?

Comments?


Holger



-- 
============================================================
Created with Sylpheed 3.2.0 under the new
	D E B I A N   L I N U X   7 . 0   W H E E Z Y !

Registered Linux User #311290 - https://linuxcounter.net/
============================================================
Index: build/entities/common.ent
===================================================================
--- build/entities/common.ent	(Revision 69218)
+++ build/entities/common.ent	(Arbeitskopie)
@@ -156,6 +156,10 @@
      http://lists.debian.org/completeindex.html) -->
 <!ENTITY num-of-debian-maillists "260">
 
+<!-- value of which linux kernel series is the default linux kernel -->
+<!-- shipped with the current release -->
+<!ENTITY linuxkernelseries-ver "3.14">
+
 <!-- version of X11 shipping with the current release -->
 <!ENTITY x11ver "7.7">
 
Index: en/appendix/files.xml
===================================================================
--- en/appendix/files.xml	(Revision 69218)
+++ en/appendix/files.xml	(Arbeitskopie)
@@ -202,7 +202,8 @@
 <para>
 
 A standard installation for the amd64 architecture, including all standard
-packages and using the default 2.6 kernel, takes up &std-system-size;MB of disk space.
+packages and using the default &linuxkernelseries-ver; kernel, takes up to
+&std-system-size;MB of disk space.
 A minimal base installation, without the <quote>Standard system</quote>
 task selected, will take &base-system-size;MB.
 
Index: en/install-methods/tftp/rarp.xml
===================================================================
--- en/install-methods/tftp/rarp.xml	(Revision 69218)
+++ en/install-methods/tftp/rarp.xml	(Arbeitskopie)
@@ -17,7 +17,7 @@
 
 </para><para>
 
-On a RARP server system using a Linux 2.4 or 2.6 kernel, or Solaris/SunOS,
+On a RARP server system using a Linux 2.4, 2.6 or 3.x kernel, or Solaris/SunOS,
 you use the <command>rarpd</command> program.
 You need to ensure that the Ethernet hardware address for the client is
 listed in the <quote>ethers</quote> database (either in the
Index: en/partitioning/tree.xml
===================================================================
--- en/partitioning/tree.xml	(Revision 69218)
+++ en/partitioning/tree.xml	(Arbeitskopie)
@@ -49,7 +49,7 @@
   <entry>Mount point for mounting a file system temporarily</entry>
 </row><row>
   <entry><filename>proc</filename></entry>
-  <entry>Virtual directory for system information (2.4 and 2.6 kernels)</entry>
+  <entry>Virtual directory for system information (2.4, 2.6 and 3.x kernels)</entry>
 </row><row>
   <entry><filename>root</filename></entry>
   <entry>Home directory for the root user</entry>
@@ -61,7 +61,7 @@
   <entry>Essential system binaries</entry>
 </row><row>
   <entry><filename>sys</filename></entry>
-  <entry>Virtual directory for system information (2.6 kernels)</entry>
+  <entry>Virtual directory for system information (2.6 and 3.x kernels)</entry>
 </row><row>
   <entry><filename>tmp</filename></entry>
   <entry>Temporary files</entry>

Reply to: