On Tue, 15 Nov 2016 10:14:08 +0100 Martin Pitt <[email protected]> wrote:
Right, sysvinit doesn't have automatic console=ttyS0 handling. So you can extend the setup commands to do that:--setup-commands 'apt-get install -y sysvinit-core; sed -i "/ttyS0/ s/^#//" /etc/inittab'
Nowadays that needs to be:--setup-commands 'apt-get install -y --allow-remove-essential sysvinit-core systemd-sysv- ; sed -i "/ttyS0/ s/^#//" /etc/inittab'
With that I can successfully run a test, but without it not.
With that I can successfully run a trivial test. I think that part would be harmless enough to put in setup-commands/setup-testbed, I will keep this bug for this issue.
So this might still be nice to do. I'll see if I can spin up a MR to discuss that.
Paul
OpenPGP_signature.asc
Description: OpenPGP digital signature

