From 36d363df0238d201019efc8f9cd60db8be6a6d7e Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Mon, 25 Jun 2018 16:00:09 -0400 Subject: [PATCH] Improve config handling: - Switch INSTALL_CONFIG to OFF by default **or** - Make all the example configurations "harmless" or trigger specific failure modes in the modules. - Document that distro's should be creating their own set of config and settings files and using those, rather than relying on upstream example configs. - Implement the required: module description field. This would have prevented the plymouthcfg / grub failure fixed in 3.2.1. - Think about improving the available OPTIONs at a CMake level to auto-fill SKIP_MODULES (e.g. it only makes sense to pick **one** services module).