Skip to content

Commit

Permalink
Modify script gen-iso.sh for PR21
Browse files Browse the repository at this point in the history
Modification on the script gen-iso.sh to take into account the
renaming of the file create-install-iso.sh into  scripts/create-iso.sh

We need to merge this at the same time or Jenkins won't be able to
generate iso.

Signed-off-by: Gael Duperrey <[email protected]>
  • Loading branch information
gduperrey committed Feb 16, 2024
1 parent d49b2f6 commit 6c3a74f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/gen-iso.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ cd /data

sudo ./scripts/create-installimg.sh --srcurl "https://updates.xcp-ng.org/8/${VERSION}" -o "${NAMEIMG}" "${VERSION}":"${REPOSITORY}"

./scripts/create-install-iso.sh --netinstall --srcurl "https://updates.xcp-ng.org/8/${VERSION}" -V "${MNTVOL}" -o "${NAMEISONI}" "${VERSION}":"${REPOSITORY}" "${NAMEIMG}"
./scripts/create-iso.sh --netinstall --srcurl "https://updates.xcp-ng.org/8/${VERSION}" -V "${MNTVOL}" -o "${NAMEISONI}" "${VERSION}":"${REPOSITORY}" "${NAMEIMG}"

./scripts/create-install-iso.sh --srcurl "https://updates.xcp-ng.org/8/${VERSION}" -V "${MNTVOL}" -o "${NAMEISO}" "${VERSION}":"${REPOSITORY}" "${NAMEIMG}"
./scripts/create-iso.sh --srcurl "https://updates.xcp-ng.org/8/${VERSION}" -V "${MNTVOL}" -o "${NAMEISO}" "${VERSION}":"${REPOSITORY}" "${NAMEIMG}"

0 comments on commit 6c3a74f

Please sign in to comment.