From b4faec7b01a584175b10f1e909f21e66bf1c4d7a Mon Sep 17 00:00:00 2001 From: ubestemt Date: Thu, 27 Apr 2017 17:12:20 +0000 Subject: [PATCH] Minor changes: transfer template to dom0 As they were, the formatting was wrong and the instructions themselves were incomplete, did not work and made unnecessary use of sudo. --- building/building-archlinux-template.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/building/building-archlinux-template.md b/building/building-archlinux-template.md index c6a550b9..94cb6127 100644 --- a/building/building-archlinux-template.md +++ b/building/building-archlinux-template.md @@ -323,10 +323,11 @@ redirect_from: **Note:** Take care when entering these cmd strings. They are very long and have a number of characters that are easy to mix '**-**' vs '**.**' '**Templates** (correct) vs **templates** (wrong) or **Template_**'(also wrong) This script will also take care of transfering the actual template.rpm to Dom0 as well. - - * **$ cd /** - - * **$ sudo qvm-run --pass-io development 'cat /home/user/qubes-builder/qubes-src/linux-template-builder/rpm/install-templates.sh' > install-templates.sh** + * **$ qvm-run --pass-io development 'cat /home/user/qubes-builder/qubes-src/linux-template-builder/rpm/install-templates.sh' > install-templates.sh** + + * **$ chmod +x install-templates.sh** + + * **$ ./install-templates.sh**