mirror of
https://github.com/ben-grande/qusal.git
synced 2024-10-01 02:35:49 -04:00
doc: organize Qubes Builder options in a list
This commit is contained in:
parent
bdd4c789c1
commit
3696a08f07
@ -119,8 +119,12 @@ gpg-qubes-builder --import /path/to/key
|
|||||||
|
|
||||||
### Builder configuration
|
### Builder configuration
|
||||||
|
|
||||||
When using the Qubes Executor, configure the `builder.yml` `dispvm` option to
|
When using the Qubes Executor, configure the `builder.yml` options:
|
||||||
either `dom0` or `dvm-qubes-builder`:
|
|
||||||
|
* For configuration deduplication, include other files;
|
||||||
|
* When `executor:type:qubes` use the desired DispVM Template:
|
||||||
|
`executor:options:dispvm:`: `"@dispvm"`;
|
||||||
|
* Enforce the use of `split-gpg2`: `gpg-client`: `gpg`.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
include:
|
include:
|
||||||
@ -129,17 +133,11 @@ include:
|
|||||||
executor:
|
executor:
|
||||||
type: qubes
|
type: qubes
|
||||||
options:
|
options:
|
||||||
dispvm: "dom0"
|
dispvm: "@dispvm"
|
||||||
#dispvm: "dvm-qubes-builder"
|
|
||||||
|
|
||||||
gpg-client: gpg
|
gpg-client: gpg
|
||||||
```
|
```
|
||||||
|
|
||||||
Setting the Disposable VM to Dom0 works because it will use the
|
|
||||||
`default_dispvm` preference of `qubes-builder`, which is `dvm-qubes-builder`.
|
|
||||||
|
|
||||||
Setting the `gpg-client` explicitly to enforce the use of `split-gpg2`.
|
|
||||||
|
|
||||||
### Build Qusal
|
### Build Qusal
|
||||||
|
|
||||||
**Warning**: development only.
|
**Warning**: development only.
|
||||||
|
Loading…
Reference in New Issue
Block a user