我确实重新制作了用于在我的计算机上安装 ubuntu 的图像,以获得自定义预种子。但是在 20.10 中,我以前使用的进程和命令不起作用
这是我在 20.04 中使用的命令:
xorriso -as mkisofs -r -V "$disk_title" -J -joliet-long -cache-inodes -l -isohybrid-mbr "$MBR_FILE" -c isolinux/boot.cat -b isolinux/isolinux.bin -boot-load-size 4 -iso-level 3 -boot-info-table -eltorito-alt-boot -e boot/grub/efi.img -no-emul-boot -isohybrid-gpt-basdat -o Image.iso unpackedImageDirectory
但是 20.10 似乎根本没有使用 isolinux(syslinux),因为我无法找到该目录。目录中的文件boot
也发生了变化。
新的正确流程是什么?