-
Notifications
You must be signed in to change notification settings - Fork 111
Install troubleshooting with ssh #392
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
base: master
Are you sure you want to change the base?
Conversation
99af74e to
b2c64a4
Compare
| ``` | ||
|
|
||
| :::note | ||
| you can specify an interface name such as `eth1` instead of `all` if necessary, which can be useful when you need to setup a static IP address. |
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're not starting the sentence with a capital letter?
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.
fixed
stormi
left a comment
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.
Apart from my very minor comment and Thomas' comment, this looks good.
b2c64a4 to
2c39eee
Compare
| network_device=all sshpassword=YOURCHOICE | ||
| ``` | ||
|
|
||
| You can also use the `network_config` parameter (which defaults to `dhcp`) to define an alternative network setup. Here are some template examples; replace the capitalized values with your own settings, square brackets ([]) indicate optional parameters: |
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.
| You can also use the `network_config` parameter (which defaults to `dhcp`) to define an alternative network setup. Here are some template examples; replace the capitalized values with your own settings, square brackets ([]) indicate optional parameters: | |
| You can also use the `network_config` parameter (which defaults to `dhcp`) to define an alternative network setup. Below are some template examples — just replace the capitalized values with your actual settings. Optional parameters are marked with square brackets ([]). |
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.
Applied (and backquoted the square brackets)
Signed-off-by: Yann Dirson <yann.dirson@vates.tech>
Signed-off-by: Yann Dirson <yann.dirson@vates.tech> Co-authored-by: Thomas Moraine <thomas.moraine@vates.tech>
2c39eee to
e90cb48
Compare
Those instructions will be useful to refer users to from forum or support tickets.