-
-
Notifications
You must be signed in to change notification settings - Fork 479
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9a79e7a
commit 65f065a
Showing
1 changed file
with
46 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,58 @@ | ||
#### Expected behaviour | ||
<!-- | ||
Please fill out the following template to the best of your ability. | ||
If you're not sure about something, feel free to ask for help in Discord or the Discussions. | ||
The more information you provide, the easier it will be to help you. | ||
Issues that completely ignore this template will be closed. | ||
--> | ||
|
||
Describe the your expected behaviour. | ||
# Expected behavior | ||
|
||
#### Actual behaviour | ||
Describe your expected behavior. | ||
|
||
Describe the actual behaviour. | ||
## Actual behavior | ||
|
||
#### Steps to reproduce the behaviour | ||
Describe the actual behavior. | ||
|
||
Outline the step to reproduce the issue you've encountered. | ||
# Steps to reproduce the behavior | ||
|
||
#### Quickemu output | ||
Outline the steps to reproduce the issue you've encountered. | ||
|
||
Run `quickemu` or `quickget` and paste the output here. | ||
# Additional context | ||
|
||
#### Linux Distribution & Kernel | ||
## Quickemu output | ||
|
||
Run the following and paste the output. | ||
Run `quickemu` or `quickemu` and include the output of the failure below: | ||
|
||
<details> | ||
<summary>Quickemu output</summary> | ||
|
||
```text | ||
quickemu/quickget output here | ||
``` | ||
</details> | ||
|
||
## System Information | ||
|
||
**Run `quickreport` and include the output here**; if you can't run `quickreport`, | ||
please provide the output of the following: | ||
|
||
```bash | ||
lsb_release --all | ||
uname -a | ||
clear && \ | ||
echo -e "Ver:\t$(quickemu --version)" && \ | ||
echo -e "Distro:\t$(grep PRETTY_NAME /etc/os-release | cut -d'"' -f2)" && \ | ||
echo -e "Kernel:\t$(uname -s -r -m)" && \ | ||
echo -e "Memory:\t$(free --si -h | awk '/Mem:/{print $2}')" && \ | ||
lspci | grep -i vga | cut -d':' -f3 && echo && \ | ||
curl --version && echo && \ | ||
qemu-system-"$(uname -m)" -version | head -1 && \ | ||
qemu-system-"$(uname -m)" -cpu help && echo && \ | ||
lscpu | tee quickreport.txt | ||
``` | ||
|
||
<details> | ||
<summary>Quickreport output</summary> | ||
|
||
```text | ||
quickreport output here | ||
``` | ||
</details> |