From 612703d8698fa02b3060760c3f195213f5f08e18 Mon Sep 17 00:00:00 2001 From: Yukikoo Date: Fri, 24 Jan 2020 15:45:04 +0000 Subject: [PATCH] fix typo in building-archlinux-template --- building-guides/building-archlinux-template.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/building-guides/building-archlinux-template.md b/building-guides/building-archlinux-template.md index de7faaa..1cbf80a 100644 --- a/building-guides/building-archlinux-template.md +++ b/building-guides/building-archlinux-template.md @@ -194,7 +194,7 @@ $ qvm-run --pass-io build-archlinux2 'cat /home/user/qubes-builder/qubes-src/lin $ chmod +x install-templates.sh $ ./install-templates.sh ``` -* If everything went correct there should be a Archlinux template listed in your Qubes VM Manager +* If everything went correct there should be a Archlinux template listed in your Qubes Manager Debugging the build process =============================== @@ -202,7 +202,7 @@ Archlinux use bleeding edge version of everything, so it is usually the first template to break when new software version came out. So an important point is to understand how to debug the template, how to fix it, and then do a pull request :). -[My personal building script is just here](https://github.com/Qubes-Community/Contents/blob/master/code/OS-administration/build-archlinux.sh). +[My personal building script is here](https://github.com/Qubes-Community/Contents/blob/master/code/OS-administration/build-archlinux.sh). The most important part about this script is where to add custom code that is not in the QubesOS repositories