update archlinux documentation - delete /doc/templates/archlinux/ and update /doc/building-archlinux-template/

This commit is contained in:
Neowutran 2020-01-18 19:35:56 +01:00
parent b68cc74558
commit 02e56f47c9
No known key found for this signature in database
GPG key ID: 0150AFFAFF83288F
6 changed files with 367 additions and 848 deletions

View file

@ -153,7 +153,8 @@ For this, Qubes git can be used as several patches have been selected by Qubes d
Start by retrieving a recent git and identify how you can build a package from it: `git clone https://github.com/QubesOS/qubes-vmm-xen.git`.
Find the .spec file in the git repository (this is the file used to build rpm packages), and try to adapt it to your OS in order to build a package similar to the target 'vmm-xen'.
For example, a PKGBUILD has been created for [ArchLinux](/doc/templates/archlinux/) which can be found in the vmm-xen repository.
For example, a PKGBUILD has been created for
[ArchLinux](/doc/building-archlinux-template/) which can be found in the vmm-xen repository.
Don't be afraid of the complexity of the PKGBUILD: most of the code is almost a copy/paste of required sources and patches found in the .spec file provided in the git repository.