解压iso后挂载live系统 # 创建镜像解压目录 mkdir iso-file # 使用7z解压iso到挂载目录(-o后面没有空格) 7z X tmp.iso -o./iso-file -aoa # 解压squashfs-root,指定路径必须为不存在的路径,会自动创建 unsquashfs -d temp ./iso-file/live/filesystem.squashfs # chroot文件系统 systemd-nspawn -q -D temp