distro: sort the packages passed to the dnf stage
This should not have any effect apart from hiding any internal changes to the way we compile the lists. Signed-off-by: Tom Gundersen <teg@jklm.no>
This commit is contained in:
parent
caf72fd97f
commit
b034117e62
23 changed files with 107 additions and 103 deletions
|
|
@ -26,10 +26,10 @@
|
|||
"packages": [
|
||||
"dnf",
|
||||
"e2fsprogs",
|
||||
"grub2-pc",
|
||||
"policycoreutils",
|
||||
"qemu-img",
|
||||
"systemd",
|
||||
"grub2-pc",
|
||||
"tar"
|
||||
],
|
||||
"releasever": "30",
|
||||
|
|
@ -54,15 +54,15 @@
|
|||
"packages": [
|
||||
"@Core",
|
||||
"chrony",
|
||||
"kernel",
|
||||
"selinux-policy-targeted",
|
||||
"grub2-pc",
|
||||
"spice-vdagent",
|
||||
"qemu-guest-agent",
|
||||
"xen-libs",
|
||||
"langpacks-en",
|
||||
"cloud-init",
|
||||
"libdrm"
|
||||
"grub2-pc",
|
||||
"kernel",
|
||||
"langpacks-en",
|
||||
"libdrm",
|
||||
"qemu-guest-agent",
|
||||
"selinux-policy-targeted",
|
||||
"spice-vdagent",
|
||||
"xen-libs"
|
||||
],
|
||||
"exclude_packages": [
|
||||
"dracut-config-rescue"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue