1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 02:47:56 +01:00

fix iso path

This commit is contained in:
Jason N. 2024-04-01 11:05:46 -04:00
parent cf1acba5a6
commit 53caba70f4

View file

@ -69,7 +69,7 @@ clean: files/mnt/iso
files/install.iso: files/grub.cfg
xorriso -dialog on << EOF
-indev $(ISO_NAME)
-indev ../../$(ISO_NAME)
-outdev files/install.iso
-boot_image any replay
-map files/ks.cfg ks.cfg