Create "Further information" chapter.

And move the lines from the top to this chapter.
In order to give a hook for advanced use and have it in the left side contents menu for easy access.
This commit is contained in:
mfp20 2020-01-16 18:53:12 +01:00 committed by GitHub
parent b68cc74558
commit 272a24843f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -105,10 +105,7 @@ You can also build selected component separately. Eg. to compile only gui virtua
make gui-daemon
You can get a full list from make help. For advanced use and preparing sources
for use with [QubesBuilder](/doc/qubes-builder/) take a look at [doc directory
in QubesBuilder](https://github.com/marmarek/qubes-builder/tree/master/doc) or
[QubesBuilderDetails](/doc/qubes-builder-details/) page.
You can get a full list from make help.
Making customized build
-----------------------
@ -187,3 +184,8 @@ By default Qubes developers' keys are imported automatically, but if you need so
All Qubes developers' keys are signed by the Qubes Master Signing Key (which is set as ultimately trusted key), so are trusted automatically.
If you are the owner of Master key and want to revoke such signature, use the `revsig` gpg key edit command and update the key in qubes-developers-keys.asc - now the key will be no longer trusted (unless manually set as such).
Further information
-------------------
For advanced [QubesBuilder](/doc/qubes-builder/) use, and preparing sources, take a look at [QubesBuilderDetails](/doc/qubes-builder-details/) page, or [QubesBuilder's doc directory](https://github.com/marmarek/qubes-builder/tree/master/doc).