Re: [OE-core] [PATCH 2/2] systemd: set default.target to multi-user.target

2013-04-09 Thread Radu Moisan
On 04/09/2013 06:03 PM, Radu Moisan wrote: On 04/09/2013 05:58 PM, Burton, Ross wrote: On 9 April 2013 15:02, Radu Moisan wrote: This fixes a service dependency issue; When graphical.target is the default mode, systemd will try to start display-manager.service which is not available on some

Re: [OE-core] [PATCH 2/2] systemd: set default.target to multi-user.target

2013-04-09 Thread Radu Moisan
On 04/09/2013 05:58 PM, Burton, Ross wrote: On 9 April 2013 15:02, Radu Moisan wrote: This fixes a service dependency issue; When graphical.target is the default mode, systemd will try to start display-manager.service which is not available on some targets. For xserver-nodm-init we would then

Re: [OE-core] [PATCH 2/2] systemd: set default.target to multi-user.target

2013-04-09 Thread Burton, Ross
On 9 April 2013 15:02, Radu Moisan wrote: > This fixes a service dependency issue; > When graphical.target is the default mode, systemd > will try to start display-manager.service which is not > available on some targets. > > For xserver-nodm-init we would then have something like: > inherit updat

[OE-core] [PATCH 2/2] systemd: set default.target to multi-user.target

2013-04-09 Thread Radu Moisan
This fixes a service dependency issue; When graphical.target is the default mode, systemd will try to start display-manager.service which is not available on some targets. For xserver-nodm-init we would then have something like: inherit update-alternatives ALTERNATIVE_${PN} = "systemd-def-target"

[OE-core] [PATCH 2/2] systemd: set default.target to multi-user.target

2013-04-09 Thread Radu Moisan
This fixes a service dependency issue; When graphical.target is the default mode, systemd will try to start display-manager.service which is not available on some targets. For xserver-nodm-init we would then have something like: inherit update-alternatives ALTERNATIVE_${PN} = "systemd-def-target"