Tweak init packages a bit
Tweak that If a bit as OpenRC doesn't seem to need any help.
This commit is contained in:
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! :)
|
||||
|
Loading…
Reference in New Issue
Block a user