Skip to content
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 report-bugs.rst #1941

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions doc/howto/report-bugs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ Troubleshooting

This section explains how to deal with installation problems and how to report issues to the Subiquity team.

Validate your autoinstall 'user-data' configuration against the Autoinstall JSON schema :ref:`JSON schema<autoinstall_JSON_schema>`
----------------

.. code-block:: bash

git clone https://github.com/canonical/subiquity
cd subiquity && make install_deps
./scripts/validate-autoinstall-user-data.py ../ubuntu-autoinstall/user-data

.. note:: The first line in the user-data file have to be "#cloud-config"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This isn't necessarily true, but is something we're working towards making more clear in the documentation about when it is.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

was my experience when testing and when i look and the source code.


Update Subiquity
----------------

Expand Down