On 2020-11-23, Curt <cu...@free.fr> wrote: > On 2020-11-21, <to...@tuxteam.de> <to...@tuxteam.de> 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.