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:
parent
cf1acba5a6
commit
53caba70f4
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue