From 79255d86ba79bd848ef6bf44ba0452c5bf8e77c1 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Fri, 12 May 2023 17:24:39 +0200 Subject: 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. --- mkosi.conf.d/10-systemd.conf | 1 - 1 file changed, 1 deletion(-) (limited to 'mkosi.conf.d') diff --git a/mkosi.conf.d/10-systemd.conf b/mkosi.conf.d/10-systemd.conf index d82a59dd03..41a8c2e856 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. -- cgit v1.2.1