mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-03 11:32:02 +02:00
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:
parent
1465916f5a
commit
72c01651a5
@ -79,10 +79,12 @@ CONFIG_PROTECT="
|
|||||||
# Remove libtool .la files for non-plugin libraries.
|
# Remove libtool .la files for non-plugin libraries.
|
||||||
# Remove Gentoo init files since we use systemd.
|
# Remove Gentoo init files since we use systemd.
|
||||||
# Remove build-id, there is some issue with it causing collisions.
|
# Remove build-id, there is some issue with it causing collisions.
|
||||||
|
# Remove default files from sys-power/acpid.
|
||||||
INSTALL_MASK="
|
INSTALL_MASK="
|
||||||
/usr/lib*/*.la
|
/usr/lib*/*.la
|
||||||
/etc/init.d /etc/conf.d
|
/etc/init.d /etc/conf.d
|
||||||
/usr/lib/debug/.build-id
|
/usr/lib/debug/.build-id
|
||||||
|
/etc/acpi
|
||||||
"
|
"
|
||||||
|
|
||||||
# Keep the default languages small.
|
# Keep the default languages small.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user