Skip to content

Commit

Permalink
update iso creation steps
Browse files Browse the repository at this point in the history
  • Loading branch information
maciaszczykm committed Jan 3, 2025
1 parent 221fafb commit a3489d8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Build artifacts
/build
custom.img

# IDE files
/.idea
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ create-custom-iso:
--size 15200 \
--images-size 2000 \
--config /HERE/cloud-config.yaml \
--docker-image ${CUSTOM_IMAGE} /custom.img
--docker-image ${CUSTOM_IMAGE} /HERE/build/out.img

0 comments on commit a3489d8

Please sign in to comment.