On 2020-11-23, Curt <[email protected]> wrote: > On 2020-11-21, <[email protected]> <[email protected]> wrote: >> >> The initramfs is a compressed cpio archive (of the initial file >> system at boot time). You can inspect it like so: >> >> gunzip < /boot/initrd.img-4.19.0-10-amd64 | cpio -it | less > > lsinitramfs /boot/initrd.img-4.19.0-10-amd64
I see this has already been mentioned as a shorter alternative.

