All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] systemd: Remove instance name usage in a non-template unit file
@ 2019-02-20 16:35 Gervais, Francois
  2019-02-20 22:08 ` Arnout Vandecappelle
  0 siblings, 1 reply; 3+ messages in thread
From: Gervais, Francois @ 2019-02-20 16:35 UTC (permalink / raw)
  To: buildroot

Getty startup can fail due to the instance name specifier
being used in a non-template unit file.

Fixes:
No getty prompt on boot

Signed-off-by: Francois Gervais <fgervais@distech-controls.com>
---
 package/systemd/0001-fix-getty-unit.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/systemd/0001-fix-getty-unit.patch b/package/systemd/0001-fix-getty-unit.patch
index d546e1ab32..a12569f493 100644
--- a/package/systemd/0001-fix-getty-unit.patch
+++ b/package/systemd/0001-fix-getty-unit.patch
@@ -30,7 +30,7 @@ index 3c553240a..fd5ad9456 100644
  # option to preserve environment (-p), followed by '--' for safety, and then
  # the entered username.
 -ExecStart=-/sbin/agetty -o '-p -- \\u' --noclear --keep-baud console 115200,38400,9600 $TERM
-+ExecStart=-/sbin/getty -L %I 115200 vt100
++ExecStart=-/sbin/getty -L console 115200 vt100
  Type=idle
  Restart=always
  UtmpIdentifier=cons
-- 
2.19.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH] systemd: Remove instance name usage in a non-template unit file
  2019-02-20 16:35 [Buildroot] [PATCH] systemd: Remove instance name usage in a non-template unit file Gervais, Francois
@ 2019-02-20 22:08 ` Arnout Vandecappelle
  2019-02-22 12:27   ` Peter Korsgaard
  0 siblings, 1 reply; 3+ messages in thread
From: Arnout Vandecappelle @ 2019-02-20 22:08 UTC (permalink / raw)
  To: buildroot



On 20/02/2019 17:35, Gervais, Francois wrote:
> Getty startup can fail due to the instance name specifier
> being used in a non-template unit file.
> 
> Fixes:
> No getty prompt on boot
> 
> Signed-off-by: Francois Gervais <fgervais@distech-controls.com>

 Applied to master, thanks. I've extended the commit message a little to explain
what exactly goes wrong.

 Peter, this applies to 2018.11.x as well. Not to 2018.02.x.

 Regards,
 Arnout

> ---
>  package/systemd/0001-fix-getty-unit.patch | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/package/systemd/0001-fix-getty-unit.patch b/package/systemd/0001-fix-getty-unit.patch
> index d546e1ab32..a12569f493 100644
> --- a/package/systemd/0001-fix-getty-unit.patch
> +++ b/package/systemd/0001-fix-getty-unit.patch
> @@ -30,7 +30,7 @@ index 3c553240a..fd5ad9456 100644
>   # option to preserve environment (-p), followed by '--' for safety, and then
>   # the entered username.
>  -ExecStart=-/sbin/agetty -o '-p -- \\u' --noclear --keep-baud console 115200,38400,9600 $TERM
> -+ExecStart=-/sbin/getty -L %I 115200 vt100
> ++ExecStart=-/sbin/getty -L console 115200 vt100
>   Type=idle
>   Restart=always
>   UtmpIdentifier=cons
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH] systemd: Remove instance name usage in a non-template unit file
  2019-02-20 22:08 ` Arnout Vandecappelle
@ 2019-02-22 12:27   ` Peter Korsgaard
  0 siblings, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2019-02-22 12:27 UTC (permalink / raw)
  To: buildroot

>>>>> "Arnout" == Arnout Vandecappelle <arnout@mind.be> writes:

 > On 20/02/2019 17:35, Gervais, Francois wrote:
 >> Getty startup can fail due to the instance name specifier
 >> being used in a non-template unit file.
 >> 
 >> Fixes:
 >> No getty prompt on boot
 >> 
 >> Signed-off-by: Francois Gervais <fgervais@distech-controls.com>

 >  Applied to master, thanks. I've extended the commit message a little to explain
 > what exactly goes wrong.

 >  Peter, this applies to 2018.11.x as well. Not to 2018.02.x.

Committed to 2018.11.x, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-02-22 12:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-20 16:35 [Buildroot] [PATCH] systemd: Remove instance name usage in a non-template unit file Gervais, Francois
2019-02-20 22:08 ` Arnout Vandecappelle
2019-02-22 12:27   ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.