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

try include

This commit is contained in:
Jason N. 2024-03-01 08:19:33 -05:00
parent 6b9ca03391
commit 262f1a87e7

View file

@ -163,10 +163,11 @@ jobs:
with:
name: ${{ env.IMAGE_NAME }}-${{ env.VERSION }}.iso
- name: Verify ISO
run: checkisomd5 ${{ env.IMAGE_NAME }}-${{ env.VERSION }}.iso
- name: Add anaconda.ks to ISO
- name: Add Kickstart and Grub options to ISO
run: |
checkisomd5 ${{ env.IMAGE_NAME }}-${{ env.VERSION }}.iso
sudo mkdir /mnt/iso
sudo mount -o loop ${{ env.IMAGE_NAME }}-${{ env.VERSION }}.iso /mnt/iso
cp /mnt/iso/boot/grub2/grub.cfg grub.cfg
@ -181,7 +182,7 @@ jobs:
autopart
reboot
user --name=core --groups=wheel --password=foobar
%ksappend /usr/share/anaconda/interactive-defaults.ks
%include /usr/share/anaconda/interactive-defaults.ks
EOF
xorriso -dialog on << EOF
-indev base-39.iso