Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Ubuntu 10.04 内核更新 (-31,-32) 存在一个错误,我想挂载 initrd.img,以便比较内核映像并查看缺少哪些模块。
我已经尝试过 -o 循环但没有成功。有人有什么建议吗?
initrd(技术上是 initramfs)是一个压缩的 CPIO 存档。您可以使用该cpio命令对其进行操作。
cpio
例如:zcat initramfs|cpio -tiv将列出存档中的文件。
zcat initramfs|cpio -tiv