diff options
author | Michal Koutný <mkoutny@suse.com> | 2020-05-01 20:45:39 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-05-04 22:12:58 +0200 |
commit | 05d9125ecec6b2a908377130d83ee969f42f5199 (patch) | |
tree | 5a43afaef74f92c9793a4cfa16095cdb450f08a7 /.mkosi | |
parent | 8049c79b654f9c00da883423813ec25b7b54f3d6 (diff) | |
download | systemd-05d9125ecec6b2a908377130d83ee969f42f5199.tar.gz |
mkosi: Fix openSUSE image declaration
User accounts of given names are necessary for the build script and
tests to succeed.
(Fixup of #15527, too keen cleaning of dependencies and cached image
caused this.)
Diffstat (limited to '.mkosi')
-rw-r--r-- | .mkosi/mkosi.opensuse | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.mkosi/mkosi.opensuse b/.mkosi/mkosi.opensuse index 1faf9cc476..57d13b2740 100644 --- a/.mkosi/mkosi.opensuse +++ b/.mkosi/mkosi.opensuse @@ -48,11 +48,15 @@ BuildPackages= python3 python3-lxml qrencode-devel + system-user-nobody zlib-devel # to satisfy tests acl glibc-locale system-group-obsolete + system-user-bin + system-user-daemon + system-user-root timezone Packages= |