Update 04_create_iso.sh

typo
This commit is contained in:
galder 2023-06-19 21:40:59 +01:00 committed by GitHub
parent c559371f54
commit 9b4c74318c
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}/Kubuntu-22.04-${KERNEL_VERSION}.iso" \
-output "${ROOT_PATH}/kubuntu-22.04-${KERNEL_VERSION}.iso" \
-graft-points \
"." \
/boot/grub/bios.img=isolinux/bios.img \