Merge branch 'master' of github.com:neowutran/qubes-doc into neowutran-master

This commit is contained in:
Andrew David Wong 2022-11-05 14:42:36 -07:00
commit 18f4e3368c
No known key found for this signature in database
GPG Key ID: 8CE137352A019A17

View File

@ -19,6 +19,16 @@ Fedora 32 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.
**Notes:** On modern Fedora system (like Fedora 37) SeLinux is enforced by
default and is blocking the build system. You would get error like
"can't create transaction lock on /.../rpm/.rpm.lock (Permission denied)".
You can set SeLinux to permissive mode with
~~~bash
sudo setenforce 0
~~~
In `dom0`, install the Fedora 32 template if you don't already have it.
~~~