Fix applying config changes to kernel-s390x-zfcpdump-rhel.config

This commit is contained in:
Andrew Lukoshko 2025-05-30 21:22:56 +02:00
parent e53fa2bba7
commit 2705e57ce7

View File

@ -106,10 +106,10 @@ actions:
count: 1 count: 1
- target: "kernel*.config" - target: "kernel*.config"
find: | find: |
CONFIG_FS_ENCRYPTION=y # CONFIG_FSI is not set
replace: | replace: |
CONFIG_FS_ENCRYPTION=y
CONFIG_FS_POSIX_ACL=y CONFIG_FS_POSIX_ACL=y
# CONFIG_FSI is not set
count: 1 count: 1
- target: "kernel*.config" - target: "kernel*.config"
find: | find: |