Merge branch 'pr-1313'

This commit is contained in:
Andrew David Wong 2023-05-01 01:08:09 -07:00
commit b8695e26bc
No known key found for this signature in database
GPG Key ID: 8CE137352A019A17

View File

@ -15,7 +15,7 @@ title: Qubes ISO building
Build Environment
-----------------
Fedora 32 has been successfully used to build Qubes R4.1 with the below steps.
Fedora 36 (and 37) has been successfully used to build Qubes R4.1 with the below steps.
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.
@ -29,13 +29,13 @@ sudo setenforce 0
~~~
In `dom0`, install the Fedora 32 template if you don't already have it.
In `dom0`, install the Fedora 36 (or 37) template if you don't already have it.
~~~
sudo qubes-dom0-update qubes-template-fedora-32
sudo qubes-dom0-update qubes-template-fedora-36
~~~
Create a standalone AppVM from the Fedora 32 template.
Create a standalone AppVM from the Fedora 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.
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.