1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 10:57:55 +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 files/install.iso: files/grub.cfg
xorriso -dialog on << EOF xorriso -dialog on << EOF
-indev $(ISO_NAME) -indev ../../$(ISO_NAME)
-outdev files/install.iso -outdev files/install.iso
-boot_image any replay -boot_image any replay
-map files/ks.cfg ks.cfg -map files/ks.cfg ks.cfg