From 79c57e75d6e65b0d9701fddc7cc5f22e3cc3a62b Mon Sep 17 00:00:00 2001 From: ghost-420 <29991266+ghost-420@users.noreply.github.com> Date: Sat, 6 Mar 2021 17:57:15 -0800 Subject: [PATCH] Update building-archlinux-template.md --- docs/building/building-archlinux-template.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/building/building-archlinux-template.md b/docs/building/building-archlinux-template.md index 4f57310..d6c84b6 100644 --- a/docs/building/building-archlinux-template.md +++ b/docs/building/building-archlinux-template.md @@ -59,7 +59,7 @@ ___ ___ ### 3. Downloading and verifying the integrity of the "Qubes Automated Build System" -#### Open a terminal in the `build-archlinux2` TemplateVM +#### Open a terminal in the `build-archlinux2` AppVM * Set terminal size to 30 lines and 100 columns; ensures text from **qubes-builder**'s setup script isn't cut-off. ```console $ resize -s 30 100 @@ -257,7 +257,7 @@ $ make template ``` ___ -### 7. Transfer Arch Linux template into Dom0 +### 7. Transfer 'archlinux-minimal' template into Dom0 * You need to ensure these two files are in the `noarch` directory: ```console $ cd $HOME/qubes-builder/qubes-src/linux-template-builder/rpm/ @@ -286,8 +286,8 @@ ___ Arch Linux is a [rolling](https://en.wikipedia.org/wiki/Rolling_release) distro, making it a fragile template for Qubes. It's important to understand how to debug Qubes templates, fix, then do a pull request. -[neowutran's semi-automated Arch Linux template builder script](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. +[neowutran's semi-automated 'archlinux-minimal' Qubes template builder script](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 Qubes OS repositories.