]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
mkosi: Install various system users/groups in opensuse images 32386/head
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Sun, 21 Apr 2024 19:37:39 +0000 (21:37 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Mon, 22 Apr 2024 07:09:32 +0000 (09:09 +0200)
These don't get pulled in automatically and there doesn't seem to
be a "system-users" package so install the ones we need for the
integration tests manually.

mkosi.images/system/mkosi.conf.d/10-opensuse/mkosi.conf

index ca020bcf9cbd9aeca7f4137e119677d2d3a21716..5bcf7b8efd557bf055d7bba90db9ca1a8ed7213d 100644 (file)
@@ -36,6 +36,11 @@ Packages=
         git-core
         glibc-locale-base
         grep
+        group(bin)
+        group(daemon)
+        group(games)
+        group(nobody)
+        group(root)
         gzip
         iputils
         kernel-kvmsmall
@@ -56,6 +61,11 @@ Packages=
         sed
         shadow
         timezone
+        user(bin)
+        user(daemon)
+        user(games)
+        user(nobody)
+        user(root)
         vim
         xz