From aececcc4cfeb5100f0408d015960a6fb75b03caa Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Mon, 26 Dec 2022 09:25:32 +0100 Subject: [PATCH] remove empty machine-id, will be created on boot --- usr/lib/initcpio/install/archboot_base_common | 1 - usr/share/archboot/base/etc/machine-id | 0 2 files changed, 1 deletion(-) delete mode 100644 usr/share/archboot/base/etc/machine-id diff --git a/usr/lib/initcpio/install/archboot_base_common b/usr/lib/initcpio/install/archboot_base_common index 8d3afa6bc..062a8d72c 100644 --- a/usr/lib/initcpio/install/archboot_base_common +++ b/usr/lib/initcpio/install/archboot_base_common @@ -105,7 +105,6 @@ build () add_file "/usr/share/archboot/base/etc/systemd/system/getty.target.wants/getty@tty1.service" \ "/usr/lib/systemd/system/getty@tty1.service" add_symlink "/etc/systemd/system/getty.target.wants/getty@tty1.service" "/usr/lib/systemd/system/getty@tty1.service" - add_file "/usr/share/archboot/base/etc/machine-id" "/etc/machine-id" ### add missing libsystemd files map add_file "/usr/lib/libnss_myhostname.so.2" "/usr/lib/libnss_mymachines.so.2" \ diff --git a/usr/share/archboot/base/etc/machine-id b/usr/share/archboot/base/etc/machine-id deleted file mode 100644 index e69de29bb..000000000