From dad985bf41eef74375e9ef3ef428dc0fe4bb2d7a Mon Sep 17 00:00:00 2001 From: Steve Traylen Date: Wed, 30 Apr 2025 09:54:28 +0200 Subject: [PATCH] rawhide install shadow-utils for usermod MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Using `kiwi-ng` version 10.2.18 (EL9) Currently with: ``` sudo kiwi-ng system build \ --description kiwi/build-tests/x86/fedora/test-image-docker --set-repo http://ftp.fau.de/fedora/linux/development/rawhide/Everything/x86_64/os/ \ --target-dir /tmp/myimage1 ``` This fails with: ``` [ INFO ]: 09:46:38 | Setting up user root [ INFO ]: 09:46:38 | --> Modifying user: root [ INFO ]: 09:46:38 | --> Primary group for user root: root [ ERROR ]: 09:46:38 | KiwiCommandError: chroot: stderr: /sbin/chroot: failed to run command ‘usermod’: No such file or directory ``` Install the package `shadow-utils` to provide `usermod`. --- build-tests/x86/fedora/test-image-docker/appliance.kiwi | 1 + 1 file changed, 1 insertion(+) diff --git a/build-tests/x86/fedora/test-image-docker/appliance.kiwi b/build-tests/x86/fedora/test-image-docker/appliance.kiwi index c636379a..191895a1 100644 --- a/build-tests/x86/fedora/test-image-docker/appliance.kiwi +++ b/build-tests/x86/fedora/test-image-docker/appliance.kiwi @@ -31,6 +31,7 @@ +