mirror of
https://git.rockylinux.org/rocky/pungi-rocky.git
synced 2024-11-22 04:41:33 +00:00
stop bringing in GARBAGE
This commit is contained in:
parent
4964ce46d1
commit
fa0cde1fbb
@ -1,5 +1,5 @@
|
||||
filter_packages = [
|
||||
("^(BaseOS|AppStream|HighAvailability|ResilientStorage)$", {
|
||||
("^(BaseOS|AppStream|HighAvailability|ResilientStorage|extras|Devel|plus)$", {
|
||||
"*": [
|
||||
"python36",
|
||||
"gcc-toolset-9-*-testsuite",
|
||||
@ -878,9 +878,6 @@ additional_packages = [
|
||||
'x86_64': [
|
||||
'elrepo-release',
|
||||
],
|
||||
}),
|
||||
|
||||
('^extras$', {
|
||||
'aarch64': [
|
||||
"LibRaw",
|
||||
"LibRaw-devel",
|
||||
@ -1121,7 +1118,7 @@ additional_packages = [
|
||||
"totem",
|
||||
"totem-nautilus",
|
||||
"virtio-win",
|
||||
],
|
||||
]
|
||||
}),
|
||||
|
||||
("^BaseOS$", {
|
||||
|
4
r8.conf
4
r8.conf
@ -104,7 +104,7 @@ lorax_options = [
|
||||
|
||||
buildinstall_skip = [
|
||||
#("^(AppStream|PowerTools|HighAvailability|ResilientStorage)$", {
|
||||
("^(AppStream|PowerTools|HighAvailability|ResilientStorage|extras|Devel|Plus)$", {
|
||||
("^(AppStream|PowerTools|HighAvailability|ResilientStorage|extras|Devel|plus)$", {
|
||||
"*": True
|
||||
}),
|
||||
]
|
||||
@ -122,7 +122,7 @@ create_optional_isos = False
|
||||
|
||||
createiso_skip = [
|
||||
#('^(BaseOS|AppStream|Minimal|PowerTools|HighAvailability|ResilientStorage)$', {
|
||||
('^(BaseOS|AppStream|Minimal|PowerTools|HighAvailability|ResilientStorage|extras|Devel|Plus)$', {
|
||||
('^(BaseOS|AppStream|Minimal|PowerTools|HighAvailability|ResilientStorage|extras|Devel|plus)$', {
|
||||
'*': True,
|
||||
'src':True
|
||||
}),
|
||||
|
Loading…
Reference in New Issue
Block a user