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.
This commit is contained in:
ubestemt 2017-04-27 17:12:20 +00:00 committed by GitHub
parent 37eb4c7f92
commit b4faec7b01

View File

@ -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 '**.**' '**<u>T</u>emplates** (correct) vs **<u>t</u>emplates** (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**
<br>
<br>