mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2024-10-01 01:25:40 -04:00
Qubes-builder - update template versions
This commit is contained in:
parent
573020ec38
commit
4783f2a989
@ -16,17 +16,17 @@ Building Qubes OS ISO
|
|||||||
Build Environment
|
Build Environment
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
Fedora 29 has been successfully used to build Qubes R4.0 with the below steps.
|
Fedora 30 has been successfully used to build Qubes R4.0 with the below steps.
|
||||||
Other rpm-based operating systems may also work.
|
Other rpm-based operating systems may also work.
|
||||||
Travis-CI uses Ubuntu 14.04 to perform test builds, except it can not test the `./setup` script.
|
Travis-CI uses Ubuntu 14.04 to perform test builds, except it can not test the `./setup` script.
|
||||||
|
|
||||||
In `dom0`, install the Fedora 29 template if you don't already have it.
|
In `dom0`, install the Fedora 30 template if you don't already have it.
|
||||||
|
|
||||||
~~~
|
~~~
|
||||||
sudo qubes-dom0-update qubes-template-fedora-29
|
sudo qubes-dom0-update qubes-template-fedora-30
|
||||||
~~~
|
~~~
|
||||||
|
|
||||||
Create a standalone AppVM from the Fedora 29 template.
|
Create a standalone AppVM from the Fedora 30 template.
|
||||||
Set private storage to at least 60 GB if you will be building only the default templates; 100 GB or more if you plan on additional.
|
Set private storage to at least 60 GB if you will be building only the default templates; 100 GB or more if you plan on additional.
|
||||||
It's not required, but if you allocate additional CPU cores, the build process can utilize them at some steps such as the kernel build.
|
It's not required, but if you allocate additional CPU cores, the build process can utilize them at some steps such as the kernel build.
|
||||||
Likewise, more memory (up to 16 GB) can help.
|
Likewise, more memory (up to 16 GB) can help.
|
||||||
@ -83,7 +83,7 @@ cd ~/qubes-builder
|
|||||||
# Stable
|
# Stable
|
||||||
# Select Current (if you want the option to use pre-built packages)
|
# Select Current (if you want the option to use pre-built packages)
|
||||||
# No (we want a full build)
|
# No (we want a full build)
|
||||||
# Select fc29 and stretch (for the currently shipping templates)
|
# Select fc30 and buster (for the currently shipping templates)
|
||||||
# Select builder-rpm, builder-debian, template-whonix, mgmt-salt
|
# Select builder-rpm, builder-debian, template-whonix, mgmt-salt
|
||||||
# Yes (to download)
|
# 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:
|
||||||
# fc29, stretch, whonix-gateway-14, whonix-workstation-14
|
# fc30, buster, whonix-gateway-14, whonix-workstation-14
|
||||||
# If prompted, choose Yes to add adrelanos's third party key
|
# If prompted, choose Yes to add adrelanos's third party key
|
||||||
~~~
|
~~~
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user