[Lunar-commits] r18464 - in lunar-iso/trunk/kernels/conf: 2.4 2.6
Auke Kok
sofar at lunar-linux.org
Wed Feb 1 17:51:46 UTC 2006
Author: sofar
Date: 2006-02-01 17:51:41 +0000 (Wed, 01 Feb 2006)
New Revision: 18464
Added:
lunar-iso/trunk/kernels/conf/2.4/build
lunar-iso/trunk/kernels/conf/2.6/build
Log:
Moving this part out of the scripts and into the conf area of the kernels.
Added: lunar-iso/trunk/kernels/conf/2.4/build
===================================================================
--- lunar-iso/trunk/kernels/conf/2.4/build 2006-02-01 17:37:34 UTC (rev 18463)
+++ lunar-iso/trunk/kernels/conf/2.4/build 2006-02-01 17:51:41 UTC (rev 18464)
@@ -0,0 +1,28 @@
+build -normal "nosmp lowmem" "fix main" \
+ "Normal kernel (no SMP) (RECOMMENDED)" \
+ "linux"
+build -safe-i386 "i386 nosmp lowmem safe" "fix" \
+ "Very safe i386 (default is i686) minimal kernel (no ACPI, DMA, SMP)" \
+ "safe"
+build -smp-4gb "smp mem" "fix main" \
+ "Normal SMP kernel with large memory (4GB)"
+# build -agr "nosmp lowmem lowlat" "fix main aggressive" \
+# "Low latency patch"
+build -agr-smp-4gb "smp mem lowlat" "fix main aggressive" \
+ "Low latency patch, SMP, 4GB"
+# build -stb "nosmp lowmem" "fix" \
+# "Minimally patched"
+# build -stb-smp-4gb "smp mem" "fix" \
+# "Minimally patched, SMP, 4GB"
+# build -vnl "nosmp lowmem" "" \
+# "Unpatched"
+build -vnl-smp-4gb "smp mem" "" \
+ "Unpatched, SMP, 4GB"
+# build -grs "nosmp lowmem grsec" "fix main grsecurity" \
+# "Grsecurity patch"
+build -grs-smp-4gb "smp mem grsec" "fix main grsecurity" \
+ "Grsecurity patch, SMP, 4GB"
+# build -om "nosmp lowmem om" "fix om" \
+# "OpenMosix clustering"
+# build -om-smp-4gb "smp mem om" "fix om" \
+# "OpenMosix clustering, SMP, 4GB"
Added: lunar-iso/trunk/kernels/conf/2.6/build
===================================================================
--- lunar-iso/trunk/kernels/conf/2.6/build 2006-02-01 17:37:34 UTC (rev 18463)
+++ lunar-iso/trunk/kernels/conf/2.6/build 2006-02-01 17:51:41 UTC (rev 18464)
@@ -0,0 +1,12 @@
+build -normal "smp mem" "" \
+ "Normal kernel (SMP, 4GB memory max) (RECOMMENDED)" \
+ "linux"
+build -safe-i386 "i386 nosmp lowmem safe" "" \
+ "Very safe i386 optimized minimal kernel (no ACPI, DMA, SMP, 1GB)" \
+ "safe"
+build -smp "server smp highmem" "" \
+ "Server optimized (SMP, 64GB, no preempt)" ""
+build -grs "smp mem grsec" "grsec" \
+ "Grsecurity patch (SMP, 4GB)" ""
+build -grs-smp "server smp highmem grsec" "grsec" \
+ "Grsecurity, server optimized (SMP, 64GB, no preempt)" ""
Property changes on: lunar-iso/trunk/kernels/conf/2.6/build
___________________________________________________________________
Name: svn:executable
+ *
More information about the Lunar-commits
mailing list