[OE-core] [meta-oe][PATCH] zap_empty_root_password doesn't work with toybox, /etc/passwd isn't never edit if /etc/shadow exist.

Thomas PERROT thomas.perrot at tupi.fr
Mon Apr 13 22:36:59 UTC 2015


Hi Ross,

Yes, It's a logic bug, but I don't if there are another cases with this issue.

Best regards,
Thomas P.


On Tue, Apr 14, 2015 at 12:12 AM, Burton, Ross <ross.burton at intel.com> wrote:
> On 13 April 2015 at 23:08, Thomas Perrot <thomas.perrot at tupi.fr> wrote:
>>
>> -       elif [ -e ${IMAGE_ROOTFS}/etc/passwd ]; then
>> +        fi
>> +       if [ -e ${IMAGE_ROOTFS}/etc/passwd ]; then
>
>
> So this is a logic bug and has nothing to do with toybox?
>
> Ross



More information about the Openembedded-core mailing list