gpt4 book ai didi

linux - cpio 在为 live 重新打包 initrd.lz 时工作不正常

转载 作者:太空宇宙 更新时间:2023-11-04 10:13:56 26 4
gpt4 key购买 nike

如果我解压缩 initrd.lz 然后重新打包而不做任何更改,然后将它替换为 Casper 目录中的新 initrd.lz for live CD。它是结构化的。在打包 initrd 时,我收到如下警告消息:

cpio: ./usr/share/plymouth/themes/text.plymouth: Cannot stat: No such file or directory.

最后我的问题是,打包和解压 initrd.lz 的实用程序是什么?

谢谢。

最佳答案

提取initrd的内容:

  mkdir temp
cd temp
lzma -dc -S .lz /mnt/casper/initrd.lz | cpio -id

修改并重新打包成一个新的 initrd:

  find . | cpio --quiet --dereference -o -H newc | lzma -7 > ~/new-initrd.lz

对于 text.plymouth 检查文件是否存在

关于linux - cpio 在为 live 重新打包 initrd.lz 时工作不正常,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47363060/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com