From 578661ee5d981524854bad787af1d36fd969f114 Mon Sep 17 00:00:00 2001 From: kraoc Date: Sat, 19 Apr 2025 14:32:09 +0200 Subject: [PATCH] =?UTF-8?q?d=C3=A9sactive=20config=20cloud?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kernel.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kernel.sh b/kernel.sh index fbab9d8..dbccc5b 100644 --- a/kernel.sh +++ b/kernel.sh @@ -1,5 +1,5 @@ #!/bin/bash -UPDATED="2025-04-17" +UPDATED="2025-04-19" DISABLE=0 # disable options ENABLE=1 # enable options @@ -7,7 +7,7 @@ PATCHES=0 # enable/disable patch apply UARCH=0 # apply more uarch patch O3=1 # use -O3 vs -O2 (optimisation) ARCH="native" # target architecture (uarch patch) -CONFIGCLOUD=1 # enable cloud 'from' config +CONFIGCLOUD=0 # enable cloud 'from' config CONFIGOLD=1 # enable old def config CONFIGMOD=0 # enable all mod config SCRATCH=0 # perform from scratch (remove preexisting content)