Re: Issue with Debian 9 guest system
Ben Green <[email protected]> Mon, 11 Mar 2019 15:18:42 +0000
| Newsgroups | gmane.linux.vserver |
|---|---|
| Message-ID | <[email protected]> |
Quoting [email protected]: > which, if I understood right, should 'help with' (work around) the > known systemd-issues with Debian 8/9 It works around issue running systemd on _host_ systems. It does nothing for running systemd on _guest_ systems. For installing Stretch guests you must specify not installing systemd. Adding these to build string should work: --include=sysvinit-core,lsb-release --exclude=systemd If that doesn't fix building and running guests for you, something else is wrong. Cheers, Ben