If you put a cpio in /mnt, say obj/kern/initramfs.cpio, then try to extract it:
ash ifconfig
ash root
cd dir1 (so as to not run into errors where files already exist)
cpio -d -i < /mnt/initramfs.cpio
You get a stat error.
This worked on ddcb5d3, but fails on origin/master.
—
Reply to this email directly or view it on GitHub.![]()
First bad commit ac4ef83 ("Added explicit errno reporting from error() API.")