samples/base: install the same set of packages as anaconda would do
This makes comparison simpler. Signed-off-by: Tom Gundersen <teg@jklm.no>
This commit is contained in:
parent
9af32f1aae
commit
8398be54a4
1 changed files with 8 additions and 1 deletions
|
|
@ -5,6 +5,7 @@
|
|||
"name": "org.osbuild.dnf",
|
||||
"options": {
|
||||
"releasever": "30",
|
||||
"install_weak_deps": true,
|
||||
"repos": {
|
||||
"fedora": {
|
||||
"name": "Fedora",
|
||||
|
|
@ -14,8 +15,14 @@
|
|||
},
|
||||
"packages": [
|
||||
"@Core",
|
||||
"chrony",
|
||||
"kernel",
|
||||
"selinux-policy-targeted",
|
||||
"grub2-pc"
|
||||
"grub2-pc",
|
||||
"spice-vdagent",
|
||||
"qemu-guest-agent",
|
||||
"xen-libs",
|
||||
"langpacks-en"
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue