[Lunar-commits] r17748 - lunar-iso/trunk/conf

Auke Kok sofar at lunar-linux.org
Wed Dec 21 22:22:05 UTC 2005


Author: sofar
Date: 2005-12-21 22:22:05 +0000 (Wed, 21 Dec 2005)
New Revision: 17748

Modified:
   lunar-iso/trunk/conf/config.in
Log:
more comments on kernel version numbering


Modified: lunar-iso/trunk/conf/config.in
===================================================================
--- lunar-iso/trunk/conf/config.in	2005-12-21 22:18:45 UTC (rev 17747)
+++ lunar-iso/trunk/conf/config.in	2005-12-21 22:22:05 UTC (rev 17748)
@@ -20,11 +20,20 @@
 # this copncatenates the full name
 ISO_CNAME = $(ISO_VERSION) ($(ISO_CODENAME) - $(ISO_DATE))
 
+## for 2.4 kernels - read this:
 # the kernel version used on the ISO
-ISO_KVER = 2.4.28
+# ISO_KVER = 2.4.32
+# the patch name (should refer to the *lunar* patch tarball used)
+# ISO_PVER = r12.0
+# leave ISO_GRSVER unset
 
-# the patch name (should refer to the patch tarball used)
-ISO_PVER = r8.0
+## for 2.6 kernels - read this:
+# the kernel version used on the ISO
+ISO_KVER = 2.6.14
+# the patch LEVEL used (from kernel.org)
+ISO_PVER = 2.6.14.4
+# and for grsecurity
+ISO_GRSVER = 2.1.7-2.6.14.3-200512111706
 
 # which lunar core tools do we want on the ISO
 ISO_LUNAR_MODULE = lunar



More information about the Lunar-commits mailing list