[artix-general] squashed initramfs.img

Jeff Pohlmeyer yetanothergeek at gmail.com
Tue Aug 24 21:27:43 CEST 2021


On Tue, Aug 24, 2021 at 1:41 PM Ruben Safir <ruben at mrbrklyn.com> wrote:

> pacman doesn't produce that file according to the environment?

I think you need to change these two lines
in /etc/mkinitcpio.conf:

MODULES=()
BINARIES=()

to this:

MODULES=(xfs)
BINARIES=(fsck.xfs)

and then re-run:

mkinitcpio -p linux

(Be sure to watch for any messages)

I don't know why it isn't auto-detecting, but
sometimes it's easier to just do what works.

 - Jeff


More information about the artix-general mailing list