]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
Make sure shadow-utils is installed in tools trees
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Fri, 13 Oct 2023 12:30:18 +0000 (14:30 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 13 Oct 2023 12:43:32 +0000 (14:43 +0200)
This provides newuidmap/newgidmap which are used by virtiofsd, so
let's make sure these are available.

mkosi/distributions/arch.py
mkosi/distributions/centos.py
mkosi/distributions/debian.py
mkosi/distributions/fedora.py
mkosi/distributions/opensuse.py

index 1767eb11d4275634fb8404455b7753a173089908..35644e1aecf01c9d850457409e5a1bbd7824c450 100644 (file)
@@ -57,6 +57,7 @@ class Installer(DistributionInstaller):
             "python-cryptography",
             "qemu-base",
             "sbsigntools",
+            "shadow",
             "socat",
             "squashfs-tools",
             "strace",
index 34121c1085c8206a772864c1d3376956e518d584..320d4c04797129545124f0b17a8816c0feed31f5 100644 (file)
@@ -79,6 +79,7 @@ class Installer(DistributionInstaller):
             "pesign",
             "python3-cryptography",
             "qemu-kvm-core",
+            "shadow-utils",
             "socat",
             "squashfs-tools",
             "strace",
index b9b62a519fe95118b2e7ce066e403fcd6b89fdc9..2194c0082908cddbef385052bf9faab65426998d 100644 (file)
@@ -71,6 +71,7 @@ class Installer(DistributionInstaller):
             "systemd-container",
             "systemd",
             "tar",
+            "uidmap",
             "util-linux",
             "xfsprogs",
             "xz-utils",
index 568fb6c4bc2619f54bb3e3eb33f989696677b700..04198e48bd4bf13f40277d06d66ce0476ce466f5 100644 (file)
@@ -58,6 +58,7 @@ class Installer(DistributionInstaller):
             "python3-cryptography",
             "qemu-kvm-core",
             "sbsigntools",
+            "shadow-utils",
             "socat",
             "squashfs-tools",
             "strace",
index a8337db0ee4f3bef6a2e0e4af953606ee6cad400..8cb8f1ed5dcad62b6767ab3cb73e1d86c96c5c83 100644 (file)
@@ -57,6 +57,7 @@ class Installer(DistributionInstaller):
             "pesign",
             "qemu-headless",
             "sbsigntools",
+            "shadow",
             "socat",
             "squashfs",
             "strace",