1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 02:47:56 +01:00
This commit is contained in:
Jason N. 2024-04-08 08:08:48 -04:00
parent ddb9cd79ad
commit 9c1ff63bab

View file

@ -8,6 +8,7 @@ echo "-joliet on"
echo "-compliance joliet_long_names"
pushd "${PWD}/../results" > /dev/null
#for file in $(find .)
find
for file in ./boot/grub2/grub.cfg ./EFI/BOOT/grub.cfg
do
if [[ "$file" == "./images/boot.iso" ]]