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

don't fail if /mnt/iso already exists

This commit is contained in:
Jason N. 2024-03-04 21:15:04 -05:00
parent a5fada3a92
commit 720c0b31a0

View file

@ -139,7 +139,7 @@ jobs:
- name: Add Kickstart and Grub options to ISO
run: |
sudo mkdir /mnt/iso
sudo mkdir /mnt/iso || true
sudo mount -o loop deploy.iso /mnt/iso
cp /mnt/iso/boot/grub2/grub.cfg grub.cfg
sed -i 's/quiet/console=ttyS0,115200n8 inst.ks=cdrom:\/ks.cfg/' grub.cfg