Tweak init packages a bit

Tweak that If a bit as OpenRC doesn't seem to need any help.
This commit is contained in:
Freemor 2019-10-14 21:53:01 -03:00 committed by bill-auger
parent 46ad14a48e
commit 4b9e8207cb

@ -189,6 +189,12 @@ EOF
riscv64) ;;
*) pkg+=("haveged$init" net-tools) ;;
esac
# Be specific to skip around some conflicts
if [[ ! $init ]]; then
pkg+=("systemd-udev")
fi
local pkg_guest_cache=(ca-certificates-utils)
# pacstrap! :)