diff --git a/aarch64/include_exclude.conf b/aarch64/include_exclude.conf index 6dddfe6..77ecaae 100644 --- a/aarch64/include_exclude.conf +++ b/aarch64/include_exclude.conf @@ -136,6 +136,7 @@ additional_packages = [ "container-selinux", "smartmontools-selinux", "logrotate", + "btrfs-progs", ] } ), diff --git a/ppc64le/include_exclude.conf b/ppc64le/include_exclude.conf index 395af99..2516df1 100644 --- a/ppc64le/include_exclude.conf +++ b/ppc64le/include_exclude.conf @@ -201,6 +201,7 @@ additional_packages = [ "container-selinux", "smartmontools-selinux", "logrotate", + "btrfs-progs", ] } ), diff --git a/s390x/include_exclude.conf b/s390x/include_exclude.conf index 1c37c62..240fa97 100644 --- a/s390x/include_exclude.conf +++ b/s390x/include_exclude.conf @@ -138,6 +138,7 @@ additional_packages = [ "container-selinux", "smartmontools-selinux", "logrotate", + "btrfs-progs", ] } ), diff --git a/x86_64/include_exclude.conf b/x86_64/include_exclude.conf index e39317a..bfac295 100644 --- a/x86_64/include_exclude.conf +++ b/x86_64/include_exclude.conf @@ -133,6 +133,7 @@ additional_packages = [ "container-selinux", "smartmontools-selinux", "logrotate", + "btrfs-progs", ] } ), diff --git a/x86_64_v2/include_exclude.conf b/x86_64_v2/include_exclude.conf index e39317a..bfac295 100644 --- a/x86_64_v2/include_exclude.conf +++ b/x86_64_v2/include_exclude.conf @@ -133,6 +133,7 @@ additional_packages = [ "container-selinux", "smartmontools-selinux", "logrotate", + "btrfs-progs", ] } ),