profiles: exclude acpi files from install step

they are not really suited for Flatcar usage.

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
This commit is contained in:
Mathieu Tortuyaux 2022-05-24 11:45:03 +02:00
parent 1465916f5a
commit 72c01651a5

View File

@ -79,10 +79,12 @@ CONFIG_PROTECT="
# Remove libtool .la files for non-plugin libraries.
# Remove Gentoo init files since we use systemd.
# Remove build-id, there is some issue with it causing collisions.
# Remove default files from sys-power/acpid.
INSTALL_MASK="
/usr/lib*/*.la
/etc/init.d /etc/conf.d
/usr/lib/debug/.build-id
/etc/acpi
"
# Keep the default languages small.