From a16a03c6f4085984fbaa328b047da7a17f5c748f Mon Sep 17 00:00:00 2001 From: journoSEC Date: Mon, 1 May 2023 07:49:08 +0000 Subject: [PATCH 1/2] Update qubes-iso-building.md Changed Fedora references for updated templates --- developer/building/qubes-iso-building.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/developer/building/qubes-iso-building.md b/developer/building/qubes-iso-building.md index aa5272f6..afc5d9b3 100644 --- a/developer/building/qubes-iso-building.md +++ b/developer/building/qubes-iso-building.md @@ -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. From e4e0b294db6010cc3ebce6baa8399314f61b20a6 Mon Sep 17 00:00:00 2001 From: journoSEC Date: Mon, 1 May 2023 07:49:41 +0000 Subject: [PATCH 2/2] Update qubes-iso-building.md Changed Fedora template references --- developer/building/qubes-iso-building.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer/building/qubes-iso-building.md b/developer/building/qubes-iso-building.md index afc5d9b3..fe9fb452 100644 --- a/developer/building/qubes-iso-building.md +++ b/developer/building/qubes-iso-building.md @@ -15,7 +15,7 @@ title: Qubes ISO building Build Environment ----------------- -Fedora 36 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.