Sunday 25 February 2018

Re: autopkgtest-build-lxd failing with bionic

Hello all,

Steve Langasek [2018-02-22 16:36 -0800]:
> > OK, so I suppose we could replace the check with
>
> > if running_systemd
> > wait for network-online.target
> > else
> > wait for runlevel 2

I modified Iain's initial patch and tested/applied:

https://anonscm.debian.org/cgit/autopkgtest/autopkgtest.git/commit/?id=563eac74595

@Iain: After "systemctl start" you don't need to wait for the unit to be active
-- start already blocks on that (otherwise, use --no-block).

Martin