From 0f0c68324b475ab7bdd175b92931f83e8fbdb858 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Wed, 21 Jun 2023 10:28:45 +0200 Subject: [PATCH] disable lastlog in a clean way, disable firstboot machine-id-commit pcrmachine binfmt boot-random-seed repart services --- usr/lib/initcpio/install/archboot_base_common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/lib/initcpio/install/archboot_base_common b/usr/lib/initcpio/install/archboot_base_common index 139f39a46..075d3ea1c 100644 --- a/usr/lib/initcpio/install/archboot_base_common +++ b/usr/lib/initcpio/install/archboot_base_common @@ -47,7 +47,7 @@ build () ### adding config files of installation system map add_file "/etc/profile" "/etc/shells" - basic_config="os-release hostname modprobe.d/modprobe.conf" + basic_config="os-release hostname modprobe.d/modprobe.conf tmpfiles.d/var.conf" for i in $basic_config; do add_file "/usr/share/archboot/base/etc/${i}" "/etc/${i}" done