You are not logged in.
The arch utility mkinitcpio by default compresses with zstd. I already compress my root (mounted at /) and boot (mounted at /boot) filesystem using zstd btrfs compression (only my first partition is vfat32 and mounted at /efi, due to its natural constraints - yes, I'm doing full disk encryption
). That's why I set
COMPRESSION="cat"in my /etc/mkinitcpio.conf, since the initramfs resides on /boot. Does this make sense or am I misunderstanding something?
Offline
Data compression with btrfs is not done willy nilly, it first checks if it benefits from it, if it does not compress (that is, end smaller) or is already compressed, it leaves it as is.
So, in the end, both ways change nothing really.
Offline
@GaKu999 I have forced the compression on btrfs, so I presume that's all I need! ![]()
Offline