From 032f2483ea1f8680b415f96994276f2bee4c1486 Mon Sep 17 00:00:00 2001 From: Aditya Garg <85610623+AdityaGarg8@users.noreply.github.com> Date: Sat, 1 Oct 2022 23:13:13 +0530 Subject: [PATCH] Update 04_create_iso.sh --- 04_create_iso.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04_create_iso.sh b/04_create_iso.sh index 0abbe28..a53c9af 100755 --- a/04_create_iso.sh +++ b/04_create_iso.sh @@ -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 \