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

feat: pull back updates from downstream (#14)

This commit is contained in:
Jason N 2024-02-27 12:42:24 -05:00 committed by GitHub
parent 72f665c64a
commit 97b27601f6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 463 additions and 182 deletions

View file

@ -1,13 +1,12 @@
#!/bin/bash
echo "-indev $(pwd)/boot.iso"
echo "-outdev $(pwd)/@IMAGE_NAME@-@VERSION@.iso"
echo "-outdev $(pwd)/build/deploy.iso"
echo "-boot_image any replay"
echo "-volid @IMAGE_NAME@-@ARCH@-@VERSION@"
echo "-joliet on"
echo "-compliance joliet_long_names"
cd container
for file in $(find @IMAGE_NAME@-@VERSION@)
for file in $(find @IMAGE_NAME@-@IMAGE_TAG@)
do
echo "-map $(pwd)/${file} ${file}"
echo "-chmod 0444 ${file}"