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

feat: Adding Dockerfile to simplify development

This commit is contained in:
Noel Miller 2024-02-15 17:15:47 -06:00
parent d78c52a68f
commit 0a258a446a
3 changed files with 21 additions and 2 deletions

View file

@ -1,7 +1,7 @@
#!/bin/bash
echo "-indev $(pwd)/boot.iso"
echo "-outdev $(pwd)/@IMAGE_NAME@-@VERSION@.iso"
echo "-outdev $(pwd)/output/@IMAGE_NAME@-@VERSION@.iso"
echo "-boot_image any replay"
echo "-volid @IMAGE_NAME@-@ARCH@-@VERSION@"
echo "-joliet on"
@ -12,4 +12,4 @@ do
echo "-map $(pwd)/${file} ${file}"
echo "-chmod 0444 ${file}"
done
echo "-end"
echo "-end"