我确实重新制作了在我的计算机上安装 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
Run Code Online (Sandbox Code Playgroud)
但 20.10 似乎根本不使用 isolinux(syslinux),因为我找不到该目录。目录中的文件boot
也发生了变化。
新的正确流程是什么?