-
Notifications
You must be signed in to change notification settings - Fork 175
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
improve ESXi build #139
improve ESXi build #139
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.
+1 with a nit and a question
* The VMware ESXi installation ISO must be downloaded manually. You can download it [here.](https://www.vmware.com/go/get-free-esxi) | ||
|
||
## Requirements (to deploy the image) | ||
|
||
* [MAAS](https://maas.io) 2.5 or above, [MAAS](https://maas.io) 2.6 required for storage configuration | ||
* [MAAS](https://maas.io) 3.0 or above |
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 believe the previous section said 3.3 and above?
@@ -1,12 +1,13 @@ | |||
#!/bin/sh | |||
#!/bin/sh -x |
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.
Same question as with the other review: why do we need this?
make fusefs handling more robust. review documentation Co-authored-by: craig bender <[email protected]>
901867c
to
6ccee9b
Compare
fixes #128 |
make fusefs handling more robust. review documentation