From 9b4c74318cbce41f496ab5edac34ae5759b13eac Mon Sep 17 00:00:00 2001 From: galder Date: Mon, 19 Jun 2023 21:40:59 +0100 Subject: [PATCH] Update 04_create_iso.sh typo --- 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 2a53bbc..60e04ae 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}/Kubuntu-22.04-${KERNEL_VERSION}.iso" \ + -output "${ROOT_PATH}/kubuntu-22.04-${KERNEL_VERSION}.iso" \ -graft-points \ "." \ /boot/grub/bios.img=isolinux/bios.img \