[Lunar-commits] r18498 - lunar-iso/trunk/kernels/conf/2.6

Auke Kok sofar at lunar-linux.org
Fri Feb 3 20:08:57 UTC 2006


Author: sofar
Date: 2006-02-03 20:08:54 +0000 (Fri, 03 Feb 2006)
New Revision: 18498

Modified:
   lunar-iso/trunk/kernels/conf/2.6/build
Log:
reformatted

Modified: lunar-iso/trunk/kernels/conf/2.6/build
===================================================================
--- lunar-iso/trunk/kernels/conf/2.6/build	2006-02-03 18:37:46 UTC (rev 18497)
+++ lunar-iso/trunk/kernels/conf/2.6/build	2006-02-03 20:08:54 UTC (rev 18498)
@@ -1,12 +1,5 @@
-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)" ""
+build "" "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)" ""



More information about the Lunar-commits mailing list