mbox

[v3,0/2] Fix possible build errors due to expired root account

Message ID 20220517123713.675215-1-Quirin.Gylstorff@siemens.com
State Accepted, archived
Headers show

Message

Quirin Gylstorff May 17, 2022, 4:37 a.m. UTC
From: Quirin Gylstorff <quirin.gylstorff@siemens.com>

his fixes build errors due to expiring/deactiving the root password before
installing packages which create new user.

Changes in V2:
 - add entry RECIPE-API-CHANGELOG.md

Changes in V3:
 - rebase onto 2bf30acc8ee1d3345fecd79777f3d3cb3a0a4d71
 - rename function from image_configure_accounts to image_postprocess_accounts
 - add exceptions to quality check

Quirin Gylstorff (2):
  classes/image-account-extension:Move account configuration to
    post-process
  classes/image-account-extension: Add flag to force password change on
    first login

 RECIPE-API-CHANGELOG.md                      |  6 ++++++
 doc/user_manual.md                           |  1 +
 meta/classes/image-account-extension.bbclass | 12 ++++++++----
 meta/classes/image.bbclass                   |  8 ++++++++
 4 files changed, 23 insertions(+), 4 deletions(-)

Comments

Anton Mikanovich May 25, 2022, 6:17 a.m. UTC | #1
17.05.2022 15:37, Quirin Gylstorff wrote:
> From: Quirin Gylstorff <quirin.gylstorff@siemens.com>
>
> his fixes build errors due to expiring/deactiving the root password before
> installing packages which create new user.
>
> Changes in V2:
>   - add entry RECIPE-API-CHANGELOG.md
>
> Changes in V3:
>   - rebase onto 2bf30acc8ee1d3345fecd79777f3d3cb3a0a4d71
>   - rename function from image_configure_accounts to image_postprocess_accounts
>   - add exceptions to quality check
>
> Quirin Gylstorff (2):
>    classes/image-account-extension:Move account configuration to
>      post-process
>    classes/image-account-extension: Add flag to force password change on
>      first login
>
>   RECIPE-API-CHANGELOG.md                      |  6 ++++++
>   doc/user_manual.md                           |  1 +
>   meta/classes/image-account-extension.bbclass | 12 ++++++++----
>   meta/classes/image.bbclass                   |  8 ++++++++
>   4 files changed, 23 insertions(+), 4 deletions(-)
>
Applied to next, thanks.