Hi, On 10/09/2017 05:59 PM, Henning Schild wrote: > This series contains a few small fixes around multistrap and configuration. > The 2nd and 3rd can maybe be merged into one patch. > > Henning Schild (3): > image: set the root password conditionally > meta-isar: images: mount /proc around multistrap and configscript > configscript: remove duplicates of 'dpkg --configure' > > .../example-raw/{example-raw_0.1.bb => example-raw_0.2.bb} | 3 +++ > meta-isar/recipes-core/images/files/debian-configscript.sh | 6 ++---- > meta-isar/recipes-core/images/files/raspbian-configscript.sh | 6 ++---- > meta-isar/recipes-core/images/isar-image-base.bb | 4 ++++ > meta/recipes-devtools/buildchroot/buildchroot.bb | 4 ++++ > meta/recipes-devtools/buildchroot/files/configscript.sh | 3 --- > 6 files changed, 15 insertions(+), 11 deletions(-) > rename meta-isar/recipes-app/example-raw/{example-raw_0.1.bb => example-raw_0.2.bb} (91%) > Got the following error during build: 8<-- ... Setting up example-raw (0.2+isar) ... chpasswd: (user root) pam_start failure 26 chpasswd: (line 1, user root) password not changed dpkg: error processing example-raw (--configure): subprocess installed post-installation script returned error exit status 1 ... 8<-- The full log is attached. From my investigation I've got that there is dependency issue: you use 'chpasswd' in your package, but PAM runtime routines are installed later. So you have to add these deps to 'example-raw'. Alex