Re: [yocto] Shell not processing color escape codes

2015-01-28 Thread Moore, Thomas (FtWorth)
@yoctoproject.org Subject: Re: [yocto] Shell not processing color escape codes On 01/29/2015 05:56 AM, Moore, Thomas (FtWorth) wrote: Hello, In my image, I've included systemd. I've noticed that when running the systemctl command, the shell (/bin/sh) is not processing the color escape codes.

Re: [yocto] Shell not processing color escape codes

2015-01-28 Thread ChenQi
On 01/29/2015 05:56 AM, Moore, Thomas (FtWorth) wrote: Hello, In my image, I’ve included systemd. I’ve noticed that when running the systemctl command, the shell (/bin/sh) is not processing the color escape codes. Here’s an example of what it looks like: [[1;39m82 loaded units listed.[[0m P

Re: [yocto] Shell not processing color escape codes

2015-01-28 Thread ChenQi
015 8:31 PM *To:* Moore, Thomas (FtWorth); yocto@yoctoproject.org *Subject:* Re: [yocto] Shell not processing color escape codes On 01/29/2015 05:56 AM, Moore, Thomas (FtWorth) wrote: Hello, In my image, I’ve included systemd. I’ve noticed that when running the systemctl command, t

Re: [yocto] Shell not processing color escape codes

2015-01-28 Thread Moore, Thomas (FtWorth)
Subject: Re: [yocto] Shell not processing color escape codes That's a little strange. The `less' command you are using should be from the less package. It has higher priority than that from busybox. ALTERNATIVE_${PN} = "less" ALTERNATIVE_PRIORITY = "100" The priority

[yocto] Shell not processing color escape codes

2015-01-28 Thread Moore, Thomas (FtWorth)
Hello, In my image, I've included systemd. I've noticed that when running the systemctl command, the shell (/bin/sh) is not processing the color escape codes. Here's an example of what it looks like: [[1;39m82 loaded units listed.[[0m Pass -all to see loaded but inactive units, too. Any sugge