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

Merged
soksanichenko merged 1 commits from ALBS-498_a8.6 into a8.6 2022-08-04 08:19:12 +00:00
6 changed files with 30 additions and 15 deletions

View File

@ -1,6 +1,6 @@
filter_packages = [
(
'^(BaseOS|AppStream|PowerTools)$', {
'^(BaseOS|Minimal|AppStream|PowerTools)$', {
'aarch64': [
"insights-client",
"libreport-plugin-rhtsupport",
@ -37,7 +37,7 @@ filter_packages = [
}
),
(
'^(BaseOS)$', {
'^(BaseOS|Minimal)$', {
'aarch64': [
"perl-Net-SSLeay",
"perl-Mozilla-CA",
@ -75,6 +75,13 @@ additional_packages = [
]
}
),
(
'^Minimal$', {
'*': [
"kernel-modules-extra",
]
}
),
(
'^ResilientStorage$', {
'*': [

View File

@ -57,9 +57,7 @@
]
},
"Minimal": {
"gather_methods": {
"comps": "deps"
},
"gather_methods": "hybrid",
"image_name_format": "{release_short}-{{ distribution_major_version }}.{{ distribution_minor_version }}{{ beta_suffix }}-{arch}-minimal{suffix}",
"buildinstall_skip": false,
"createiso_skip": true,

View File

@ -1,6 +1,6 @@
filter_packages = [
(
'^(BaseOS|AppStream|PowerTools)$', {
'^(BaseOS|Minimal|AppStream|PowerTools)$', {
'ppc64le': [
"insights-client",
"libreport-plugin-rhtsupport",
@ -39,7 +39,7 @@ filter_packages = [
}
),
(
'^(BaseOS)$', {
'^(BaseOS|Minimal)$', {
'ppc64le': [
"perl-Net-SSLeay",
"perl-Mozilla-CA",
@ -68,6 +68,13 @@ additional_packages = [
]
}
),
(
'^Minimal$', {
'*': [
"kernel-modules-extra",
]
}
),
(
'^ResilientStorage$', {
'*': [

View File

@ -57,9 +57,7 @@
]
},
"Minimal": {
"gather_methods": {
"comps": "deps"
},
"gather_methods": "hybrid",
"image_name_format": "{release_short}-{{ distribution_major_version }}.{{ distribution_minor_version }}{{ beta_suffix }}-{arch}-minimal{suffix}",
"buildinstall_skip": false,
"createiso_skip": true,

View File

@ -1,6 +1,6 @@
filter_packages = [
(
'^(BaseOS|AppStream|PowerTools)$', {
'^(BaseOS|Minimal|AppStream|PowerTools)$', {
'x86_64': [
"insights-client",
"libreport-plugin-rhtsupport",
@ -56,7 +56,7 @@ filter_packages = [
}
),
(
'^(BaseOS)$', {
'^(BaseOS|Minimal)$', {
'x86_64': [
"perl-Net-SSLeay",
"perl-Mozilla-CA",
@ -97,6 +97,13 @@ additional_packages = [
]
}
),
(
'^Minimal$', {
'*': [
"kernel-modules-extra",
]
}
),
(
'^HighAvailability$', {
'*': [

View File

@ -75,9 +75,7 @@
]
},
"Minimal": {
"gather_methods": {
"comps": "deps"
},
"gather_methods": "hybrid",
"image_name_format": "{release_short}-{{ distribution_major_version }}.{{ distribution_minor_version }}{{ beta_suffix }}-{arch}-minimal{suffix}",
"buildinstall_skip": false,
"createiso_skip": true,