]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
Add util-linux to tools tree packages
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Tue, 26 Sep 2023 09:10:10 +0000 (11:10 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Tue, 26 Sep 2023 09:26:22 +0000 (11:26 +0200)
We need mount and various other tools from util-linux so let's make
sure it's installed as part of the default tools tree.

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

index 97789a89410f1e187f24033e67cbd1b68c8285e4..aae6e1202b5488f48122846ab55885cbd675a142 100644 (file)
@@ -57,6 +57,7 @@ class ArchInstaller(DistributionInstaller):
             "systemd-ukify",
             "systemd",
             "tar",
+            "util-linux",
             "virtiofsd",
             "xfsprogs",
             "xz",
index a9e5735a51bbe5e40ecd0e16c32ee1a2bc6b8daa..22dbd5935f5208e5b78c73900d5640b2bec6da4e 100644 (file)
@@ -76,6 +76,7 @@ class CentosInstaller(DistributionInstaller):
             "systemd-udev",
             "systemd",
             "tar",
+            "util-linux",
             "virtiofsd",
             "xfsprogs",
             "xz",
index f6e7c21d2c58b1399b0f390a7a23d903078ae3ee..d5d2d14063403ca78c3e6e68d718d236b8299d59 100644 (file)
@@ -65,6 +65,7 @@ class DebianInstaller(DistributionInstaller):
             "systemd-container",
             "systemd",
             "tar",
+            "util-linux",
             "xfsprogs",
             "xz-utils",
             "zstd",
index d548a36c0926653acb847b00403dbb6011a414e7..d2645f3c9b72b25fe80b08941ca526528e2b87dc 100644 (file)
@@ -60,6 +60,7 @@ class FedoraInstaller(DistributionInstaller):
             "systemd-ukify",
             "systemd",
             "tar",
+            "util-linux",
             "virtiofsd",
             "xfsprogs",
             "xz",
index 2c6881f3969d29d2dacf0e7d965362d2bc773fa9..e9f381069020a5e2a6e00749be51613448109ce0 100644 (file)
@@ -59,9 +59,10 @@ class OpensuseInstaller(DistributionInstaller):
             "systemd-experimental",
             "systemd",
             "tar",
+            "util-linux",
+            "virtiofsd",
             "xfsprogs",
             "xz",
-            "virtiofsd",
             "zstd",
             "zypper",
         ]