On Tue, May 05, 2026 at 12:28:10PM +0200, Matthias Geiger wrote: > running debvm-create --init-system=none -- --include=openrc gets me: > > The following NEW packages will be installed: > 3cpio dracut-install initramfs-tools initramfs-tools-bin > initramfs-tools-core klibc-utils kmod libklibc libkmod2 libsystemd-shared > linux-base linux-base-7.0.3+deb14-cloud-amd64 linux-base-cloud-amd64 > linux-binary-7.0.3+deb14-cloud-amd64 linux-image-7.0.3+deb14-cloud-amd64 > linux-image-cloud-amd64 linux-modules-7.0.3+deb14-cloud-amd64 logsave mount > systemd udev > [...] > So openrc gets installed, but systemd gets installed *after* that, which > is not what should happen. I suspect something Depends:/Recommends: on > systemd and that pull it in then.
initramfs-tools-core depends: udev, so this pulls in systemd. Thats however not systemd-sysv, so why is that a problem? Nevertheless it seems unlikely debvm can do something about this? Chris

