From 1a3ebcf8b35cd782511aba77fbe9806040f688cc 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 --- external/building-guides/building-archlinux-template.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/external/building-guides/building-archlinux-template.md b/external/building-guides/building-archlinux-template.md index de7faaa3..1cbf80a3 100644 --- a/external/building-guides/building-archlinux-template.md +++ b/external/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