mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-01-24 13:41:28 -05:00
Merge branch 'Gottale-master'
This commit is contained in:
commit
c0cb8ff6af
@ -15,7 +15,7 @@ title: Qubes ISO building
|
|||||||
Build Environment
|
Build Environment
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
Fedora 32 has been successfully used to build Qubes R4.0 with the below steps.
|
Fedora 32 has been successfully used to build Qubes R4.1 with the below steps.
|
||||||
Other rpm-based operating systems may also work.
|
Other rpm-based operating systems may also work.
|
||||||
Travis-CI uses Ubuntu 18.04 to perform test builds, except it can not test the `./setup` script.
|
Travis-CI uses Ubuntu 18.04 to perform test builds, except it can not test the `./setup` script.
|
||||||
|
|
||||||
@ -46,7 +46,7 @@ gpg --edit-key 36879494
|
|||||||
fpr
|
fpr
|
||||||
# Verify fingerprint! See Note below!
|
# Verify fingerprint! See Note below!
|
||||||
# Once verified, set trust to *ultimate*
|
# Once verified, set trust to *ultimate*
|
||||||
# (Typical sequence is trust, 5, q)
|
# (Typical sequence is trust, 5, Y, q)
|
||||||
wget https://keys.qubes-os.org/keys/qubes-developers-keys.asc
|
wget https://keys.qubes-os.org/keys/qubes-developers-keys.asc
|
||||||
gpg --import qubes-developers-keys.asc
|
gpg --import qubes-developers-keys.asc
|
||||||
~~~
|
~~~
|
||||||
@ -77,12 +77,12 @@ cd ~/qubes-builder
|
|||||||
./setup
|
./setup
|
||||||
# Select Yes to add Qubes Master Signing Key
|
# Select Yes to add Qubes Master Signing Key
|
||||||
# Select Yes to add Qubes OS Signing Key
|
# Select Yes to add Qubes OS Signing Key
|
||||||
# Select 4.0 for version
|
# Select 4.1 for version
|
||||||
# Stable
|
# Stable
|
||||||
# Select Yes for fast Git cloning
|
# Select Yes for fast Git cloning
|
||||||
# Select Current (if you want the option to use pre-built packages)
|
# Select Current (if you want the option to use pre-built packages)
|
||||||
# Select No (we want a full build)
|
# Select No (we want a full build)
|
||||||
# Select fc30 and buster (for the currently shipping templates)
|
# Select fc36 and bullseye (for the currently shipping templates)
|
||||||
# Select builder-rpm, builder-debian, template-whonix, mgmt-salt
|
# Select builder-rpm, builder-debian, template-whonix, mgmt-salt
|
||||||
# Select Yes to add adrelanos's third party key
|
# Select Yes to add adrelanos's third party key
|
||||||
# Select Yes (to download)
|
# Select Yes (to download)
|
||||||
@ -93,7 +93,7 @@ Once it completes downloading, re-run `setup` to add the Whonix templates:
|
|||||||
~~~
|
~~~
|
||||||
./setup
|
./setup
|
||||||
# Choose the same options as above, except at templates select:
|
# Choose the same options as above, except at templates select:
|
||||||
# fc30, buster, whonix-gateway-15, whonix-workstation-15
|
# fc36, bullseye, whonix-gateway-16, whonix-workstation-16
|
||||||
~~~
|
~~~
|
||||||
|
|
||||||
Continue the build process with:
|
Continue the build process with:
|
||||||
@ -144,12 +144,15 @@ gpg --fingerprint 916B8D99C38EAF5E8ADC7A2A8D66066A2EEACCDA
|
|||||||
It should look something like this:
|
It should look something like this:
|
||||||
|
|
||||||
~~~
|
~~~
|
||||||
pub 4096R/2EEACCDA 2014-01-16 [expires: 2021-04-17]
|
pub rsa4096 2014-01-16 [SC] [expires: 2026-01-23]
|
||||||
Key fingerprint = 916B 8D99 C38E AF5E 8ADC 7A2A 8D66 066A 2EEA CCDA
|
Key fingerprint = 916B 8D99 C38E AF5E 8ADC 7A2A 8D66 066A 2EEA CCDA
|
||||||
uid Patrick Schleizer <adrelanos@riseup.net>
|
uid [ unknown] Patrick Schleizer <adrelanos@kicksecure.com>
|
||||||
sub 4096R/CE998547 2014-01-16 [expires: 2021-04-17]
|
uid [ unknown] Patrick Schleizer <adrelanos@riseup.net>
|
||||||
sub 4096R/119B3FD6 2014-01-16 [expires: 2021-04-17]
|
uid [ unknown] Patrick Schleizer <adrelanos@whonix.org>
|
||||||
sub 4096R/77BB3C48 2014-01-16 [expires: 2021-04-17]
|
sub rsa4096 2014-01-16 [E] [expires: 2026-01-23]
|
||||||
|
sub rsa4096 2014-01-16 [A] [expires: 2026-01-23]
|
||||||
|
sub rsa4096 2014-01-16 [S] [expires: 2026-01-23]
|
||||||
|
|
||||||
~~~
|
~~~
|
||||||
|
|
||||||
Next, prepare the Git keyring directory and copy them in:
|
Next, prepare the Git keyring directory and copy them in:
|
||||||
|
Loading…
Reference in New Issue
Block a user