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

doc: Add section about custom images #3217

Merged
merged 1 commit into from
Nov 3, 2021
Merged
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
9 changes: 9 additions & 0 deletions docs/source/DownloadableImages.rst
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,12 @@ Then it'll compress it using xz, to save space and speed up downloads for
$ xz jeos-file.qcow2.xz jeos-file.qcow2

As mentioned, the script is supposed to help you with the process.

Custom image
============

If you want to use a custom image, please keep the following in mind:

1. Per default configuration, the root account in the guests has a specific password. For example, Linux guests expect the password as defined in `virttest/shared/cfg/guest-os/Linux.cfg`.
2. The guest user's console configuration can have impact on the test code. We recommend to set `TERM=dumb` in case of `bash`. This suppresses control characters.