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:39:22 +03:00
parent 17ce2de86c
commit e889152133
8 changed files with 34 additions and 14 deletions

View File

@ -73,6 +73,13 @@ additional_packages = [
]
}
),
(
'^Minimal$', {
'*': [
"kernel-modules-extra",
]
}
),
(
'^extras$', {
'*': [

View File

@ -77,9 +77,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

@ -72,6 +72,13 @@ additional_packages = [
]
}
),
(
'^Minimal$', {
'*': [
"kernel-modules-extra",
]
}
),
(
'^extras$', {
'*': [

View File

@ -77,9 +77,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

@ -73,6 +73,13 @@ additional_packages = [
]
}
),
(
'^Minimal$', {
'*': [
"kernel-modules-extra",
]
}
),
(
'^extras$', {
'*': [

View File

@ -77,9 +77,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|CRB)$', {
'^(BaseOS|Minimal|AppStream|CRB)$', {
'x86_64': [
"insights-client",
"libreport-plugin-rhtsupport",
@ -48,7 +48,7 @@ filter_packages = [
}
),
(
'^(BaseOS)$', {
'^(BaseOS|Minimal)$', {
'x86_64': [
"perl-Net-SSLeay",
"perl-Mozilla-CA",
@ -86,6 +86,13 @@ additional_packages = [
]
}
),
(
'^Minimal$', {
'*': [
"kernel-modules-extra",
]
}
),
(
'^extras$', {
'*': [

View File

@ -95,9 +95,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,