adding rngd to vbox guests for entropy
This commit is contained in:
parent
19b2388597
commit
d79f0894dc
1 changed files with 2 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ PKG_XORG="xorg xorg-drivers xorg-xinit xorg-server-utils xorg-twm xorg-xclock xo
|
||||||
PKG_XDEL="font-misc-ethiopic xorg-fonts-100dpi xorg-fonts-75dpi"
|
PKG_XDEL="font-misc-ethiopic xorg-fonts-100dpi xorg-fonts-75dpi"
|
||||||
|
|
||||||
# If VBOXGUEST=true
|
# If VBOXGUEST=true
|
||||||
PKG_GVBOX="virtualbox-guest-utils virtualbox-guest-dkms virtualbox-guest-modules virtualbox-guest-modules-lts"
|
PKG_GVBOX="virtualbox-guest-utils virtualbox-guest-dkms virtualbox-guest-modules virtualbox-guest-modules-lts rng-tools"
|
||||||
|
|
||||||
# If VBOXHOST=true
|
# If VBOXHOST=true
|
||||||
PKG_HVBOX="virtualbox virtualbox-host-dkms virtualbox-host-modules virtualbox-host-modules-lts"
|
PKG_HVBOX="virtualbox virtualbox-host-dkms virtualbox-host-modules virtualbox-host-modules-lts"
|
||||||
|
|
@ -338,6 +338,7 @@ vboxvideo
|
||||||
EOF
|
EOF
|
||||||
logact systemctl enable dkms
|
logact systemctl enable dkms
|
||||||
logact systemctl enable vboxservice
|
logact systemctl enable vboxservice
|
||||||
|
logact systemctl enable rngd.service
|
||||||
fi
|
fi
|
||||||
|
|
||||||
touch /root/.archmate/stage-4.done
|
touch /root/.archmate/stage-4.done
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue