mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
add curl
This commit is contained in:
parent
e6c67f7303
commit
69619808f6
4 changed files with 32 additions and 32 deletions
|
|
@ -6,17 +6,17 @@ echo "-outdev ${ISO_NAME}"
|
|||
echo "-boot_image any replay"
|
||||
echo "-joliet on"
|
||||
echo "-compliance joliet_long_names"
|
||||
pushd ${_BASE_DIR}/results > /dev/null
|
||||
for file in $(find * -type f)
|
||||
do
|
||||
if [[ "$file" == "images/boot.iso" ]]
|
||||
then
|
||||
continue
|
||||
fi
|
||||
echo "-map ${_BASE_DIR}/results/${file} ${file}"
|
||||
echo "-chmod 0444 ${file}"
|
||||
done
|
||||
popd > /dev/null
|
||||
#pushd ${_BASE_DIR}/results > /dev/null
|
||||
#for file in $(find * -type f)
|
||||
#do
|
||||
# if [[ "$file" == "images/boot.iso" ]]
|
||||
# then
|
||||
# continue
|
||||
# fi
|
||||
# echo "-map ${_BASE_DIR}/results/${file} ${file}"
|
||||
# echo "-chmod 0444 ${file}"
|
||||
#done
|
||||
#popd > /dev/null
|
||||
|
||||
if [[ -n "${FLATPAK_DIR}" ]]
|
||||
then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue