From: Joerg Behrmann Date: Mon, 2 Oct 2023 07:56:09 +0000 (+0200) Subject: tools: add apt to Arch default tools tree X-Git-Tag: v18~20^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1945%2Fhead;p=thirdparty%2Fmkosi.git tools: add apt to Arch default tools tree --- diff --git a/mkosi/distributions/arch.py b/mkosi/distributions/arch.py index a3c2107b7..1767eb11d 100644 --- a/mkosi/distributions/arch.py +++ b/mkosi/distributions/arch.py @@ -33,6 +33,7 @@ class Installer(DistributionInstaller): @classmethod def tools_tree_packages(cls) -> list[str]: return [ + "apt", "archlinux-keyring", "base", "bash", diff --git a/mkosi/resources/mkosi.md b/mkosi/resources/mkosi.md index bf712158e..146653a83 100644 --- a/mkosi/resources/mkosi.md +++ b/mkosi/resources/mkosi.md @@ -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 |