我发现Ubuntu22.04映像中的squashfs
文件与以前的版本有很大的不同。挂载后,在filesystem.squashfs
目录下没有casper
文件。相反,将有5个不同的squashfs
文件,包括:
casper/ubuntu-server-minimal.squashfs
casper/ubuntu-server-minimal.ubuntu-server.installer.generic-hwe.squashfs
casper/ubuntu-server-minimal.ubuntu-server.installer.generic.squashfs
casper/ubuntu-server-minimal.ubuntu-server.installer.squashfs
casper/ubuntu-server-minimal.ubuntu-server.squashfs
有一个filesystem.manifest
,但没有对应的filesystem.squashfs
。
它们之间有什么区别/关系,应该使用哪一种或哪一种来获得与以前版本的filesystem.squashfs
类似的内容?
发布于 2023-05-10 16:19:30
好的,casper/ubuntu-server-minimal.squashfs
.This就是那个。进入chroot
,在里面安装东西,再次压缩文件系统并创建ISO。很有魅力!!
https://askubuntu.com/questions/1458647
复制相似问题