Skip to content

Commit

Permalink
No emul boot needed twice
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas SCHWAB committed Jan 25, 2024
1 parent cc1e5d4 commit f52d0ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/create-iso/tasks/3create.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
mkisofs -U -J -joliet-long -r -v -T -x ./lost+found
-A 'RHCOS-CustomIso' -V 'RHCOS-CustomIso' -volset 'RHCOS-CustomIso'
-b isolinux/isolinux.bin -c isolinux/boot.cat
-no-emul-boot -no-emul-boot -boot-load-size 4 -boot-info-table -eltorito-alt-boot -e images/efiboot.img
-no-emul-boot -boot-load-size 4 -boot-info-table -eltorito-alt-boot -e images/efiboot.img -no-emul-boot
-o {{ iso_path }} .
args:
chdir: '{{ iso_dir }}/rhcos-iso-ext/'
Expand Down

0 comments on commit f52d0ab

Please sign in to comment.