]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
tools: add apt to Arch default tools tree 1945/head
authorJoerg Behrmann <behrmann@physik.fu-berlin.de>
Mon, 2 Oct 2023 07:56:09 +0000 (09:56 +0200)
committerJoerg Behrmann <behrmann@physik.fu-berlin.de>
Mon, 2 Oct 2023 08:07:27 +0000 (10:07 +0200)
mkosi/distributions/arch.py
mkosi/resources/mkosi.md

index a3c2107b72c08bcfc50eed19f627fc72a956b98d..1767eb11d4275634fb8404455b7753a173089908 100644 (file)
@@ -33,6 +33,7 @@ class Installer(DistributionInstaller):
     @classmethod
     def tools_tree_packages(cls) -> list[str]:
         return [
+            "apt",
             "archlinux-keyring",
             "base",
             "bash",
index bf712158e64bf6a4769e713de2740281fe18a87e..146653a8338c5a5b739134254a166b8a91f036e9 100644 (file)
@@ -1172,7 +1172,7 @@ boolean argument: either `1`, `yes`, or `true` to enable, or `0`, `no`,
 
   |                     | Fedora | CentOS | Debian | Arch | openSUSE |
   |---------------------|--------|--------|--------|------|----------|
-  | `apt`               | X      | X      | X      |      |          |
+  | `apt`               | X      | X      | X      | X    |          |
   | `archlinux-keyring` | X      |        | X      | X    |          |
   | `bash`              | X      | X      | X      | X    | X        |
   | `btrfs-progs`       | X      |        | X      | X    | X        |