ALBS-498: kernel-modules-extra is absent on Minimal ISO images for both AlmaLinux and CloudLinux

- Additional package `kernel-modules-extra` for variant `Minimal`
- gather method for variant `Minimal` is changed from `comps: deps` to `hybrid`
This commit is contained in:
soksanichenko 2022-08-03 11:45:25 +03:00
parent e889152133
commit 7b6ef20c7d
3 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
filter_packages = [
(
'^(BaseOS|AppStream|CRB)$', {
'^(BaseOS|Minimal|AppStream|CRB)$', {
'aarch64': [
"insights-client",
"libreport-plugin-rhtsupport",
@ -37,7 +37,7 @@ filter_packages = [
}
),
(
'^(BaseOS)$', {
'^(BaseOS|Minimal)$', {
'aarch64': [
"perl-Net-SSLeay",
"perl-Mozilla-CA",

View File

@ -1,6 +1,6 @@
filter_packages = [
(
'^(BaseOS|AppStream|CRB)$', {
'^(BaseOS|Minimal|AppStream|CRB)$', {
'ppc64le': [
"insights-client",
"libreport-plugin-rhtsupport",
@ -37,7 +37,7 @@ filter_packages = [
}
),
(
'^(BaseOS)$', {
'^(BaseOS|Minimal)$', {
'ppc64le': [
"perl-Net-SSLeay",
"perl-Mozilla-CA",

View File

@ -1,6 +1,6 @@
filter_packages = [
(
'^(BaseOS|AppStream|CRB)$', {
'^(BaseOS|Minimal|AppStream|CRB)$', {
's390x': [
"insights-client",
"libreport-plugin-rhtsupport",
@ -38,7 +38,7 @@ filter_packages = [
}
),
(
'^(BaseOS)$', {
'^(BaseOS|Minimal)$', {
's390x': [
"perl-Net-SSLeay",
"perl-Mozilla-CA",