Skip to content

Commit

Permalink
Set entrypoint of elemental-iso-add-registration
Browse files Browse the repository at this point in the history
Signed-off-by: Fredrik Lönnegren <fredrik.lonnegren@suse.com>
  • Loading branch information
frelon committed Oct 31, 2023
1 parent d731286 commit 01639ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/elemental-iso-add-registration
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ iso_repack() {
echo -e "\nInfo: Using $CONT_ENGINE to run the ISO builder..."

$CONT_ENGINE pull "${BUILD_IMG}"
$CONT_ENGINE run --rm -v ${TEMPDIR}:/mnt -v $(pwd):/output ${BUILD_IMG} \
xorriso -indev "/mnt/iso/${ISO_FILE}" -outdev "/output/${ISO_FILE}" -map "/mnt/config/${REG_FILE}" "/${REG_FILE}" -boot_image any replay
$CONT_ENGINE run --rm -v ${TEMPDIR}:/mnt -v $(pwd):/output --entrypoint=xorriso ${BUILD_IMG} \
-indev "/mnt/iso/${ISO_FILE}" -outdev "/output/${ISO_FILE}" -map "/mnt/config/${REG_FILE}" "/${REG_FILE}" -boot_image any replay

cleanup

Expand Down

0 comments on commit 01639ef

Please sign in to comment.