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)