From 272a24843f9d446037bd1f02bb3bc0552e5fc20b Mon Sep 17 00:00:00 2001 From: mfp20 <20516565+mfp20@users.noreply.github.com> Date: Thu, 16 Jan 2020 18:53:12 +0100 Subject: [PATCH] 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. --- developer/building/qubes-builder.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/developer/building/qubes-builder.md b/developer/building/qubes-builder.md index 9ff5412a..1fa88418 100644 --- a/developer/building/qubes-builder.md +++ b/developer/building/qubes-builder.md @@ -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).