mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-08-13 00:45:48 -04:00
Minor cleaning of code highlighting
* Most of text blocks are in fact output blocks * On qubes-iso-building.rst, try to get something correct for console lines starting with a comment * Fixing a wrong :menuselection: item. Statistics: 685 console 79 text 44 bash 35 output 16 yaml 9 systemd 9 c 8 python 4 ini 4 doscon 2 markdown 2 desktop 1 xorg.conf 1 xml+jinja 1 xml 1 kconfig 1 html
This commit is contained in:
parent
ba399ac488
commit
3332d41032
23 changed files with 61 additions and 49 deletions
|
@ -46,9 +46,15 @@ Get the necessary keys to verify the sources (run these and other commands below
|
|||
$ gpg --import qubes-master-signing-key.asc
|
||||
$ gpg --edit-key 36879494
|
||||
$ fpr
|
||||
$ # Verify fingerprint! See Note below!
|
||||
$ # Once verified, set trust to *ultimate*
|
||||
$ # (Typical sequence is trust, 5, Y, q)
|
||||
|
||||
.. code:: output
|
||||
|
||||
# Verify fingerprint! See Note below!
|
||||
# Once verified, set trust to *ultimate*
|
||||
# (Typical sequence is trust, 5, Y, q)
|
||||
|
||||
.. code:: console
|
||||
|
||||
$ wget https://keys.qubes-os.org/keys/qubes-developers-keys.asc
|
||||
$ gpg --import qubes-developers-keys.asc
|
||||
|
||||
|
@ -80,17 +86,20 @@ Let’s configure the builder first (see :ref:`procedure <developer/building/qub
|
|||
|
||||
$ cd ~/qubes-builder
|
||||
$ ./setup
|
||||
$ # Select Yes to add Qubes Master Signing Key
|
||||
$ # Select Yes to add Qubes OS Signing Key
|
||||
$ # Select 4.1 for version
|
||||
$ # Stable
|
||||
$ # Select Yes for fast Git cloning
|
||||
$ # Select Current (if you want the option to use pre-built packages)
|
||||
$ # Select No (we want a full build)
|
||||
$ # Select fc36 and bullseye (for the currently shipping templates)
|
||||
$ # Select builder-rpm, builder-debian, template-whonix, mgmt-salt
|
||||
$ # Select Yes to add adrelanos's third party key
|
||||
$ # Select Yes (to download)
|
||||
|
||||
.. code:: output
|
||||
|
||||
# Select Yes to add Qubes Master Signing Key
|
||||
# Select Yes to add Qubes OS Signing Key
|
||||
# Select 4.1 for version
|
||||
# Stable
|
||||
# Select Yes for fast Git cloning
|
||||
# Select Current (if you want the option to use pre-built packages)
|
||||
# Select No (we want a full build)
|
||||
# Select fc36 and bullseye (for the currently shipping templates)
|
||||
# Select builder-rpm, builder-debian, template-whonix, mgmt-salt
|
||||
# Select Yes to add adrelanos's third party key
|
||||
# Select Yes (to download)
|
||||
|
||||
|
||||
|
||||
|
@ -99,8 +108,11 @@ Once it completes downloading, re-run ``setup`` to add the Whonix templates:
|
|||
.. code:: console
|
||||
|
||||
$ ./setup
|
||||
$ # Choose the same options as above, except at templates select:
|
||||
$ # fc36, bullseye, whonix-gateway-16, whonix-workstation-16
|
||||
|
||||
.. code:: output
|
||||
|
||||
# Choose the same options as above, except at templates select:
|
||||
# fc36, bullseye, whonix-gateway-16, whonix-workstation-16
|
||||
|
||||
|
||||
|
||||
|
@ -156,7 +168,7 @@ If you will be building Whonix templates:
|
|||
|
||||
**Note:** It’s very important to check the fingerprint displayed against multiple sources such as the `Whonix web site <https://www.whonix.org/wiki/Whonix_Signing_Key>`__, etc. It should look something like this:
|
||||
|
||||
.. code:: text
|
||||
.. code:: output
|
||||
|
||||
pub rsa4096 2014-01-16 [SC] [expires: 2026-01-23]
|
||||
Key fingerprint = 916B 8D99 C38E AF5E 8ADC 7A2A 8D66 066A 2EEA CCDA
|
||||
|
|
|
@ -68,7 +68,7 @@ In the example below, we will use ``keyserver.ubuntu.com``.
|
|||
|
||||
Replace 6E2F4E7AF50A5827 with your key ID, preferably the **long keyID** which is the last 16 hex digits of the long number in the second line of the output above:
|
||||
|
||||
.. code:: text
|
||||
.. code:: output
|
||||
|
||||
pub rsa3072 2021-12-30 [SC] [expires: 2023-12-30]
|
||||
87975838063F97A968D503266E2F4E7AF50A5827
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue