Fixing docstring (#5130)
This commit is contained in:
parent
56120433c9
commit
f8d2be407d
1 changed files with 2 additions and 2 deletions
|
@ -29,8 +29,8 @@ notes:
|
||||||
of failure and check actual module results. See EXAMPLE for more about
|
of failure and check actual module results. See EXAMPLE for more about
|
||||||
this. The first task on the rescue block is needed to make sure the
|
this. The first task on the rescue block is needed to make sure the
|
||||||
device has completed all checks and it started to reboot. The second
|
device has completed all checks and it started to reboot. The second
|
||||||
task is needed to wait the device to come back up. Last two tasks are
|
task is needed to wait for the device to come back up. The last two tasks
|
||||||
used to verify the installation process's been successful.
|
are used to verify the installation process was successful.
|
||||||
- Do not include full file paths, just the name of the file(s) stored on
|
- Do not include full file paths, just the name of the file(s) stored on
|
||||||
the top level flash directory.
|
the top level flash directory.
|
||||||
- You must know if your platform supports taking a kickstart image as a
|
- You must know if your platform supports taking a kickstart image as a
|
||||||
|
|
Loading…
Reference in a new issue