From: Septatrix <24257556+Septatrix@users.noreply.github.com> Date: Sat, 10 Feb 2024 19:19:15 +0000 (+0100) Subject: Add acl to tools tree X-Git-Tag: v21~62 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea8507abb93f9396830c7a8d6f0cbf9b713b0d34;p=thirdparty%2Fmkosi.git Add acl to tools tree This is required when using the --acl option --- diff --git a/mkosi/resources/mkosi-tools/mkosi.conf b/mkosi/resources/mkosi-tools/mkosi.conf index 9adaab576..7f52f3b53 100644 --- a/mkosi/resources/mkosi-tools/mkosi.conf +++ b/mkosi/resources/mkosi-tools/mkosi.conf @@ -7,6 +7,7 @@ ManifestFormat= [Content] Bootable=no Packages= + acl bash bubblewrap ca-certificates diff --git a/mkosi/resources/mkosi.md b/mkosi/resources/mkosi.md index db9fa867a..301ed45fc 100644 --- a/mkosi/resources/mkosi.md +++ b/mkosi/resources/mkosi.md @@ -1568,6 +1568,7 @@ boolean argument: either `1`, `yes`, or `true` to enable, or `0`, `no`, | | Fedora | CentOS | Debian | Ubuntu | Arch | openSUSE | |-------------------------|--------|--------|--------|--------|------|----------| + | `acl` | X | X | X | X | X | X | | `apt` | X | X | X | X | X | | | `archlinux-keyring` | X | | X | X | X | | | `bash` | X | X | X | X | X | X |