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:41:21 +03:00
parent c8b227eb5c
commit 0c4f63008d
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,