-
Notifications
You must be signed in to change notification settings - Fork 524
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
Add a vmware-dev variant #1292
Add a vmware-dev variant #1292
Conversation
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 think we should add this to .github/workflows/build.yml
, as an optional build like aws-dev, to make sure we don't break it as we develop.
I guess we can wait on sources/models/src/lib.rs
(for README generation) and variants/README.md
until there's some useful difference, but let's not forget...
[edit] Actually, the cdrom difference is there, so it might be worth doing this now?
Good catch - I completely missed this. |
48977f7
to
9724c9d
Compare
^ Addressed all the comments! |
9724c9d
to
6cfed36
Compare
^ Addressed @tjkirch 's comments |
If a user doesn't define any host containers, it only means that this program has nothing to do. This change prevents the program from failing, which causes other boot services to fail.
6cfed36
to
019784d
Compare
^ The above push:
|
This change adds the necessary files for a VMWare development variant. The files are currently a copy of the aws-dev variant but will diverge over time.
019784d
to
3df4ee2
Compare
^ Integrate @tjkirch 's wording suggestion |
Issue number:
N/A
Description of changes:
This change adds the necessary files for a VMWare development variant. The files are currently a copy of the
aws-dev
variant but will diverge over time.This variant currently includes some AWS settings that are required to fully boot, but those settings will slowly disappear as we eliminate any AWS dependencies in the software.
Testing done:
/media/cdrom
for userdataTerms of contribution:
By submitting this pull request, I agree that this contribution is dual-licensed under the terms of both the Apache License, version 2.0, and the MIT license.