diff --git a/euri_mklive/distros/void.py b/euri_mklive/distros/void.py index afe5f03..c0dd59e 100644 --- a/euri_mklive/distros/void.py +++ b/euri_mklive/distros/void.py @@ -38,7 +38,7 @@ class Void(Distro): # remove runit if we're using dinit if init == "dinit": - self._run_chroot(rootfs, [self._tool_chroot("xbps-remove"), "-y", "runit"]) + self._run_chroot(rootfs, [self._tool_chroot("xbps-remove"), "-yoy", "runit", "runit-void"]) def install_packages(self, rootfs: Path, packages: list[str]) -> None: if not packages: