From 2705e57ce700e837f9818f9bc158440bde0bc751 Mon Sep 17 00:00:00 2001 From: Andrew Lukoshko Date: Fri, 30 May 2025 21:22:56 +0200 Subject: [PATCH] Fix applying config changes to kernel-s390x-zfcpdump-rhel.config --- config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.yaml b/config.yaml index 6fd098c..57a6208 100644 --- a/config.yaml +++ b/config.yaml @@ -106,10 +106,10 @@ actions: count: 1 - target: "kernel*.config" find: | - CONFIG_FS_ENCRYPTION=y + # CONFIG_FSI is not set replace: | - CONFIG_FS_ENCRYPTION=y CONFIG_FS_POSIX_ACL=y + # CONFIG_FSI is not set count: 1 - target: "kernel*.config" find: |