> On 2017-08-09 21:16, Brian wrote: > > Not quite an answer to your question, but you could explore the > suggestion in > > https://lists.debian.org/debian-user/2017/07/msg00321.html > > If you want something more complicated, like not installing systemd at > all, you'll have to pass --include and --exclude options to debootstrap > using the base-installer/includes and base-installer/excludes preseed > options; something like: > > base-installer/includes=sysvinit-core base-installer/excludes=systemd-sysv > > but that's totally untested. > > I think this can be preseeded. >
thanks, but unfortunately that does not work. I have added these to my preseeding file: d-i base-installer/includes sysvinit-core d-i base-installer/excludes systemd systemd-sysv but systemd still is installed, and sysvinit-core is not installed