From 3675b6b4de5ae4d428ff26820740977a779e0a7a Mon Sep 17 00:00:00 2001 From: glitsj16 Date: Sat, 11 Feb 2023 05:16:01 +0000 Subject: [PATCH] archiver-common: add mkinitcpio support to private-etc mkinitcpio (used to generate initramfs images) supports several compression formats: https://gitlab.archlinux.org/archlinux/mkinitcpio/mkinitcpio/-/blob/master/mkinitcpio.conf#L54-L64. On Arch Linux (based distributions) at least this implies the supported archivers to have access to mkinitcpio-related files under /etc. This was no problem before 29da82d added `private-etc` to `archivers-common.profile`. This adds the now needed extra private-etc items to archiver-common.profile, for mkinitcpio's supported compressors (which seem to be at least cpio, gzip and zstd). Relates to #5610. --- etc/profile-a-l/archiver-common.profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/profile-a-l/archiver-common.profile b/etc/profile-a-l/archiver-common.profile index ef875c5b7e3..4e1b163b972 100644 --- a/etc/profile-a-l/archiver-common.profile +++ b/etc/profile-a-l/archiver-common.profile @@ -44,7 +44,7 @@ x11 none private-cache private-dev -private-etc +private-etc mkinitcpio* dbus-user none dbus-system none