mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-01-12 07:49:29 -05:00
Update qubes-iso-building.md
Changed Fedora references for updated templates
This commit is contained in:
parent
6fae0a1adb
commit
a16a03c6f4
@ -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 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.
|
||||
|
Loading…
Reference in New Issue
Block a user