From: Daan De Meyer Date: Fri, 12 May 2023 15:24:39 +0000 (+0200) Subject: mkosi: Do not enable ACL usage by default X-Git-Tag: v254-rc1~488^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79255d86ba79bd848ef6bf44ba0452c5bf8e77c1;p=thirdparty%2Fsystemd.git mkosi: Do not enable ACL usage by default This is only useful to be able to remove generated files using rm -rf instead of mkosi clean and has some implications for the generated rootfs so let's not enable it by default. --- diff --git a/mkosi.conf.d/10-systemd.conf b/mkosi.conf.d/10-systemd.conf index d82a59dd036..41a8c2e856c 100644 --- a/mkosi.conf.d/10-systemd.conf +++ b/mkosi.conf.d/10-systemd.conf @@ -12,7 +12,6 @@ BuildDirectory=mkosi.builddir CacheDirectory=mkosi.cache [Host] -Acl=yes QemuMem=2G ExtraSearchPaths=build/ # Make sure we don't trigger systemd-firstboot prompting for the root password.