Skip to content

Commit

Permalink
archiver-common: add mkinitcpio support to private-etc
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
glitsj16 authored and kmk3 committed Mar 5, 2024
1 parent 55fb69f commit 3675b6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/profile-a-l/archiver-common.profile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ x11 none

private-cache
private-dev
private-etc
private-etc mkinitcpio*

dbus-user none
dbus-system none
Expand Down

0 comments on commit 3675b6b

Please sign in to comment.