Update 04_create_iso.sh

This commit is contained in:
Aditya Garg 2022-10-01 23:13:13 +05:30 committed by GitHub
parent e62422d54d
commit 032f2483ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ xorriso -as mkisofs \
-no-emul-boot \
-isohybrid-mbr "${ROOT_PATH}/files/isohdpfx.bin" \
-isohybrid-gpt-basdat -isohybrid-apm-hfsplus \
-output "${ROOT_PATH}/ubuntu-22.04-${KERNEL_VERSION}.iso" \
-output "${ROOT_PATH}/ubuntu-22.04-${KERNEL_VERSION}-safe-graphics.iso" \
-graft-points \
"." \
/boot/grub/bios.img=isolinux/bios.img \