-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update README to mention Makefile variables #227
Conversation
This will need to be updated for all recipe readmes. |
52450c6
to
0e4e348
Compare
image. The following command will create an qcow2 image file from the default | ||
bootc image in the build subdirectory. | ||
|
||
`make bootc-image-builder DISK_TYPE=qcow2` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we added the target bootc-image-builder
? 👀
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see we have 😃 🥇
0b7bcdf
to
2408532
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm, very nice touch with the recipes/common/README.md
file
Also mention bootc-image-builder target. Signed-off-by: Daniel J Walsh <[email protected]>
Also mention bootc-image-builder target.