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

fix file paths

This commit is contained in:
Jason N. 2024-03-05 13:15:26 -05:00
parent b7e0f31859
commit d64c7c5302

View file

@ -5,8 +5,10 @@ echo "-outdev $(pwd)/build/deploy.iso"
echo "-boot_image any replay"
echo "-joliet on"
echo "-compliance joliet_long_names"
echo "-map $(pwd)/results/grub/grub.cfg grub/grub.cfg"
echo "-chmod 0444 grub/grub.cfg
echo "-map $(pwd)results/boot/grub2/grub.cfg boot/grub2/grub.cfg"
echo "-chmod 0444 boot/grub2/grub.cfg
echo "-map $(pwd)results/EFI/BOOT/grub.cfg EFI/BOOT/grub.cfg"
echo "-chmod 0444 boot/grub2/grub.cfg
pushd container > /dev/null
for file in $(find ${IMAGE_NAME}-${IMAGE_TAG})
do