From 31b9f711bbaa20089dd8bb52bba348b587669b84 Mon Sep 17 00:00:00 2001 From: Aditya Garg <85610623+AdityaGarg8@users.noreply.github.com> Date: Fri, 20 May 2022 17:54:41 +0530 Subject: [PATCH] Change version to 22.04 --- 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 e039b74..0abbe28 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-20.04-${KERNEL_VERSION}.iso" \ + -output "${ROOT_PATH}/ubuntu-22.04-${KERNEL_VERSION}.iso" \ -graft-points \ "." \ /boot/grub/bios.img=isolinux/bios.img \