On 05/04/2014 10:02 PM, Khem Raj wrote:
> On Sun, May 4, 2014 at 7:51 PM, Joel Fernandes wrote:
>> Khem,
>> terminfo data (/usr/share/terminfo) seems to be coming from ncurses in
>> my build. I think ncurses-terminfo-base. Not sure what the right
>> dependency play we should be doing for this... s
On Sun, May 4, 2014 at 7:51 PM, Joel Fernandes wrote:
> Khem,
> terminfo data (/usr/share/terminfo) seems to be coming from ncurses in
> my build. I think ncurses-terminfo-base. Not sure what the right
> dependency play we should be doing for this... set dependency to
> ncurses-terminfo-base?
>
a
On 05/04/2014 09:37 PM, Joel Fernandes wrote:
> On 05/04/2014 09:31 PM, Khem Raj wrote:
>> On Sun, May 4, 2014 at 3:17 AM, Jonathan Liu wrote:
>>> I would prefer:
>>> Environment="TERM=xterm"
>>> ExecStart=-/sbin/agetty -8 --keep-baud %I @BAUDRATE@ $TERM
>>
>> I wonder if that would add some depen
On 05/04/2014 09:31 PM, Khem Raj wrote:
> On Sun, May 4, 2014 at 3:17 AM, Jonathan Liu wrote:
>> I would prefer:
>> Environment="TERM=xterm"
>> ExecStart=-/sbin/agetty -8 --keep-baud %I @BAUDRATE@ $TERM
>
> I wonder if that would add some dependency on right terminfo being
> present on system ?
>
On Sun, May 4, 2014 at 3:17 AM, Jonathan Liu wrote:
> I would prefer:
> Environment="TERM=xterm"
> ExecStart=-/sbin/agetty -8 --keep-baud %I @BAUDRATE@ $TERM
I wonder if that would add some dependency on right terminfo being
present on system ?
--
___
On 05/04/2014 05:17 AM, Jonathan Liu wrote:
> On 4/05/2014 9:36 AM, Joel Fernandes wrote:
>> In poky with systemd enabled, vt102 is selected for getty
>> causing user to experience a very crappy terminal. Default
>> TERM to linux.
>>
>> Signed-off-by: Joel Fernandes
>> ---
>> v2: Dropped PR bump
>
On 4/05/2014 9:36 AM, Joel Fernandes wrote:
In poky with systemd enabled, vt102 is selected for getty
causing user to experience a very crappy terminal. Default
TERM to linux.
Signed-off-by: Joel Fernandes
---
v2: Dropped PR bump
.../systemd-serialgetty/serial-getty@.service |1 +
In poky with systemd enabled, vt102 is selected for getty
causing user to experience a very crappy terminal. Default
TERM to linux.
Signed-off-by: Joel Fernandes
---
v2: Dropped PR bump
.../systemd-serialgetty/serial-getty@.service |1 +
1 file changed, 1 insertion(+)
diff --git
a/me