
On Mon, Oct 23, 2017 at 01:35:36PM +0200, Andrea Bolognani wrote:
By default, Fedora Rawhide uses a kernel with a lot of debug options enable. This is very useful for the development of Rawhide itself, but also causes a pretty significant performance penalty.
Enable the fedora-rawhide-kernel-nodebug, with higher than default priority, to make sure the non-debug kernels are picked up instead of the debug ones.
Signed-off-by: Andrea Bolognani <abologna@redhat.com> --- guests/files/fedora-rawhide-kernel-nodebug.repo | 8 ++++ guests/tasks/base.yml | 52 +++++++++++++++---------- 2 files changed, 39 insertions(+), 21 deletions(-) create mode 100644 guests/files/fedora-rawhide-kernel-nodebug.repo
This should be split into two commits, it moves some code and adds a new one. Pavel