swap rng with haveged
This commit is contained in:
parent
3ce98ec645
commit
d273f7c014
1 changed files with 6 additions and 6 deletions
12
archmate.sh
12
archmate.sh
|
|
@ -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 rng-tools"
|
PKG_GVBOX="virtualbox-guest-utils virtualbox-guest-dkms virtualbox-guest-modules virtualbox-guest-modules-lts haveged"
|
||||||
|
|
||||||
# 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"
|
||||||
|
|
@ -323,7 +323,7 @@ if [[ ! -f /root/.archmate/stage-4.done ]]; then
|
||||||
vboxdrv
|
vboxdrv
|
||||||
EOF
|
EOF
|
||||||
USER_SGRP="${USER_SGRP},vboxusers"
|
USER_SGRP="${USER_SGRP},vboxusers"
|
||||||
logact systemctl enable dkms
|
logact systemctl enable dkms.service
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Virtualbox Guest
|
# Virtualbox Guest
|
||||||
|
|
@ -336,9 +336,9 @@ vboxguest
|
||||||
vboxsf
|
vboxsf
|
||||||
vboxvideo
|
vboxvideo
|
||||||
EOF
|
EOF
|
||||||
logact systemctl enable dkms
|
logact systemctl enable dkms.service
|
||||||
logact systemctl enable vboxservice
|
logact systemctl enable vboxservice.service
|
||||||
logact systemctl enable rngd.service
|
logact systemctl enable haveged.service
|
||||||
fi
|
fi
|
||||||
|
|
||||||
touch /root/.archmate/stage-4.done
|
touch /root/.archmate/stage-4.done
|
||||||
|
|
@ -413,7 +413,7 @@ sudo pacman -U cower-*.pkg.tar.xz
|
||||||
cd ../pacaur
|
cd ../pacaur
|
||||||
makepkg -s
|
makepkg -s
|
||||||
sudo pacman -U pacaur-*.pkg.tar.xz
|
sudo pacman -U pacaur-*.pkg.tar.xz
|
||||||
pacaur -S --noconfirm downgrade duply chromium-pepper-flash deb2targz networkmanager-dispatcher-chrony petrified
|
pacaur -S --noconfirm downgrade duply chromium-pepper-flash networkmanager-dispatcher-chrony petrified
|
||||||
EOF
|
EOF
|
||||||
chown ${USERNAME}:users /home/${USERNAME}/aur_setup.sh
|
chown ${USERNAME}:users /home/${USERNAME}/aur_setup.sh
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue