diff --git a/src/pvmbootstrap.sh b/src/pvmbootstrap.sh index 8f95a7e..fcd0145 100644 --- a/src/pvmbootstrap.sh +++ b/src/pvmbootstrap.sh @@ -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! :)