Re: [systemd-devel] [PATCH] console-getty.service: don't start when /dev/console is missing

2015-03-17 Thread Lukáš Nykrýn
Thanks for review. Applied. Lukas Zbigniew Jędrzejewski-Szmek píše v Po 16. 03. 2015 v 03:32 +0100: > Looks reasonable. > > Zbyszek > > On Fri, Mar 13, 2015 at 12:57:18PM +0100, Lukas Nykryn wrote: > > From: Jan Pazdziora > > > > Create minimal image which runs systemd > > > >FROM rhel7.

Re: [systemd-devel] [PATCH] console-getty.service: don't start when /dev/console is missing

2015-03-15 Thread Zbigniew Jędrzejewski-Szmek
Looks reasonable. Zbyszek On Fri, Mar 13, 2015 at 12:57:18PM +0100, Lukas Nykryn wrote: > From: Jan Pazdziora > > Create minimal image which runs systemd > >FROM rhel7.1 >RUN yum install -y /usr/bin/ps >ENV container docker >CMD [ "/usr/sbin/init" ] > > When you run the contai

[systemd-devel] [PATCH] console-getty.service: don't start when /dev/console is missing

2015-03-13 Thread Lukas Nykryn
From: Jan Pazdziora Create minimal image which runs systemd FROM rhel7.1 RUN yum install -y /usr/bin/ps ENV container docker CMD [ "/usr/sbin/init" ] When you run the container without -t, the process /sbin/agetty --noclear --keep-baud console 115200 38400 9600 is not happy and