Regenerated doc for release with first cog

This commit is contained in:
Phil Clifford 2022-07-30 00:48:46 +01:00
parent dd5aff866e
commit 4373f2f004
7 changed files with 11 additions and 28 deletions

View File

@ -231,10 +231,6 @@ with your preferred flavour.
`quickget` also supports: `quickget` also supports:
## Other Operating Systems
`quickget` also supports:
- `alma` (Alma Linux) - `alma` (Alma Linux)
- `alpine` (Alpine Linux) - `alpine` (Alpine Linux)
- `android` (Android x86) - `android` (Android x86)
@ -449,10 +445,10 @@ requires that the `spicy` client is installed, available from the
quickemu --vm ubuntu-22.04.conf --display spice quickemu --vm ubuntu-22.04.conf --display spice
``` ```
To enable copy/paste with a Windows guest, install [SPICE Windows guest tools](https://www.spice-space.org/download.html) in the guest VM. To enable copy/paste with a Windows guest, install [SPICE Windows guest
tools](https://www.spice-space.org/download.html) in the guest VM.
Headless ## Headless
--------
To start a VM with SPICE enabled, but no display attached use To start a VM with SPICE enabled, but no display attached use
`--display none`. This requires that the `spicy` client is installed, `--display none`. This requires that the `spicy` client is installed,
@ -644,6 +640,7 @@ Here are the usage instructions:
import subprocess import subprocess
import cog import cog
# cannot use check_result() because of non-zero return
result=subprocess.run(["./quickemu", "--help"], capture_output=True, text=True) result=subprocess.run(["./quickemu", "--help"], capture_output=True, text=True)
help=result.stdout help=result.stdout
cog.out(f"```\n\n{help}\n\n```\n\n") cog.out(f"```\n\n{help}\n\n```\n\n")
@ -690,7 +687,7 @@ You can also pass optional parameters
``` ```
<!-- [[[end]]] --> <!-- [[[end]]] -->
```
## Desktop shortcuts ## Desktop shortcuts
Desktop shortcuts can be created for a VM, the shortcuts are saved in Desktop shortcuts can be created for a VM, the shortcuts are saved in

View File

@ -14,7 +14,7 @@
. ftr VB CB . ftr VB CB
. ftr VBI CBI . ftr VBI CBI
.\} .\}
.TH "QUICKEMU" "1" "July 25, 2022" "quickemu" "Quickemu User Manual" .TH "QUICKEMU" "1" "July 30, 2022" "quickemu" "Quickemu User Manual"
.hy .hy
.SH NAME .SH NAME
.PP .PP
@ -326,9 +326,6 @@ All the official Ubuntu flavours are supported, just replace
.SS Other Operating Systems .SS Other Operating Systems
.PP .PP
\f[V]quickget\f[R] also supports: \f[V]quickget\f[R] also supports:
.SS Other Operating Systems
.PP
\f[V]quickget\f[R] also supports:
.IP \[bu] 2 .IP \[bu] 2
\f[V]alma\f[R] (Alma Linux) \f[V]alma\f[R] (Alma Linux)
.IP \[bu] 2 .IP \[bu] 2

View File

@ -1,6 +1,6 @@
--- ---
author: Martin Wimpress author: Martin Wimpress
date: July 25, 2022 date: July 30, 2022
footer: quickemu footer: quickemu
header: Quickemu User Manual header: Quickemu User Manual
section: 1 section: 1
@ -255,10 +255,6 @@ with your preferred flavour.
`quickget` also supports: `quickget` also supports:
## Other Operating Systems
`quickget` also supports:
- `alma` (Alma Linux) - `alma` (Alma Linux)
- `alpine` (Alpine Linux) - `alpine` (Alpine Linux)
- `android` (Android x86) - `android` (Android x86)

View File

@ -14,7 +14,7 @@
. ftr VB CB . ftr VB CB
. ftr VBI CBI . ftr VBI CBI
.\} .\}
.TH "QUICKEMU_CONF" "1" "July 25, 2022" "quickemu_conf" "Quickemu Configuration Manual" .TH "QUICKEMU_CONF" "1" "July 30, 2022" "quickemu_conf" "Quickemu Configuration Manual"
.hy .hy
.SH NAME .SH NAME
.PP .PP

View File

@ -1,6 +1,6 @@
--- ---
author: Martin Wimpress author: Martin Wimpress
date: July 25, 2022 date: July 30, 2022
footer: quickemu_conf footer: quickemu_conf
header: Quickemu Configuration Manual header: Quickemu Configuration Manual
section: 1 section: 1

View File

@ -14,7 +14,7 @@
. ftr VB CB . ftr VB CB
. ftr VBI CBI . ftr VBI CBI
.\} .\}
.TH "QUICKGET" "1" "July 25, 2022" "quickget" "Quickget User Manual" .TH "QUICKGET" "1" "July 30, 2022" "quickget" "Quickget User Manual"
.hy .hy
.SH NAME .SH NAME
.PP .PP
@ -110,9 +110,6 @@ All the official Ubuntu flavours are supported, just replace
.SS Other Operating Systems .SS Other Operating Systems
.PP .PP
\f[V]quickget\f[R] also supports: \f[V]quickget\f[R] also supports:
.SS Other Operating Systems
.PP
\f[V]quickget\f[R] also supports:
.IP \[bu] 2 .IP \[bu] 2
\f[V]alma\f[R] (Alma Linux) \f[V]alma\f[R] (Alma Linux)
.IP \[bu] 2 .IP \[bu] 2

View File

@ -1,6 +1,6 @@
--- ---
author: Martin Wimpress author: Martin Wimpress
date: July 25, 2022 date: July 30, 2022
footer: quickget footer: quickget
header: Quickget User Manual header: Quickget User Manual
section: 1 section: 1
@ -88,10 +88,6 @@ with your preferred flavour.
`quickget` also supports: `quickget` also supports:
## Other Operating Systems
`quickget` also supports:
- `alma` (Alma Linux) - `alma` (Alma Linux)
- `alpine` (Alpine Linux) - `alpine` (Alpine Linux)
- `android` (Android x86) - `android` (Android x86)