You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: customization.cfg
+10-6Lines changed: 10 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -51,15 +51,19 @@ _force_all_threads="true"
51
51
# Set to true to prevent ccache from being used and set CONFIG_GCC_PLUGINS=y (which needs to be disabled for ccache to work properly)
52
52
_noccache="false"
53
53
54
-
# [Experimental] Build only a subset of the default kernel modules list to speedup compile time and lower needed space to build kernel
55
-
# Notes:
56
-
# - If the kernel fails to boot with this option active, disable it and rebuild
57
-
# - This option cannot be used with _modprobeddb="true"
54
+
# Build only a subset of the default kernel modules list to speedup compile time and lower needed space to build kernel
55
+
# Important: - The kernel may fail to boot or behave weirdly with this option active. If it is the case, disable it and rebuild
56
+
# - If it is the case and know which modules were missing, please open a bug report so we can add them to the "diet" db
57
+
# Notes:
58
+
# - This option cannot be used with _modprobeddb="true"
58
59
_kernel_on_diet="false"
59
60
60
-
# Set to true to use modprobed db to clean config from unneeded modules. Speeds up compilation considerably. Requires root - https://wiki.archlinux.org/index.php/Modprobed-db
61
+
# Set to true to use modprobed db to clean config from unneeded modules. Speeds up compilation considerably.
0 commit comments