mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
feat: Adding Dockerfile to simplify development
This commit is contained in:
parent
d78c52a68f
commit
0a258a446a
3 changed files with 21 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue