Skip to content

Commit ebd8006

Browse files
committed
Fix #45 enable ipxe_builder image to be built by default , uncomment out step
1 parent 4042e4a commit ebd8006

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

repo-server-bootstrap-ncl-issue-20/deploy/scripts/build-ipxe-iso.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ mv -f ${SSH_KEY_DIR}/key.pub ${WWW_DIR}/ssh/key.pub
2727
echo "--- Setting correct permissions for private key ---"
2828
chmod 600 ${SSH_KEY_DIR}/key
2929

30-
# echo "--- Building ${PODMAN_IMAGE_NAME} ---"
31-
# podman build \
32-
# --tag ${PODMAN_IMAGE_NAME} \
33-
# ${BUILD_DIR}
30+
echo "--- Building ${PODMAN_IMAGE_NAME} ---"
31+
podman build \
32+
--tag ${PODMAN_IMAGE_NAME} \
33+
${BUILD_DIR}
3434

3535
if [ $? -neq 0 ]; then
3636
echo "!!! BUILD FAILED, EXITING !!!"

0 commit comments

Comments
 (0)