distro/rhel84: remove rng-tools from qcow2

rng-tools was added back into the qcow2 packages by mistake. It should
be an excluded package and rngd.service should not be enabled.
This commit is contained in:
Jacob Kozol 2021-01-29 13:09:54 +01:00 committed by jkozol
parent 55825042f7
commit ee5d73eb41
3 changed files with 1 additions and 47 deletions

View file

@ -958,11 +958,9 @@ func New() distro.Distro {
"libertas-usb8388-firmware",
"nss",
"plymouth",
"rng-tools",
"udisks2",
},
enabledServices: []string{
"rngd.service",
},
defaultTarget: "multi-user.target",
kernelOptions: "console=tty0 console=ttyS0,115200n8 no_timer_check net.ifnames=0 crashkernel=auto",
bootable: true,